version 1.1, 2008/01/05 12:25:17
|
version 1.3, 2008/01/05 13:33:12
|
Line 1
|
Line 1
|
/* $Paefchen: FreeBSD/tinderbox/webui/templates/paefchen/tinderstyle.css,v 1.1.2.1 2008/01/05 11:28:02 as Exp $ */ | /* $Paefchen: FreeBSD/tinderbox/webui/templates/paefchen/tinderstyle.css,v 1.2 2008/01/05 13:20:28 as Exp $ */ |
|
|
body { |
body { |
background-color : #FFF; |
background-color : #FFF; |
Line 7 body {
|
Line 7 body {
|
background-position : 0 -20px; |
background-position : 0 -20px; |
margin : 0 20px; |
margin : 0 20px; |
padding : 0; |
padding : 0; |
font-size : 0.7em; |
|
} |
} |
|
|
body, td, li, input, select { | body, td, li, input, select, #content h1, #content h2 { |
color : #000; |
color : #000; |
font-family : verdana, sans-serif; | font-family : Verdana, sans-serif; |
| font-size : 11px; |
} |
} |
|
|
a:link, a:visited { |
a:link, a:visited { |
Line 50 table th a:link, table th a:visited {
|
Line 50 table th a:link, table th a:visited {
|
color : #FFF; |
color : #FFF; |
} |
} |
|
|
|
form { |
|
margin : 0; |
|
padding : 0; |
|
} |
|
|
input, select { |
input, select { |
background-color : #F2F2F2; |
background-color : #F2F2F2; |
Line 57 input, select {
|
Line 61 input, select {
|
border-style : groove solid solid groove; |
border-style : groove solid solid groove; |
border-width : 2px 1px 1px 2px; |
border-width : 2px 1px 1px 2px; |
margin : 1px; |
margin : 1px; |
font-size : 0.7em; |
|
} |
} |
|
|
input[type="submit"] { |
input[type="submit"] { |
Line 71 input:focus, input:hover, select:focus, select:hover {
|
Line 74 input:focus, input:hover, select:focus, select:hover {
|
} |
} |
|
|
ul { |
ul { |
font-size : 0.7em; |
|
height : 29px; |
height : 29px; |
list-style-image : none; |
list-style-image : none; |
list-style-position : outside; |
list-style-position : outside; |
Line 113 li a:link, li a:visited {
|
Line 115 li a:link, li a:visited {
|
text-decoration : none; |
text-decoration : none; |
} |
} |
|
|
|
#header h1 { |
|
font-size : 22px; |
|
margin-top : 14px; |
|
} |
|
|
|
|
#topmenu { |
#topmenu { |
position : absolute; |
position : absolute; |
top : 64px; |
top : 64px; |
Line 129 li a:link, li a:visited {
|
Line 137 li a:link, li a:visited {
|
margin : 0; |
margin : 0; |
border-width : 0; |
border-width : 0; |
background-color : transparent; |
background-color : transparent; |
font-size : 0.7em; |
|
cursor : pointer; |
cursor : pointer; |
} |
} |
|
|
Line 142 li a:link, li a:visited {
|
Line 149 li a:link, li a:visited {
|
border-color : #b4b4b4; |
border-color : #b4b4b4; |
border-style : solid; |
border-style : solid; |
color : #737373; |
color : #737373; |
font-size : 1.1em; |
|
background-color : #f7f7f7; |
background-color : #f7f7f7; |
margin : 20px 0 10px 0; |
margin : 20px 0 10px 0; |
} |
} |
Line 153 li a:link, li a:visited {
|
Line 159 li a:link, li a:visited {
|
left : 0; |
left : 0; |
color : #737373; |
color : #737373; |
font-weight : bold; |
font-weight : bold; |
font-size : 0.9em; |
|
padding : 4px 20px 0 20px; |
padding : 4px 20px 0 20px; |
height : 19px; |
height : 19px; |
background-color : #DDD; |
background-color : #DDD; |