Subversion Repositories Integrator Subversion

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
1 espaco 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
}
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: 7 !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
}
269
.syntaxhighlighter .gutter .line.alt1, .syntaxhighlighter  .gutter .line.alt2 {
270
  background-color: white !important;
271
}
272
.odd .syntaxhighlighter .gutter .line.alt1, .odd .syntaxhighlighter  .gutter .line.alt2 {
273
  background-color: #F2F2F2 !important;
274
}
275
.syntaxhighlighter .gutter .line {
276
  border-right: 3px solid #4E6CA3 !important;
277
}
278
.syntaxhighlighter .gutter .line.highlighted {
279
  background-color: #4E6CA3 !important;
280
  color: white !important;
281
}
282
.syntaxhighlighter.printing .line .content {
283
  border: none !important;
284
}
285
.syntaxhighlighter.collapsed {
286
  overflow: visible !important;
287
}
288
.syntaxhighlighter.collapsed .toolbar {
289
  color: blue !important;
290
  background: white !important;
291
  border: 1px solid #4E6CA3 !important;
292
}
293
.syntaxhighlighter.collapsed .toolbar a {
294
  color: blue !important;
295
}
296
.syntaxhighlighter.collapsed .toolbar a:hover {
297
  color: red !important;
298
}
299
.syntaxhighlighter .toolbar {
300
  color: white !important;
301
  border: none !important;
302
}
303
.syntaxhighlighter .toolbar a {
304
  font: 100%/1.45em "Lucida Grande", Verdana, Arial, Helvetica, sans-serif !important;
305
  color: white !important;
306
  background: #4E6CA3 !important;
307
  float: right !important;
308
  padding: 2px 5px !important;
309
  clear: both;
310
}
311
.syntaxhighlighter .toolbar a:hover {
312
  color: #b7c5df !important;
313
  background: #39568b !important;
314
}
315
.syntaxhighlighter .plain, .syntaxhighlighter .plain a {
316
  color: black !important;
317
}
318
.syntaxhighlighter .comments, .syntaxhighlighter .comments a {
319
  color: #008200 !important;
320
}
321
.syntaxhighlighter .string, .syntaxhighlighter .string a {
322
  color: blue !important;
323
}
324
.syntaxhighlighter .keyword {
325
  color: #006699 !important;
326
}
327
.syntaxhighlighter .preprocessor {
328
  color: gray !important;
329
}
330
.syntaxhighlighter .variable {
331
  color: #aa7700 !important;
332
}
333
.syntaxhighlighter .value {
334
  color: #009900 !important;
335
}
336
.syntaxhighlighter .functions {
337
  color: #ff1493 !important;
338
}
339
.syntaxhighlighter .constants {
340
  color: #0066cc !important;
341
}
342
.syntaxhighlighter .script {
343
  font-weight: bold !important;
344
  color: #006699 !important;
345
  background-color: none !important;
346
}
347
.syntaxhighlighter .color1, .syntaxhighlighter .color1 a {
348
  color: gray !important;
349
}
350
.syntaxhighlighter .color2, .syntaxhighlighter .color2 a {
351
  color: #ff1493 !important;
352
}
353
.syntaxhighlighter .color3, .syntaxhighlighter .color3 a {
354
  color: red !important;
355
}
356
 
357
.syntaxhighlighter .keyword {
358
  font-weight: bold !important;
359
}
360
 
361
.datatables_ref:hover {
362
        text-decoration: underline;
363
        cursor: pointer;
364
        *cursor: hand;
365
}
366
 
367
.syntaxhighlighter .dtapi {
368
        color: #069;
369
}
370
 
371
.syntaxhighlighter .dtapi:hover {
372
        text-decoration: underline;
373
        cursor: pointer;
374
        *cursor: hand;
375
}
376
 
377
.syntaxhighlighter table {
378
  table-layout: fixed !important;
379
}
380
 
381
.syntaxhighlighter table td.gutter {
382
  width: 46px !important; /* enough for three digits */
383
}
384
 
385
.syntaxhighlighter table td.code {
386
  width: auto !important;
387
  overflow: auto !important;
388
}
389