Team:SYSU-Software/prefix.css
From 2012.igem.org
(Difference between revisions)
Lovedayluk (Talk | contribs) |
|||
(34 intermediate revisions not shown) | |||
Line 1: | Line 1: | ||
#p-logo,#search-controls,.firstHeading,#top,#footer-box,#catlinks | #p-logo,#search-controls,.firstHeading,#top,#footer-box,#catlinks | ||
{ display:none; } | { display:none; } | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
#globalWrapper { | #globalWrapper { | ||
- | + | padding-bottom:0; top:0px;} | |
- | #content { | + | |
- | + | #top-section{ | |
- | + | height:0px; | |
- | + | border:none; | |
- | + | width:100%; } | |
- | + | ||
- | + | #content{ | |
+ | width:100%; | ||
+ | border-left:none; border-right: none; | ||
+ | padding:1px 0px 0px 0px!important; | ||
+ | |||
} | } | ||
- | # | + | |
- | + | #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; } |
Latest revision as of 08:10, 25 September 2013
- p-logo,#search-controls,.firstHeading,#top,#footer-box,#catlinks
{ display:none; }
- globalWrapper {
padding-bottom:0; top:0px;}
- top-section{
height:0px; border:none; width:100%; }
- content{
width:100%; border-left:none; border-right: none; padding:1px 0px 0px 0px!important;
}
- 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; }