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