Subversion-Projekte lars-tiefland.cienc

Revision

Details | Letzte Änderung | Log anzeigen | RSS feed

Revision Autor Zeilennr. Zeile
9 lars 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: "Source Code Pro","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
  white-space: nowrap;
54
}
55
 
56
.syntaxhighlighter {
57
  width: 100% !important;
58
  margin: 1em 0 1em 0 !important;
59
  position: relative !important;
60
  overflow: auto !important;
61
  font-size: 1em !important;
62
}
63
.syntaxhighlighter.source {
64
  overflow: hidden !important;
65
}
66
.syntaxhighlighter .bold {
67
  font-weight: bold !important;
68
}
69
.syntaxhighlighter .italic {
70
  font-style: italic !important;
71
}
72
.syntaxhighlighter .line {
73
  white-space: nowrap !important;
74
}
75
.syntaxhighlighter table {
76
  width: 100% !important;
77
}
78
.syntaxhighlighter table caption {
79
  text-align: left !important;
80
  padding: .5em 0 0.5em 1em !important;
81
}
82
.syntaxhighlighter table td.code {
83
  width: 100% !important;
84
}
85
.syntaxhighlighter table td.code .container {
86
  position: relative !important;
87
}
88
.syntaxhighlighter table td.code .container textarea {
89
  box-sizing: border-box !important;
90
  position: absolute !important;
91
  left: 0 !important;
92
  top: 0 !important;
93
  width: 100% !important;
94
  height: 100% !important;
95
  border: none !important;
96
  background: white !important;
97
  padding-left: 1em !important;
98
  overflow: hidden !important;
99
  white-space: pre !important;
100
}
101
.syntaxhighlighter table td.gutter .line {
102
  text-align: right !important;
103
  padding: 2px 0.5em 2px 1em !important;
104
}
105
.syntaxhighlighter table td.code .line {
106
  padding: 2px 1em !important;
107
}
108
.syntaxhighlighter.nogutter td.code .container textarea, .syntaxhighlighter.nogutter td.code .line {
109
  padding-left: 0em !important;
110
}
111
.syntaxhighlighter.show {
112
  display: block !important;
113
}
114
.syntaxhighlighter.collapsed table {
115
  display: none !important;
116
}
117
.syntaxhighlighter.collapsed .toolbar {
118
  padding: 0.1em 0.8em 0em 0.8em !important;
119
  font-size: 1em !important;
120
  position: static !important;
121
  width: auto !important;
122
  height: auto !important;
123
}
124
.syntaxhighlighter.collapsed .toolbar span {
125
  display: inline !important;
126
  margin-right: 1em !important;
127
}
128
.syntaxhighlighter.collapsed .toolbar span a {
129
  padding: 0 !important;
130
  display: none !important;
131
}
132
.syntaxhighlighter.collapsed .toolbar span a.expandSource {
133
  display: inline !important;
134
}
135
.syntaxhighlighter .toolbar {
136
  position: absolute !important;
137
  right: 1px !important;
138
  top: -18px !important;
139
  font-size: 10px !important;
140
  z-index: 7 !important;
141
}
142
.syntaxhighlighter .toolbar span.title {
143
  display: inline !important;
144
}
145
.syntaxhighlighter .toolbar a {
146
  display: block !important;
147
  text-align: center !important;
148
  text-decoration: none !important;
149
  padding-top: 1px !important;
150
}
151
.syntaxhighlighter .toolbar a.expandSource {
152
  display: none !important;
153
}
154
.syntaxhighlighter.ie {
155
  font-size: .9em !important;
156
  padding: 1px 0 1px 0 !important;
157
}
158
.syntaxhighlighter.ie .toolbar {
159
  line-height: 8px !important;
160
}
161
.syntaxhighlighter.ie .toolbar a {
162
  padding-top: 0px !important;
163
}
164
.syntaxhighlighter.printing .line.alt1 .content,
165
.syntaxhighlighter.printing .line.alt2 .content,
166
.syntaxhighlighter.printing .line.highlighted .number,
167
.syntaxhighlighter.printing .line.highlighted.alt1 .content,
168
.syntaxhighlighter.printing .line.highlighted.alt2 .content {
169
  background: none !important;
170
}
171
.syntaxhighlighter.printing .line .number {
172
  color: #bbbbbb !important;
173
}
174
.syntaxhighlighter.printing .line .content {
175
  color: black !important;
176
}
177
.syntaxhighlighter.printing .toolbar {
178
  display: none !important;
179
}
180
.syntaxhighlighter.printing a {
181
  text-decoration: none !important;
182
}
183
.syntaxhighlighter.printing .plain, .syntaxhighlighter.printing .plain a {
184
  color: black !important;
185
}
186
.syntaxhighlighter.printing .comments, .syntaxhighlighter.printing .comments a {
187
  color: #008200 !important;
188
}
189
.syntaxhighlighter.printing .string, .syntaxhighlighter.printing .string a {
190
  color: blue !important;
191
}
192
.syntaxhighlighter.printing .keyword {
193
  color: #006699 !important;
194
  font-weight: bold !important;
195
}
196
.syntaxhighlighter.printing .preprocessor {
197
  color: gray !important;
198
}
199
.syntaxhighlighter.printing .variable {
200
  color: #aa7700 !important;
201
}
202
.syntaxhighlighter.printing .value {
203
  color: #009900 !important;
204
}
205
.syntaxhighlighter.printing .functions {
206
  color: #ff1493 !important;
207
}
208
.syntaxhighlighter.printing .constants {
209
  color: #0066cc !important;
210
}
211
.syntaxhighlighter.printing .script {
212
  font-weight: bold !important;
213
}
214
.syntaxhighlighter.printing .color1, .syntaxhighlighter.printing .color1 a {
215
  color: gray !important;
216
}
217
.syntaxhighlighter.printing .color2, .syntaxhighlighter.printing .color2 a {
218
  color: #ff1493 !important;
219
}
220
.syntaxhighlighter.printing .color3, .syntaxhighlighter.printing .color3 a {
221
  color: red !important;
222
}
223
.syntaxhighlighter.printing .break, .syntaxhighlighter.printing .break a {
224
  color: black !important;
225
}
226
 
227
 
228
 
229
/**
230
 * SyntaxHighlighter
231
 * http://alexgorbatchev.com/SyntaxHighlighter
232
 *
233
 * SyntaxHighlighter is donationware. If you are using it, please donate.
234
 * http://alexgorbatchev.com/SyntaxHighlighter/donate.html
235
 *
236
 * @version
237
 * 3.0.83 (July 02 2010)
238
 *
239
 * @copyright
240
 * Copyright (C) 2004-2010 Alex Gorbatchev.
241
 *
242
 * @license
243
 * Dual licensed under the MIT and GPL licenses.
244
 */
245
.syntaxhighlighter {
246
  background-color: white !important;
247
  font-size: 13px !important;
248
  overflow: visible !important;
249
}
250
.syntaxhighlighter .line.alt1 {
251
  background-color: white !important;
252
}
253
.syntaxhighlighter .line.alt2 {
254
  background-color: #F8F8F8 !important;
255
}
256
.syntaxhighlighter .line.highlighted.alt1, .syntaxhighlighter .line.highlighted.alt2 {
257
  background-color: #e0e0e0 !important;
258
}
259
.syntaxhighlighter .line.highlighted.number {
260
  color: black !important;
261
}
262
.syntaxhighlighter table caption {
263
  color: black !important;
264
}
265
.syntaxhighlighter .gutter {
266
}
267
.syntaxhighlighter .gutter div {
268
  color: #5C5C5C !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
}
377
 
378
.syntaxhighlighter table {
379
  table-layout: fixed !important;
380
}
381
 
382
.syntaxhighlighter table td.gutter {
383
  width: 46px !important; /* enough for three digits */
384
}
385
 
386
.syntaxhighlighter table td.code {
387
  width: auto !important;
388
  overflow: auto !important;
389
}
390