add shading for system name on failures page to show current status
[buildfarm-server.git] / htdocs / inc / pgbf.css
1 body { 
2     background: #fff;
3         margin: 0;
4         font-family: helvetica, trebuchet, "Lucida Grande", sans-serif;
5     font-size:small 
6     }
7
8 img { display:block; }
9 img.inline { display:inline; }
10
11 a img { border:none; }
12 a:hover img { border: none; }
13
14 #wrapper { 
15     margin:0 auto;
16     margin-left: 5px;
17
18 }
19
20 #banner img { margin:6px 0; }
21
22 li#thismenu a { color:rgb(17,45,137); background: url(/inc/b/r.png) no-repeat 100% -20px; } 
23 li#thismenu { background: url(/inc/b/l.png) no-repeat 0% -20px; }
24
25
26 .nav {
27    float:left;
28    width:780px;
29    background:#fff;
30    margin:0 10px 10px;
31 }
32
33 .nav ul {
34    margin:0;
35    padding:0;
36    list-style:none;
37 }
38
39 .nav li {
40    float:left;
41    margin:0 .5em 0 0;
42    padding:0 0 0 4px;
43    background: url(/inc/b/l.png) no-repeat left top;
44 }
45
46 .nav li a { 
47     display:block;
48     background:url(/inc/b/r.png) no-repeat right top;
49     padding:0 11px 0 7px;
50     color:#fff;
51     text-decoration:none;
52     line-height:20px;
53 }
54
55 .nav li a:hover {
56     background: url(/inc/b/r.png) no-repeat 100% -20px;
57     color:rgb(17,45,137); 
58     border: 0;
59 }
60
61 .nav li:hover { background: url(/inc/b/l.png) no-repeat 0% -20px; } 
62
63 .main {
64     clear:both;
65     margin:0 5px;
66 }
67
68 .main a {
69         text-decoration: none;
70         color: rgb(17,45,137);
71         font-weight: bold;
72         background: inherit;
73 }
74
75 a:hover, a:active { border-bottom: 1px dotted rgb(17,45,137); }
76 p { padding: .3em 0; }
77
78 table {
79         font-size: small;
80         border: 1px #aaa solid;
81         border-right: 0;
82         border-bottom: 0;
83 }
84
85 th, td {
86         white-space: nowrap;
87         border: 1px #aaa solid;
88         border-top: 0;
89         border-left: 0;
90         padding:2px;
91 }
92
93 body.members td { white-space: normal; }
94
95 th {
96         background: #ddd;
97         color: #222;
98         font-size: x-small;
99 }
100
101 tr.alt td { background: #eef; }
102
103 th.head {
104         background: #666;
105         color: #fff;
106         text-align: center !important;
107         letter-spacing: .1em;
108 }
109
110 .status, .detail { border-bottom: 1px #fff solid; }
111 tr.last td { border-bottom: 1px #aaa solid; }
112 .pass td.status, .pass td.detail, td.pass { background: #6f6; }
113 .warn td.status, .warn td.detail, td.warn { background: #fc3; }
114 .warnx td.status, .warn td.detail, td.warnx { background: #f99; }
115 .fail td.status, .fail td.detail, td.fail { background: #f66; }
116 body.history th { text-align: right; }
117 body.application table { margin: 0 auto; }
118 body.application th { text-align: right; }
119 body.application th.submit { text-align: center; }
120
121 td.branch ul { list-style: none; }
122
123 td.branch ul, td.branch li {
124         margin: 0;
125         padding: 0;
126 }
127
128 .opsys { color: black; }
129 .compiler { color: navy; }
130 .arch { color: purple; }
131
132 td.flags { white-space: nowrap;  font-size: x-small; }
133 td.failflags {white-space: nowrap; font-size: x-small; }
134