forked from Khan/khan-exercises
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathkhan-exercise.css
33 lines (31 loc) · 1.26 KB
/
khan-exercise.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
html, body { font-family: Helvetica, Arial; }
.exercise, .vars, #next, #congrats, #oops { display: none; }
p.question { font-weight: bold; }
var { font-style: normal; }
.hint_blue { color: blue; }
.hint_orange { color: orange; }
.hint_red { color: red; }
.hint_green { color: green; }
.hint_gray { color: gray; }
#congrats { color: green; }
#oops { color: red; }
#workarea { margin-left: 10px; }
#hintsarea { margin-left: 30px; }
#sidebar { float: right; }
#sidebar ul { list-style: none; margin: 8px; padding: 0; }
#sidebar li { margin: 10px 0; }
#sidebar li span.value { padding-left: 5px; }
h1, form, #help, #debug, #extras { border: 1px solid #AAA; background: #F0F0F0; padding: 10px; margin: 10px; }
form, #help, #debug { width: 250px; }
#debug var { font: 14px Menlo, Courier, monospace; word-wrap: break-word; }
h3 { color: #666; margin: 0; font-weight: normal; }
code { font-family: Helvetica, Arial; }
table { margin: 5px; }
th { font-weight: bold; text-align: center; }
td { border: 1px solid #AAA; }
th, td { padding: 5px; }
th:first-child { text-align: right; }
input[type=text] { width: 80px; }
.radical { font-size: 125%; padding-left: 6px; }
.radical span { font-size: 80%; border-top: 2px solid #000; padding: 4px 1px 0 3px; }
#scratchpad { position: absolute; left: -10px;}