Mercurial > treepkg
comparison contrib/sawmill/web/styles/style.css @ 452:333232953771
Initial check-in of sawmill a simple mod_python based
web application to render build reports of treepkg.
author | Sascha Teichmann <teichmann@intevation.de> |
---|---|
date | Fri, 20 Aug 2010 16:15:29 +0000 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
451:eacfd3744d16 | 452:333232953771 |
---|---|
1 body { | |
2 margin-top: 3; | |
3 margin-left: 3; | |
4 margin-right: 3; | |
5 margin-bottom: 3; | |
6 background-color:#6190c0; | |
7 } | |
8 | |
9 ol,ul,p,body,td,tr,th,form { | |
10 font-family: verdana,arial,helvetica,sans-serif; | |
11 font-size:small; | |
12 color: #333333; | |
13 } | |
14 | |
15 h1 { font-size: x-large; font-family: verdana,arial,helvetica,sans-serif; } | |
16 h2 { font-size: large; font-family: verdana,arial,helvetica,sans-serif; } | |
17 h3 { font-size: medium; font-family: verdana,arial,helvetica,sans-serif; } | |
18 h4 { font-size: small; font-family: verdana,arial,helvetica,sans-serif; } | |
19 h5 { font-size: x-small; font-family: verdana,arial,helvetica,sans-serif; } | |
20 h6 { font-size: xx-small; font-family: verdana,arial,helvetica,sans-serif; } | |
21 | |
22 pre,tt { font-family: courier,sans-serif } | |
23 | |
24 a:link { text-decoration:none; color: #0000be } | |
25 a:visited { text-decoration:none; color: #0000be } | |
26 a:active { text-decoration:none } | |
27 a:hover { text-decoration:underline; color:red } | |
28 | |
29 .titlebar { color: black; text-decoration: none; font-weight: bold; } | |
30 a.tablink { color: black; text-decoration: none; font-weight: bold; font-size: x-small; } | |
31 a.tablink:visited { color: black; text-decoration: none; font-weight: bold; font-size: x-small; } | |
32 a.tablink:hover { text-decoration: none; color: black; font-weight: bold; font-size: x-small; } | |
33 a.tabsellink { color: #0000be; text-decoration: none; font-weight: bold; font-size: x-small; } | |
34 a.tabsellink:visited { color: #0000be; text-decoration: none; font-weight: bold; font-size: x-small; } | |
35 a.tabsellink:hover { text-decoration: none; color: #0000be; font-weight: bold; font-size: x-small; } | |
36 | |
37 .css_prison {} | |
38 | |
39 .css_prison .statustable { background:#F4F4F4; width:95% } | |
40 .css_prison .statustablestatus { background:#E0E0E0; width:15% } | |
41 .css_prison .statustablepkg { background:#E0E0E0; width:45% } | |
42 .css_prison .statustablenotes { background:#E0E0E0; width:10% } | |
43 .css_prison .statustablehead { background:#E0E0E0; } | |
44 .css_prison .statusheading { font-weight:bold; } | |
45 .css_prison .finished { background:#C0FFC0; } | |
46 .css_prison .inprogress { background:#FFFFC0; } | |
47 .css_prison .error { background:#FFC0C0; } | |
48 .css_prison .date_row { | |
49 background:#F0F0F0; | |
50 font-weight:bold; font-size:smaller; | |
51 text-align:center; | |
52 } | |
53 .css_prison tr { background:#FFFFFF; } | |
54 .css_prison td { padding:5px; } |