Show More
@@ -1,542 +1,547 b'' | |||||
1 | body { |
|
1 | body { | |
2 | margin: 0; |
|
2 | margin: 0; | |
3 | padding: 0; |
|
3 | padding: 0; | |
4 | background: white; |
|
4 | background: white; | |
5 | color: black; |
|
5 | color: black; | |
6 | font-family: sans-serif; |
|
6 | font-family: sans-serif; | |
7 | } |
|
7 | } | |
8 |
|
8 | |||
9 | .container { |
|
9 | .container { | |
10 | padding-left: 115px; |
|
10 | padding-left: 115px; | |
11 | } |
|
11 | } | |
12 |
|
12 | |||
13 | .main { |
|
13 | .main { | |
14 | position: relative; |
|
14 | position: relative; | |
15 | background: white; |
|
15 | background: white; | |
16 | padding: 2em 2em 2em 0; |
|
16 | padding: 2em 2em 2em 0; | |
17 | } |
|
17 | } | |
18 |
|
18 | |||
19 | #.main { |
|
19 | #.main { | |
20 | width: 98%; |
|
20 | width: 98%; | |
21 | } |
|
21 | } | |
22 |
|
22 | |||
23 | .overflow { |
|
23 | .overflow { | |
24 | width: 100%; |
|
24 | width: 100%; | |
25 | overflow: auto; |
|
25 | overflow: auto; | |
26 | } |
|
26 | } | |
27 |
|
27 | |||
28 | .menu { |
|
28 | .menu { | |
29 | width: 90px; |
|
29 | width: 90px; | |
30 | margin: 0; |
|
30 | margin: 0; | |
31 | font-size: 80%; |
|
31 | font-size: 80%; | |
32 | text-align: left; |
|
32 | text-align: left; | |
33 | position: absolute; |
|
33 | position: absolute; | |
34 | top: 20px; |
|
34 | top: 20px; | |
35 | left: 20px; |
|
35 | left: 20px; | |
36 | right: auto; |
|
36 | right: auto; | |
37 | } |
|
37 | } | |
38 |
|
38 | |||
39 | .menu ul { |
|
39 | .menu ul { | |
40 | list-style: none; |
|
40 | list-style: none; | |
41 | padding: 0; |
|
41 | padding: 0; | |
42 | margin: 10px 0 0 0; |
|
42 | margin: 10px 0 0 0; | |
43 | border-left: 2px solid #999; |
|
43 | border-left: 2px solid #999; | |
44 | } |
|
44 | } | |
45 |
|
45 | |||
46 | .menu li { |
|
46 | .menu li { | |
47 | margin-bottom: 3px; |
|
47 | margin-bottom: 3px; | |
48 | padding: 2px 4px; |
|
48 | padding: 2px 4px; | |
49 | background: white; |
|
49 | background: white; | |
50 | color: black; |
|
50 | color: black; | |
51 | font-weight: normal; |
|
51 | font-weight: normal; | |
52 | } |
|
52 | } | |
53 |
|
53 | |||
54 | .menu li.active { |
|
54 | .menu li.active { | |
55 | font-weight: bold; |
|
55 | font-weight: bold; | |
56 | } |
|
56 | } | |
57 |
|
57 | |||
58 | .menu img { |
|
58 | .menu img { | |
59 | width: 75px; |
|
59 | width: 75px; | |
60 | height: 90px; |
|
60 | height: 90px; | |
61 | border: 0; |
|
61 | border: 0; | |
62 | } |
|
62 | } | |
63 |
|
63 | |||
64 | div.atom-logo { |
|
64 | div.atom-logo { | |
65 | margin-top: 10px; |
|
65 | margin-top: 10px; | |
66 | } |
|
66 | } | |
67 |
|
67 | |||
68 | .atom-logo img{ |
|
68 | .atom-logo img{ | |
69 | width: 14px; |
|
69 | width: 14px; | |
70 | height: 14px; |
|
70 | height: 14px; | |
71 | border: 0; |
|
71 | border: 0; | |
72 | } |
|
72 | } | |
73 |
|
73 | |||
74 | .menu a { color: black; display: block; } |
|
74 | .menu a { color: black; display: block; } | |
75 |
|
75 | |||
76 | .search { |
|
76 | .search { | |
77 | position: absolute; |
|
77 | position: absolute; | |
78 | top: .7em; |
|
78 | top: .7em; | |
79 | right: 2em; |
|
79 | right: 2em; | |
80 | } |
|
80 | } | |
81 |
|
81 | |||
82 | form.search div#hint { |
|
82 | form.search div#hint { | |
83 | display: none; |
|
83 | display: none; | |
84 | position: absolute; |
|
84 | position: absolute; | |
85 | top: 40px; |
|
85 | top: 40px; | |
86 | right: 0px; |
|
86 | right: 0px; | |
87 | width: 190px; |
|
87 | width: 190px; | |
88 | padding: 5px; |
|
88 | padding: 5px; | |
89 | background: #ffc; |
|
89 | background: #ffc; | |
90 | font-size: 70%; |
|
90 | font-size: 70%; | |
91 | border: 1px solid yellow; |
|
91 | border: 1px solid yellow; | |
92 | border-radius: 5px; |
|
92 | border-radius: 5px; | |
93 | } |
|
93 | } | |
94 |
|
94 | |||
95 | form.search:hover div#hint { display: block; } |
|
95 | form.search:hover div#hint { display: block; } | |
96 |
|
96 | |||
97 | a { text-decoration:none; } |
|
97 | a { text-decoration:none; } | |
98 | .age { white-space:nowrap; } |
|
98 | .age { white-space:nowrap; } | |
99 | .date { white-space:nowrap; } |
|
99 | .date { white-space:nowrap; } | |
100 | .indexlinks { white-space:nowrap; } |
|
100 | .indexlinks { white-space:nowrap; } | |
101 | .parity0, |
|
101 | .parity0, | |
102 | .stripes4 > :nth-child(4n+1), |
|
102 | .stripes4 > :nth-child(4n+1), | |
103 | .stripes2 > :nth-child(2n+1) { background-color: #f0f0f0; } |
|
103 | .stripes2 > :nth-child(2n+1) { background-color: #f0f0f0; } | |
104 | .parity1, |
|
104 | .parity1, | |
105 | .stripes4 > :nth-child(4n+3), |
|
105 | .stripes4 > :nth-child(4n+3), | |
106 | .stripes2 > :nth-child(2n+2) { background-color: white; } |
|
106 | .stripes2 > :nth-child(2n+2) { background-color: white; } | |
107 | .plusline { color: green; } |
|
107 | .plusline { color: green; } | |
108 | .minusline { color: #dc143c; } /* crimson */ |
|
108 | .minusline { color: #dc143c; } /* crimson */ | |
109 | .atline { color: purple; } |
|
109 | .atline { color: purple; } | |
110 |
|
110 | |||
111 | .diffstat-table { |
|
111 | .diffstat-table { | |
112 | margin-top: 1em; |
|
112 | margin-top: 1em; | |
113 | } |
|
113 | } | |
114 | .diffstat-file { |
|
114 | .diffstat-file { | |
115 | white-space: nowrap; |
|
115 | white-space: nowrap; | |
116 | font-size: 90%; |
|
116 | font-size: 90%; | |
117 | } |
|
117 | } | |
118 | .diffstat-total { |
|
118 | .diffstat-total { | |
119 | white-space: nowrap; |
|
119 | white-space: nowrap; | |
120 | font-size: 90%; |
|
120 | font-size: 90%; | |
121 | } |
|
121 | } | |
122 | .diffstat-graph { |
|
122 | .diffstat-graph { | |
123 | width: 100%; |
|
123 | width: 100%; | |
124 | } |
|
124 | } | |
125 | .diffstat-add { |
|
125 | .diffstat-add { | |
126 | background-color: green; |
|
126 | background-color: green; | |
127 | float: left; |
|
127 | float: left; | |
128 | } |
|
128 | } | |
129 | .diffstat-remove { |
|
129 | .diffstat-remove { | |
130 | background-color: red; |
|
130 | background-color: red; | |
131 | float: left; |
|
131 | float: left; | |
132 | } |
|
132 | } | |
133 |
|
133 | |||
134 | .navigate { |
|
134 | .navigate { | |
135 | text-align: right; |
|
135 | text-align: right; | |
136 | font-size: 60%; |
|
136 | font-size: 60%; | |
137 | margin: 1em 0; |
|
137 | margin: 1em 0; | |
138 | } |
|
138 | } | |
139 |
|
139 | |||
140 | .phase { |
|
140 | .phase { | |
141 | color: #999; |
|
141 | color: #999; | |
142 | font-size: 70%; |
|
142 | font-size: 70%; | |
143 | border-bottom: 1px dotted #999; |
|
143 | border-bottom: 1px dotted #999; | |
144 | font-weight: normal; |
|
144 | font-weight: normal; | |
145 | margin-left: .5em; |
|
145 | margin-left: .5em; | |
146 | vertical-align: baseline; |
|
146 | vertical-align: baseline; | |
147 | } |
|
147 | } | |
148 |
|
148 | |||
149 | .obsolete { |
|
149 | .obsolete { | |
150 | color: #999; |
|
150 | color: #999; | |
151 | font-size: 70%; |
|
151 | font-size: 70%; | |
152 | border-bottom: 1px dashed #999; |
|
152 | border-bottom: 1px dashed #999; | |
153 | font-weight: normal; |
|
153 | font-weight: normal; | |
154 | margin-left: .5em; |
|
154 | margin-left: .5em; | |
155 | vertical-align: baseline; |
|
155 | vertical-align: baseline; | |
156 | } |
|
156 | } | |
157 |
|
157 | |||
158 | .instability { |
|
158 | .instability { | |
159 | color: #000; |
|
159 | color: #000; | |
160 | font-size: 70%; |
|
160 | font-size: 70%; | |
161 | border-bottom: 1px solid #000; |
|
161 | border-bottom: 1px solid #000; | |
162 | font-weight: normal; |
|
162 | font-weight: normal; | |
163 | margin-left: .5em; |
|
163 | margin-left: .5em; | |
164 | vertical-align: baseline; |
|
164 | vertical-align: baseline; | |
165 | } |
|
165 | } | |
166 |
|
166 | |||
167 | .tag { |
|
167 | .tag { | |
168 | color: #999; |
|
168 | color: #999; | |
169 | font-size: 70%; |
|
169 | font-size: 70%; | |
170 | font-weight: normal; |
|
170 | font-weight: normal; | |
171 | margin-left: .5em; |
|
171 | margin-left: .5em; | |
172 | vertical-align: baseline; |
|
172 | vertical-align: baseline; | |
173 | } |
|
173 | } | |
174 |
|
174 | |||
175 | .branchhead { |
|
175 | .branchhead { | |
176 | color: #000; |
|
176 | color: #000; | |
177 | font-size: 80%; |
|
177 | font-size: 80%; | |
178 | font-weight: normal; |
|
178 | font-weight: normal; | |
179 | margin-left: .5em; |
|
179 | margin-left: .5em; | |
180 | vertical-align: baseline; |
|
180 | vertical-align: baseline; | |
181 | } |
|
181 | } | |
182 |
|
182 | |||
183 | ul#graphnodes .branchhead { |
|
183 | ul#graphnodes .branchhead { | |
184 | font-size: 75%; |
|
184 | font-size: 75%; | |
185 | } |
|
185 | } | |
186 |
|
186 | |||
187 | .branchname { |
|
187 | .branchname { | |
188 | color: #000; |
|
188 | color: #000; | |
189 | font-size: 60%; |
|
189 | font-size: 60%; | |
190 | font-weight: normal; |
|
190 | font-weight: normal; | |
191 | margin-left: .5em; |
|
191 | margin-left: .5em; | |
192 | vertical-align: baseline; |
|
192 | vertical-align: baseline; | |
193 | } |
|
193 | } | |
194 |
|
194 | |||
195 | /* Common */ |
|
195 | /* Common */ | |
196 | pre { margin: 0; } |
|
196 | pre { margin: 0; } | |
197 |
|
197 | |||
198 | h2 { font-size: 120%; border-bottom: 1px solid #999; } |
|
198 | h2 { font-size: 120%; border-bottom: 1px solid #999; } | |
199 | h2 a { color: #000; } |
|
199 | h2 a { color: #000; } | |
200 | h3 { |
|
200 | h3 { | |
201 | margin-top: +.7em; |
|
201 | margin-top: +.7em; | |
202 | font-size: 100%; |
|
202 | font-size: 100%; | |
203 | } |
|
203 | } | |
204 |
|
204 | |||
205 | /* log and tags tables */ |
|
205 | /* log and tags tables */ | |
206 | .bigtable { |
|
206 | .bigtable { | |
207 | border-bottom: 1px solid #999; |
|
207 | border-bottom: 1px solid #999; | |
208 | border-collapse: collapse; |
|
208 | border-collapse: collapse; | |
209 | font-size: 90%; |
|
209 | font-size: 90%; | |
210 | width: 100%; |
|
210 | width: 100%; | |
211 | font-weight: normal; |
|
211 | font-weight: normal; | |
212 | text-align: left; |
|
212 | text-align: left; | |
213 | } |
|
213 | } | |
214 |
|
214 | |||
215 | .bigtable td { |
|
215 | .bigtable td { | |
216 | padding: 1px 4px; |
|
216 | padding: 1px 4px; | |
217 | vertical-align: top; |
|
217 | vertical-align: top; | |
218 | } |
|
218 | } | |
219 |
|
219 | |||
220 | .bigtable th { |
|
220 | .bigtable th { | |
221 | padding: 1px 4px; |
|
221 | padding: 1px 4px; | |
222 | border-bottom: 1px solid #999; |
|
222 | border-bottom: 1px solid #999; | |
223 | } |
|
223 | } | |
224 | .bigtable tr { border: none; } |
|
224 | .bigtable tr { border: none; } | |
225 | .bigtable .age { width: 7em; } |
|
225 | .bigtable .age { width: 7em; } | |
226 | .bigtable .author { width: 15em; } |
|
226 | .bigtable .author { width: 15em; } | |
227 | .bigtable .description { } |
|
227 | .bigtable .description { } | |
228 | .bigtable .description .base { font-size: 70%; float: right; line-height: 1.66; } |
|
228 | .bigtable .description .base { font-size: 70%; float: right; line-height: 1.66; } | |
229 | .bigtable .node { width: 5em; font-family: monospace;} |
|
229 | .bigtable .node { width: 5em; font-family: monospace;} | |
230 | .bigtable .permissions { width: 8em; text-align: left;} |
|
230 | .bigtable .permissions { width: 8em; text-align: left;} | |
231 | .bigtable .size { width: 5em; text-align: right; } |
|
231 | .bigtable .size { width: 5em; text-align: right; } | |
232 | .bigtable .annotate { text-align: right; } |
|
232 | .bigtable .annotate { text-align: right; } | |
233 | .bigtable td.annotate { font-size: smaller; } |
|
233 | .bigtable td.annotate { font-size: smaller; } | |
234 | .bigtable td.source { font-size: inherit; } |
|
234 | .bigtable td.source { font-size: inherit; } | |
235 | tr.thisrev a { color:#999999; text-decoration: none; } |
|
235 | tr.thisrev a { color:#999999; text-decoration: none; } | |
236 | tr.thisrev td.source { color:#009900; } |
|
236 | tr.thisrev td.source { color:#009900; } | |
237 | td.annotate { |
|
237 | td.annotate { | |
238 | white-space: nowrap; |
|
238 | white-space: nowrap; | |
239 | } |
|
239 | } | |
240 | div.annotate-info { |
|
240 | div.annotate-info { | |
241 | z-index: 5; |
|
241 | z-index: 5; | |
242 | display: none; |
|
242 | display: none; | |
243 | position: absolute; |
|
243 | position: absolute; | |
244 | background-color: #FFFFFF; |
|
244 | background-color: #FFFFFF; | |
245 | border: 1px solid #999; |
|
245 | border: 1px solid #999; | |
246 | text-align: left; |
|
246 | text-align: left; | |
247 | color: #000000; |
|
247 | color: #000000; | |
248 | padding: 5px; |
|
248 | padding: 5px; | |
249 | } |
|
249 | } | |
250 | div.annotate-info a { color: #0000FF; } |
|
250 | div.annotate-info a { color: #0000FF; } | |
251 | td.annotate:hover div.annotate-info { display: inline; } |
|
251 | td.annotate:hover div.annotate-info { display: inline; } | |
252 |
|
252 | |||
253 | #diffopts-form { |
|
253 | #diffopts-form { | |
254 | font-size: smaller; |
|
254 | font-size: smaller; | |
255 | color: #424242; |
|
255 | color: #424242; | |
256 | padding-bottom: 10px; |
|
256 | padding-bottom: 10px; | |
257 | display: none; |
|
257 | display: none; | |
258 | } |
|
258 | } | |
259 |
|
259 | |||
260 | .source, .sourcefirst { |
|
260 | .source, .sourcefirst { | |
261 | font-family: monospace; |
|
261 | font-family: monospace; | |
262 | white-space: pre; |
|
262 | white-space: pre; | |
263 | padding: 1px 4px; |
|
263 | padding: 1px 4px; | |
264 | font-size: 90%; |
|
264 | font-size: 90%; | |
265 | } |
|
265 | } | |
266 | .sourcefirst { border-bottom: 1px solid #999; font-weight: bold; } |
|
266 | .sourcefirst { border-bottom: 1px solid #999; font-weight: bold; } | |
267 | .source a { color: #999; font-size: smaller; font-family: monospace;} |
|
267 | .source a { color: #999; font-size: smaller; font-family: monospace;} | |
268 | .bottomline { border-bottom: 1px solid #999; } |
|
268 | .bottomline { border-bottom: 1px solid #999; } | |
269 |
|
269 | |||
270 | .sourcelines { |
|
270 | .sourcelines { | |
271 | font-size: 90%; |
|
271 | font-size: 90%; | |
272 | position: relative; |
|
272 | position: relative; | |
273 | counter-reset: lineno; |
|
273 | counter-reset: lineno; | |
274 | } |
|
274 | } | |
275 |
|
275 | |||
276 | .wrap > span { |
|
276 | .wrap > span { | |
277 | white-space: pre-wrap; |
|
277 | white-space: pre-wrap; | |
278 | } |
|
278 | } | |
279 |
|
279 | |||
280 | .linewraptoggle { |
|
280 | .linewraptoggle { | |
281 | float: right; |
|
281 | float: right; | |
282 | } |
|
282 | } | |
283 |
|
283 | |||
284 | .diffblocks { counter-reset: lineno; } |
|
284 | .diffblocks { counter-reset: lineno; } | |
285 | .diffblocks > div { counter-increment: lineno; } |
|
285 | .diffblocks > div { counter-increment: lineno; } | |
286 |
|
286 | |||
287 | .sourcelines > span { |
|
287 | .sourcelines > span { | |
288 | display: inline-block; |
|
288 | display: inline-block; | |
289 | box-sizing: border-box; |
|
289 | box-sizing: border-box; | |
290 | width: 100%; |
|
290 | width: 100%; | |
291 | padding: 1px 0px 1px 5em; |
|
291 | padding: 1px 0px 1px 5em; | |
292 | counter-increment: lineno; |
|
292 | counter-increment: lineno; | |
293 | } |
|
293 | } | |
294 |
|
294 | |||
295 | .sourcelines > span:before { |
|
295 | .sourcelines > span:before { | |
296 | -moz-user-select: -moz-none; |
|
296 | -moz-user-select: -moz-none; | |
297 | -khtml-user-select: none; |
|
297 | -khtml-user-select: none; | |
298 | -webkit-user-select: none; |
|
298 | -webkit-user-select: none; | |
299 | -ms-user-select: none; |
|
299 | -ms-user-select: none; | |
300 | user-select: none; |
|
300 | user-select: none; | |
301 | display: inline-block; |
|
301 | display: inline-block; | |
302 | margin-left: -6em; |
|
302 | margin-left: -6em; | |
303 | width: 4em; |
|
303 | width: 4em; | |
304 | font-size: smaller; |
|
304 | font-size: smaller; | |
305 | color: #999; |
|
305 | color: #999; | |
306 | text-align: right; |
|
306 | text-align: right; | |
307 | content: counters(lineno, "."); |
|
307 | content: counters(lineno, "."); | |
308 | float: left; |
|
308 | float: left; | |
309 | } |
|
309 | } | |
310 |
|
310 | |||
|
311 | .sourcelines > span:after { | |||
|
312 | content: ''; | |||
|
313 | display: inline-block; | |||
|
314 | } | |||
|
315 | ||||
311 | .sourcelines > span:target, tr:target td { |
|
316 | .sourcelines > span:target, tr:target td { | |
312 | background-color: #bfdfff; |
|
317 | background-color: #bfdfff; | |
313 | } |
|
318 | } | |
314 |
|
319 | |||
315 | /* Followlines */ |
|
320 | /* Followlines */ | |
316 | tbody.sourcelines > tr.followlines-selected, |
|
321 | tbody.sourcelines > tr.followlines-selected, | |
317 | pre.sourcelines > span.followlines-selected { |
|
322 | pre.sourcelines > span.followlines-selected { | |
318 | background-color: #99C7E9; |
|
323 | background-color: #99C7E9; | |
319 | } |
|
324 | } | |
320 |
|
325 | |||
321 | div#followlines { |
|
326 | div#followlines { | |
322 | background-color: #FFF; |
|
327 | background-color: #FFF; | |
323 | border: 1px solid #999; |
|
328 | border: 1px solid #999; | |
324 | padding: 5px; |
|
329 | padding: 5px; | |
325 | position: fixed; |
|
330 | position: fixed; | |
326 | } |
|
331 | } | |
327 |
|
332 | |||
328 | div.followlines-cancel { |
|
333 | div.followlines-cancel { | |
329 | text-align: right; |
|
334 | text-align: right; | |
330 | } |
|
335 | } | |
331 |
|
336 | |||
332 | div.followlines-cancel > button { |
|
337 | div.followlines-cancel > button { | |
333 | line-height: 80%; |
|
338 | line-height: 80%; | |
334 | padding: 0; |
|
339 | padding: 0; | |
335 | border: 0; |
|
340 | border: 0; | |
336 | border-radius: 2px; |
|
341 | border-radius: 2px; | |
337 | background-color: inherit; |
|
342 | background-color: inherit; | |
338 | font-weight: bold; |
|
343 | font-weight: bold; | |
339 | } |
|
344 | } | |
340 |
|
345 | |||
341 | div.followlines-cancel > button:hover { |
|
346 | div.followlines-cancel > button:hover { | |
342 | color: #FFFFFF; |
|
347 | color: #FFFFFF; | |
343 | background-color: #CF1F1F; |
|
348 | background-color: #CF1F1F; | |
344 | } |
|
349 | } | |
345 |
|
350 | |||
346 | div.followlines-link { |
|
351 | div.followlines-link { | |
347 | margin: 2px; |
|
352 | margin: 2px; | |
348 | margin-top: 4px; |
|
353 | margin-top: 4px; | |
349 | font-family: sans-serif; |
|
354 | font-family: sans-serif; | |
350 | } |
|
355 | } | |
351 |
|
356 | |||
352 | .btn-followlines { |
|
357 | .btn-followlines { | |
353 | position: absolute; |
|
358 | position: absolute; | |
354 | display: none; |
|
359 | display: none; | |
355 | cursor: pointer; |
|
360 | cursor: pointer; | |
356 | box-sizing: content-box; |
|
361 | box-sizing: content-box; | |
357 | font-size: 12px; |
|
362 | font-size: 12px; | |
358 | width: 13px; |
|
363 | width: 13px; | |
359 | height: 13px; |
|
364 | height: 13px; | |
360 | border-radius: 3px; |
|
365 | border-radius: 3px; | |
361 | margin: 0px; |
|
366 | margin: 0px; | |
362 | margin-top: -2px; |
|
367 | margin-top: -2px; | |
363 | padding: 0px; |
|
368 | padding: 0px; | |
364 | background-color: #E5FDE5; |
|
369 | background-color: #E5FDE5; | |
365 | border: 1px solid #9BC19B; |
|
370 | border: 1px solid #9BC19B; | |
366 | font-family: monospace; |
|
371 | font-family: monospace; | |
367 | text-align: center; |
|
372 | text-align: center; | |
368 | line-height: 5px; |
|
373 | line-height: 5px; | |
369 | } |
|
374 | } | |
370 |
|
375 | |||
371 | span.followlines-select .btn-followlines { |
|
376 | span.followlines-select .btn-followlines { | |
372 | margin-left: -1.5em; |
|
377 | margin-left: -1.5em; | |
373 | } |
|
378 | } | |
374 |
|
379 | |||
375 | .btn-followlines:hover { |
|
380 | .btn-followlines:hover { | |
376 | transform: scale(1.2, 1.2); |
|
381 | transform: scale(1.2, 1.2); | |
377 | } |
|
382 | } | |
378 |
|
383 | |||
379 | .btn-followlines .followlines-plus { |
|
384 | .btn-followlines .followlines-plus { | |
380 | color: green; |
|
385 | color: green; | |
381 | } |
|
386 | } | |
382 |
|
387 | |||
383 | .btn-followlines .followlines-minus { |
|
388 | .btn-followlines .followlines-minus { | |
384 | color: red; |
|
389 | color: red; | |
385 | } |
|
390 | } | |
386 |
|
391 | |||
387 | .btn-followlines-end { |
|
392 | .btn-followlines-end { | |
388 | background-color: #ffdcdc; |
|
393 | background-color: #ffdcdc; | |
389 | } |
|
394 | } | |
390 |
|
395 | |||
391 | .sourcelines tr:hover .btn-followlines, |
|
396 | .sourcelines tr:hover .btn-followlines, | |
392 | .sourcelines span.followlines-select:hover > .btn-followlines { |
|
397 | .sourcelines span.followlines-select:hover > .btn-followlines { | |
393 | display: inline; |
|
398 | display: inline; | |
394 | } |
|
399 | } | |
395 |
|
400 | |||
396 | .btn-followlines-hidden, |
|
401 | .btn-followlines-hidden, | |
397 | .sourcelines tr:hover .btn-followlines-hidden { |
|
402 | .sourcelines tr:hover .btn-followlines-hidden { | |
398 | display: none; |
|
403 | display: none; | |
399 | } |
|
404 | } | |
400 |
|
405 | |||
401 | .sourcelines > a { |
|
406 | .sourcelines > a { | |
402 | display: inline-block; |
|
407 | display: inline-block; | |
403 | position: absolute; |
|
408 | position: absolute; | |
404 | left: 0px; |
|
409 | left: 0px; | |
405 | width: 4em; |
|
410 | width: 4em; | |
406 | height: 1em; |
|
411 | height: 1em; | |
407 | } |
|
412 | } | |
408 |
|
413 | |||
409 | .fileline { font-family: monospace; } |
|
414 | .fileline { font-family: monospace; } | |
410 | .fileline img { border: 0; } |
|
415 | .fileline img { border: 0; } | |
411 |
|
416 | |||
412 | .tagEntry .closed { color: #99f; } |
|
417 | .tagEntry .closed { color: #99f; } | |
413 |
|
418 | |||
414 | /* Changeset entry */ |
|
419 | /* Changeset entry */ | |
415 | #changesetEntry { |
|
420 | #changesetEntry { | |
416 | border-collapse: collapse; |
|
421 | border-collapse: collapse; | |
417 | font-size: 90%; |
|
422 | font-size: 90%; | |
418 | width: 100%; |
|
423 | width: 100%; | |
419 | margin-bottom: 1em; |
|
424 | margin-bottom: 1em; | |
420 | } |
|
425 | } | |
421 |
|
426 | |||
422 | #changesetEntry th { |
|
427 | #changesetEntry th { | |
423 | padding: 1px 4px; |
|
428 | padding: 1px 4px; | |
424 | width: 4em; |
|
429 | width: 4em; | |
425 | text-align: right; |
|
430 | text-align: right; | |
426 | font-weight: normal; |
|
431 | font-weight: normal; | |
427 | color: #999; |
|
432 | color: #999; | |
428 | vertical-align: top; |
|
433 | vertical-align: top; | |
429 | } |
|
434 | } | |
430 |
|
435 | |||
431 | div.description { |
|
436 | div.description { | |
432 | border-left: 2px solid #999; |
|
437 | border-left: 2px solid #999; | |
433 | margin: 1em 0 1em 0; |
|
438 | margin: 1em 0 1em 0; | |
434 | padding: .3em; |
|
439 | padding: .3em; | |
435 | white-space: pre; |
|
440 | white-space: pre; | |
436 | font-family: monospace; |
|
441 | font-family: monospace; | |
437 | } |
|
442 | } | |
438 |
|
443 | |||
439 | /* Graph */ |
|
444 | /* Graph */ | |
440 | div#wrapper { |
|
445 | div#wrapper { | |
441 | position: relative; |
|
446 | position: relative; | |
442 | border-top: 1px solid black; |
|
447 | border-top: 1px solid black; | |
443 | border-bottom: 1px solid black; |
|
448 | border-bottom: 1px solid black; | |
444 | margin: 0; |
|
449 | margin: 0; | |
445 | padding: 0; |
|
450 | padding: 0; | |
446 | } |
|
451 | } | |
447 |
|
452 | |||
448 | canvas { |
|
453 | canvas { | |
449 | position: absolute; |
|
454 | position: absolute; | |
450 | z-index: 5; |
|
455 | z-index: 5; | |
451 | top: -0.7em; |
|
456 | top: -0.7em; | |
452 | margin: 0; |
|
457 | margin: 0; | |
453 | } |
|
458 | } | |
454 |
|
459 | |||
455 | ul#graphnodes { |
|
460 | ul#graphnodes { | |
456 | list-style: none inside none; |
|
461 | list-style: none inside none; | |
457 | padding: 0; |
|
462 | padding: 0; | |
458 | margin: 0; |
|
463 | margin: 0; | |
459 | } |
|
464 | } | |
460 |
|
465 | |||
461 | ul#graphnodes li { |
|
466 | ul#graphnodes li { | |
462 | height: 39px; |
|
467 | height: 39px; | |
463 | overflow: visible; |
|
468 | overflow: visible; | |
464 | } |
|
469 | } | |
465 |
|
470 | |||
466 | ul#graphnodes li .fg { |
|
471 | ul#graphnodes li .fg { | |
467 | position: absolute; |
|
472 | position: absolute; | |
468 | z-index: 10; |
|
473 | z-index: 10; | |
469 | } |
|
474 | } | |
470 |
|
475 | |||
471 | ul#graphnodes li .info { |
|
476 | ul#graphnodes li .info { | |
472 | font-size: 70%; |
|
477 | font-size: 70%; | |
473 | } |
|
478 | } | |
474 |
|
479 | |||
475 | /* Comparison */ |
|
480 | /* Comparison */ | |
476 | .legend { |
|
481 | .legend { | |
477 | padding: 1.5% 0 1.5% 0; |
|
482 | padding: 1.5% 0 1.5% 0; | |
478 | } |
|
483 | } | |
479 |
|
484 | |||
480 | .legendinfo { |
|
485 | .legendinfo { | |
481 | border: 1px solid #999; |
|
486 | border: 1px solid #999; | |
482 | font-size: 80%; |
|
487 | font-size: 80%; | |
483 | text-align: center; |
|
488 | text-align: center; | |
484 | padding: 0.5%; |
|
489 | padding: 0.5%; | |
485 | } |
|
490 | } | |
486 |
|
491 | |||
487 | .equal { |
|
492 | .equal { | |
488 | background-color: #ffffff; |
|
493 | background-color: #ffffff; | |
489 | } |
|
494 | } | |
490 |
|
495 | |||
491 | .delete { |
|
496 | .delete { | |
492 | background-color: #faa; |
|
497 | background-color: #faa; | |
493 | color: #333; |
|
498 | color: #333; | |
494 | } |
|
499 | } | |
495 |
|
500 | |||
496 | .insert { |
|
501 | .insert { | |
497 | background-color: #ffa; |
|
502 | background-color: #ffa; | |
498 | } |
|
503 | } | |
499 |
|
504 | |||
500 | .replace { |
|
505 | .replace { | |
501 | background-color: #e8e8e8; |
|
506 | background-color: #e8e8e8; | |
502 | } |
|
507 | } | |
503 |
|
508 | |||
504 | .header { |
|
509 | .header { | |
505 | text-align: center; |
|
510 | text-align: center; | |
506 | } |
|
511 | } | |
507 |
|
512 | |||
508 | .block { |
|
513 | .block { | |
509 | border-top: 1px solid #999; |
|
514 | border-top: 1px solid #999; | |
510 | } |
|
515 | } | |
511 |
|
516 | |||
512 | .breadcrumb { |
|
517 | .breadcrumb { | |
513 | color: gray; |
|
518 | color: gray; | |
514 | } |
|
519 | } | |
515 |
|
520 | |||
516 | .breadcrumb a { |
|
521 | .breadcrumb a { | |
517 | color: blue; |
|
522 | color: blue; | |
518 | } |
|
523 | } | |
519 |
|
524 | |||
520 | .scroll-loading { |
|
525 | .scroll-loading { | |
521 | -webkit-animation: change_color 1s linear 0s infinite alternate; |
|
526 | -webkit-animation: change_color 1s linear 0s infinite alternate; | |
522 | -moz-animation: change_color 1s linear 0s infinite alternate; |
|
527 | -moz-animation: change_color 1s linear 0s infinite alternate; | |
523 | -o-animation: change_color 1s linear 0s infinite alternate; |
|
528 | -o-animation: change_color 1s linear 0s infinite alternate; | |
524 | animation: change_color 1s linear 0s infinite alternate; |
|
529 | animation: change_color 1s linear 0s infinite alternate; | |
525 | } |
|
530 | } | |
526 |
|
531 | |||
527 | @-webkit-keyframes change_color { |
|
532 | @-webkit-keyframes change_color { | |
528 | from { background-color: #A0CEFF; } to { } |
|
533 | from { background-color: #A0CEFF; } to { } | |
529 | } |
|
534 | } | |
530 | @-moz-keyframes change_color { |
|
535 | @-moz-keyframes change_color { | |
531 | from { background-color: #A0CEFF; } to { } |
|
536 | from { background-color: #A0CEFF; } to { } | |
532 | } |
|
537 | } | |
533 | @-o-keyframes change_color { |
|
538 | @-o-keyframes change_color { | |
534 | from { background-color: #A0CEFF; } to { } |
|
539 | from { background-color: #A0CEFF; } to { } | |
535 | } |
|
540 | } | |
536 | @keyframes change_color { |
|
541 | @keyframes change_color { | |
537 | from { background-color: #A0CEFF; } to { } |
|
542 | from { background-color: #A0CEFF; } to { } | |
538 | } |
|
543 | } | |
539 |
|
544 | |||
540 | .scroll-loading-error { |
|
545 | .scroll-loading-error { | |
541 | background-color: #FFCCCC !important; |
|
546 | background-color: #FFCCCC !important; | |
542 | } |
|
547 | } |
General Comments 0
You need to be logged in to leave comments.
Login now