Subversion-Projekte lars-tiefland.prado

Revision

Details | Letzte Änderung | Log anzeigen | RSS feed

Revision Autor Zeilennr. Zeile
1 lars 1
.hl-default {
2
    color: Black;
3
}
4
.hl-code {
5
    color: Gray;
6
}
7
.hl-brackets {
8
    color: Olive;
9
}
10
.hl-comment {
11
    color: Orange;
12
}
13
.hl-quotes {
14
    color: Darkred;
15
}
16
.hl-string {
17
    color: Red;
18
}
19
.hl-identifier {
20
    color: Blue;
21
}
22
.hl-builtin {
23
    color: Teal;
24
}
25
.hl-reserved {
26
    color: Green;
27
}
28
.hl-inlinedoc {
29
    color: Blue;
30
}
31
.hl-var {
32
    color: Darkblue;
33
}
34
.hl-url {
35
    color: Blue;
36
}
37
.hl-special {
38
    color: Navy;
39
}
40
.hl-number {
41
    color: Maroon;
42
}
43
.hl-inlinetags {
44
    color: Blue;
45
}
46
.hl-main {
47
    background-color: White;
48
}
49
.hl-gutter {
50
    background-color: #999999;
51
    color: White
52
}
53
.hl-table {
54
    font-family: courier;
55
    font-size: 12px;
56
    border: solid 1px Lightgrey;
57
}