delate shcore.css
Showing
2 changed files
with
0 additions
and
351 deletions
css/shCore.css
deleted
100644 → 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 | .syntaxhighlighter a, | ||
18 | .syntaxhighlighter div, | ||
19 | .syntaxhighlighter code, | ||
20 | .syntaxhighlighter table, | ||
21 | .syntaxhighlighter table td, | ||
22 | .syntaxhighlighter table tr, | ||
23 | .syntaxhighlighter table tbody, | ||
24 | .syntaxhighlighter table thead, | ||
25 | .syntaxhighlighter table caption, | ||
26 | .syntaxhighlighter textarea { | ||
27 | -moz-border-radius: 0 0 0 0 !important; | ||
28 | -webkit-border-radius: 0 0 0 0 !important; | ||
29 | background: none !important; | ||
30 | border: 0 !important; | ||
31 | bottom: auto !important; | ||
32 | float: none !important; | ||
33 | height: auto !important; | ||
34 | left: auto !important; | ||
35 | line-height: 1.1em !important; | ||
36 | margin: 0 !important; | ||
37 | outline: 0 !important; | ||
38 | overflow: auto !important; | ||
39 | padding: 0 !important; | ||
40 | position: static !important; | ||
41 | right: auto !important; | ||
42 | text-align: left !important; | ||
43 | top: auto !important; | ||
44 | vertical-align: baseline !important; | ||
45 | width: auto !important; | ||
46 | box-sizing: content-box !important; | ||
47 | font-family: "Consolas", "Bitstream Vera Sans Mono", "Courier New", Courier, monospace !important; | ||
48 | font-weight: normal !important; | ||
49 | font-style: normal !important; | ||
50 | font-size: 1em !important; | ||
51 | min-height: inherit !important; | ||
52 | min-height: auto !important; | ||
53 | white-space: nowrap !important; | ||
54 | } | ||
55 | |||
56 | .syntaxhighlighter { | ||
57 | width: 100% !important; | ||
58 | margin: 1em 0 1em 0 !important; | ||
59 | position: relative !important; | ||
60 | overflow-x: auto !important; | ||
61 | font-size: 1em !important; | ||
62 | border: 1px solid #eee; | ||
63 | } | ||
64 | .syntaxhighlighter.source { | ||
65 | overflow: hidden !important; | ||
66 | } | ||
67 | .syntaxhighlighter .bold { | ||
68 | font-weight: bold !important; | ||
69 | } | ||
70 | .syntaxhighlighter .italic { | ||
71 | font-style: italic !important; | ||
72 | } | ||
73 | .syntaxhighlighter .line { | ||
74 | white-space: pre !important; | ||
75 | } | ||
76 | x:-o-prefocus, .syntaxhighlighter .line { | ||
77 | white-space: normal !important; | ||
78 | } | ||
79 | |||
80 | .syntaxhighlighter table { | ||
81 | width: 100% !important; | ||
82 | } | ||
83 | .syntaxhighlighter table caption { | ||
84 | text-align: left !important; | ||
85 | padding: .5em 0 0.5em 1em !important; | ||
86 | } | ||
87 | .syntaxhighlighter table td.code { | ||
88 | width: 100% !important; | ||
89 | } | ||
90 | .syntaxhighlighter table td.code .container { | ||
91 | position: relative !important; | ||
92 | } | ||
93 | .syntaxhighlighter table td.code .container textarea { | ||
94 | box-sizing: border-box !important; | ||
95 | position: absolute !important; | ||
96 | left: 0 !important; | ||
97 | top: 0 !important; | ||
98 | width: 100% !important; | ||
99 | height: 100% !important; | ||
100 | border: none !important; | ||
101 | background: white !important; | ||
102 | padding-left: 1em !important; | ||
103 | overflow: hidden !important; | ||
104 | white-space: pre !important; | ||
105 | } | ||
106 | .syntaxhighlighter table td.gutter .line { | ||
107 | text-align: right !important; | ||
108 | /*padding: 0 0.5em 0 1em !important;*/ | ||
109 | } | ||
110 | .syntaxhighlighter table td.code .line { | ||
111 | padding: 5px !important; | ||
112 | } | ||
113 | .syntaxhighlighter.nogutter td.code .container textarea, .syntaxhighlighter.nogutter td.code .line { | ||
114 | padding-left: 0em !important; | ||
115 | } | ||
116 | .syntaxhighlighter.show { | ||
117 | display: block !important; | ||
118 | } | ||
119 | .syntaxhighlighter.collapsed table { | ||
120 | display: none !important; | ||
121 | } | ||
122 | .syntaxhighlighter.collapsed .toolbar { | ||
123 | padding: 0.1em 0.8em 0em 0.8em !important; | ||
124 | font-size: 1em !important; | ||
125 | position: static !important; | ||
126 | width: auto !important; | ||
127 | height: auto !important; | ||
128 | } | ||
129 | .syntaxhighlighter.collapsed .toolbar span { | ||
130 | display: inline !important; | ||
131 | margin-right: 1em !important; | ||
132 | } | ||
133 | .syntaxhighlighter.collapsed .toolbar span a { | ||
134 | padding: 0 !important; | ||
135 | display: none !important; | ||
136 | } | ||
137 | .syntaxhighlighter.collapsed .toolbar span a.expandSource { | ||
138 | display: inline !important; | ||
139 | } | ||
140 | .syntaxhighlighter .toolbar { | ||
141 | position: absolute !important; | ||
142 | right: 1px !important; | ||
143 | top: 1px !important; | ||
144 | width: 11px !important; | ||
145 | height: 11px !important; | ||
146 | font-size: 10px !important; | ||
147 | z-index: 10 !important; | ||
148 | } | ||
149 | .syntaxhighlighter .toolbar span.title { | ||
150 | display: inline !important; | ||
151 | } | ||
152 | .syntaxhighlighter .toolbar a { | ||
153 | display: block !important; | ||
154 | text-align: center !important; | ||
155 | text-decoration: none !important; | ||
156 | padding-top: 1px !important; | ||
157 | } | ||
158 | .syntaxhighlighter .toolbar a.expandSource { | ||
159 | display: none !important; | ||
160 | } | ||
161 | .syntaxhighlighter.ie { | ||
162 | font-size: .9em !important; | ||
163 | padding: 1px 0 1px 0 !important; | ||
164 | } | ||
165 | .syntaxhighlighter.ie .toolbar { | ||
166 | line-height: 8px !important; | ||
167 | } | ||
168 | .syntaxhighlighter.ie .toolbar a { | ||
169 | padding-top: 0px !important; | ||
170 | } | ||
171 | .syntaxhighlighter.printing .line.alt1 .content, | ||
172 | .syntaxhighlighter.printing .line.alt2 .content, | ||
173 | .syntaxhighlighter.printing .line.highlighted .number, | ||
174 | .syntaxhighlighter.printing .line.highlighted.alt1 .content, | ||
175 | .syntaxhighlighter.printing .line.highlighted.alt2 .content { | ||
176 | background: none !important; | ||
177 | } | ||
178 | .syntaxhighlighter.printing .line .number { | ||
179 | color: #bbbbbb !important; | ||
180 | } | ||
181 | .syntaxhighlighter.printing .line .content { | ||
182 | color: black !important; | ||
183 | } | ||
184 | .syntaxhighlighter.printing .toolbar { | ||
185 | display: none !important; | ||
186 | } | ||
187 | .syntaxhighlighter.printing a { | ||
188 | text-decoration: none !important; | ||
189 | } | ||
190 | .syntaxhighlighter.printing .plain, .syntaxhighlighter.printing .plain a { | ||
191 | color: black !important; | ||
192 | } | ||
193 | .syntaxhighlighter.printing .comments, .syntaxhighlighter.printing .comments a { | ||
194 | color: #008200 !important; | ||
195 | } | ||
196 | .syntaxhighlighter.printing .string, .syntaxhighlighter.printing .string a { | ||
197 | color: blue !important; | ||
198 | } | ||
199 | .syntaxhighlighter.printing .keyword { | ||
200 | color: #006699 !important; | ||
201 | font-weight: bold !important; | ||
202 | } | ||
203 | .syntaxhighlighter.printing .preprocessor { | ||
204 | color: gray !important; | ||
205 | } | ||
206 | .syntaxhighlighter.printing .variable { | ||
207 | color: #aa7700 !important; | ||
208 | } | ||
209 | .syntaxhighlighter.printing .value { | ||
210 | color: #009900 !important; | ||
211 | } | ||
212 | .syntaxhighlighter.printing .functions { | ||
213 | color: #ff1493 !important; | ||
214 | } | ||
215 | .syntaxhighlighter.printing .constants { | ||
216 | color: #0066cc !important; | ||
217 | } | ||
218 | .syntaxhighlighter.printing .script { | ||
219 | font-weight: bold !important; | ||
220 | } | ||
221 | .syntaxhighlighter.printing .color1, .syntaxhighlighter.printing .color1 a { | ||
222 | color: gray !important; | ||
223 | } | ||
224 | .syntaxhighlighter.printing .color2, .syntaxhighlighter.printing .color2 a { | ||
225 | color: #ff1493 !important; | ||
226 | } | ||
227 | .syntaxhighlighter.printing .color3, .syntaxhighlighter.printing .color3 a { | ||
228 | color: red !important; | ||
229 | } | ||
230 | .syntaxhighlighter.printing .break, .syntaxhighlighter.printing .break a { | ||
231 | color: black !important; | ||
232 | } |
css/shThemeDefault.css
deleted
100644 → 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 | .syntaxhighlighter { | ||
18 | background-color: white !important; | ||
19 | } | ||
20 | .syntaxhighlighter .line.alt1 { | ||
21 | background-color: #eee !important; | ||
22 | } | ||
23 | .syntaxhighlighter .line.alt2 { | ||
24 | background-color: white !important; | ||
25 | } | ||
26 | .syntaxhighlighter .line.highlighted.alt1, .syntaxhighlighter .line.highlighted.alt2 { | ||
27 | background-color: #e0e0e0 !important; | ||
28 | } | ||
29 | .syntaxhighlighter .line.highlighted.number { | ||
30 | color: black !important; | ||
31 | } | ||
32 | .syntaxhighlighter table caption { | ||
33 | color: black !important; | ||
34 | } | ||
35 | .syntaxhighlighter .gutter { | ||
36 | display: none; | ||
37 | color: #afafaf !important; | ||
38 | } | ||
39 | .syntaxhighlighter .gutter .line { | ||
40 | /*border-right: 3px solid #6ce26c !important;*/ | ||
41 | } | ||
42 | .syntaxhighlighter .gutter .line.highlighted { | ||
43 | background-color: #6ce26c !important; | ||
44 | color: white !important; | ||
45 | } | ||
46 | .syntaxhighlighter.printing .line .content { | ||
47 | border: none !important; | ||
48 | } | ||
49 | .syntaxhighlighter.collapsed { | ||
50 | overflow: visible !important; | ||
51 | } | ||
52 | .syntaxhighlighter.collapsed .toolbar { | ||
53 | color: blue !important; | ||
54 | background: white !important; | ||
55 | border: 1px solid #6ce26c !important; | ||
56 | } | ||
57 | .syntaxhighlighter.collapsed .toolbar a { | ||
58 | color: blue !important; | ||
59 | } | ||
60 | .syntaxhighlighter.collapsed .toolbar a:hover { | ||
61 | color: red !important; | ||
62 | } | ||
63 | .syntaxhighlighter .toolbar { | ||
64 | display: none; | ||
65 | color: white !important; | ||
66 | background: #6ce26c !important; | ||
67 | border: none !important; | ||
68 | } | ||
69 | .syntaxhighlighter .toolbar a { | ||
70 | color: white !important; | ||
71 | } | ||
72 | .syntaxhighlighter .toolbar a:hover { | ||
73 | color: black !important; | ||
74 | } | ||
75 | .syntaxhighlighter .plain, .syntaxhighlighter .plain a { | ||
76 | color: black !important; | ||
77 | } | ||
78 | .syntaxhighlighter .comments, .syntaxhighlighter .comments a { | ||
79 | color: #008200 !important; | ||
80 | } | ||
81 | .syntaxhighlighter .string, .syntaxhighlighter .string a { | ||
82 | color: blue !important; | ||
83 | } | ||
84 | .syntaxhighlighter .keyword { | ||
85 | color: #006699 !important; | ||
86 | } | ||
87 | .syntaxhighlighter .preprocessor { | ||
88 | color: gray !important; | ||
89 | } | ||
90 | .syntaxhighlighter .variable { | ||
91 | color: #aa7700 !important; | ||
92 | } | ||
93 | .syntaxhighlighter .value { | ||
94 | color: #009900 !important; | ||
95 | } | ||
96 | .syntaxhighlighter .functions { | ||
97 | color: #ff1493 !important; | ||
98 | } | ||
99 | .syntaxhighlighter .constants { | ||
100 | color: #0066cc !important; | ||
101 | } | ||
102 | .syntaxhighlighter .script { | ||
103 | font-weight: bold !important; | ||
104 | color: #006699 !important; | ||
105 | background-color: none !important; | ||
106 | } | ||
107 | .syntaxhighlighter .color1, .syntaxhighlighter .color1 a { | ||
108 | color: gray !important; | ||
109 | } | ||
110 | .syntaxhighlighter .color2, .syntaxhighlighter .color2 a { | ||
111 | color: #ff1493 !important; | ||
112 | } | ||
113 | .syntaxhighlighter .color3, .syntaxhighlighter .color3 a { | ||
114 | color: red !important; | ||
115 | } | ||
116 | |||
117 | .syntaxhighlighter .keyword { | ||
118 | font-weight: bold !important; | ||
119 | } |
-
Please register or sign in to post a comment