##// END OF EJS Templates
Update styles (#4264)....
Etienne Massip -
r7503:765978871d6c
parent child
Show More
@@ -95,77 +95,77 div.action_A { background: #bfb }
95 .syntaxhl .code pre { overflow: auto }
95 .syntaxhl .code pre { overflow: auto }
96 .syntaxhl .debug { color:white ! important; background:blue ! important; }
96 .syntaxhl .debug { color:white ! important; background:blue ! important; }
97
97
98 .syntaxhl .attribute-name { color:#007 }
98 .syntaxhl .attribute-name { color:#b48 }
99 .syntaxhl .annotation { color:#f08 }
99 .syntaxhl .annotation { color:#007 }
100 .syntaxhl .attribute-value { color:#700 }
100 .syntaxhl .attribute-value { color:#700 }
101 .syntaxhl .bin { color:#509; font-weight:bold }
101 .syntaxhl .binary { color:#509 }
102 .syntaxhl .comment { color:#888; }
103
102
104 .syntaxhl .char { color:#04D }
103 .syntaxhl .comment { color:#777 }
105 .syntaxhl .char .content { color:#04D }
104 .syntaxhl .comment .char { color:#444 }
106 .syntaxhl .char .delimiter { color:#039 }
105 .syntaxhl .comment .delimiter { color:#444 }
106
107 .syntaxhl .char { color:#D20 }
108 .syntaxhl .char .content { color:#D20 }
109 .syntaxhl .char .delimiter { color:#710 }
107
110
108 .syntaxhl .class { color:#B06; font-weight:bold }
111 .syntaxhl .class { color:#B06; font-weight:bold }
109 .syntaxhl .complex { color:#A08; font-weight:bold }
112 .syntaxhl .complex { color:#A08 }
110 .syntaxhl .constant { color:#036; font-weight:bold }
113 .syntaxhl .constant { color:#036; font-weight:bold }
111 .syntaxhl .color { color:#0A0 }
114 .syntaxhl .color { color:#0A0 }
112 .syntaxhl .class-variable { color:#369 }
115 .syntaxhl .class-variable { color:#369 }
113 .syntaxhl .decorator { color:#B0B; }
116 .syntaxhl .decorator { color:#B0B }
114 .syntaxhl .definition { color:#099; font-weight:bold }
117 .syntaxhl .definition { color:#099; font-weight:bold }
115 .syntaxhl .directive { color:#088; font-weight:bold }
118 .syntaxhl .directive { color:#088; font-weight:bold }
116 .syntaxhl .delimiter { color:black }
119 .syntaxhl .delimiter { color:black }
117 .syntaxhl .doc { color:#970 }
120 .syntaxhl .doc { color:#970 }
118 .syntaxhl .doctype { color:#34b }
121 .syntaxhl .doctype { color:#34b }
119 .syntaxhl .doc-string { color:#D42; font-weight:bold }
122 .syntaxhl .doc-string { color:#D42; font-weight:bold }
120 .syntaxhl .escape { color:#666; font-weight:bold }
123 .syntaxhl .escape { color:#666 }
121 .syntaxhl .entity { color:#800; font-weight:bold }
124 .syntaxhl .entity { color:#800; font-weight:bold }
122 .syntaxhl .error { color:#F00; background-color:#FAA }
125 .syntaxhl .error { color:#F00; background-color:#FAA }
123 .syntaxhl .exception { color:#C00; font-weight:bold }
126 .syntaxhl .exception { color:#C00; font-weight:bold }
124 .syntaxhl .float { color:#60E; font-weight:bold }
127 .syntaxhl .float { color:#60E }
125 .syntaxhl .function { color:#06B; font-weight:bold }
128 .syntaxhl .function { color:#06B; font-weight:bold }
126 .syntaxhl .global-variable { color:#d70; font-weight:bold }
129 .syntaxhl .global-variable { color:#d70 }
127 .syntaxhl .hex { color:#058; font-weight:bold }
130 .syntaxhl .hex { color:#02b }
128 .syntaxhl .integer { color:#00D; font-weight:bold }
131 .syntaxhl .integer { color:#00D }
129 .syntaxhl .include { color:#B44; font-weight:bold }
132 .syntaxhl .include { color:#B44; font-weight:bold }
133 .syntaxhl .imaginary { color:#f00 }
130
134
131 .syntaxhl .inline { background: #ddd; color: black }
135 .syntaxhl .inline { background-color: hsla(0,0%,0%,0.07); color: black }
132 .syntaxhl .inline .inline { background: #ccc }
136 .syntaxhl .inline-delimiter { font-weight: bold; color: #666 }
133 .syntaxhl .inline .inline .inline { background: #bbb }
134 .syntaxhl .inline .inline-delimiter { background: #ddd; font-weight: bold; color: #666 }
135 .syntaxhl .inline-delimiter { background-color: #bbb; font-weight: bold; color: #666; }
136
137
137 .syntaxhl .important { color:#f00; }
138 .syntaxhl .instance-variable { color:#33B }
138 .syntaxhl .instance-variable { color:#33B }
139 .syntaxhl .label { color:#970; font-weight:bold }
139 .syntaxhl .label { color:#970; font-weight:bold }
140 .syntaxhl .local-variable { color:#963 }
140 .syntaxhl .local-variable { color:#963 }
141 .syntaxhl .octal { color:#40E; font-weight:bold }
141 .syntaxhl .namespace { color:#707; font-weight:bold }
142 .syntaxhl .predefined-constant { color:#038; font-weight:bold }
142 .syntaxhl .octal { color:#40E }
143 .syntaxhl .operator { }
144 .syntaxhl .predefined-constant { color:#069 }
143 .syntaxhl .predefined { color:#369; font-weight:bold }
145 .syntaxhl .predefined { color:#369; font-weight:bold }
144 .syntaxhl .preprocessor { color:#579; }
146 .syntaxhl .predefined-type { color:#0a5; font-weight:bold }
147 .syntaxhl .preprocessor { color:#579 }
145 .syntaxhl .pseudo-class { color:#00C; font-weight:bold }
148 .syntaxhl .pseudo-class { color:#00C; font-weight:bold }
146 .syntaxhl .predefined-type { color:#074; font-weight:bold }
149 .syntaxhl .reserved { color:#080; font-weight:bold }
147 .syntaxhl .reserved, .keyword { color:#080; font-weight:bold }
148
150
149 .syntaxhl .key { color: #808; }
151 .syntaxhl .key .char { color: #60f }
150 .syntaxhl .key .delimiter { color: #606; }
152 .syntaxhl .key .delimiter { color: #404 }
151 .syntaxhl .key .char { color: #80f; }
153 .syntaxhl .key { color: #606 }
152 .syntaxhl .value { color: #088; }
154 .syntaxhl .keyword { color:#080; font-weight:bold }
153
155
154 .syntaxhl .regexp { background-color:#fff0ff }
156 .syntaxhl .regexp { background-color:hsla(300,100%,50%,0.06); }
155 .syntaxhl .regexp .content { color:#808 }
157 .syntaxhl .regexp .content { color:#808 }
156 .syntaxhl .regexp .delimiter { color:#404 }
158 .syntaxhl .regexp .delimiter { color:#404 }
157 .syntaxhl .regexp .modifier { color:#C2C }
159 .syntaxhl .regexp .modifier { color:#C2C }
158 .syntaxhl .regexp .function { color:#404; font-weight: bold }
159
160
160 .syntaxhl .string { background-color:#fff0f0; color: #D20; }
161 .syntaxhl .string { background-color:hsla(0,100%,50%,0.05); }
161 .syntaxhl .string .string { background-color:#ffe0e0 }
162 .syntaxhl .string .content { color: #D20 }
162 .syntaxhl .string .string .string { background-color:#ffd0d0 }
163 .syntaxhl .string .char { color: #b0b }
163 .syntaxhl .string .content { }
164 .syntaxhl .string .delimiter { color: #710 }
164 .syntaxhl .string .char { color: #b0b; }
165 .syntaxhl .string .modifier { color: #E40 }
165 .syntaxhl .string .delimiter { color: #710; }
166
166
167 .syntaxhl .shell { background-color:#f0fff0; color:#2B2 }
167 .syntaxhl .shell { background-color:hsla(120,100%,50%,0.06); }
168 .syntaxhl .shell .content { }
168 .syntaxhl .shell .content { color:#2B2 }
169 .syntaxhl .shell .delimiter { color:#161 }
169 .syntaxhl .shell .delimiter { color:#161 }
170
170
171 .syntaxhl .symbol { color:#A60 }
171 .syntaxhl .symbol { color:#A60 }
@@ -174,14 +174,11 div.action_A { background: #bfb }
174
174
175 .syntaxhl .tag { color:#070 }
175 .syntaxhl .tag { color:#070 }
176 .syntaxhl .type { color:#339; font-weight:bold }
176 .syntaxhl .type { color:#339; font-weight:bold }
177 .syntaxhl .variable { color:#036 }
177 .syntaxhl .value { color: #088; }
178 .syntaxhl .variable { color:#037 }
178
179
179 .syntaxhl .insert { background: #cfc; }
180 .syntaxhl .insert { background: hsla(120,100%,50%,0.12) }
180 .syntaxhl .delete { background: #fcc; }
181 .syntaxhl .delete { background: hsla(0,100%,50%,0.12) }
181 .syntaxhl .change { color: #aaf; background: #007; }
182 .syntaxhl .change { color: #bbf; background: #007; }
182 .syntaxhl .head { color: #f8f; background: #505 }
183 .syntaxhl .head { color: #f8f; background: #505 }
183
184 .syntaxhl .head .filename { color: white; }
184 .syntaxhl .insert .insert { color: #080; font-weight:bold }
185 .syntaxhl .delete .delete { color: #800; font-weight:bold }
186 .syntaxhl .change .change { color: #66f; }
187 .syntaxhl .head .head { color: #f4f; }
General Comments 0
You need to be logged in to leave comments. Login now