Team:SYSU-Software/prefix.css

From 2012.igem.org

(Difference between revisions)
 
(5 intermediate revisions not shown)
Line 8: Line 8:
height:0px;
height:0px;
border:none;
border:none;
-
width:980px; }
+
width:100%; }
#content{
#content{
-
width:980px;
+
width:100%;
border-left:none; border-right: none;
border-left:none; border-right: none;
padding:1px 0px 0px 0px!important;
padding:1px 0px 0px 0px!important;
Line 33: Line 33:
.left-menu li a{
.left-menu li a{
-
background-color:white;
 
-
color:black;
 
text-decoration:none;
text-decoration:none;
}
}
 +
.left-menu li a:hover{
 +
text-decoration:none;
 +
}
 +
 +
ul,li{ list-style:none; }

Latest revision as of 08:10, 25 September 2013

  1. p-logo,#search-controls,.firstHeading,#top,#footer-box,#catlinks

{ display:none; }

  1. globalWrapper {
padding-bottom:0; top:0px;}
  1. top-section{

height:0px; border:none; width:100%; }

  1. content{

width:100%; border-left:none; border-right: none; padding:1px 0px 0px 0px!important;

}

  1. menubar{

width:510px; top:-1px; }

.right-menu li a{ background-color:white; color:black; text-decoration:none; }

.right-menu li a:hover{ text-decoration:none; }

.left-menu li a{ text-decoration:none; } .left-menu li a:hover{ text-decoration:none; }

ul,li{ list-style:none; }