File tree Expand file tree Collapse file tree 2 files changed +154
-94
lines changed Expand file tree Collapse file tree 2 files changed +154
-94
lines changed Original file line number Diff line number Diff line change 20
20
21
21
# qunit-header {
22
22
padding : 0.5em 0 0.5em 1em ;
23
-
24
- color : # fff ;
25
- text-shadow : rgba (0 , 0 , 0 , 0.5 ) 4px 4px 1px ;
23
+
24
+ color : # 8699a4 ;
26
25
background-color : # 0d3349 ;
26
+
27
+ font-size : 1.5em ;
28
+ line-height : 1em ;
29
+ font-weight : normal;
27
30
28
31
border-radius : 15px 15px 0 0 ;
29
32
-moz-border-radius : 15px 15px 0 0 ;
33
36
34
37
# qunit-header a {
35
38
text-decoration : none;
36
- color : white;
39
+ color : # c2ccd1 ;
40
+ }
41
+
42
+ # qunit-header a : hover ,
43
+ # qunit-header a : focus {
44
+ color : # fff ;
37
45
}
38
46
39
47
# qunit-banner {
83
91
-webkit-box-shadow : inset 0px 2px 13px # 999 ;
84
92
}
85
93
94
+ # qunit-tests table {
95
+ border-collapse : collapse;
96
+ margin-top : .2em ;
97
+ }
98
+
99
+ # qunit-tests th {
100
+ text-align : right;
101
+ vertical-align : top;
102
+ padding : 0 .5em 0 0 ;
103
+ }
104
+
105
+ # qunit-tests td {
106
+ vertical-align : top;
107
+ }
108
+
109
+ # qunit-tests pre {
110
+ margin : 0 ;
111
+ white-space : pre-wrap;
112
+ word-wrap : break-word;
113
+ }
114
+
115
+ # qunit-tests del {
116
+ background-color : # e0f2be ;
117
+ color : # 374e0c ;
118
+ text-decoration : none;
119
+ }
120
+
121
+ # qunit-tests ins {
122
+ background-color : # ffcaca ;
123
+ color : # 500 ;
124
+ text-decoration : none;
125
+ }
126
+
86
127
/*** Test Counts */
87
128
88
129
# qunit-tests b .counts { color : black; }
You can’t perform that action at this time.
0 commit comments