Team:SYSU-Software/header.css
From 2014.igem.org
Line 169: | Line 169: | ||
p { | p { | ||
margin: none; | margin: none; | ||
- | + | ||
- | + | ||
} | } |
Revision as of 07:52, 3 October 2014
/*clear original style*/
- 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%!important; border-left:none; border-right: none; padding:1px 0px 0px 0px!important;
}
- contentSub {
position:absolute;
}
- menubar {
position:absolute; top: -6px; line-height: 1em; font-family: sans-serif; font-size: 95%; white-space: nowrap; z-index: 200; }
.right-menu { width: 200px; text-align: right; color: transparent; text-transform: lowercase; }
.right-menu:hover { color: white; background-color: #555; }
.right-menu li a{ color:transparent; background-color: transparent; text-decoration:none; }
.right-menu li a:hover{ text-decoration:none; color:white; }
.left-menu { width: 400px; left: 0px; text-align: left; color: transparent; text-transform: lowercase; }
.left-menu a { left: 0px; text-align: left; color: transparent; text-transform: lowercase; } .left-menu:hover { color: white; background-color: rgb(85, 85, 85); }
.left-menu li a{ color: transparent; text-decoration:none; }
.left-menu li { color: transparent; }
.left-menu li a:hover{ text-decoration:none; }
ul,li{ list-style:none; margin-bottom:0 !important;}
/* header.css */
- {
padding:0px; margin: 0px;
}
/*header images */
- igem-logo img{
height: 50px; /*float: right; */ position: absolute; right: 24px; top: 1px; }
- team-header-text{
position: relative; left: 130px; top: -67px; }
- boss-header-image{
position: relative; left: 285px; top: -85px; }
/*navigation*/
- navigation{
z-index: 100;
position: absolute; top: 0px;
width:100%;
margin:10px;
}
.nav{ display: inline; background-color: #eee; }
.nav li{
float: left; margin-right:25px;
}
.wrapper {
width: 100%;
/*padding: 50px 0;*/
font-size: 17px; margin-top: 79px;
}
.wrapper.colored-wrapper { background-color: #dff5f2; } .wrapper.colored-wrapper-dff5f2 { background-color: #dff5f2; } .wrapper.colored-wrapper-f5f5f5 { background-color: #f5f5f5; } .wrapper.colored-wrapper-6d6060 { background-color: #6d6060; } .wrapper.colored-wrapper-544444 { background-color: #544444; } .wrapper.colored-wrapper-ddf4ef { background-color: #ddf4ef; }
h1,h2,h3,h4,h5,h6 {
border:none; padding-top: none;
}
p {
margin: none;
}