1 |
85ad3d82
|
Assos Assos
|
|
2 |
|
|
|
3 |
|
|
|
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 |
|
|
pre .coffeescript .attribute {
|
48 |
|
|
color: #080;
|
49 |
|
|
}
|
50 |
|
|
|
51 |
|
|
pre .sub .identifier,
|
52 |
|
|
pre .pi,
|
53 |
|
|
pre .tag,
|
54 |
|
|
pre .tag .keyword,
|
55 |
|
|
pre .decorator,
|
56 |
|
|
pre .ini .title,
|
57 |
|
|
pre .shebang,
|
58 |
|
|
pre .prompt,
|
59 |
|
|
pre .hexcolor,
|
60 |
|
|
pre .rules .value,
|
61 |
|
|
pre .css .value .number,
|
62 |
|
|
pre .literal,
|
63 |
|
|
pre .symbol,
|
64 |
|
|
pre .ruby .symbol .string,
|
65 |
|
|
pre .number,
|
66 |
|
|
pre .css .function,
|
67 |
|
|
pre .clojure .attribute {
|
68 |
|
|
color: #066;
|
69 |
|
|
}
|
70 |
|
|
|
71 |
|
|
pre .class .title,
|
72 |
|
|
pre .haskell .type,
|
73 |
|
|
pre .smalltalk .class,
|
74 |
|
|
pre .javadoctag,
|
75 |
|
|
pre .yardoctag,
|
76 |
|
|
pre .phpdoc,
|
77 |
|
|
pre .typename,
|
78 |
|
|
pre .tag .attribute,
|
79 |
|
|
pre .doctype,
|
80 |
|
|
pre .class .id,
|
81 |
|
|
pre .built_in,
|
82 |
|
|
pre .setting,
|
83 |
|
|
pre .params,
|
84 |
|
|
pre .variable,
|
85 |
|
|
pre .clojure .title {
|
86 |
|
|
color: #606;
|
87 |
|
|
}
|
88 |
|
|
|
89 |
|
|
pre .css .tag,
|
90 |
|
|
pre .rules .property,
|
91 |
|
|
pre .pseudo,
|
92 |
|
|
pre .subst {
|
93 |
|
|
color: #000;
|
94 |
|
|
}
|
95 |
|
|
|
96 |
|
|
pre .css .class, pre .css .id {
|
97 |
|
|
color: #9B703F;
|
98 |
|
|
}
|
99 |
|
|
|
100 |
|
|
pre .value .important {
|
101 |
|
|
color: #ff7700;
|
102 |
|
|
font-weight: bold;
|
103 |
|
|
}
|
104 |
|
|
|
105 |
|
|
pre .rules .keyword {
|
106 |
|
|
color: #C5AF75;
|
107 |
|
|
}
|
108 |
|
|
|
109 |
|
|
pre .annotation,
|
110 |
|
|
pre .apache .sqbracket,
|
111 |
|
|
pre .nginx .built_in {
|
112 |
|
|
color: #9B859D;
|
113 |
|
|
}
|
114 |
|
|
|
115 |
|
|
pre .preprocessor,
|
116 |
|
|
pre .preprocessor *,
|
117 |
|
|
pre .pragma {
|
118 |
|
|
color: #444;
|
119 |
|
|
}
|
120 |
|
|
|
121 |
|
|
pre .tex .formula {
|
122 |
|
|
background-color: #EEE;
|
123 |
|
|
font-style: italic;
|
124 |
|
|
}
|
125 |
|
|
|
126 |
|
|
pre .diff .header,
|
127 |
|
|
pre .chunk {
|
128 |
|
|
color: #808080;
|
129 |
|
|
font-weight: bold;
|
130 |
|
|
}
|
131 |
|
|
|
132 |
|
|
pre .diff .change {
|
133 |
|
|
background-color: #BCCFF9;
|
134 |
|
|
}
|
135 |
|
|
|
136 |
|
|
pre .addition {
|
137 |
|
|
background-color: #BAEEBA;
|
138 |
|
|
}
|
139 |
|
|
|
140 |
|
|
pre .deletion {
|
141 |
|
|
background-color: #FFC8BD;
|
142 |
|
|
}
|
143 |
|
|
|
144 |
|
|
pre .comment .yardoctag {
|
145 |
|
|
font-weight: bold;
|
146 |
|
|
} |