Team:UCL Academy/css
From 2013hs.igem.org
(Difference between revisions)
(Created page with " - →getting rid of wiki baggage: #globalWrapper{ position:relative; width:990px; margin-left:auto; margin-right:auto; margin-top:none; } #versionwarning{ ...") |
|||
(18 intermediate revisions not shown) | |||
Line 1: | Line 1: | ||
- | + | body, html { width:100% ; | |
- | + | height:100% ; | |
- | + | overflow:hidden ; | |
- | + | background-color:#fff; | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
} | } | ||
- | # | + | #footer-box{ |
- | + | display:none; | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
} | } | ||
- | + | iframe { width:100% ; | |
- | + | height:100% ; | |
- | + | border:none ; | |
- | + | margin-top:-20px; | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
} | } | ||
- | + | #toc{ | |
- | + | float: right; | |
- | # | + | margin-left: 10px; |
- | + | ||
- | + | ||
- | + | ||
} | } | ||
- | # | + | #search-controls{ |
- | + | display: none; | |
} | } | ||
#catlinks{ | #catlinks{ | ||
- | display:none; | + | display: none; |
+ | } | ||
+ | |||
+ | #p-logo{ | ||
+ | display: none; | ||
} | } | ||
#top-section{ | #top-section{ | ||
- | |||
border: none; | border: none; | ||
- | + | height: auto; | |
- | + | top: -15px; | |
- | + | ||
- | + | ||
- | + | ||
} | } | ||
- | + | .firstHeading{ | |
- | + | display:none; | |
} | } | ||
- | + | h1{ | |
- | + | border:none; | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
} | } | ||
#content{ | #content{ | ||
- | + | width:950px; | |
+ | padding:0px; | ||
+ | border:none; | ||
+ | background:none; | ||
} | } | ||
- | + | #toc{ | |
- | + | display:none; | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
} | } | ||
- | + | #topbar{ | |
- | + | background-color: #999; | |
- | + | height: 100px; | |
- | + | ||
- | + | ||
} | } | ||
- | + | #globalWrapper{ | |
- | + | padding-bottom:0px; | |
} | } | ||
- | + | .left-menu{ | |
- | + | display:none; | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
} | } | ||
- | #menubar | + | #menubar li{ |
- | + | display: block; | |
- | + | top:15px; | |
- | + | ||
- | + | } | |
- | + | ||
- | + | ||
- | # | + | #menubar{ |
- | + | width:50px; | |
+ | left:0px; | ||
+ | position:fixed; | ||
} | } | ||
- | + | #menubar ul{ | |
- | + | margin: 0; | |
+ | margin-left:3px; | ||
} | } | ||
- | + | .right-menu{ | |
- | + | text-align: left; | |
- | + | } | |
+ | |||
+ | li#pt-userpage,li#pt-login{ | ||
+ | padding-left:0px; | ||
} | } |
Latest revision as of 19:39, 11 June 2013
body, html { width:100% ;
height:100% ; overflow:hidden ; background-color:#fff;
}
- footer-box{
display:none;
}
iframe { width:100% ;
height:100% ; border:none ; margin-top:-20px;
}
- toc{
float: right; margin-left: 10px;
}
- search-controls{
display: none;
}
- catlinks{
display: none;
}
- p-logo{
display: none;
}
- top-section{
border: none; height: auto; top: -15px;
}
.firstHeading{ display:none; }
h1{
border:none;
}
- content{
width:950px; padding:0px; border:none; background:none;
}
- toc{
display:none;
}
- topbar{
background-color: #999; height: 100px;
}
- globalWrapper{
padding-bottom:0px;
}
.left-menu{
display:none;
}
- menubar li{
display: block; top:15px;
}
- menubar{
width:50px;
left:0px;
position:fixed; }
- menubar ul{
margin: 0; margin-left:3px; }
.right-menu{ text-align: left; }
li#pt-userpage,li#pt-login{ padding-left:0px; }