Team:Leicester/LeicsStyle
From 2013.igem.org
Ladybird136 (Talk | contribs) (Created page with "@charset "UTF-8"; - →CSS Document: .clear { clear:both } body{ margin-top:50px; } .menuBar{ width:100%; height:50px; display:block; position:absolute; ...") |
Ladybird136 (Talk | contribs) |
||
Line 145: | Line 145: | ||
#menubar:hover li a { | #menubar:hover li a { | ||
color: white;} | color: white;} | ||
+ | |||
+ | #contentSub { | ||
+ | display:none; | ||
+ | } | ||
+ | |||
+ | #siteSub { | ||
+ | display:none; | ||
+ | } | ||
+ | |||
+ | #search-controls { | ||
+ | display:none; | ||
+ | } | ||
+ | |||
+ | .firstHeading { | ||
+ | display:none; | ||
+ | } | ||
+ | |||
+ | #search-controls { | ||
+ | margin-top:30px; | ||
+ | } | ||
+ | |||
+ | #footer-box { | ||
+ | display:none; | ||
+ | } |
Revision as of 18:24, 3 October 2013
@charset "UTF-8"; /* CSS Document */
.clear { clear:both }
body{
margin-top:50px;
}
.menuBar{
width:100%; height:50px; display:block; position:absolute; top:0; left:0;
background:#000000; }
.logo{
float:left;
}
.nav{ float:right;
margin-right:10px;
}
.nav ul li{
list-style:none; float:left;
color:#FFFFFF; font-family:Verdana, Geneva, sans-serif; font-size:14px; }
.mainContent{ height: auto; width: 975px; margin-right: auto; margin-left: auto; float: none; background-color: #FFF; }
.July{ float: left; height: auto; width: 315px; text-align:center; }
.AugSept{ float: right; height: auto; width: 640px; text-align:center; }
.Sept{ float: right; height: auto; width: 315px; text-align:center; }
.clear{ clear:both; }
a.nav:link { color: #FFF; text-decoration: none; } a.nav:visited { color: #FFF; text-decoration: none; } a.nav:hover { color: #9ACC99; text-decoration: none; } a.nav:active { color: #FFF; text-decoration: none; }
a.nav:link {
color: #FFF;
text-decoration: none;
}
a.nav:visited {
color: #FFF;
text-decoration: none;
}
a.nav:hover {
color: #9ACC99;
text-decoration: none;
}
a.nav:active {
color: #FFF;
text-decoration: none;
}
- contentSub, #search-controls, .firstHeading, #footer-box, #catlinks, #p-logo {
display:none;}
- top-section {
border: none; height: 0px;}
- content {
border: none;}
/* Removes "teams" from the menubar */
- menubar > ul > li:last-child {
display: none;}
/* Resizes the menubar to fik the links (default is 400px) */
- menubar {
width: auto;}
body {
margin: 10px 0 0 0; padding: 0;}
- top-section {
width: 965px; height: 0; margin: 0 auto; padding: 0; border: none;}
- menubar {
font-size: 65%; top: -14px;}
.left-menu:hover {
background-color: transparent;}
- menubar li a {
background-color: transparent;}
- menubar:hover {
color: white;}
- menubar li a {
color: transparent;}
- menubar:hover li a {
color: white;}
- contentSub {
display:none; }
- siteSub {
display:none; }
- search-controls {
display:none; }
.firstHeading { display:none; }
- search-controls {
margin-top:30px; }
- footer-box {
display:none; }