Team:Leicester/LeicsStyle

From 2013.igem.org

(Difference between revisions)
(Created page with "@charset "UTF-8"; - CSS Document: .clear { clear:both } body{ margin-top:50px; } .menuBar{ width:100%; height:50px; display:block; position:absolute; ...")
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; }


  1. contentSub, #search-controls, .firstHeading, #footer-box, #catlinks, #p-logo {
   display:none;}
  1. top-section {
   border: none;
   height: 0px;}
  1. content {
   border: none;}

/* Removes "teams" from the menubar */

  1. menubar > ul > li:last-child {
   display: none;}

/* Resizes the menubar to fik the links (default is 400px) */

  1. menubar {
   width: auto;}

body {

   margin: 10px 0 0 0;
   padding: 0;}
  1. top-section {
   width: 965px;
   height: 0;
   margin: 0 auto;
   padding: 0;
   border: none;}
  1. menubar {
   font-size: 65%;
   top: -14px;}

.left-menu:hover {

   background-color: transparent;}
  1. menubar li a {
   background-color: transparent;}
  1. menubar:hover {
   color: white;}
  1. menubar li a {
   color: transparent;}
  1. menubar:hover li a {
   color: white;}
  1. contentSub {

display:none; }

  1. siteSub {

display:none; }

  1. search-controls {

display:none; }

.firstHeading { display:none; }

  1. search-controls {

margin-top:30px; }

  1. footer-box {

display:none; }