-
Notifications
You must be signed in to change notification settings - Fork 12
/
webwork.css
72 lines (63 loc) · 1.08 KB
/
webwork.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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
table.attemptResults {
margin-left: 2em;
background: #efefef;
padding: 0.2em;
}
table.attemptResults + .attemptResultsSummary {
margin-top: 1em;
}
.problem-main-form {
margin-top: 1em;
background: #eeeeff;
padding: 0.5em;
}
td.ResultsWithoutError {
background: #9f9;
}
td.ResultsWithError {
background: #f99;
}
tr th {
text-align: center;
padding: 0.2em 1em 0.2em 1em;
}
tr td {
text-align: center;
}
tr td:empty {
background: #fff;
}
/*
table td { border-left: 1px solid #000; }
table td:first-child { border-left: none; }
*/
ol, ul {
margin-top: 0.75em !important;
}
.problem {
padding: 1em;
border: 0.5px solid #aaa;
background: #fdfdfd;
}
.problem a {
text-decoration: none;
}
.knowl {
margin-left: 1em;
padding: 0.2em;
background: #efe;
}
/*
.problem a.internal::after {
content: "";
position: absolute;
top: 0;
bottom: 1px;
right: 2.4px;
left: 2.4px;
border-bottom: 1px dotted #9c2310;
transition-property: left, right;
transition-duration: 0ms;
z-index: 0;
}
*/