diff options
Diffstat (limited to 'Blocks/syntax/tests/js/qunit.css')
-rw-r--r-- | Blocks/syntax/tests/js/qunit.css | 135 |
1 files changed, 135 insertions, 0 deletions
diff --git a/Blocks/syntax/tests/js/qunit.css b/Blocks/syntax/tests/js/qunit.css new file mode 100644 index 0000000..cc54391 --- /dev/null +++ b/Blocks/syntax/tests/js/qunit.css | |||
@@ -0,0 +1,135 @@ | |||
1 | /** | ||
2 | * SyntaxHighlighter | ||
3 | * http://alexgorbatchev.com/SyntaxHighlighter | ||
4 | * | ||
5 | * SyntaxHighlighter is donationware. If you are using it, please donate. | ||
6 | * http://alexgorbatchev.com/SyntaxHighlighter/donate.html | ||
7 | * | ||
8 | * @version | ||
9 | * 3.0.83 (July 02 2010) | ||
10 | * | ||
11 | * @copyright | ||
12 | * Copyright (C) 2004-2010 Alex Gorbatchev. | ||
13 | * | ||
14 | * @license | ||
15 | * Dual licensed under the MIT and GPL licenses. | ||
16 | */ | ||
17 | |||
18 | ol#qunit-tests { | ||
19 | font-family:"Helvetica Neue Light", "HelveticaNeue-Light", "Helvetica Neue", Calibri, Helvetica, Arial; | ||
20 | margin:0; | ||
21 | padding:0; | ||
22 | list-style-position:inside; | ||
23 | |||
24 | font-size: smaller; | ||
25 | } | ||
26 | ol#qunit-tests li{ | ||
27 | padding:0.4em 0.5em 0.4em 2.5em; | ||
28 | border-bottom:1px solid #fff; | ||
29 | font-size:small; | ||
30 | list-style-position:inside; | ||
31 | } | ||
32 | ol#qunit-tests li ol{ | ||
33 | box-shadow: inset 0px 2px 13px #999; | ||
34 | -moz-box-shadow: inset 0px 2px 13px #999; | ||
35 | -webkit-box-shadow: inset 0px 2px 13px #999; | ||
36 | margin-top:0.5em; | ||
37 | margin-left:0; | ||
38 | padding:0.5em; | ||
39 | background-color:#fff; | ||
40 | border-radius:15px; | ||
41 | -moz-border-radius: 15px; | ||
42 | -webkit-border-radius: 15px; | ||
43 | } | ||
44 | ol#qunit-tests li li{ | ||
45 | border-bottom:none; | ||
46 | margin:0.5em; | ||
47 | background-color:#fff; | ||
48 | list-style-position: inside; | ||
49 | padding:0.4em 0.5em 0.4em 0.5em; | ||
50 | } | ||
51 | |||
52 | ol#qunit-tests li li.pass{ | ||
53 | border-left:26px solid #C6E746; | ||
54 | background-color:#fff; | ||
55 | color:#5E740B; | ||
56 | } | ||
57 | ol#qunit-tests li li.fail{ | ||
58 | border-left:26px solid #EE5757; | ||
59 | background-color:#fff; | ||
60 | color:#710909; | ||
61 | } | ||
62 | ol#qunit-tests li.pass{ | ||
63 | background-color:#D2E0E6; | ||
64 | color:#528CE0; | ||
65 | } | ||
66 | ol#qunit-tests li.fail{ | ||
67 | background-color:#EE5757; | ||
68 | color:#000; | ||
69 | } | ||
70 | ol#qunit-tests li strong { | ||
71 | cursor:pointer; | ||
72 | } | ||
73 | h1#qunit-header{ | ||
74 | background-color:#0d3349; | ||
75 | margin:0; | ||
76 | padding:0.5em 0 0.5em 1em; | ||
77 | color:#fff; | ||
78 | font-family:"Helvetica Neue Light", "HelveticaNeue-Light", "Helvetica Neue", Calibri, Helvetica, Arial; | ||
79 | border-top-right-radius:15px; | ||
80 | border-top-left-radius:15px; | ||
81 | -moz-border-radius-topright:15px; | ||
82 | -moz-border-radius-topleft:15px; | ||
83 | -webkit-border-top-right-radius:15px; | ||
84 | -webkit-border-top-left-radius:15px; | ||
85 | text-shadow: rgba(0, 0, 0, 0.5) 4px 4px 1px; | ||
86 | } | ||
87 | h2#qunit-banner{ | ||
88 | font-family:"Helvetica Neue Light", "HelveticaNeue-Light", "Helvetica Neue", Calibri, Helvetica, Arial; | ||
89 | height:5px; | ||
90 | margin:0; | ||
91 | padding:0; | ||
92 | } | ||
93 | h2#qunit-banner.qunit-pass{ | ||
94 | background-color:#C6E746; | ||
95 | } | ||
96 | h2#qunit-banner.qunit-fail, #qunit-testrunner-toolbar { | ||
97 | background-color:#EE5757; | ||
98 | } | ||
99 | #qunit-testrunner-toolbar { | ||
100 | font-family:"Helvetica Neue Light", "HelveticaNeue-Light", "Helvetica Neue", Calibri, Helvetica, Arial; | ||
101 | padding:0; | ||
102 | /*width:80%;*/ | ||
103 | padding:0em 0 0.5em 2em; | ||
104 | font-size: small; | ||
105 | } | ||
106 | h2#qunit-userAgent { | ||
107 | font-family:"Helvetica Neue Light", "HelveticaNeue-Light", "Helvetica Neue", Calibri, Helvetica, Arial; | ||
108 | background-color:#2b81af; | ||
109 | margin:0; | ||
110 | padding:0; | ||
111 | color:#fff; | ||
112 | font-size: small; | ||
113 | padding:0.5em 0 0.5em 2.5em; | ||
114 | text-shadow: rgba(0, 0, 0, 0.5) 2px 2px 1px; | ||
115 | } | ||
116 | p#qunit-testresult{ | ||
117 | font-family:"Helvetica Neue Light", "HelveticaNeue-Light", "Helvetica Neue", Calibri, Helvetica, Arial; | ||
118 | margin:0; | ||
119 | font-size: small; | ||
120 | color:#2b81af; | ||
121 | border-bottom-right-radius:15px; | ||
122 | border-bottom-left-radius:15px; | ||
123 | -moz-border-radius-bottomright:15px; | ||
124 | -moz-border-radius-bottomleft:15px; | ||
125 | -webkit-border-bottom-right-radius:15px; | ||
126 | -webkit-border-bottom-left-radius:15px; | ||
127 | background-color:#D2E0E6; | ||
128 | padding:0.5em 0.5em 0.5em 2.5em; | ||
129 | } | ||
130 | strong b.fail{ | ||
131 | color:#710909; | ||
132 | } | ||
133 | strong b.pass{ | ||
134 | color:#5E740B; | ||
135 | } | ||