aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'Code/Blocks/syntax/tests/js/qunit.css')
-rw-r--r--Code/Blocks/syntax/tests/js/qunit.css135
1 files changed, 0 insertions, 135 deletions
diff --git a/Code/Blocks/syntax/tests/js/qunit.css b/Code/Blocks/syntax/tests/js/qunit.css
deleted file mode 100644
index cc54391..0000000
--- a/Code/Blocks/syntax/tests/js/qunit.css
+++ /dev/null
@@ -1,135 +0,0 @@
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
18ol#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}
26ol#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}
32ol#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}
44ol#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
52ol#qunit-tests li li.pass{
53 border-left:26px solid #C6E746;
54 background-color:#fff;
55 color:#5E740B;
56 }
57ol#qunit-tests li li.fail{
58 border-left:26px solid #EE5757;
59 background-color:#fff;
60 color:#710909;
61}
62ol#qunit-tests li.pass{
63 background-color:#D2E0E6;
64 color:#528CE0;
65}
66ol#qunit-tests li.fail{
67 background-color:#EE5757;
68 color:#000;
69}
70ol#qunit-tests li strong {
71 cursor:pointer;
72}
73h1#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}
87h2#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}
93h2#qunit-banner.qunit-pass{
94 background-color:#C6E746;
95}
96h2#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}
106h2#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}
116p#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}
130strong b.fail{
131 color:#710909;
132 }
133strong b.pass{
134 color:#5E740B;
135 }
Powered by cgit v1.2.3 (git 2.41.0)