city-watch 0.3.3 → 0.4.0
Sign up to get free protection for your applications and to get access to all the features.
- data/Gemfile.lock +2 -2
- data/lib/city_watch/commander/home.rb +3 -3
- data/lib/city_watch/commander/server.rb +8 -3
- data/lib/city_watch/commander.rb +1 -1
- data/lib/city_watch.rb +3 -1
- data/lib/version.rb +1 -1
- data/static/javascripts/city_watch.js +0 -0
- data/static/javascripts/highlight.pack.js +1 -0
- data/static/stylesheets/arta.css +158 -0
- data/static/stylesheets/ascetic.css +50 -0
- data/static/stylesheets/brown_paper.css +104 -0
- data/static/stylesheets/brown_papersq.png +0 -0
- data/static/stylesheets/city_watch.css +30 -0
- data/static/stylesheets/dark.css +103 -0
- data/static/stylesheets/default.css +135 -0
- data/static/stylesheets/far.css +111 -0
- data/static/stylesheets/github.css +127 -0
- data/static/stylesheets/googlecode.css +144 -0
- data/static/stylesheets/idea.css +121 -0
- data/static/stylesheets/ir_black.css +104 -0
- data/static/stylesheets/magula.css +121 -0
- data/static/stylesheets/monokai.css +114 -0
- data/static/stylesheets/pojoaque.css +104 -0
- data/static/stylesheets/pojoaque.jpg +0 -0
- data/static/stylesheets/rainbow.css +114 -0
- data/static/stylesheets/school_book.css +111 -0
- data/static/stylesheets/school_book.png +0 -0
- data/static/stylesheets/solarized_dark.css +88 -0
- data/static/stylesheets/solarized_light.css +88 -0
- data/static/stylesheets/sunburst.css +158 -0
- data/static/stylesheets/tomorrow-night-blue.css +52 -0
- data/static/stylesheets/tomorrow-night-bright.css +51 -0
- data/static/stylesheets/tomorrow-night-eighties.css +51 -0
- data/static/stylesheets/tomorrow-night.css +52 -0
- data/static/stylesheets/tomorrow.css +49 -0
- data/static/stylesheets/vs.css +86 -0
- data/static/stylesheets/xcode.css +154 -0
- data/static/stylesheets/zenburn.css +115 -0
- data/watch_commander.ru +2 -0
- metadata +33 -1
@@ -0,0 +1,111 @@
|
|
1
|
+
/*
|
2
|
+
|
3
|
+
FAR Style (c) MajestiC <majestic2k@gmail.com>
|
4
|
+
|
5
|
+
*/
|
6
|
+
|
7
|
+
pre code {
|
8
|
+
display: block; padding: 0.5em;
|
9
|
+
background: #000080;
|
10
|
+
}
|
11
|
+
|
12
|
+
pre code,
|
13
|
+
pre .subst {
|
14
|
+
color: #0FF;
|
15
|
+
}
|
16
|
+
|
17
|
+
pre .string,
|
18
|
+
pre .ruby .string,
|
19
|
+
pre .haskell .type,
|
20
|
+
pre .tag .value,
|
21
|
+
pre .css .rules .value,
|
22
|
+
pre .css .rules .value .number,
|
23
|
+
pre .preprocessor,
|
24
|
+
pre .ruby .symbol,
|
25
|
+
pre .ruby .symbol .string,
|
26
|
+
pre .built_in,
|
27
|
+
pre .sql .aggregate,
|
28
|
+
pre .django .template_tag,
|
29
|
+
pre .django .variable,
|
30
|
+
pre .smalltalk .class,
|
31
|
+
pre .addition,
|
32
|
+
pre .apache .tag,
|
33
|
+
pre .apache .cbracket,
|
34
|
+
pre .tex .command,
|
35
|
+
pre .clojure .title {
|
36
|
+
color: #FF0;
|
37
|
+
}
|
38
|
+
|
39
|
+
pre .keyword,
|
40
|
+
pre .css .id,
|
41
|
+
pre .title,
|
42
|
+
pre .haskell .type,
|
43
|
+
pre .vbscript .built_in,
|
44
|
+
pre .sql .aggregate,
|
45
|
+
pre .rsl .built_in,
|
46
|
+
pre .smalltalk .class,
|
47
|
+
pre .xml .tag .title,
|
48
|
+
pre .winutils,
|
49
|
+
pre .flow,
|
50
|
+
pre .change,
|
51
|
+
pre .envvar,
|
52
|
+
pre .bash .variable,
|
53
|
+
pre .tex .special,
|
54
|
+
pre .clojure .built_in {
|
55
|
+
color: #FFF;
|
56
|
+
}
|
57
|
+
|
58
|
+
pre .comment,
|
59
|
+
pre .phpdoc,
|
60
|
+
pre .javadoc,
|
61
|
+
pre .java .annotation,
|
62
|
+
pre .template_comment,
|
63
|
+
pre .deletion,
|
64
|
+
pre .apache .sqbracket,
|
65
|
+
pre .tex .formula {
|
66
|
+
color: #888;
|
67
|
+
}
|
68
|
+
|
69
|
+
pre .number,
|
70
|
+
pre .date,
|
71
|
+
pre .regexp,
|
72
|
+
pre .literal,
|
73
|
+
pre .smalltalk .symbol,
|
74
|
+
pre .smalltalk .char,
|
75
|
+
pre .clojure .attribute {
|
76
|
+
color: #0F0;
|
77
|
+
}
|
78
|
+
|
79
|
+
pre .python .decorator,
|
80
|
+
pre .django .filter .argument,
|
81
|
+
pre .smalltalk .localvars,
|
82
|
+
pre .smalltalk .array,
|
83
|
+
pre .attr_selector,
|
84
|
+
pre .pseudo,
|
85
|
+
pre .xml .pi,
|
86
|
+
pre .diff .header,
|
87
|
+
pre .chunk,
|
88
|
+
pre .shebang,
|
89
|
+
pre .nginx .built_in,
|
90
|
+
pre .prompt {
|
91
|
+
color: #008080;
|
92
|
+
}
|
93
|
+
|
94
|
+
pre .keyword,
|
95
|
+
pre .css .id,
|
96
|
+
pre .title,
|
97
|
+
pre .haskell .type,
|
98
|
+
pre .vbscript .built_in,
|
99
|
+
pre .sql .aggregate,
|
100
|
+
pre .rsl .built_in,
|
101
|
+
pre .smalltalk .class,
|
102
|
+
pre .winutils,
|
103
|
+
pre .flow,
|
104
|
+
pre .apache .tag,
|
105
|
+
pre .nginx .built_in,
|
106
|
+
pre .tex .command,
|
107
|
+
pre .tex .special,
|
108
|
+
pre .request,
|
109
|
+
pre .status {
|
110
|
+
font-weight: bold;
|
111
|
+
}
|
@@ -0,0 +1,127 @@
|
|
1
|
+
/*
|
2
|
+
|
3
|
+
github.com style (c) Vasily Polovnyov <vast@whiteants.net>
|
4
|
+
|
5
|
+
*/
|
6
|
+
|
7
|
+
pre code {
|
8
|
+
display: block; padding: 0.5em;
|
9
|
+
color: #333;
|
10
|
+
background: #f8f8ff
|
11
|
+
}
|
12
|
+
|
13
|
+
pre .comment,
|
14
|
+
pre .template_comment,
|
15
|
+
pre .diff .header,
|
16
|
+
pre .javadoc {
|
17
|
+
color: #998;
|
18
|
+
font-style: italic
|
19
|
+
}
|
20
|
+
|
21
|
+
pre .keyword,
|
22
|
+
pre .css .rule .keyword,
|
23
|
+
pre .winutils,
|
24
|
+
pre .javascript .title,
|
25
|
+
pre .nginx .title,
|
26
|
+
pre .subst,
|
27
|
+
pre .request,
|
28
|
+
pre .status {
|
29
|
+
color: #333;
|
30
|
+
font-weight: bold
|
31
|
+
}
|
32
|
+
|
33
|
+
pre .number,
|
34
|
+
pre .hexcolor,
|
35
|
+
pre .ruby .constant {
|
36
|
+
color: #099;
|
37
|
+
}
|
38
|
+
|
39
|
+
pre .string,
|
40
|
+
pre .tag .value,
|
41
|
+
pre .phpdoc,
|
42
|
+
pre .tex .formula {
|
43
|
+
color: #d14
|
44
|
+
}
|
45
|
+
|
46
|
+
pre .title,
|
47
|
+
pre .id {
|
48
|
+
color: #900;
|
49
|
+
font-weight: bold
|
50
|
+
}
|
51
|
+
|
52
|
+
pre .javascript .title,
|
53
|
+
pre .lisp .title,
|
54
|
+
pre .clojure .title,
|
55
|
+
pre .subst {
|
56
|
+
font-weight: normal
|
57
|
+
}
|
58
|
+
|
59
|
+
pre .class .title,
|
60
|
+
pre .haskell .type,
|
61
|
+
pre .vhdl .literal,
|
62
|
+
pre .tex .command {
|
63
|
+
color: #458;
|
64
|
+
font-weight: bold
|
65
|
+
}
|
66
|
+
|
67
|
+
pre .tag,
|
68
|
+
pre .tag .title,
|
69
|
+
pre .rules .property,
|
70
|
+
pre .django .tag .keyword {
|
71
|
+
color: #000080;
|
72
|
+
font-weight: normal
|
73
|
+
}
|
74
|
+
|
75
|
+
pre .attribute,
|
76
|
+
pre .variable,
|
77
|
+
pre .lisp .body {
|
78
|
+
color: #008080
|
79
|
+
}
|
80
|
+
|
81
|
+
pre .regexp {
|
82
|
+
color: #009926
|
83
|
+
}
|
84
|
+
|
85
|
+
pre .class {
|
86
|
+
color: #458;
|
87
|
+
font-weight: bold
|
88
|
+
}
|
89
|
+
|
90
|
+
pre .symbol,
|
91
|
+
pre .ruby .symbol .string,
|
92
|
+
pre .lisp .keyword,
|
93
|
+
pre .tex .special,
|
94
|
+
pre .prompt {
|
95
|
+
color: #990073
|
96
|
+
}
|
97
|
+
|
98
|
+
pre .built_in,
|
99
|
+
pre .lisp .title,
|
100
|
+
pre .clojure .built_in {
|
101
|
+
color: #0086b3
|
102
|
+
}
|
103
|
+
|
104
|
+
pre .preprocessor,
|
105
|
+
pre .pi,
|
106
|
+
pre .doctype,
|
107
|
+
pre .shebang,
|
108
|
+
pre .cdata {
|
109
|
+
color: #999;
|
110
|
+
font-weight: bold
|
111
|
+
}
|
112
|
+
|
113
|
+
pre .deletion {
|
114
|
+
background: #fdd
|
115
|
+
}
|
116
|
+
|
117
|
+
pre .addition {
|
118
|
+
background: #dfd
|
119
|
+
}
|
120
|
+
|
121
|
+
pre .diff .change {
|
122
|
+
background: #0086b3
|
123
|
+
}
|
124
|
+
|
125
|
+
pre .chunk {
|
126
|
+
color: #aaa
|
127
|
+
}
|
@@ -0,0 +1,144 @@
|
|
1
|
+
/*
|
2
|
+
|
3
|
+
Google Code style (c) Aahan Krish <geekpanth3r@gmail.com>
|
4
|
+
|
5
|
+
*/
|
6
|
+
|
7
|
+
pre code {
|
8
|
+
display: block; padding: 0.5em;
|
9
|
+
background: white; color: black;
|
10
|
+
}
|
11
|
+
|
12
|
+
pre .comment,
|
13
|
+
pre .template_comment,
|
14
|
+
pre .javadoc,
|
15
|
+
pre .comment * {
|
16
|
+
color: #800;
|
17
|
+
}
|
18
|
+
|
19
|
+
pre .keyword,
|
20
|
+
pre .method,
|
21
|
+
pre .list .title,
|
22
|
+
pre .clojure .built_in,
|
23
|
+
pre .nginx .title,
|
24
|
+
pre .tag .title,
|
25
|
+
pre .setting .value,
|
26
|
+
pre .winutils,
|
27
|
+
pre .tex .command,
|
28
|
+
pre .http .title,
|
29
|
+
pre .request,
|
30
|
+
pre .status {
|
31
|
+
color: #008;
|
32
|
+
}
|
33
|
+
|
34
|
+
pre .envvar,
|
35
|
+
pre .tex .special {
|
36
|
+
color: #660;
|
37
|
+
}
|
38
|
+
|
39
|
+
pre .string,
|
40
|
+
pre .tag .value,
|
41
|
+
pre .cdata,
|
42
|
+
pre .filter .argument,
|
43
|
+
pre .attr_selector,
|
44
|
+
pre .apache .cbracket,
|
45
|
+
pre .date,
|
46
|
+
pre .regexp {
|
47
|
+
color: #080;
|
48
|
+
}
|
49
|
+
|
50
|
+
pre .sub .identifier,
|
51
|
+
pre .pi,
|
52
|
+
pre .tag,
|
53
|
+
pre .tag .keyword,
|
54
|
+
pre .decorator,
|
55
|
+
pre .ini .title,
|
56
|
+
pre .shebang,
|
57
|
+
pre .prompt,
|
58
|
+
pre .hexcolor,
|
59
|
+
pre .rules .value,
|
60
|
+
pre .css .value .number,
|
61
|
+
pre .literal,
|
62
|
+
pre .symbol,
|
63
|
+
pre .ruby .symbol .string,
|
64
|
+
pre .number,
|
65
|
+
pre .css .function,
|
66
|
+
pre .clojure .attribute {
|
67
|
+
color: #066;
|
68
|
+
}
|
69
|
+
|
70
|
+
pre .class .title,
|
71
|
+
pre .haskell .type,
|
72
|
+
pre .smalltalk .class,
|
73
|
+
pre .javadoctag,
|
74
|
+
pre .yardoctag,
|
75
|
+
pre .phpdoc,
|
76
|
+
pre .typename,
|
77
|
+
pre .tag .attribute,
|
78
|
+
pre .doctype,
|
79
|
+
pre .class .id,
|
80
|
+
pre .built_in,
|
81
|
+
pre .setting,
|
82
|
+
pre .params,
|
83
|
+
pre .variable,
|
84
|
+
pre .clojure .title {
|
85
|
+
color: #606;
|
86
|
+
}
|
87
|
+
|
88
|
+
pre .css .tag,
|
89
|
+
pre .rules .property,
|
90
|
+
pre .pseudo,
|
91
|
+
pre .subst {
|
92
|
+
color: #000;
|
93
|
+
}
|
94
|
+
|
95
|
+
pre .css .class, pre .css .id {
|
96
|
+
color: #9B703F;
|
97
|
+
}
|
98
|
+
|
99
|
+
pre .value .important {
|
100
|
+
color: #ff7700;
|
101
|
+
font-weight: bold;
|
102
|
+
}
|
103
|
+
|
104
|
+
pre .rules .keyword {
|
105
|
+
color: #C5AF75;
|
106
|
+
}
|
107
|
+
|
108
|
+
pre .annotation,
|
109
|
+
pre .apache .sqbracket,
|
110
|
+
pre .nginx .built_in {
|
111
|
+
color: #9B859D;
|
112
|
+
}
|
113
|
+
|
114
|
+
pre .preprocessor,
|
115
|
+
pre .preprocessor * {
|
116
|
+
color: #444;
|
117
|
+
}
|
118
|
+
|
119
|
+
pre .tex .formula {
|
120
|
+
background-color: #EEE;
|
121
|
+
font-style: italic;
|
122
|
+
}
|
123
|
+
|
124
|
+
pre .diff .header,
|
125
|
+
pre .chunk {
|
126
|
+
color: #808080;
|
127
|
+
font-weight: bold;
|
128
|
+
}
|
129
|
+
|
130
|
+
pre .diff .change {
|
131
|
+
background-color: #BCCFF9;
|
132
|
+
}
|
133
|
+
|
134
|
+
pre .addition {
|
135
|
+
background-color: #BAEEBA;
|
136
|
+
}
|
137
|
+
|
138
|
+
pre .deletion {
|
139
|
+
background-color: #FFC8BD;
|
140
|
+
}
|
141
|
+
|
142
|
+
pre .comment .yardoctag {
|
143
|
+
font-weight: bold;
|
144
|
+
}
|
@@ -0,0 +1,121 @@
|
|
1
|
+
/*
|
2
|
+
|
3
|
+
Intellij Idea-like styling (c) Vasily Polovnyov <vast@whiteants.net>
|
4
|
+
|
5
|
+
*/
|
6
|
+
|
7
|
+
pre code {
|
8
|
+
display: block; padding: 0.5em;
|
9
|
+
color: #000;
|
10
|
+
background: #fff;
|
11
|
+
}
|
12
|
+
|
13
|
+
pre .subst,
|
14
|
+
pre .title {
|
15
|
+
font-weight: normal;
|
16
|
+
color: #000;
|
17
|
+
}
|
18
|
+
|
19
|
+
pre .comment,
|
20
|
+
pre .template_comment,
|
21
|
+
pre .javadoc,
|
22
|
+
pre .diff .header {
|
23
|
+
color: #808080;
|
24
|
+
font-style: italic;
|
25
|
+
}
|
26
|
+
|
27
|
+
pre .annotation,
|
28
|
+
pre .decorator,
|
29
|
+
pre .preprocessor,
|
30
|
+
pre .doctype,
|
31
|
+
pre .pi,
|
32
|
+
pre .chunk,
|
33
|
+
pre .shebang,
|
34
|
+
pre .apache .cbracket,
|
35
|
+
pre .prompt,
|
36
|
+
pre .http .title {
|
37
|
+
color: #808000;
|
38
|
+
}
|
39
|
+
|
40
|
+
pre .tag,
|
41
|
+
pre .pi {
|
42
|
+
background: #efefef;
|
43
|
+
}
|
44
|
+
|
45
|
+
pre .tag .title,
|
46
|
+
pre .id,
|
47
|
+
pre .attr_selector,
|
48
|
+
pre .pseudo,
|
49
|
+
pre .literal,
|
50
|
+
pre .keyword,
|
51
|
+
pre .hexcolor,
|
52
|
+
pre .css .function,
|
53
|
+
pre .ini .title,
|
54
|
+
pre .css .class,
|
55
|
+
pre .list .title,
|
56
|
+
pre .clojure .title,
|
57
|
+
pre .nginx .title,
|
58
|
+
pre .tex .command,
|
59
|
+
pre .request,
|
60
|
+
pre .status {
|
61
|
+
font-weight: bold;
|
62
|
+
color: #000080;
|
63
|
+
}
|
64
|
+
|
65
|
+
pre .attribute,
|
66
|
+
pre .rules .keyword,
|
67
|
+
pre .number,
|
68
|
+
pre .date,
|
69
|
+
pre .regexp,
|
70
|
+
pre .tex .special {
|
71
|
+
font-weight: bold;
|
72
|
+
color: #0000ff;
|
73
|
+
}
|
74
|
+
|
75
|
+
pre .number,
|
76
|
+
pre .regexp {
|
77
|
+
font-weight: normal;
|
78
|
+
}
|
79
|
+
|
80
|
+
pre .string,
|
81
|
+
pre .value,
|
82
|
+
pre .filter .argument,
|
83
|
+
pre .css .function .params,
|
84
|
+
pre .apache .tag {
|
85
|
+
color: #008000;
|
86
|
+
font-weight: bold;
|
87
|
+
}
|
88
|
+
|
89
|
+
pre .symbol,
|
90
|
+
pre .ruby .symbol .string,
|
91
|
+
pre .char,
|
92
|
+
pre .tex .formula {
|
93
|
+
color: #000;
|
94
|
+
background: #d0eded;
|
95
|
+
font-style: italic;
|
96
|
+
}
|
97
|
+
|
98
|
+
pre .phpdoc,
|
99
|
+
pre .yardoctag,
|
100
|
+
pre .javadoctag {
|
101
|
+
text-decoration: underline;
|
102
|
+
}
|
103
|
+
|
104
|
+
pre .variable,
|
105
|
+
pre .envvar,
|
106
|
+
pre .apache .sqbracket,
|
107
|
+
pre .nginx .built_in {
|
108
|
+
color: #660e7a;
|
109
|
+
}
|
110
|
+
|
111
|
+
pre .addition {
|
112
|
+
background: #baeeba;
|
113
|
+
}
|
114
|
+
|
115
|
+
pre .deletion {
|
116
|
+
background: #ffc8bd;
|
117
|
+
}
|
118
|
+
|
119
|
+
pre .diff .change {
|
120
|
+
background: #bccff9;
|
121
|
+
}
|
@@ -0,0 +1,104 @@
|
|
1
|
+
/*
|
2
|
+
IR_Black style (c) Vasily Mikhailitchenko <vaskas@programica.ru>
|
3
|
+
*/
|
4
|
+
|
5
|
+
pre code {
|
6
|
+
display: block; padding: 0.5em;
|
7
|
+
background: #000; color: #f8f8f8;
|
8
|
+
}
|
9
|
+
|
10
|
+
pre .shebang,
|
11
|
+
pre .comment,
|
12
|
+
pre .template_comment,
|
13
|
+
pre .javadoc {
|
14
|
+
color: #7c7c7c;
|
15
|
+
}
|
16
|
+
|
17
|
+
pre .keyword,
|
18
|
+
pre .tag,
|
19
|
+
pre .tex .command,
|
20
|
+
pre .request,
|
21
|
+
pre .status,
|
22
|
+
pre .clojure .attribute {
|
23
|
+
color: #96CBFE;
|
24
|
+
}
|
25
|
+
|
26
|
+
pre .sub .keyword,
|
27
|
+
pre .method,
|
28
|
+
pre .list .title,
|
29
|
+
pre .nginx .title {
|
30
|
+
color: #FFFFB6;
|
31
|
+
}
|
32
|
+
|
33
|
+
pre .string,
|
34
|
+
pre .tag .value,
|
35
|
+
pre .cdata,
|
36
|
+
pre .filter .argument,
|
37
|
+
pre .attr_selector,
|
38
|
+
pre .apache .cbracket,
|
39
|
+
pre .date {
|
40
|
+
color: #A8FF60;
|
41
|
+
}
|
42
|
+
|
43
|
+
pre .subst {
|
44
|
+
color: #DAEFA3;
|
45
|
+
}
|
46
|
+
|
47
|
+
pre .regexp {
|
48
|
+
color: #E9C062;
|
49
|
+
}
|
50
|
+
|
51
|
+
pre .title,
|
52
|
+
pre .sub .identifier,
|
53
|
+
pre .pi,
|
54
|
+
pre .decorator,
|
55
|
+
pre .tex .special,
|
56
|
+
pre .haskell .type,
|
57
|
+
pre .constant,
|
58
|
+
pre .smalltalk .class,
|
59
|
+
pre .javadoctag,
|
60
|
+
pre .yardoctag,
|
61
|
+
pre .phpdoc,
|
62
|
+
pre .nginx .built_in {
|
63
|
+
color: #FFFFB6;
|
64
|
+
}
|
65
|
+
|
66
|
+
pre .symbol,
|
67
|
+
pre .ruby .symbol .string,
|
68
|
+
pre .number,
|
69
|
+
pre .variable,
|
70
|
+
pre .vbscript,
|
71
|
+
pre .literal {
|
72
|
+
color: #C6C5FE;
|
73
|
+
}
|
74
|
+
|
75
|
+
pre .css .tag {
|
76
|
+
color: #96CBFE;
|
77
|
+
}
|
78
|
+
|
79
|
+
pre .css .rules .property,
|
80
|
+
pre .css .id {
|
81
|
+
color: #FFFFB6;
|
82
|
+
}
|
83
|
+
|
84
|
+
pre .css .class {
|
85
|
+
color: #FFF;
|
86
|
+
}
|
87
|
+
|
88
|
+
pre .hexcolor {
|
89
|
+
color: #C6C5FE;
|
90
|
+
}
|
91
|
+
|
92
|
+
pre .number {
|
93
|
+
color:#FF73FD;
|
94
|
+
}
|
95
|
+
|
96
|
+
pre .coffeescript .javascript,
|
97
|
+
pre .javascript .xml,
|
98
|
+
pre .tex .formula,
|
99
|
+
pre .xml .javascript,
|
100
|
+
pre .xml .vbscript,
|
101
|
+
pre .xml .css,
|
102
|
+
pre .xml .cdata {
|
103
|
+
opacity: 0.7;
|
104
|
+
}
|
@@ -0,0 +1,121 @@
|
|
1
|
+
/*
|
2
|
+
Description: Magula style for highligh.js
|
3
|
+
Author: Ruslan Keba <rukeba@gmail.com>
|
4
|
+
Website: http://rukeba.com/
|
5
|
+
Version: 1.0
|
6
|
+
Date: 2009-01-03
|
7
|
+
Music: Aphex Twin / Xtal
|
8
|
+
*/
|
9
|
+
|
10
|
+
pre code {
|
11
|
+
display: block; padding: 0.5em;
|
12
|
+
background-color: #f4f4f4;
|
13
|
+
}
|
14
|
+
|
15
|
+
pre code,
|
16
|
+
pre .subst,
|
17
|
+
pre .lisp .title,
|
18
|
+
pre .clojure .built_in {
|
19
|
+
color: black;
|
20
|
+
}
|
21
|
+
|
22
|
+
pre .string,
|
23
|
+
pre .title,
|
24
|
+
pre .parent,
|
25
|
+
pre .tag .value,
|
26
|
+
pre .rules .value,
|
27
|
+
pre .rules .value .number,
|
28
|
+
pre .preprocessor,
|
29
|
+
pre .ruby .symbol,
|
30
|
+
pre .ruby .symbol .string,
|
31
|
+
pre .aggregate,
|
32
|
+
pre .template_tag,
|
33
|
+
pre .django .variable,
|
34
|
+
pre .smalltalk .class,
|
35
|
+
pre .addition,
|
36
|
+
pre .flow,
|
37
|
+
pre .stream,
|
38
|
+
pre .bash .variable,
|
39
|
+
pre .apache .cbracket {
|
40
|
+
color: #050;
|
41
|
+
}
|
42
|
+
|
43
|
+
pre .comment,
|
44
|
+
pre .annotation,
|
45
|
+
pre .template_comment,
|
46
|
+
pre .diff .header,
|
47
|
+
pre .chunk {
|
48
|
+
color: #777;
|
49
|
+
}
|
50
|
+
|
51
|
+
pre .number,
|
52
|
+
pre .date,
|
53
|
+
pre .regexp,
|
54
|
+
pre .literal,
|
55
|
+
pre .smalltalk .symbol,
|
56
|
+
pre .smalltalk .char,
|
57
|
+
pre .change,
|
58
|
+
pre .tex .special {
|
59
|
+
color: #800;
|
60
|
+
}
|
61
|
+
|
62
|
+
pre .label,
|
63
|
+
pre .javadoc,
|
64
|
+
pre .ruby .string,
|
65
|
+
pre .decorator,
|
66
|
+
pre .filter .argument,
|
67
|
+
pre .localvars,
|
68
|
+
pre .array,
|
69
|
+
pre .attr_selector,
|
70
|
+
pre .pseudo,
|
71
|
+
pre .pi,
|
72
|
+
pre .doctype,
|
73
|
+
pre .deletion,
|
74
|
+
pre .envvar,
|
75
|
+
pre .shebang,
|
76
|
+
pre .apache .sqbracket,
|
77
|
+
pre .nginx .built_in,
|
78
|
+
pre .tex .formula,
|
79
|
+
pre .prompt,
|
80
|
+
pre .clojure .attribute {
|
81
|
+
color: #00e;
|
82
|
+
}
|
83
|
+
|
84
|
+
pre .keyword,
|
85
|
+
pre .id,
|
86
|
+
pre .phpdoc,
|
87
|
+
pre .title,
|
88
|
+
pre .built_in,
|
89
|
+
pre .aggregate,
|
90
|
+
pre .smalltalk .class,
|
91
|
+
pre .winutils,
|
92
|
+
pre .bash .variable,
|
93
|
+
pre .apache .tag,
|
94
|
+
pre .xml .tag,
|
95
|
+
pre .tex .command,
|
96
|
+
pre .request,
|
97
|
+
pre .status {
|
98
|
+
font-weight: bold;
|
99
|
+
color: navy;
|
100
|
+
}
|
101
|
+
|
102
|
+
pre .nginx .built_in {
|
103
|
+
font-weight: normal;
|
104
|
+
}
|
105
|
+
|
106
|
+
pre .coffeescript .javascript,
|
107
|
+
pre .javascript .xml,
|
108
|
+
pre .tex .formula,
|
109
|
+
pre .xml .javascript,
|
110
|
+
pre .xml .vbscript,
|
111
|
+
pre .xml .css,
|
112
|
+
pre .xml .cdata {
|
113
|
+
opacity: 0.5;
|
114
|
+
}
|
115
|
+
|
116
|
+
/* --- */
|
117
|
+
pre .apache .tag {
|
118
|
+
font-weight: bold;
|
119
|
+
color: blue;
|
120
|
+
}
|
121
|
+
|