1 | 1 | simandl | html,body { |
2 | | | background:#FFF; |
3 | | | color:gray; |
4 | | | font-family: 'Trebuchet MS', Verdana, sans-serif; |
5 | | | font-size:13px; |
6 | | | line-height:1.3em; |
7 | | | margin:0; padding:0; |
8 | | | text-align:center; |
9 | | | height: 95%; |
10 | | | } |
11 | | | |
12 | | | #container { |
13 | | | position: relative; |
14 | | | min-height: 100%; |
15 | | | padding-bottom:40px; |
16 | | | } |
17 | | | * html #container |
18 | | | { |
19 | | | height: 95%; |
20 | | | } |
21 | | | #footer |
22 | | | { |
23 | | | height:40px; |
24 | | | position: relative; |
25 | | | margin:0;padding:0; |
26 | | | margin-top: -40px; |
27 | | | } |
28 | | | |
29 | | | a { |
30 | | | color:#000; |
31 | | | text-decoration:none; |
32 | | | outline: none !important; |
33 | | | } |
34 | | | a:link { |
35 | | | color:#000; |
36 | | | text-decoration: none; |
37 | | | } |
38 | | | a img {border:0;} |
39 | | | |
40 | | | a:hover { |
41 | | | background-color:khaki; |
42 | | | } |
43 | | | strong, b { |
44 | | | color:gray; |
45 | | | font-weight:normal; |
46 | | | } |
47 | | | |
48 | | | #select { |
49 | | | margin:1em 2% 0 2%; |
50 | | | text-align:right; |
51 | | | padding:10px 10px 0 10px; |
52 | | | height:2em; |
53 | | | } |
54 | | | #input { |
55 | | | margin:-3.7em 2% 0 2%; |
56 | | | text-align:right; |
57 | | | padding:10px 10px 0 10px; |
58 | | | height:2em; |
59 | | | } |
60 | | | #wrap { |
61 | | | margin:0 2% 0 32%; |
62 | | | text-align:left; |
63 | | | background:#FFF; |
64 | 3 | simandl | width:65%; |
65 | 1 | simandl | padding:5px 0; |
66 | | | } |
67 | | | #info { |
68 | | | float:left; |
69 | | | width:28%; |
70 | | | margin-left:2%; |
71 | | | text-align:left; |
72 | | | padding:5px 0; |
73 | | | |
74 | | | } |
75 | | | h1, h2 { |
76 | | | color:gray; |
77 | | | text-align:left; |
78 | | | text-transform:uppercase; |
79 | | | line-height:1em; |
80 | | | font-weight:normal; |
81 | | | } |
82 | | | h1 { |
83 | | | line-height:1.7em; |
84 | | | font-size:1.7em; |
85 | | | border-bottom:1px solid gray; |
86 | | | padding:10px 5px 10px 5px; |
87 | | | margin:-1.7em 2% 1em 2%; |
88 | | | text-align:left; |
89 | | | font-weight:normal; |
90 | | | letter-spacing: -0.018em; |
91 | | | } |
92 | | | h1 span { |
93 | | | padding-left:22px; |
94 | | | background:url(images/cube_green.png) no-repeat 0 50%; |
95 | | | } |
96 | | | h1 span a, h1 span a:link { |
97 | | | color:gray; |
98 | | | } |
99 | | | h2 a { |
100 | | | background:#FFF ; |
101 | | | padding:2px; |
102 | | | margin:0; |
103 | | | } |
104 | | | h2 a:link, |
105 | | | h2 a:visited { |
106 | | | font-weight:normal; |
107 | | | letter-spacing: -0.018em; |
108 | | | color: #b00 |
109 | | | } |
110 | | | h2 a:hover { |
111 | | | background:#f2f2f2; |
112 | | | } |
113 | | | h2 { |
114 | | | font-weight:normal; |
115 | | | letter-spacing: -0.018em; |
116 | | | color:#666; |
117 | | | padding:0 .1em; |
118 | | | } |
119 | | | |
120 | | | #info h2 { |
121 | | | border-bottom:1px solid gray; |
122 | | | padding:0 5px 10px; |
123 | | | margin:0; |
124 | | | text-align:left; |
125 | | | font-size:1.7em; |
126 | | | font-weight:normal; |
127 | | | letter-spacing: -0.018em; |
128 | | | } |
129 | | | |
130 | | | #wrap h2 { |
131 | | | padding:0 0 10px 0; |
132 | | | margin:0; |
133 | | | text-align:left; |
134 | | | font-size:1.7em; |
135 | | | text-transform:none; |
136 | | | letter-spacing: -0.018em; |
137 | | | } |
138 | | | #wrap h2.regular { |
139 | | | padding:0 5px 10px 5px; |
140 | | | margin:0; |
141 | | | text-align:left; |
142 | | | font-size:1.7em; |
143 | | | text-transform:uppercase; |
144 | | | border-bottom:1px solid gray; |
145 | | | } |
146 | 3 | simandl | #wrap h2.regular .links { |
147 | | | float:right; |
148 | | | padding:0 5px 10px 5px; |
149 | | | margin:0; |
150 | | | text-align:right; |
151 | | | font-size:13px; |
152 | | | text-transform:none; |
153 | | | } |
154 | | | #wrap h2.regular .links a { |
155 | | | color: #000000; |
156 | | | font-weight: normal; |
157 | | | letter-spacing: 0; |
158 | | | } |
159 | 1 | simandl | /* |
160 | | | ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Forms |
161 | | | */ |
162 | | | |
163 | | | input, select { |
164 | | | padding:1px; |
165 | | | margin:1px; |
166 | | | font-family:'Trebuchet MS', 'Lucida Grande', Verdana, Arial, sans-serif; |
167 | | | border-right:1px solid #000; |
168 | | | border-bottom:1px solid #000; |
169 | | | border-left:1px solid #b2b2b2; |
170 | | | border-top:1px solid #b2b2b2; |
171 | | | background-color:cornsilk; |
172 | | | } |
173 | | | |
174 | | | input { |
175 | | | padding:2px 5px; |
176 | | | font-size:1.1em; |
177 | | | background-color:#FFF; |
178 | | | background-image:url(images/textbg.png); |
179 | | | background-repeat:repeat-x; |
180 | | | background-position:0 100%; |
181 | | | border:1px solid #b2b2b2; |
182 | | | } |
183 | | | input:hover, |
184 | | | input:active, |
185 | | | input:focus { |
186 | | | border:1px solid #666; |
187 | | | background-color:#FFF; |
188 | | | } |
189 | | | #info ul li input { |
190 | | | background-color:#FFF; |
191 | | | background-image:url(images/textbg.png); |
192 | | | background-repeat:repeat-x; |
193 | | | background-position:0 100%; |
194 | | | border:1px solid #b2b2b2; |
195 | | | } |
196 | | | span.submit input, |
197 | | | #info span.submit input, |
198 | | | #info p.submit input, |
199 | | | #wrap p.submit input { |
200 | | | background-image:url(images/submitbg.png); |
201 | | | } |
202 | | | #info table tbody tr td input { |
203 | | | font-size:1em; |
204 | | | width:92%; |
205 | | | background:#FFF url(images/textbg.png) repeat-x 0 0; |
206 | | | } |
207 | | | #info table tbody tr td.revcomp input { |
208 | | | width:50px; |
209 | | | } |
210 | 3 | simandl | #info table tbody tr td.all input { |
211 | | | width:auto; |
212 | | | } |
213 | 1 | simandl | select { |
214 | | | padding:2px 2px 2px 21px; |
215 | | | border:1px solid #cccccc; |
216 | | | background-color:#FFF; |
217 | | | background-image:url(images/cube_green.png); |
218 | | | background-repeat:no-repeat; |
219 | | | background-position:2px 50%; |
220 | | | } |
221 | | | |
222 | | | select:hover, |
223 | | | select:active, |
224 | | | select:focus { |
225 | | | border:1px solid #666; |
226 | | | background-color:beige; |
227 | | | background-repeat:no-repeat; |
228 | | | background-position:2px 50%; |
229 | | | background-image:url(images/cube_green.png); |
230 | | | } |
231 | | | option, |
232 | | | option:hover, |
233 | | | option:focus, |
234 | | | option:active { |
235 | | | padding-left:25px; |
236 | | | background-image:url(images/cube_green.png); |
237 | | | background-repeat:no-repeat; |
238 | | | background-position:2px 50%; |
239 | | | } |
240 | | | |
241 | | | /* |
242 | | | ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Left Column |
243 | | | */ |
244 | | | |
245 | | | /* index elements */ |
246 | | | dl.projectlist dd a { |
247 | | | background-image:url(images/cube_green.png); |
248 | | | background-repeat:no-repeat; |
249 | | | background-position:2px 50%; |
250 | | | padding-left:22px; |
251 | | | } |
252 | | | .projectlisthead { |
253 | | | padding: 13px 0 5px; |
254 | | | } |
255 | | | .projectlist .groupname { |
256 | | | padding:3px 0 5px; |
257 | | | border-top:1px dotted gray; |
258 | | | } |
259 | | | .showstate { |
260 | | | padding: 0 4px 0 2px; |
261 | | | } |
262 | | | .projectlist .project { |
263 | | | background-image:url(images/cube_green.png); |
264 | | | background-repeat:no-repeat; |
265 | | | background-position:12px 50%; |
266 | | | padding:3px 0 5px 32px; |
267 | | | border-top:1px dotted lightgray; |
268 | | | } |
269 | | | |
270 | | | #info dl { |
271 | | | margin-left:0; |
272 | | | } |
273 | | | #info dt, #wrap dt { |
274 | | | margin:0; |
275 | | | padding:0 0 5px 0; |
276 | | | } |
277 | | | #info dd, #wrap dd { |
278 | | | margin:0; |
279 | | | padding:3px 0 5px 10px; |
280 | | | border-top:1px dotted lightgray; |
281 | | | } |
282 | | | dd.curdir { |
283 | | | padding:2px 0; |
284 | | | margin:5px 0 0 0; |
285 | | | } |
286 | | | dd.curdir pre { |
287 | | | font-family: 'Trebuchet MS', verdana, sans-serif; |
288 | | | background:url(images/folder.png) no-repeat 2px 50%; |
289 | | | margin:2px 2px 0 -2px; |
290 | | | padding:2px 2px 2px 22px; |
291 | | | display:block; |
292 | | | } |
293 | | | dd.curdir pre { |
294 | | | color:#545400; |
295 | | | font-size:1em; |
296 | | | } |
297 | | | #info ul { |
298 | | | list-style-type:none; |
299 | | | padding:0 0; |
300 | | | margin:0; |
301 | | | } |
302 | | | #info ul li { |
303 | | | padding:5px; |
304 | | | margin:3px 0; |
305 | | | border-bottom:1px dotted lightgray; |
306 | | | overflow:hidden; |
307 | | | } |
308 | | | |
309 | | | .mod br, .new br { |
310 | | | display:none; |
311 | | | } |
312 | | | li.mod a, li.new a, #info li.del { |
313 | | | padding:5px 5px 5px 26px; |
314 | | | margin:2px 0 2px -2px; |
315 | | | background-position:5px 50%; |
316 | | | background-repeat:no-repeat; |
317 | | | } |
318 | | | a.modified, a.added, a.deleted { |
319 | | | padding-left: 26px; |
320 | | | background-position:5px 50%; |
321 | | | background-repeat:no-repeat; |
322 | | | } |
323 | | | a.modified { |
324 | | | background-image:url(images/page_white_edit.png); |
325 | | | } |
326 | | | a.added { |
327 | | | background-image:url(images/page_white_add.png); |
328 | | | } |
329 | | | a.deleted { |
330 | | | background-image:url(images/page_white_delete.png); |
331 | | | } |
332 | | | li.mod a { |
333 | | | display:block; |
334 | | | color:#545400; |
335 | | | border:1px solid #f2f2c7; |
336 | | | background-color:lightyellow; |
337 | | | background-image:url(images/page_white_edit.png); |
338 | | | } |
339 | | | li.mod a:hover { |
340 | | | color:#000; |
341 | | | border:1px solid darkkhaki; |
342 | | | background-color:khaki; |
343 | | | } |
344 | | | li.new a { |
345 | | | display:block; |
346 | | | color:#545400; |
347 | | | border:1px solid #d5f2c7; |
348 | | | background-color:#f2ffd9; |
349 | | | background-image:url(images/page_white_add.png); |
350 | | | } |
351 | | | li.new a:hover { |
352 | | | color:#000; |
353 | | | border:1px solid #669900; |
354 | | | background-color:yellowgreen; |
355 | | | } |
356 | | | |
357 | | | #info ul li.del { |
358 | | | display:block; |
359 | | | color:rosybrown; |
360 | | | border:1px solid rosybrown; |
361 | | | padding:5px 5px 5px 26px; |
362 | | | margin:5px; |
363 | | | background-color:papayawhip; |
364 | | | background-image:url(images/page_white_delete.png); |
365 | | | background-position:5px 5px; |
366 | | | text-align:left; |
367 | | | } |
368 | | | #info ul li a { |
369 | | | overflow:hidden; |
370 | | | } |
371 | | | /* |
372 | | | ++++++++++++++++++++++++++++++++++++++++++++++++++++++ main content: Directories |
373 | | | */ |
374 | | | |
375 | | | table { |
376 | | | border-collapse:collapse; |
377 | | | width:100%; |
378 | | | } |
379 | | | tbody tr td { |
380 | | | padding:0; |
381 | | | text-align:left; |
382 | | | } |
383 | | | thead tr { |
384 | | | background:#4d4d4d; |
385 | | | } |
386 | | | thead tr th { |
387 | | | background:#4d4d4d; |
388 | | | border-bottom:2px solid #000; |
389 | | | border-top:2px solid #808080; |
390 | | | border-right:1px solid #808080; |
391 | | | color:#FFF; |
392 | | | margin:3px 2px; |
393 | | | padding:5px 5px 5px 10px; |
394 | | | text-align:center; |
395 | | | } |
396 | | | thead tr th.path { |
397 | | | text-align:left; |
398 | | | width:50%; |
399 | | | } |
400 | | | thead tr th.collno, |
401 | | | thead tr th.colrev, |
402 | | | thead tr th.colauth { |
403 | | | width:6%; |
404 | | | } |
405 | | | thead tr th.colcode { |
406 | | | width:73%; |
407 | | | } |
408 | | | tbody tr td.code { |
409 | | | text-align:left; |
410 | | | } |
411 | | | tbody tr td.code pre { |
412 | | | background-color:#f8f8f8; |
413 | | | border:1px solid #f0f0f0; |
414 | | | padding-left:3px; |
415 | | | } |
416 | | | tbody tr:hover td.code pre { |
417 | | | background-color:#e8e8e8; |
418 | | | border:1px solid #cccccc; |
419 | | | } |
420 | | | tbody tr:hover td.code { |
421 | | | background-color:#FFF; |
422 | | | } |
423 | | | tbody tr td.path, |
424 | | | tbody tr th.path { |
425 | | | text-align:left; |
426 | | | } |
427 | | | tbody tr td.path { |
428 | | | padding:0; |
429 | | | } |
430 | | | tbody tr:hover { |
431 | | | background-color:#e8e8e8; |
432 | | | } |
433 | | | tbody tr.row0 td { |
434 | | | background-color:#f0f0f0; |
435 | | | } |
436 | | | tbody tr.row1 td { |
437 | | | background-color:#f8f8f8; |
438 | | | } |
439 | | | tbody tr.row0:hover td, tbody tr.row1:hover td { |
440 | | | background-color:#e8e8e8; |
441 | | | } |
442 | | | span.listing a, a.listing { |
443 | | | padding-left:22px; |
444 | | | background-image:url(images/sitemap_color.png); |
445 | | | background-repeat:no-repeat; |
446 | | | background-position:3px 50%; |
447 | | | } |
448 | | | span.detail a { |
449 | | | padding-left:22px; |
450 | | | background-image:url(images/file.png); |
451 | | | background-repeat:no-repeat; |
452 | | | background-position:3px 50%; |
453 | | | } |
454 | | | span.changes a { |
455 | | | padding-left:22px; |
456 | | | background-image:url(images/page_white_edit.png); |
457 | | | background-repeat:no-repeat; |
458 | | | background-position:3px 50%; |
459 | | | } |
460 | | | span.compact a { |
461 | | | padding-left:22px; |
462 | | | background-image:url(images/arrow_in.png); |
463 | | | background-repeat:no-repeat; |
464 | | | background-position:3px 50%; |
465 | | | } |
466 | | | span.full a { |
467 | | | padding-left:22px; |
468 | | | background-image:url(images/arrow_out.png); |
469 | | | background-repeat:no-repeat; |
470 | | | background-position:3px 50%; |
471 | | | } |
472 | 3 | simandl | span.ignorews a { |
473 | | | padding-left:22px; |
474 | | | background-image:url(images/pilcrow_delete.png); |
475 | | | background-repeat:no-repeat; |
476 | | | background-position:3px 50%; |
477 | | | } |
478 | | | span.regardws a { |
479 | | | padding-left:22px; |
480 | | | background-image:url(images/pilcrow.png); |
481 | | | background-repeat:no-repeat; |
482 | | | background-position:3px 50%; |
483 | | | } |
484 | 1 | simandl | span.log a, |
485 | | | td.log a { |
486 | | | padding-left:22px; |
487 | | | background-image:url(images/log.png); |
488 | | | background-repeat:no-repeat; |
489 | | | background-position:3px 50%; |
490 | | | } |
491 | | | span.blame a, |
492 | | | td.blame a { |
493 | | | padding-left:22px; |
494 | | | background-image:url(images/blame.png); |
495 | | | background-repeat:no-repeat; |
496 | | | background-position:3px 50%; |
497 | | | } |
498 | | | li.compress a, |
499 | | | span.compress a, |
500 | | | tbody tr td.compress a:link, |
501 | | | tbody tr td.compress a:visited, |
502 | | | tbody tr td.compress a:link { |
503 | | | padding-left:22px; |
504 | | | background-image:url(images/compress.png); |
505 | | | background-repeat:no-repeat; |
506 | | | background-position:3px 50%; |
507 | | | } |
508 | | | li.feed a, |
509 | | | span.feed a, |
510 | | | tbody tr td.feed a, |
511 | | | tbody tr td.feed a:link, |
512 | | | tbody tr td.feed a:visited, |
513 | | | tbody tr td.feed a:link { |
514 | | | padding-left:22px; |
515 | | | background-image:url(images/xml.gif); |
516 | | | background-repeat:no-repeat; |
517 | | | background-position:3px 50%; |
518 | | | } |
519 | | | .goyoungest a { |
520 | | | color:#e25f53; |
521 | | | padding-left:22px; |
522 | | | background-image:url(images/exclamation.png); |
523 | | | background-repeat:no-repeat; |
524 | | | background-position:3px 50%; |
525 | | | } |
526 | | | .goyoungest a:hover { |
527 | | | background-color:#fad4c8; |
528 | | | color:#000; |
529 | | | } |
530 | | | td.code { |
531 | | | padding:2px 2px 0 2px; |
532 | | | } |
533 | | | .icon { |
534 | | | vertical-align: middle; |
535 | | | } |
536 | | | |
537 | | | /* |
538 | | | ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ File, Blame, Diff |
539 | | | */ |
540 | | | h2.path { |
541 | | | text-transform:none; |
542 | | | } |
543 | | | div.listing { |
544 | | | overflow:auto; |
545 | | | border:1px solid lightgray; |
546 | | | text-align:left; |
547 | | | margin:0 2%; |
548 | | | padding:3px; |
549 | | | padding-right:20px; |
550 | | | padding-bottom:20px; |
551 | | | background:#f8f8f8; |
552 | | | } |
553 | | | pre a, td.code pre a { |
554 | | | color:blue; |
555 | | | font-style:italic; |
556 | | | } |
557 | | | |
558 | | | |
559 | | | code, pre { |
560 | | | font-family:'Consolas',monospace,sans-serif; |
561 | | | text-align:left; |
562 | | | margin:0; |
563 | | | } |
564 | | | .new a {color:green} |
565 | | | .del a {color:red} |
566 | | | .toggleup a:link, |
567 | | | .toggleup a:visited, |
568 | | | .toggleup a:focus { |
569 | | | padding-left:22px; |
570 | | | background:url(images/toggleup.png) no-repeat 2px 50%; |
571 | | | } |
572 | | | .toggleup a:hover { |
573 | | | background:khaki url(images/toggleup.png) no-repeat 2px 50%; |
574 | | | } |
575 | | | .toggledown a:link, |
576 | | | .toggledown a:visited, |
577 | | | .toggledown a:focus { |
578 | | | padding-left:22px; |
579 | | | background:url(images/toggledown.png) no-repeat 2px 50%; |
580 | | | } |
581 | | | .toggledown a:hover { |
582 | | | background:khaki url(images/toggledown.png) no-repeat 2px 50%; |
583 | | | } |
584 | | | .diff a:link, |
585 | | | .diff a:visited, |
586 | | | .diff a:focus { |
587 | | | padding-left:22px; |
588 | | | background:url(images/diff.png) no-repeat 2px 50%; |
589 | | | } |
590 | | | .diff a:hover { |
591 | | | background:khaki url(images/diff.png) no-repeat 2px 50%; |
592 | | | } |
593 | | | tbody tr.diffcode td { |
594 | | | text-align:left; |
595 | | | } |
596 | | | tbody tr.diffcode td.row1 { |
597 | | | padding: 3px; |
598 | | | } |
599 | | | tbody tr.diffcode td.row1 strong { |
600 | | | font-weight: bold; |
601 | | | } |
602 | | | tbody tr.diffcode td code, tbody tr.diffcode td pre { |
603 | | | display:block; |
604 | | | height:100%; |
605 | | | padding-left:22px; |
606 | | | } |
607 | | | tbody tr:hover td.diff, tbody tr.diffcode:hover td pre { |
608 | | | background-color:#e8e8e8; |
609 | | | border:1px solid #cccccc; |
610 | | | } |
611 | | | tbody tr.diffcode:hover td { |
612 | | | background-color:#FFF; |
613 | | | } |
614 | | | tr.diffcode td { |
615 | | | color:#000; |
616 | | | padding:2px 2px 0 2px; |
617 | | | } |
618 | | | |
619 | | | div.newpath, div.difflines { |
620 | | | color:#000; |
621 | | | text-align:center; |
622 | | | } |
623 | | | div.newpath { |
624 | | | padding:5px 5px 5px 5px; |
625 | | | margin:10px 0 30px 0; |
626 | | | background:#FFF; |
627 | | | border:1px solid #e1e1e1; |
628 | | | } |
629 | | | div.newpath strong { |
630 | | | display:block; |
631 | | | color:#FFF; |
632 | | | background:#4d4d4d; |
633 | | | font-weight:bold; |
634 | | | padding:5px; |
635 | | | margin-bottom:3px; |
636 | | | border-bottom:2px solid #000; |
637 | | | border-top:2px solid #808080; |
638 | | | } |
639 | | | /* compare table */ |
640 | | | table.diff { |
641 | | | margin-top:5px; |
642 | | | margin-bottom:5px; |
643 | | | border:1px solid #f1f1f1; |
644 | | | padding:0 2px 2px 2px; |
645 | | | margin:0 1px; |
646 | | | } |
647 | | | table.diff tbody tr { |
648 | | | padding:4px 4px 0 4px; |
649 | | | margin:4px 4px 0 4px; |
650 | | | } |
651 | | | table.diff tbody tr td { |
652 | | | display:block; |
653 | | | text-align:left; |
654 | | | padding:2px; |
655 | | | margin:2px 2px 0 2px; |
656 | | | border:1px solid #FFF; |
657 | | | padding-left:22px; |
658 | | | background-color:#f8f8f8; |
659 | | | border:1px solid #f0f0f0; |
660 | | | } |
661 | | | table.diff tbody tr:hover { |
662 | | | background:#FFF; |
663 | | | } |
664 | | | .newpath td.diff, td.diff pre { |
665 | | | border:1px solid #f0f0f0; |
666 | | | background-color:#f8f8f8; |
667 | | | background-position:2px 50%; |
668 | | | background-repeat:no-repeat; |
669 | | | } |
670 | | | .newpath td.diffdeleted, td.diffdeleted pre { |
671 | | | border:1px solid #e8d4bc; |
672 | | | background-color:#f8e4cc; |
673 | | | background-image:url(images/bullet_delete.png); |
674 | | | background-position:2px 50%; |
675 | | | background-repeat:no-repeat; |
676 | | | } |
677 | | | .newpath tr:hover td.diffdeleted, tr.diffcode:hover td.diffdeleted pre { |
678 | | | border-color:#bb9977; |
679 | | | background-color:#ffccaa; |
680 | | | } |
681 | | | .newpath td.diffadded, td.diffadded pre { |
682 | | | border:1px solid #cdf0cd; |
683 | | | background-color:#ddffdd; |
684 | | | background-image:url(images/bullet_add.png); |
685 | | | background-repeat:no-repeat; |
686 | | | background-position:2px 50%; |
687 | | | } |
688 | | | .newpath tr:hover td.diffadded, tr.diffcode:hover td.diffadded pre { |
689 | | | border-color:#88bb88; |
690 | | | background-color:#bbffbb; |
691 | | | } |
692 | | | .newpath td.diffchanged, td.diffchanged pre { |
693 | | | border:1px solid #f0f0bc; |
694 | | | background-color:#ffffcc; |
695 | | | background-image:url(images/bullet_yellow.png); |
696 | | | background-repeat:no-repeat; |
697 | | | background-position:2px 50%; |
698 | | | } |
699 | | | .newpath tr:hover td.diffchanged, tr.diffcode:hover td.diffchanged pre { |
700 | | | border-color:#bbbb55; |
701 | | | background-color:#ffff99; |
702 | | | } |
703 | | | |
704 | | | code { |
705 | | | white-space: pre; |
706 | | | } |
707 | | | code { |
708 | | | white-space: pre-wrap; |
709 | | | } |
710 | | | |
711 | | | /* Log View */ |
712 | | | |
713 | | | table tbody tr td.logmsg { |
714 | | | text-align:left; |
715 | | | padding: 3px 0 3px 3px; |
716 | | | vertical-align:middle; |
717 | | | } |
718 | | | |
719 | | | /* sidebar form without css-bg-colors */ |
720 | | | #info table tbody tr td, |
721 | | | #info table tbody tr th { |
722 | | | background:#FFF; |
723 | | | padding:0; |
724 | | | margin:0; |
725 | | | font-weight:normal; |
726 | | | } |
727 | | | #info table tbody tr:hover td, |
728 | | | #info table tbody tr:hover th { |
729 | | | background:#FFF; |
730 | | | padding:0; |
731 | | | margin:0; |
732 | | | } |
733 | | | /* inputs see -> forms */ |
734 | | | |
735 | | | div.blame-popup { |
736 | | | position: absolute; |
737 | | | text-align: left; |
738 | | | background-color: white; |
739 | | | padding: 5px; |
740 | | | border:1px solid darkkhaki; |
741 | | | background-color: khaki; |
742 | | | } |
743 | | | |
744 | | | div.blame-popup .date { |
745 | | | font-weight: bold; |
746 | | | } |