Show More
@@ -1,533 +1,532 | |||||
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 | .tag { |
|
140 | .tag { | |
141 | color: #999; |
|
141 | color: #999; | |
142 | font-size: 70%; |
|
142 | font-size: 70%; | |
143 | font-weight: normal; |
|
143 | font-weight: normal; | |
144 | margin-left: .5em; |
|
144 | margin-left: .5em; | |
145 | vertical-align: baseline; |
|
145 | vertical-align: baseline; | |
146 | } |
|
146 | } | |
147 |
|
147 | |||
148 | .branchhead { |
|
148 | .branchhead { | |
149 | color: #000; |
|
149 | color: #000; | |
150 | font-size: 80%; |
|
150 | font-size: 80%; | |
151 | font-weight: normal; |
|
151 | font-weight: normal; | |
152 | margin-left: .5em; |
|
152 | margin-left: .5em; | |
153 | vertical-align: baseline; |
|
153 | vertical-align: baseline; | |
154 | } |
|
154 | } | |
155 |
|
155 | |||
156 | ul#graphnodes .branchhead { |
|
156 | ul#graphnodes .branchhead { | |
157 | font-size: 75%; |
|
157 | font-size: 75%; | |
158 | } |
|
158 | } | |
159 |
|
159 | |||
160 | .branchname { |
|
160 | .branchname { | |
161 | color: #000; |
|
161 | color: #000; | |
162 | font-size: 60%; |
|
162 | font-size: 60%; | |
163 | font-weight: normal; |
|
163 | font-weight: normal; | |
164 | margin-left: .5em; |
|
164 | margin-left: .5em; | |
165 | vertical-align: baseline; |
|
165 | vertical-align: baseline; | |
166 | } |
|
166 | } | |
167 |
|
167 | |||
168 | h3 .branchname { |
|
168 | h3 .branchname { | |
169 | font-size: 80%; |
|
169 | font-size: 80%; | |
170 | } |
|
170 | } | |
171 |
|
171 | |||
172 | /* Common */ |
|
172 | /* Common */ | |
173 | pre { margin: 0; } |
|
173 | pre { margin: 0; } | |
174 |
|
174 | |||
175 | h2 { font-size: 120%; border-bottom: 1px solid #999; } |
|
175 | h2 { font-size: 120%; border-bottom: 1px solid #999; } | |
176 | h2 a { color: #000; } |
|
176 | h2 a { color: #000; } | |
177 | h3 { |
|
177 | h3 { | |
178 | margin-top: +.7em; |
|
178 | margin-top: +.7em; | |
179 | font-size: 100%; |
|
179 | font-size: 100%; | |
180 | } |
|
180 | } | |
181 |
|
181 | |||
182 | /* log and tags tables */ |
|
182 | /* log and tags tables */ | |
183 | .bigtable { |
|
183 | .bigtable { | |
184 | border-bottom: 1px solid #999; |
|
184 | border-bottom: 1px solid #999; | |
185 | border-collapse: collapse; |
|
185 | border-collapse: collapse; | |
186 | font-size: 90%; |
|
186 | font-size: 90%; | |
187 | width: 100%; |
|
187 | width: 100%; | |
188 | font-weight: normal; |
|
188 | font-weight: normal; | |
189 | text-align: left; |
|
189 | text-align: left; | |
190 | } |
|
190 | } | |
191 |
|
191 | |||
192 | .bigtable td { |
|
192 | .bigtable td { | |
193 | vertical-align: top; |
|
193 | vertical-align: top; | |
194 | } |
|
194 | } | |
195 |
|
195 | |||
196 | .bigtable th { |
|
196 | .bigtable th { | |
197 | padding: 1px 4px; |
|
197 | padding: 1px 4px; | |
198 | border-bottom: 1px solid #999; |
|
198 | border-bottom: 1px solid #999; | |
199 | } |
|
199 | } | |
200 | .bigtable tr { border: none; } |
|
200 | .bigtable tr { border: none; } | |
201 | .bigtable .age { width: 7em; } |
|
201 | .bigtable .age { width: 7em; } | |
202 | .bigtable .author { width: 15em; } |
|
202 | .bigtable .author { width: 15em; } | |
203 | .bigtable .description { } |
|
203 | .bigtable .description { } | |
204 | .bigtable .description .base { font-size: 70%; float: right; line-height: 1.66; } |
|
204 | .bigtable .description .base { font-size: 70%; float: right; line-height: 1.66; } | |
205 | .bigtable .node { width: 5em; font-family: monospace;} |
|
205 | .bigtable .node { width: 5em; font-family: monospace;} | |
206 | .bigtable .permissions { width: 8em; text-align: left;} |
|
206 | .bigtable .permissions { width: 8em; text-align: left;} | |
207 | .bigtable .size { width: 5em; text-align: right; } |
|
207 | .bigtable .size { width: 5em; text-align: right; } | |
208 | .bigtable .annotate { text-align: right; } |
|
208 | .bigtable .annotate { text-align: right; } | |
209 | .bigtable td.annotate { font-size: smaller; } |
|
209 | .bigtable td.annotate { font-size: smaller; } | |
210 | .bigtable td.source { font-size: inherit; } |
|
210 | .bigtable td.source { font-size: inherit; } | |
211 | tr.thisrev a { color:#999999; text-decoration: none; } |
|
211 | tr.thisrev a { color:#999999; text-decoration: none; } | |
212 | tr.thisrev td.source { color:#009900; } |
|
212 | tr.thisrev td.source { color:#009900; } | |
213 | td.annotate { |
|
213 | td.annotate { | |
214 | white-space: nowrap; |
|
214 | white-space: nowrap; | |
215 | } |
|
215 | } | |
216 | div.annotate-info { |
|
216 | div.annotate-info { | |
217 | z-index: 5; |
|
217 | z-index: 5; | |
218 | display: none; |
|
218 | display: none; | |
219 | position: absolute; |
|
219 | position: absolute; | |
220 | background-color: #FFFFFF; |
|
220 | background-color: #FFFFFF; | |
221 | border: 1px solid #999; |
|
221 | border: 1px solid #999; | |
222 | text-align: left; |
|
222 | text-align: left; | |
223 | color: #000000; |
|
223 | color: #000000; | |
224 | padding: 5px; |
|
224 | padding: 5px; | |
225 | } |
|
225 | } | |
226 | div.annotate-info a { color: #0000FF; } |
|
226 | div.annotate-info a { color: #0000FF; } | |
227 | td.annotate:hover div.annotate-info { display: inline; } |
|
227 | td.annotate:hover div.annotate-info { display: inline; } | |
228 |
|
228 | |||
229 | #diffopts-form { |
|
229 | #diffopts-form { | |
230 | font-size: smaller; |
|
230 | font-size: smaller; | |
231 | color: #424242; |
|
231 | color: #424242; | |
232 | padding-bottom: 10px; |
|
232 | padding-bottom: 10px; | |
233 | display: none; |
|
233 | display: none; | |
234 | } |
|
234 | } | |
235 |
|
235 | |||
236 | .source, .sourcefirst { |
|
236 | .source, .sourcefirst { | |
237 | font-family: monospace; |
|
237 | font-family: monospace; | |
238 | white-space: pre; |
|
238 | white-space: pre; | |
239 | padding: 1px 4px; |
|
239 | padding: 1px 4px; | |
240 | font-size: 90%; |
|
240 | font-size: 90%; | |
241 | } |
|
241 | } | |
242 | .sourcefirst { border-bottom: 1px solid #999; font-weight: bold; } |
|
242 | .sourcefirst { border-bottom: 1px solid #999; font-weight: bold; } | |
243 | .source a { color: #999; font-size: smaller; font-family: monospace;} |
|
243 | .source a { color: #999; font-size: smaller; font-family: monospace;} | |
244 | .bottomline { border-bottom: 1px solid #999; } |
|
244 | .bottomline { border-bottom: 1px solid #999; } | |
245 |
|
245 | |||
246 | .sourcelines { |
|
246 | .sourcelines { | |
247 | font-size: 90%; |
|
247 | font-size: 90%; | |
248 | position: relative; |
|
248 | position: relative; | |
249 | counter-reset: lineno; |
|
249 | counter-reset: lineno; | |
250 | } |
|
250 | } | |
251 |
|
251 | |||
252 | .wrap > span { |
|
252 | .wrap > span { | |
253 | white-space: pre-wrap; |
|
253 | white-space: pre-wrap; | |
254 | } |
|
254 | } | |
255 |
|
255 | |||
256 | .linewraptoggle { |
|
256 | .linewraptoggle { | |
257 | float: right; |
|
257 | float: right; | |
258 | } |
|
258 | } | |
259 |
|
259 | |||
260 | .diffblocks { counter-reset: lineno; } |
|
260 | .diffblocks { counter-reset: lineno; } | |
261 | .diffblocks > div { counter-increment: lineno; } |
|
261 | .diffblocks > div { counter-increment: lineno; } | |
262 |
|
262 | |||
263 | .sourcelines > span { |
|
263 | .sourcelines > span { | |
264 | display: inline-block; |
|
264 | display: inline-block; | |
265 | box-sizing: border-box; |
|
265 | box-sizing: border-box; | |
266 | width: 100%; |
|
266 | width: 100%; | |
267 | padding: 1px 0px 1px 5em; |
|
267 | padding: 1px 0px 1px 5em; | |
268 | counter-increment: lineno; |
|
268 | counter-increment: lineno; | |
269 | } |
|
269 | } | |
270 |
|
270 | |||
271 | .sourcelines > span:before { |
|
271 | .sourcelines > span:before { | |
272 | -moz-user-select: -moz-none; |
|
272 | -moz-user-select: -moz-none; | |
273 | -khtml-user-select: none; |
|
273 | -khtml-user-select: none; | |
274 | -webkit-user-select: none; |
|
274 | -webkit-user-select: none; | |
275 | -ms-user-select: none; |
|
275 | -ms-user-select: none; | |
276 | user-select: none; |
|
276 | user-select: none; | |
277 | display: inline-block; |
|
277 | display: inline-block; | |
278 | margin-left: -6em; |
|
278 | margin-left: -6em; | |
279 | width: 4em; |
|
279 | width: 4em; | |
280 | font-size: smaller; |
|
280 | font-size: smaller; | |
281 | color: #999; |
|
281 | color: #999; | |
282 | text-align: right; |
|
282 | text-align: right; | |
283 | content: counters(lineno, "."); |
|
283 | content: counters(lineno, "."); | |
284 | float: left; |
|
284 | float: left; | |
285 | } |
|
285 | } | |
286 |
|
286 | |||
287 | .sourcelines > span:target, tr:target td { |
|
287 | .sourcelines > span:target, tr:target td { | |
288 | background-color: #bfdfff; |
|
288 | background-color: #bfdfff; | |
289 | } |
|
289 | } | |
290 |
|
290 | |||
291 | /* Followlines */ |
|
291 | /* Followlines */ | |
292 | tbody.sourcelines > tr.followlines-selected, |
|
292 | tbody.sourcelines > tr.followlines-selected, | |
293 | pre.sourcelines > span.followlines-selected { |
|
293 | pre.sourcelines > span.followlines-selected { | |
294 | background-color: #99C7E9; |
|
294 | background-color: #99C7E9; | |
295 | } |
|
295 | } | |
296 |
|
296 | |||
297 | div#followlines { |
|
297 | div#followlines { | |
298 |
background-color: # |
|
298 | background-color: #FFF; | |
299 |
border: 1px solid # |
|
299 | border: 1px solid #999; | |
300 |
|
|
300 | padding: 5px; | |
301 | padding: 4px; |
|
|||
302 | position: fixed; |
|
301 | position: fixed; | |
303 | } |
|
302 | } | |
304 |
|
303 | |||
305 | div.followlines-cancel { |
|
304 | div.followlines-cancel { | |
306 | text-align: right; |
|
305 | text-align: right; | |
307 | } |
|
306 | } | |
308 |
|
307 | |||
309 | div.followlines-cancel > button { |
|
308 | div.followlines-cancel > button { | |
310 | line-height: 80%; |
|
309 | line-height: 80%; | |
311 | padding: 0; |
|
310 | padding: 0; | |
312 | border: 0; |
|
311 | border: 0; | |
313 | border-radius: 2px; |
|
312 | border-radius: 2px; | |
314 | background-color: inherit; |
|
313 | background-color: inherit; | |
315 | font-weight: bold; |
|
314 | font-weight: bold; | |
316 | } |
|
315 | } | |
317 |
|
316 | |||
318 | div.followlines-cancel > button:hover { |
|
317 | div.followlines-cancel > button:hover { | |
319 | color: #FFFFFF; |
|
318 | color: #FFFFFF; | |
320 | background-color: #CF1F1F; |
|
319 | background-color: #CF1F1F; | |
321 | } |
|
320 | } | |
322 |
|
321 | |||
323 | div.followlines-link { |
|
322 | div.followlines-link { | |
324 | margin: 2px; |
|
323 | margin: 2px; | |
325 | margin-top: 4px; |
|
324 | margin-top: 4px; | |
326 | font-family: sans-serif; |
|
325 | font-family: sans-serif; | |
327 | } |
|
326 | } | |
328 |
|
327 | |||
329 | .btn-followlines { |
|
328 | .btn-followlines { | |
330 | display: none; |
|
329 | display: none; | |
331 | cursor: pointer; |
|
330 | cursor: pointer; | |
332 | box-sizing: content-box; |
|
331 | box-sizing: content-box; | |
333 | font-size: 12px; |
|
332 | font-size: 12px; | |
334 | width: 13px; |
|
333 | width: 13px; | |
335 | height: 13px; |
|
334 | height: 13px; | |
336 | border-radius: 3px; |
|
335 | border-radius: 3px; | |
337 | margin: 0px; |
|
336 | margin: 0px; | |
338 | margin-top: -2px; |
|
337 | margin-top: -2px; | |
339 | padding: 0px; |
|
338 | padding: 0px; | |
340 | background-color: #E5FDE5; |
|
339 | background-color: #E5FDE5; | |
341 | border: 1px solid #9BC19B; |
|
340 | border: 1px solid #9BC19B; | |
342 | font-family: monospace; |
|
341 | font-family: monospace; | |
343 | text-align: center; |
|
342 | text-align: center; | |
344 | line-height: 5px; |
|
343 | line-height: 5px; | |
345 | } |
|
344 | } | |
346 |
|
345 | |||
347 | tr .btn-followlines { |
|
346 | tr .btn-followlines { | |
348 | position: absolute; |
|
347 | position: absolute; | |
349 | } |
|
348 | } | |
350 |
|
349 | |||
351 | span .btn-followlines { |
|
350 | span .btn-followlines { | |
352 | float: left; |
|
351 | float: left; | |
353 | } |
|
352 | } | |
354 |
|
353 | |||
355 | span.followlines-select .btn-followlines { |
|
354 | span.followlines-select .btn-followlines { | |
356 | margin-left: -1.5em; |
|
355 | margin-left: -1.5em; | |
357 | } |
|
356 | } | |
358 |
|
357 | |||
359 | .btn-followlines:hover { |
|
358 | .btn-followlines:hover { | |
360 | transform: scale(1.2, 1.2); |
|
359 | transform: scale(1.2, 1.2); | |
361 | } |
|
360 | } | |
362 |
|
361 | |||
363 | .btn-followlines .followlines-plus { |
|
362 | .btn-followlines .followlines-plus { | |
364 | color: green; |
|
363 | color: green; | |
365 | } |
|
364 | } | |
366 |
|
365 | |||
367 | .btn-followlines .followlines-minus { |
|
366 | .btn-followlines .followlines-minus { | |
368 | color: red; |
|
367 | color: red; | |
369 | } |
|
368 | } | |
370 |
|
369 | |||
371 | .btn-followlines-end { |
|
370 | .btn-followlines-end { | |
372 | background-color: #ffdcdc; |
|
371 | background-color: #ffdcdc; | |
373 | } |
|
372 | } | |
374 |
|
373 | |||
375 | .sourcelines tr:hover .btn-followlines, |
|
374 | .sourcelines tr:hover .btn-followlines, | |
376 | .sourcelines span.followlines-select:hover > .btn-followlines { |
|
375 | .sourcelines span.followlines-select:hover > .btn-followlines { | |
377 | display: inline; |
|
376 | display: inline; | |
378 | } |
|
377 | } | |
379 |
|
378 | |||
380 | .btn-followlines-hidden, |
|
379 | .btn-followlines-hidden, | |
381 | .sourcelines tr:hover .btn-followlines-hidden { |
|
380 | .sourcelines tr:hover .btn-followlines-hidden { | |
382 | display: none; |
|
381 | display: none; | |
383 | } |
|
382 | } | |
384 |
|
383 | |||
385 | .sourcelines > a { |
|
384 | .sourcelines > a { | |
386 | display: inline-block; |
|
385 | display: inline-block; | |
387 | position: absolute; |
|
386 | position: absolute; | |
388 | left: 0px; |
|
387 | left: 0px; | |
389 | width: 4em; |
|
388 | width: 4em; | |
390 | height: 1em; |
|
389 | height: 1em; | |
391 | } |
|
390 | } | |
392 |
|
391 | |||
393 | .fileline { font-family: monospace; } |
|
392 | .fileline { font-family: monospace; } | |
394 | .fileline img { border: 0; } |
|
393 | .fileline img { border: 0; } | |
395 |
|
394 | |||
396 | .tagEntry .closed { color: #99f; } |
|
395 | .tagEntry .closed { color: #99f; } | |
397 |
|
396 | |||
398 | /* Changeset entry */ |
|
397 | /* Changeset entry */ | |
399 | #changesetEntry { |
|
398 | #changesetEntry { | |
400 | border-collapse: collapse; |
|
399 | border-collapse: collapse; | |
401 | font-size: 90%; |
|
400 | font-size: 90%; | |
402 | width: 100%; |
|
401 | width: 100%; | |
403 | margin-bottom: 1em; |
|
402 | margin-bottom: 1em; | |
404 | } |
|
403 | } | |
405 |
|
404 | |||
406 | #changesetEntry th { |
|
405 | #changesetEntry th { | |
407 | padding: 1px 4px; |
|
406 | padding: 1px 4px; | |
408 | width: 4em; |
|
407 | width: 4em; | |
409 | text-align: right; |
|
408 | text-align: right; | |
410 | font-weight: normal; |
|
409 | font-weight: normal; | |
411 | color: #999; |
|
410 | color: #999; | |
412 | margin-right: .5em; |
|
411 | margin-right: .5em; | |
413 | vertical-align: top; |
|
412 | vertical-align: top; | |
414 | } |
|
413 | } | |
415 |
|
414 | |||
416 | div.description { |
|
415 | div.description { | |
417 | border-left: 2px solid #999; |
|
416 | border-left: 2px solid #999; | |
418 | margin: 1em 0 1em 0; |
|
417 | margin: 1em 0 1em 0; | |
419 | padding: .3em; |
|
418 | padding: .3em; | |
420 | white-space: pre; |
|
419 | white-space: pre; | |
421 | font-family: monospace; |
|
420 | font-family: monospace; | |
422 | } |
|
421 | } | |
423 |
|
422 | |||
424 | /* Graph */ |
|
423 | /* Graph */ | |
425 | div#wrapper { |
|
424 | div#wrapper { | |
426 | position: relative; |
|
425 | position: relative; | |
427 | border-top: 1px solid black; |
|
426 | border-top: 1px solid black; | |
428 | border-bottom: 1px solid black; |
|
427 | border-bottom: 1px solid black; | |
429 | margin: 0; |
|
428 | margin: 0; | |
430 | padding: 0; |
|
429 | padding: 0; | |
431 | } |
|
430 | } | |
432 |
|
431 | |||
433 | canvas { |
|
432 | canvas { | |
434 | position: absolute; |
|
433 | position: absolute; | |
435 | z-index: 5; |
|
434 | z-index: 5; | |
436 | top: -0.7em; |
|
435 | top: -0.7em; | |
437 | margin: 0; |
|
436 | margin: 0; | |
438 | } |
|
437 | } | |
439 |
|
438 | |||
440 | ul#graphnodes { |
|
439 | ul#graphnodes { | |
441 | position: absolute; |
|
440 | position: absolute; | |
442 | z-index: 10; |
|
441 | z-index: 10; | |
443 | top: -1.0em; |
|
442 | top: -1.0em; | |
444 | list-style: none inside none; |
|
443 | list-style: none inside none; | |
445 | padding: 0; |
|
444 | padding: 0; | |
446 | } |
|
445 | } | |
447 |
|
446 | |||
448 | ul#nodebgs { |
|
447 | ul#nodebgs { | |
449 | list-style: none inside none; |
|
448 | list-style: none inside none; | |
450 | padding: 0; |
|
449 | padding: 0; | |
451 | margin: 0; |
|
450 | margin: 0; | |
452 | top: -0.7em; |
|
451 | top: -0.7em; | |
453 | } |
|
452 | } | |
454 |
|
453 | |||
455 | ul#graphnodes li, ul#nodebgs li { |
|
454 | ul#graphnodes li, ul#nodebgs li { | |
456 | height: 39px; |
|
455 | height: 39px; | |
457 | } |
|
456 | } | |
458 |
|
457 | |||
459 | ul#graphnodes li .info { |
|
458 | ul#graphnodes li .info { | |
460 | display: block; |
|
459 | display: block; | |
461 | font-size: 70%; |
|
460 | font-size: 70%; | |
462 | position: relative; |
|
461 | position: relative; | |
463 | top: -3px; |
|
462 | top: -3px; | |
464 | } |
|
463 | } | |
465 |
|
464 | |||
466 | /* Comparison */ |
|
465 | /* Comparison */ | |
467 | .legend { |
|
466 | .legend { | |
468 | padding: 1.5% 0 1.5% 0; |
|
467 | padding: 1.5% 0 1.5% 0; | |
469 | } |
|
468 | } | |
470 |
|
469 | |||
471 | .legendinfo { |
|
470 | .legendinfo { | |
472 | border: 1px solid #999; |
|
471 | border: 1px solid #999; | |
473 | font-size: 80%; |
|
472 | font-size: 80%; | |
474 | text-align: center; |
|
473 | text-align: center; | |
475 | padding: 0.5%; |
|
474 | padding: 0.5%; | |
476 | } |
|
475 | } | |
477 |
|
476 | |||
478 | .equal { |
|
477 | .equal { | |
479 | background-color: #ffffff; |
|
478 | background-color: #ffffff; | |
480 | } |
|
479 | } | |
481 |
|
480 | |||
482 | .delete { |
|
481 | .delete { | |
483 | background-color: #faa; |
|
482 | background-color: #faa; | |
484 | color: #333; |
|
483 | color: #333; | |
485 | } |
|
484 | } | |
486 |
|
485 | |||
487 | .insert { |
|
486 | .insert { | |
488 | background-color: #ffa; |
|
487 | background-color: #ffa; | |
489 | } |
|
488 | } | |
490 |
|
489 | |||
491 | .replace { |
|
490 | .replace { | |
492 | background-color: #e8e8e8; |
|
491 | background-color: #e8e8e8; | |
493 | } |
|
492 | } | |
494 |
|
493 | |||
495 | .header { |
|
494 | .header { | |
496 | text-align: center; |
|
495 | text-align: center; | |
497 | } |
|
496 | } | |
498 |
|
497 | |||
499 | .block { |
|
498 | .block { | |
500 | border-top: 1px solid #999; |
|
499 | border-top: 1px solid #999; | |
501 | } |
|
500 | } | |
502 |
|
501 | |||
503 | .breadcrumb { |
|
502 | .breadcrumb { | |
504 | color: gray; |
|
503 | color: gray; | |
505 | } |
|
504 | } | |
506 |
|
505 | |||
507 | .breadcrumb a { |
|
506 | .breadcrumb a { | |
508 | color: blue; |
|
507 | color: blue; | |
509 | } |
|
508 | } | |
510 |
|
509 | |||
511 | .scroll-loading { |
|
510 | .scroll-loading { | |
512 | -webkit-animation: change_color 1s linear 0s infinite alternate; |
|
511 | -webkit-animation: change_color 1s linear 0s infinite alternate; | |
513 | -moz-animation: change_color 1s linear 0s infinite alternate; |
|
512 | -moz-animation: change_color 1s linear 0s infinite alternate; | |
514 | -o-animation: change_color 1s linear 0s infinite alternate; |
|
513 | -o-animation: change_color 1s linear 0s infinite alternate; | |
515 | animation: change_color 1s linear 0s infinite alternate; |
|
514 | animation: change_color 1s linear 0s infinite alternate; | |
516 | } |
|
515 | } | |
517 |
|
516 | |||
518 | @-webkit-keyframes change_color { |
|
517 | @-webkit-keyframes change_color { | |
519 | from { background-color: #A0CEFF; } to { } |
|
518 | from { background-color: #A0CEFF; } to { } | |
520 | } |
|
519 | } | |
521 | @-moz-keyframes change_color { |
|
520 | @-moz-keyframes change_color { | |
522 | from { background-color: #A0CEFF; } to { } |
|
521 | from { background-color: #A0CEFF; } to { } | |
523 | } |
|
522 | } | |
524 | @-o-keyframes change_color { |
|
523 | @-o-keyframes change_color { | |
525 | from { background-color: #A0CEFF; } to { } |
|
524 | from { background-color: #A0CEFF; } to { } | |
526 | } |
|
525 | } | |
527 | @keyframes change_color { |
|
526 | @keyframes change_color { | |
528 | from { background-color: #A0CEFF; } to { } |
|
527 | from { background-color: #A0CEFF; } to { } | |
529 | } |
|
528 | } | |
530 |
|
529 | |||
531 | .scroll-loading-error { |
|
530 | .scroll-loading-error { | |
532 | background-color: #FFCCCC !important; |
|
531 | background-color: #FFCCCC !important; | |
533 | } |
|
532 | } |
General Comments 0
You need to be logged in to leave comments.
Login now