Team:Shenzhen BGIC 0101/css
From 2013.igem.org
(Difference between revisions)
(22 intermediate revisions not shown) | |||
Line 1: | Line 1: | ||
- | #contentSub, #search-controls, .firstHeading, #catlinks, #p-logo,right-menu noprint { | + | #contentSub, #search-controls, .firstHeading, #catlinks, #footer-box, #p-logo,right-menu noprint { |
display:none;} | display:none;} | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
#bodyContent{ | #bodyContent{ | ||
- | + | margin: 0; | |
- | + | padding: 0; | |
- | + | border: 0; | |
- | + | } | |
- | + | #wrap{ | |
- | + | margin: 0; | |
- | + | padding: 0; | |
- | # | + | border: 0; |
- | + | } | |
- | + | #container{ | |
- | + | margin: 0; | |
- | + | padding: 0; | |
- | + | border: 0; | |
+ | } | ||
+ | |||
- | |||
- | |||
#content, #globalWrapper { | #content, #globalWrapper { | ||
border: none; | border: none; | ||
Line 28: | Line 24: | ||
margin: 0; | margin: 0; | ||
padding: 0; | padding: 0; | ||
- | + | ||
} | } | ||
#content{ | #content{ | ||
- | + | position:relative; | |
- | font-family: | + | z-index:2; |
+ | font-family: Verdana, Geneva, sans-serif; | ||
font-size: 14px; | font-size: 14px; | ||
- | line-height: 1em; | + | line-height: 1.3em; |
+ | border:none !important; | ||
+ | margin:0 !important; | ||
+ | padding:0 !important; | ||
+ | } | ||
+ | #my_team{ | ||
+ | font-family:Arial,Verdana,Sans-serif | ||
+ | font-weight:700; | ||
+ | font-size: 1em; | ||
} | } |
Latest revision as of 23:29, 25 October 2013
- contentSub, #search-controls, .firstHeading, #catlinks, #footer-box, #p-logo,right-menu noprint {
display:none;}
- bodyContent{
margin: 0; padding: 0; border: 0; }
- wrap{
margin: 0; padding: 0; border: 0;
}
- container{
margin: 0; padding: 0; border: 0; }
- content, #globalWrapper {
border: none; width: 100%; margin: 0; padding: 0;
}
- content{
position:relative; z-index:2; font-family: Verdana, Geneva, sans-serif; font-size: 14px; line-height: 1.3em; border:none !important; margin:0 !important; padding:0 !important;
}
- my_team{
font-family:Arial,Verdana,Sans-serif font-weight:700; font-size: 1em;
}