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