~fusonic/chive/1.1

« back to all changes in this revision

Viewing changes to yii/vendors/TextHighlighter/Text/sample.css

  • Committer: Matthias Burtscher
  • Date: 2010-02-12 09:12:35 UTC
  • Revision ID: matthias.burtscher@fusonic.net-20100212091235-jqxrb62klx872ajc
* Updated Yii to 1.1.0
* Removed CodePress and CodeMirror
* Updated jQuery and some plugins
* Cleaned some code ...

Show diffs side-by-side

added added

removed removed

Lines of Context:
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
 
}
 
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
}