Subversion-Projekte lars-tiefland.prado

Revision

Details | Letzte Änderung | Log anzeigen | RSS feed

Revision Autor Zeilennr. Zeile
1 lars 1
.php-hl-default {
2
    color: Black;
3
}
4
.php-hl-code {
5
    color: Gray;
6
}
7
.php-hl-brackets {
8
    color: Olive;
9
}
10
.php-hl-comment {
11
    color: #808080;
12
	font-style: italic;
13
}
14
.php-hl-quotes {
15
    color: red;
16
}
17
.php-hl-string {
18
    color: Red;
19
}
20
.php-hl-identifier {
21
    color: green;
22
}
23
.php-hl-builtin {
24
    color: Teal;
25
}
26
.php-hl-reserved {
27
    color: black;
28
	font-weight: bold;
29
}
30
.php-hl-inlinedoc {
31
    color: Blue;
32
}
33
.php-hl-var {
34
    color: blue;
35
}
36
.php-hl-url {
37
    color: Blue;
38
}
39
.php-hl-special {
40
    color: Navy;
41
}
42
.php-hl-number {
43
    color: Maroon;
44
}
45
.php-hl-inlinetags {
46
    color: Blue;
47
}
48
.php-hl-main {
49
	font-family: 'Courier New', Courier, monospace;
50
	font-weight: normal;
51
}
52
.php-hl-gutter {
53
    background-color: #999999;
54
    color: White
55
}
56
.php-hl-table {
57
    font-family: courier;
58
    font-size: 12px;
59
    border: solid 1px #505050;
60
}
61
 
62
 
63
.prado-hl-default {
64
    color: Black;
65
}
66
.prado-hl-code {
67
    color: Gray;
68
}
69
.prado-hl-brackets {
70
    color: Olive;
71
}
72
.prado-hl-comment {
73
   color: #808080;
74
	font-style: italic;
75
}
76
.prado-hl-quotes {
77
    color: red;
78
}
79
.prado-hl-string {
80
    color: Red;
81
}
82
.prado-hl-identifier {
83
    color: Blue;
84
}
85
.prado-hl-builtin {
86
    color: Teal;
87
}
88
.prado-hl-reserved {
89
    color: Green;
90
}
91
.prado-hl-inlinedoc {
92
    color: Blue;
93
}
94
.prado-hl-var {
95
    color: #000020;
96
}
97
.prado-hl-url {
98
    color: Blue;
99
}
100
.prado-hl-special {
101
    color: Navy;
102
	font-weight: bold;
103
}
104
.prado-hl-number {
105
    color: Maroon;
106
}
107
.prado-hl-inlinetags {
108
    color: Blue;
109
}
110
.prado-hl-main {
111
	font-family: 'Courier New', Courier, monospace;
112
	font-weight: normal;
113
}
114
.prado-hl-gutter {
115
    background-color: #999999;
116
    color: White
117
}
118
.prado-hl-table {
119
    font-family: courier;
120
    font-size: 12px;
121
    border: solid 1px #505050;
122
}
123
 
124
 
125
.xml-hl-default {
126
    color: Black;
127
}
128
.xml-hl-code {
129
    color: Gray;
130
}
131
.xml-hl-brackets {
132
    color: Olive;
133
}
134
.xml-hl-comment {
135
    color: #808080;
136
	font-style: italic;
137
}
138
.xml-hl-quotes {
139
    color: red;
140
}
141
.xml-hl-string {
142
    color: Red;
143
}
144
.xml-hl-identifier {
145
    color: Blue;
146
}
147
.xml-hl-builtin {
148
    color: Teal;
149
}
150
.xml-hl-reserved {
151
    color: Green;
152
}
153
.xml-hl-inlinedoc {
154
    color: Blue;
155
}
156
.xml-hl-var {
157
    color: #000020;
158
}
159
.xml-hl-url {
160
    color: Blue;
161
}
162
.xml-hl-special {
163
    color: Navy;
164
}
165
.xml-hl-number {
166
    color: Maroon;
167
}
168
.xml-hl-inlinetags {
169
    color: Blue;
170
}
171
.xml-hl-main {
172
	font-family: 'Courier New', Courier, monospace;
173
	font-weight: normal;
174
}
175
.xml-hl-gutter {
176
    background-color: #999999;
177
    color: White
178
}
179
.xml-hl-table {
180
    font-family: courier;
181
    font-size: 12px;
182
    border: solid 1px #505050;
183
}
184
 
185
.html-hl-default {
186
    color: Black;
187
}
188
.html-hl-code {
189
    color: Gray;
190
}
191
.html-hl-brackets {
192
    color: Olive;
193
}
194
.html-hl-comment {
195
    color: #808080;
196
	font-style: italic;
197
}
198
.html-hl-quotes {
199
    color: red;
200
}
201
.html-hl-string {
202
    color: Red;
203
}
204
.html-hl-identifier {
205
    color: Blue;
206
}
207
.html-hl-builtin {
208
    color: Teal;
209
}
210
.html-hl-reserved {
211
    color: Green;
212
}
213
.html-hl-inlinedoc {
214
    color: Blue;
215
}
216
.html-hl-var {
217
    color: #000020;
218
}
219
.html-hl-url {
220
    color: Blue;
221
}
222
.html-hl-special {
223
    color: Navy;
224
}
225
.html-hl-number {
226
    color: Maroon;
227
}
228
.html-hl-inlinetags {
229
    color: Blue;
230
}
231
.html-hl-main {
232
	font-family: 'Courier New', Courier, monospace;
233
	font-weight: normal;
234
}
235
.html-hl-gutter {
236
    background-color: #999999;
237
    color: White
238
}
239
.html-hl-table {
240
    font-family: courier;
241
    font-size: 12px;
242
    border: solid 1px #505050;
243
}
244
 
245
.css-hl-default {
246
    color: Black;
247
}
248
.css-hl-code {
249
    color: Gray;
250
}
251
.css-hl-brackets {
252
    color: Olive;
253
}
254
.css-hl-comment {
255
    color: #808080;
256
	font-style: italic;
257
}
258
.css-hl-quotes {
259
    color: red;
260
}
261
.css-hl-string {
262
    color: Red;
263
}
264
.css-hl-identifier {
265
    color: Blue;
266
}
267
.css-hl-builtin {
268
    color: Teal;
269
}
270
.css-hl-reserved {
271
    color: Green;
272
}
273
.css-hl-inlinedoc {
274
    color: Blue;
275
}
276
.css-hl-var {
277
    color: #000020;
278
}
279
.css-hl-url {
280
    color: Blue;
281
}
282
.css-hl-special {
283
    color: Navy;
284
}
285
.css-hl-number {
286
    color: Maroon;
287
}
288
.css-hl-inlinetags {
289
    color: Blue;
290
}
291
.css-hl-main {
292
	font-family: 'Courier New', Courier, monospace;
293
	font-weight: normal;
294
}
295
.css-hl-gutter {
296
    background-color: #999999;
297
    color: White
298
}
299
.css-hl-table {
300
    font-family: courier;
301
    font-size: 12px;
302
    border: solid 1px #505050;
303
}
304
 
305
.javascript-hl-default {
306
    color: Black;
307
}
308
.javascript-hl-code {
309
    color: Gray;
310
}
311
.javascript-hl-brackets {
312
    color: Olive;
313
}
314
.javascript-hl-comment {
315
    color: #808080;
316
	font-style: italic;
317
}
318
.javascript-hl-quotes {
319
    color: red;
320
}
321
.javascript-hl-string {
322
    color: Red;
323
}
324
.javascript-hl-identifier {
325
    color: Blue;
326
}
327
.javascript-hl-builtin {
328
    color: Teal;
329
}
330
.javascript-hl-reserved {
331
    color: Green;
332
}
333
.javascript-hl-inlinedoc {
334
    color: Blue;
335
}
336
.javascript-hl-var {
337
    color: #000020;
338
}
339
.javascript-hl-url {
340
    color: Blue;
341
}
342
.javascript-hl-special {
343
    color: Navy;
344
}
345
.javascript-hl-number {
346
    color: Maroon;
347
}
348
.javascript-hl-inlinetags {
349
    color: Blue;
350
}
351
.javascript-hl-main {
352
	font-family: 'Courier New', Courier, monospace;
353
	font-weight: normal;
354
}
355
.javascript-hl-gutter {
356
    background-color: #999999;
357
    color: White
358
}
359
.javascript-hl-table {
360
    font-family: courier;
361
    font-size: 12px;
362
    border: solid 1px #505050;
363
}
364
 
365
 
366
.sql-hl-default {
367
    color: Black;
368
}
369
.sql-hl-code {
370
    color: Gray;
371
}
372
.sql-hl-brackets {
373
    color: Olive;
374
}
375
.sql-hl-comment {
376
    color: #808080;
377
	font-style: italic;
378
}
379
.sql-hl-quotes {
380
    color: red;
381
}
382
.sql-hl-string {
383
    color: Red;
384
}
385
.sql-hl-identifier {
386
    color: Blue;
387
}
388
.sql-hl-builtin {
389
    color: Teal;
390
}
391
.sql-hl-reserved {
392
    color: Green;
393
}
394
.sql-hl-inlinedoc {
395
    color: Blue;
396
}
397
.sql-hl-var {
398
    color: #000020;
399
}
400
.sql-hl-url {
401
    color: Blue;
402
}
403
.sql-hl-special {
404
    color: Navy;
405
}
406
.sql-hl-number {
407
    color: Maroon;
408
}
409
.sql-hl-inlinetags {
410
    color: Blue;
411
}
412
.sql-hl-main {
413
	font-family: 'Courier New', Courier, monospace;
414
	font-weight: normal;
415
}
416
.sql-hl-gutter {
417
    background-color: #999999;
418
    color: White
419
}
420
.sql-hl-table {
421
    font-family: courier;
422
    font-size: 12px;
423
    border: solid 1px #505050;
424
}
425
 
426
.source .copycode
427
{
428
	text-align: right;
429
	float: right;
430
}
431
 
432
.source .copycode a
433
{
434
	cursor: pointer;
435
	color: blue;
436
}
437
 
438
.source .copycode_hover a
439
{
440
	color: red;
441
}