Added stylesheet

This commit is contained in:
Arjen Poutsma
2007-01-21 20:02:37 +00:00
parent 236a275f09
commit 1c7c468a02

View File

@@ -0,0 +1,157 @@
body {
font-size: 0.85em;
line-height: 1.3;
margin: 0.5em 0pt 0.5em 0pt;
padding: 0pt;
}
body, td, select, input, li{
font-family: Verdana, Helvetica, Arial, sans-serif;
}
code{
font-family: Courier, monospace;
font-size: 13px;
}
a {
text-decoration: none;
}
a:link {
text-decoration: none;
font-weight: bold;
color: rgb(58, 129, 108);
}
a:visited {
text-decoration: none;
font-weight: bold;
color: #62a2a6;
}
a:hover {
font-weight: bold;
color: rgb(123, 180, 1);
text-decoration: underline;
}
a:active {
font-weight: bold;
color: #7BB401;
text-decoration: underline;
}
#legend li.externalLink {
background: url(../images/external.png) left top no-repeat;
padding-left: 18px;
}
a.externalLink, a.externalLink:link, a.externalLink:visited, a.externalLink:active, a.externalLink:hover {
background: url(../images/external.png) right center no-repeat;
padding-right: 18px;
}
#legend li.newWindow {
background: url(../images/newwindow.png) left top no-repeat;
padding-left: 18px;
}
a.newWindow, a.newWindow:link, a.newWindow:visited, a.newWindow:active, a.newWindow:hover {
background: url(../images/newwindow.png) right center no-repeat;
padding-right: 18px;
}
h1, h2, h3, h4, h5, h6 {
font-family: Verdana, Arial, Helvetica, SunSans-Regular, sans-serif
margin: 0;
}
h1 {
color: rgb(182, 167, 96);
}
h2 {
padding: 2px 5px;
color: #5F6C30;
font-size: 1.2em;
background-color: #E5EEC4;
border: 1px solid #CDDE8E;
}
h3 {
color: #AF9D6F;
font-size: 1.1em;
border-bottom: 1px dotted #AF9D6F;
}
h4 {
color: #8be;
font-size: .8em;}
h5 {
color: #96c6f6;
font-size: .8em;
}
p {
line-height: 1.3em;
font-size: small;
}
#breadcrumbs {
border-top: 1px solid #aaa;
border-bottom: 1px solid #aaa;
background-color: rgb(186, 206, 135);
}
#breadcrumbs a {
color: rgb(0, 0, 0);
}
#leftColumn {
font-size: 0.75em;
padding: 10px 5px 10px 5px;
margin: 10px 0 0 5px;
border: 1px solid rgb(67, 67, 32);
background-color: rgb(226, 243, 184);
}
#navcolumn h5 {
font-size: 14px;
font-weight: bold;
border-bottom: 1px solid rgb(171, 186, 117);
padding: 5px 0px 0px 1px;
margin-bottom: 0.25em;
color: rgb(101, 138, 22);
}
#navcolumn li a:hover {
color: rgb(27, 138, 135);
text-decoration: none;
}
table.bodyTable tr th {
text-align: center;
background: #69c;
color: #fff;
font-size: 0.75em;
border-bottom: 1px solid #aaa;
}
table.bodyTable table tr th a {
color: #fff;
text-decoration: underline;
}
table.bodyTable table tr th img {
margin: 0;
}
.source {
border: 1px solid #999;
}
dl {
padding: 4px 4px 4px 6px;
border: 1px solid #aaa;
background-color: #ffc;
}
dt {
color: #900;
}
#organizationLogo img, #projectLogo img, #projectLogo span{
margin: 8px;
}
#banner {
border-bottom: 1px solid #fff;
}
.errormark, .warningmark, .donemark, .infomark {
background: url(../images/icon_error_sml.gif) no-repeat;
}
.warningmark {
background-image: url(../images/icon_warning_sml.gif);
}
.donemark {
background-image: url(../images/icon_success_sml.gif);
}
.infomark {
background-image: url(../images/icon_info_sml.gif);
}