Template:UalbertaHeader3
From 2012e.igem.org
Line 3: | Line 3: | ||
<html> | <html> | ||
- | + | #content-footer-box { | |
+ | width: 970px; | ||
+ | background-color: #ccc; | ||
+ | color: #888; | ||
+ | margin: auto; | ||
+ | margin-top: 20px; | ||
+ | padding: 0px; | ||
+ | border: 0px; | ||
+ | } | ||
+ | |||
+ | #content-footer-box ul{ | ||
+ | list-style: none; | ||
+ | } | ||
+ | |||
+ | #content-footer-box li { | ||
+ | /*background-color: white;*/ | ||
+ | margin: 0.5em 0; | ||
+ | } | ||
+ | |||
+ | #content-footer-box li a { | ||
+ | color: #888; | ||
+ | } | ||
+ | |||
+ | #footer-box { | ||
+ | width: 860px; | ||
+ | background-color: #ccc; | ||
+ | margin-top: 0px; | ||
+ | padding: 20px; | ||
+ | border: 0px; | ||
+ | } | ||
+ | |||
+ | .footer-left-half{ | ||
+ | width: 500px; | ||
+ | float: left; | ||
+ | } | ||
+ | |||
+ | .footer-right-half{ | ||
+ | width: 500px; | ||
+ | float: right; | ||
+ | } | ||
+ | |||
+ | .footer-left-col{ | ||
+ | width: 200px; | ||
+ | float: left; | ||
+ | padding: 20px 10px; | ||
+ | padding-left: 20px; | ||
+ | } | ||
+ | |||
+ | .footer-right-left-col{ | ||
+ | width: 210px; | ||
+ | float: left; | ||
+ | padding: 20px 10px; | ||
+ | padding-left: 10px; | ||
+ | } | ||
+ | |||
+ | .footer-right-left-col ul{ | ||
+ | margin: 0px; | ||
+ | } | ||
+ | |||
+ | .footer-right-col{ | ||
+ | width: 230px; | ||
+ | float: right; | ||
+ | padding: 20px 10px; | ||
+ | } | ||
+ | |||
+ | .footer-right-right-col{ | ||
+ | width: 240px; | ||
+ | float: right; | ||
+ | padding: 20px 10px; | ||
+ | } | ||
+ | |||
+ | input.searchInput { | ||
+ | } | ||
+ | input.searchButton { | ||
+ | font-weight: bold; | ||
+ | color: #888; | ||
+ | margin: 0; | ||
+ | } | ||
+ | |||
+ | .clear { | ||
+ | clear:both; | ||
+ | } | ||
+ | #clear { | ||
+ | clear:both; | ||
+ | } | ||
.firstHeading {display: none;} | .firstHeading {display: none;} |
Revision as of 10:13, 25 August 2012
#content-footer-box {
width: 970px;
background-color: #ccc;
color: #888;
margin: auto;
margin-top: 20px;
padding: 0px;
border: 0px;
}
#content-footer-box ul{
list-style: none;
}
#content-footer-box li {
/*background-color: white;*/
margin: 0.5em 0;
}
#content-footer-box li a {
color: #888;
}
#footer-box {
width: 860px;
background-color: #ccc;
margin-top: 0px;
padding: 20px;
border: 0px;
}
.footer-left-half{
width: 500px;
float: left;
}
.footer-right-half{
width: 500px;
float: right;
}
.footer-left-col{
width: 200px;
float: left;
padding: 20px 10px;
padding-left: 20px;
}
.footer-right-left-col{
width: 210px;
float: left;
padding: 20px 10px;
padding-left: 10px;
}
.footer-right-left-col ul{
margin: 0px;
}
.footer-right-col{
width: 230px;
float: right;
padding: 20px 10px;
}
.footer-right-right-col{
width: 240px;
float: right;
padding: 20px 10px;
}
input.searchInput {
}
input.searchButton {
font-weight: bold;
color: #888;
margin: 0;
}
.clear {
clear:both;
}
#clear {
clear:both;
}
.firstHeading {display: none;}
#top-section {
width: 1000px;
height: auto;
border: 0px;
padding: 0px;
margin-bottom: 0px;
}
#firstHeading {
display: none;
}
#p-logo {
display: none;
}
#search-controls {
display: none;
}
#topmenu{
}
#topmenu ul{
height:30px;
list-style:none;
margin:0;
padding:0px;
}
#topmenu li{
float:left;
padding:0px;
}
#topmenu li a{
background:#72d451;
color:#000000;
display:block;
font-weight:bold;
line-height:30px;
margin:0px;
padding:0px 18px;
text-align:center;
text-decoration:none;
}
#topmenu li a:hover, #topmenu ul li:hover a{
background: #235f2d;
color:#000000;
text-decoration:none;
border:solid 0px 0px 0px 0px;
border-color:#ff0000;
}
#topmenu li ul{
background:#dedede;
display:none;
height:auto;
padding:0;
margin:0;
border:0;
position:absolute;
width:200px;
z-index:200;
}
#topmenu li:hover ul{
display:block;
}
#topmenu li li {
display:block;
float:none;
margin:0;
padding:0;
width:200px;
}
#topmenu li:hover li a{
background:none;
}
#topmenu li ul a{
display:block;
height:30px;
font-size:12px;
font-style:normal;
margin:0px;
padding:0px 10px 0px 15px;
text-align:left;
}
#topmenu li ul a:hover, #topmenu li ul li:hover a{
background:#000000;
border:0px;
color:#ff7200;
text-decoration:none;
}
#topmenu p{
clear:left;
}