version 1.3, 2008/01/05 13:33:12
|
version 1.7, 2008/07/12 13:24:35
|
Line 1
|
Line 1
|
/* $Paefchen: FreeBSD/tinderbox/webui/templates/paefchen/tinderstyle.css,v 1.2 2008/01/05 13:20:28 as Exp $ */ | /* $Paefchen: FreeBSD/tinderbox/webui/templates/paefchen/tinderstyle.css,v 1.6 2008/01/18 21:36:24 as Exp $ */ |
|
|
body { |
body { |
background-color : #FFF; |
background-color : #FFF; |
Line 9 body {
|
Line 9 body {
|
padding : 0; |
padding : 0; |
} |
} |
|
|
body, td, li, input, select, #content h1, #content h2 { | body, td, li, input, select, label, #content h1, #content h2 { |
color : #000; |
color : #000; |
font-family : Verdana, sans-serif; |
font-family : Verdana, sans-serif; |
font-size : 11px; |
font-size : 11px; |
Line 82 ul {
|
Line 82 ul {
|
padding : 0; |
padding : 0; |
} |
} |
|
|
.right ul { |
|
margin-right : 16px; |
|
} |
|
|
|
li { |
li { |
border-width : 0 0 0 1px; |
border-width : 0 0 0 1px; |
border-style : solid; |
border-style : solid; |
Line 105 li a:link, li a:visited {
|
Line 101 li a:link, li a:visited {
|
text-decoration : none; |
text-decoration : none; |
} |
} |
|
|
|
fieldset { |
|
border-width : 0; |
|
margin : 0; |
|
padding : 0; |
|
} |
|
|
|
label { |
|
display : block; |
|
font-weight : bold; |
|
} |
|
|
#header { |
#header { |
color : #FFF; |
color : #FFF; |
height : 40px; |
height : 40px; |
Line 122 li a:link, li a:visited {
|
Line 129 li a:link, li a:visited {
|
|
|
|
|
#topmenu { |
#topmenu { |
|
} |
|
|
|
#topmenu .left { |
position : absolute; |
position : absolute; |
|
left : 20px; |
top : 64px; |
top : 64px; |
} |
} |
|
|
#topmenu .right ul { | #topmenu .right { |
float : left; | position : absolute; |
| right : 16px; |
| top : 64px; |
} |
} |
|
|
#topmenu input { |
#topmenu input { |
Line 144 li a:link, li a:visited {
|
Line 157 li a:link, li a:visited {
|
margin : 64px 0 40px 0; |
margin : 64px 0 40px 0; |
} |
} |
|
|
#content h1, #content h2 { | #content h1, #content h2, #content label { |
border-width : 1px 0 0 0; |
border-width : 1px 0 0 0; |
border-color : #b4b4b4; |
border-color : #b4b4b4; |
border-style : solid; |
border-style : solid; |
color : #737373; |
color : #737373; |
background-color : #f7f7f7; |
background-color : #f7f7f7; |
margin : 20px 0 10px 0; | margin : 5px 0 5px 0; |
| padding : 2px 0; |
} |
} |
|
|
#footer { |
#footer { |
Line 159 li a:link, li a:visited {
|
Line 173 li a:link, li a:visited {
|
left : 0; |
left : 0; |
color : #737373; |
color : #737373; |
font-weight : bold; |
font-weight : bold; |
padding : 4px 20px 0 20px; | padding-top : 4px; |
| width : 100%; |
height : 19px; |
height : 19px; |
background-color : #DDD; |
background-color : #DDD; |
background-image : url(images/hdr_fill.png); |
background-image : url(images/hdr_fill.png); |
Line 170 li a:link, li a:visited {
|
Line 185 li a:link, li a:visited {
|
border-style : solid; |
border-style : solid; |
} |
} |
|
|
|
#footer .left { |
|
padding-left : 20px; |
|
} |
|
|
|
#footer .right { |
|
padding-right : 20px; |
|
} |
|
|
#footer table { |
#footer table { |
float : left; |
float : left; |
margin-left : 5px; |
margin-left : 5px; |
} |
} |
|
|
#user { |
|
|
|
} |
|
|
|
.left { |
.left { |
float : left; |
float : left; |
} |
} |
Line 192 li a:link, li a:visited {
|
Line 211 li a:link, li a:visited {
|
} |
} |
|
|
.subcontent { |
.subcontent { |
margin : 10px 0; | margin : 20px 0; |
} |
} |
|
|
.subcontent table th, .description table th { |
.subcontent table th, .description table th { |
Line 202 li a:link, li a:visited {
|
Line 221 li a:link, li a:visited {
|
} |
} |
|
|
td.port_success { |
td.port_success { |
background-color : #E8FFE8 | background-color : #E8FFE8; |
} |
} |
td.port_dud { |
td.port_dud { |
background-color : yellow; |
background-color : yellow; |
font-weight : bold; |
font-weight : bold; |
text-align : center | text-align : center; |
} |
} |
td.port_leftovers { |
td.port_leftovers { |
background-color : #FFFFD8; |
background-color : #FFFFD8; |
color : red; |
color : red; |
font-weight : bold; |
font-weight : bold; |
text-align : center | text-align : center; |
} |
} |
td.port_broken { |
td.port_broken { |
background-color : #FFFFD8; |
background-color : #FFFFD8; |
color : red; |
color : red; |
font-weight : bold; |
font-weight : bold; |
text-align : center | text-align : center; |
} |
} |
td.port_fail { |
td.port_fail { |
background-color : red | background-color : red; |
} |
} |
td.port_depend { |
td.port_depend { |
background-color : orange | background-color : #FFA500; |
} |
} |
td.port_default { |
td.port_default { |
background-color : grey | background-color : #808080; |
} |
} |
|
|
td.build_portbuild { |
td.build_portbuild { |
background-color : green | background-color : green; |
} |
} |
td.build_prepare { |
td.build_prepare { |
background-color : lightblue | background-color : #ADD8E6; |
} |
} |
td.build_default { |
td.build_default { |
} |
} |
|
|
td.queue_entry_enqueued { |
td.queue_entry_enqueued { |
background-color : grey | background-color : #808080; |
} |
} |
td.queue_entry_processing { |
td.queue_entry_processing { |
background-color : green | background-color : green; |
} |
} |
td.queue_entry_success { |
td.queue_entry_success { |
background-color : #E8FFE8 | background-color : #E8FFE8; |
} |
} |
td.queue_entry_fail { |
td.queue_entry_fail { |
background-color : red | background-color : red; |
} |
} |
|
|
td.fail_reason_COMMON { |
td.fail_reason_COMMON { |
background-color : red; |
background-color : red; |
color : white | color : white; |
} |
} |
a.fail_reason_COMMON { |
a.fail_reason_COMMON { |
color : white | color : white; |
} |
} |
td.fail_reason_RARE { |
td.fail_reason_RARE { |
background-color : orange | background-color : #FFA500; |
} |
} |
td.fail_reason_TRANSIENT { |
td.fail_reason_TRANSIENT { |
background-color : yellow | background-color : yellow; |
} |
} |
|
|
/* XXX */ |
/* XXX */ |