This repository has been archived on 2023-02-21. You can view files and clone it, but cannot push or open issues or pull requests.
plonetheme.pfbweb/plonetheme/pfbweb/static/css/header.css

62 lines
1.1 KiB
CSS

/* CSS Document */
#logo {
height:53px;
border-bottom-width: 2px;
border-bottom-color: #91A9B2;
border-bottom-style:solid;
vertical-align:top;
}
#menu {
margin-top:10px;
height:30px;
border-bottom-width: 2px;
border-bottom-color: #91A9B2;
border-bottom-style:solid;
vertical-align:middle;
}
.menuselected {
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 7.5pt;
line-height: 9pt;
text-transform: uppercase;
color: #98AEB7;
text-decoration: none;
}
.menunotselected {
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 7.5pt;
line-height: 9pt;
text-transform: uppercase;
color: #312D2E;
text-decoration: none;
}
.arrow {
margin-left:-20px;
}
.sectiontitle {
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 27pt;
line-height: 34pt;
color: #91a9b2;
text-decoration: none;
}
.nav {
height : 37px;
border-bottom-width: 2px;
border-bottom-color: #e4eaec;
border-bottom-style:solid;
}
.navtxt {
margin-top:21px;
font-family: Arial, Helvetica, sans-serif;
font-size: 6pt;
text-transform: uppercase;
color: #91A9B2;
}
.navico {
vertical-align:top;
margin-right:0px;
}