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