/[projects]/misc/horsensspejder-web/jquery/DataTables-1.9.4/examples/examples_support/syntax/css/shCore.css
ViewVC logotype

Contents of /misc/horsensspejder-web/jquery/DataTables-1.9.4/examples/examples_support/syntax/css/shCore.css

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2125 - (show annotations) (download) (as text)
Wed Mar 12 19:30:05 2014 UTC (10 years, 2 months ago) by torben
File MIME type: text/css
File size: 9851 byte(s)
initial import
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: visible !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","Monaco","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 }
54
55 .syntaxhighlighter {
56 width: 100% !important;
57 margin: 1em 0 1em 0 !important;
58 position: relative !important;
59 overflow: auto !important;
60 font-size: 1em !important;
61 }
62 .syntaxhighlighter.source {
63 overflow: hidden !important;
64 }
65 .syntaxhighlighter .bold {
66 font-weight: bold !important;
67 }
68 .syntaxhighlighter .italic {
69 font-style: italic !important;
70 }
71 .syntaxhighlighter .line {
72 white-space: pre !important;
73 }
74 .syntaxhighlighter table {
75 width: 100% !important;
76 }
77 .syntaxhighlighter table caption {
78 text-align: left !important;
79 padding: .5em 0 0.5em 1em !important;
80 }
81 .syntaxhighlighter table td.code {
82 width: 100% !important;
83 }
84 .syntaxhighlighter table td.code .container {
85 position: relative !important;
86 }
87 .syntaxhighlighter table td.code .container textarea {
88 box-sizing: border-box !important;
89 position: absolute !important;
90 left: 0 !important;
91 top: 0 !important;
92 width: 100% !important;
93 height: 100% !important;
94 border: none !important;
95 background: white !important;
96 padding-left: 1em !important;
97 overflow: hidden !important;
98 white-space: pre !important;
99 }
100 .syntaxhighlighter table td.gutter .line {
101 text-align: right !important;
102 padding: 2px 0.5em 2px 1em !important;
103 }
104 .syntaxhighlighter table td.code .line {
105 padding: 2px 1em !important;
106 }
107 .syntaxhighlighter.nogutter td.code .container textarea, .syntaxhighlighter.nogutter td.code .line {
108 padding-left: 0em !important;
109 }
110 .syntaxhighlighter.show {
111 display: block !important;
112 }
113 .syntaxhighlighter.collapsed table {
114 display: none !important;
115 }
116 .syntaxhighlighter.collapsed .toolbar {
117 padding: 0.1em 0.8em 0em 0.8em !important;
118 font-size: 1em !important;
119 position: static !important;
120 width: auto !important;
121 height: auto !important;
122 }
123 .syntaxhighlighter.collapsed .toolbar span {
124 display: inline !important;
125 margin-right: 1em !important;
126 }
127 .syntaxhighlighter.collapsed .toolbar span a {
128 padding: 0 !important;
129 display: none !important;
130 }
131 .syntaxhighlighter.collapsed .toolbar span a.expandSource {
132 display: inline !important;
133 }
134 .syntaxhighlighter .toolbar {
135 position: absolute !important;
136 right: 1px !important;
137 top: 1px !important;
138 font-size: 10px !important;
139 z-index: 10 !important;
140 }
141 .syntaxhighlighter .toolbar span.title {
142 display: inline !important;
143 }
144 .syntaxhighlighter .toolbar a {
145 display: block !important;
146 text-align: center !important;
147 text-decoration: none !important;
148 padding-top: 1px !important;
149 }
150 .syntaxhighlighter .toolbar a.expandSource {
151 display: none !important;
152 }
153 .syntaxhighlighter.ie {
154 font-size: .9em !important;
155 padding: 1px 0 1px 0 !important;
156 }
157 .syntaxhighlighter.ie .toolbar {
158 line-height: 8px !important;
159 }
160 .syntaxhighlighter.ie .toolbar a {
161 padding-top: 0px !important;
162 }
163 .syntaxhighlighter.printing .line.alt1 .content,
164 .syntaxhighlighter.printing .line.alt2 .content,
165 .syntaxhighlighter.printing .line.highlighted .number,
166 .syntaxhighlighter.printing .line.highlighted.alt1 .content,
167 .syntaxhighlighter.printing .line.highlighted.alt2 .content {
168 background: none !important;
169 }
170 .syntaxhighlighter.printing .line .number {
171 color: #bbbbbb !important;
172 }
173 .syntaxhighlighter.printing .line .content {
174 color: black !important;
175 }
176 .syntaxhighlighter.printing .toolbar {
177 display: none !important;
178 }
179 .syntaxhighlighter.printing a {
180 text-decoration: none !important;
181 }
182 .syntaxhighlighter.printing .plain, .syntaxhighlighter.printing .plain a {
183 color: black !important;
184 }
185 .syntaxhighlighter.printing .comments, .syntaxhighlighter.printing .comments a {
186 color: #008200 !important;
187 }
188 .syntaxhighlighter.printing .string, .syntaxhighlighter.printing .string a {
189 color: blue !important;
190 }
191 .syntaxhighlighter.printing .keyword {
192 color: #006699 !important;
193 font-weight: bold !important;
194 }
195 .syntaxhighlighter.printing .preprocessor {
196 color: gray !important;
197 }
198 .syntaxhighlighter.printing .variable {
199 color: #aa7700 !important;
200 }
201 .syntaxhighlighter.printing .value {
202 color: #009900 !important;
203 }
204 .syntaxhighlighter.printing .functions {
205 color: #ff1493 !important;
206 }
207 .syntaxhighlighter.printing .constants {
208 color: #0066cc !important;
209 }
210 .syntaxhighlighter.printing .script {
211 font-weight: bold !important;
212 }
213 .syntaxhighlighter.printing .color1, .syntaxhighlighter.printing .color1 a {
214 color: gray !important;
215 }
216 .syntaxhighlighter.printing .color2, .syntaxhighlighter.printing .color2 a {
217 color: #ff1493 !important;
218 }
219 .syntaxhighlighter.printing .color3, .syntaxhighlighter.printing .color3 a {
220 color: red !important;
221 }
222 .syntaxhighlighter.printing .break, .syntaxhighlighter.printing .break a {
223 color: black !important;
224 }
225
226
227
228 /**
229 * SyntaxHighlighter
230 * http://alexgorbatchev.com/SyntaxHighlighter
231 *
232 * SyntaxHighlighter is donationware. If you are using it, please donate.
233 * http://alexgorbatchev.com/SyntaxHighlighter/donate.html
234 *
235 * @version
236 * 3.0.83 (July 02 2010)
237 *
238 * @copyright
239 * Copyright (C) 2004-2010 Alex Gorbatchev.
240 *
241 * @license
242 * Dual licensed under the MIT and GPL licenses.
243 */
244 .syntaxhighlighter {
245 background-color: white !important;
246 font-size: 13px !important;
247 overflow: visible !important;
248 }
249 .syntaxhighlighter .line.alt1 {
250 background-color: white !important;
251 }
252 .syntaxhighlighter .line.alt2 {
253 background-color: #F8F8F8 !important;
254 }
255 .syntaxhighlighter .line.highlighted.alt1, .syntaxhighlighter .line.highlighted.alt2 {
256 background-color: #e0e0e0 !important;
257 }
258 .syntaxhighlighter .line.highlighted.number {
259 color: black !important;
260 }
261 .syntaxhighlighter table caption {
262 color: black !important;
263 }
264 .syntaxhighlighter .gutter {
265 }
266 .syntaxhighlighter .gutter div {
267 color: #5C5C5C !important;
268 width: 20px !important;
269 }
270 .syntaxhighlighter .gutter .line.alt1, .syntaxhighlighter .gutter .line.alt2 {
271 background-color: white !important;
272 }
273 .odd .syntaxhighlighter .gutter .line.alt1, .odd .syntaxhighlighter .gutter .line.alt2 {
274 background-color: #F2F2F2 !important;
275 }
276 .syntaxhighlighter .gutter .line {
277 border-right: 3px solid #4E6CA3 !important;
278 }
279 .syntaxhighlighter .gutter .line.highlighted {
280 background-color: #4E6CA3 !important;
281 color: white !important;
282 }
283 .syntaxhighlighter.printing .line .content {
284 border: none !important;
285 }
286 .syntaxhighlighter.collapsed {
287 overflow: visible !important;
288 }
289 .syntaxhighlighter.collapsed .toolbar {
290 color: blue !important;
291 background: white !important;
292 border: 1px solid #4E6CA3 !important;
293 }
294 .syntaxhighlighter.collapsed .toolbar a {
295 color: blue !important;
296 }
297 .syntaxhighlighter.collapsed .toolbar a:hover {
298 color: red !important;
299 }
300 .syntaxhighlighter .toolbar {
301 color: white !important;
302 border: none !important;
303 }
304 .syntaxhighlighter .toolbar a {
305 font: 100%/1.45em "Lucida Grande", Verdana, Arial, Helvetica, sans-serif !important;
306 color: white !important;
307 background: #4E6CA3 !important;
308 float: right !important;
309 padding: 2px 5px !important;
310 clear: both;
311 }
312 .syntaxhighlighter .toolbar a:hover {
313 color: #b7c5df !important;
314 background: #39568b !important;
315 }
316 .syntaxhighlighter .plain, .syntaxhighlighter .plain a {
317 color: black !important;
318 }
319 .syntaxhighlighter .comments, .syntaxhighlighter .comments a {
320 color: #008200 !important;
321 }
322 .syntaxhighlighter .string, .syntaxhighlighter .string a {
323 color: blue !important;
324 }
325 .syntaxhighlighter .keyword {
326 color: #006699 !important;
327 }
328 .syntaxhighlighter .preprocessor {
329 color: gray !important;
330 }
331 .syntaxhighlighter .variable {
332 color: #aa7700 !important;
333 }
334 .syntaxhighlighter .value {
335 color: #009900 !important;
336 }
337 .syntaxhighlighter .functions {
338 color: #ff1493 !important;
339 }
340 .syntaxhighlighter .constants {
341 color: #0066cc !important;
342 }
343 .syntaxhighlighter .script {
344 font-weight: bold !important;
345 color: #006699 !important;
346 background-color: none !important;
347 }
348 .syntaxhighlighter .color1, .syntaxhighlighter .color1 a {
349 color: gray !important;
350 }
351 .syntaxhighlighter .color2, .syntaxhighlighter .color2 a {
352 color: #ff1493 !important;
353 }
354 .syntaxhighlighter .color3, .syntaxhighlighter .color3 a {
355 color: red !important;
356 }
357
358 .syntaxhighlighter .keyword {
359 font-weight: bold !important;
360 }
361
362 .datatables_ref:hover {
363 text-decoration: underline;
364 cursor: pointer;
365 *cursor: hand;
366 }
367
368 .syntaxhighlighter .dtapi {
369 color: #069;
370 }
371
372 .syntaxhighlighter .dtapi:hover {
373 text-decoration: underline;
374 cursor: pointer;
375 *cursor: hand;
376 }

  ViewVC Help
Powered by ViewVC 1.1.20