10000 Upped qunit · rmm5t/jquery-timeago@f6e5693 · GitHub
[go: up one dir, main page]

Skip to content

Commit f6e5693

Browse files
committed
Upped qunit
1 parent fe019eb commit f6e5693

File tree

2 files changed

+154
-94
lines changed

2 files changed

+154
-94
lines changed

test/qunit.css

Lines changed: 45 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,13 @@
2020

2121
#qunit-header {
2222
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;
2625
background-color: #0d3349;
26+
27+
font-size: 1.5em;
28+
line-height: 1em;
29+
font-weight: normal;
2730

2831
border-radius: 15px 15px 0 0;
2932
-moz-border-radius: 15px 15px 0 0;
@@ -33,7 +36,12 @@
3336

3437
#qunit-header a {
3538
text-decoration: none;
36-
color: white;
39+
color: #c2ccd1;
40+
}
41+
42+
#qunit-header a:hover,
43+
#qunit-header a:focus {
44+
color: #fff;
3745
}
3846

3947
#qunit-banner {
@@ -83,6 +91,39 @@
8391
-webkit-box-shadow: inset 0px 2px 13px #999;
8492
}
8593

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+
86127
/*** Test Counts */
87128

88129
#qunit-tests b.counts { color: black; }

0 commit comments

Comments
 (0)
0