Team:HUST-China/template/reset
From 2013.igem.org
(Difference between revisions)
HUST Oshyn (Talk | contribs) (Created page with "- →hiding the top section: body{position:absolute; top:0px; width:100%; height:1480px;} #top-section{ height:0px; border:none; width:980px; margin:0 auto; pad...") |
HUST Oshyn (Talk | contribs) |
||
Line 1: | Line 1: | ||
- | + | <html><style> | |
- | + | ||
#top-section{ | #top-section{ | ||
- | + | position: absolute; | |
- | + | width: 100%; | |
- | width: | + | height: 0; |
- | + | border: none; | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
} | } | ||
- | # | + | #top-section #menubar.left-menu{ |
- | # | + | position: absolute; |
- | + | top: 0; left: 0; | |
- | . | + | font-size:10px; |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | position: | + | |
- | + | ||
- | + | ||
- | top: | + | |
- | + | ||
- | + | ||
- | + | ||
- | font-size: | + | |
- | + | ||
- | + | ||
} | } | ||
- | + | #top-section #menubar.right-menu{ | |
- | + | position: absolute; | |
- | + | top: 0; right: 0; | |
- | + | font-size:10px; | |
- | + | ||
- | + | ||
} | } | ||
- | + | .editsection, | |
- | . | + | #top-section #p-logo, |
- | + | #top-section #search-controls, | |
- | + | #content h1.firstHeading, | |
+ | #content #bodyContent #contentSub, | ||
+ | #content #bodyContent p, /* holly crap, they have p element for script tag and no id and no class... */ | ||
+ | #catlinks{ | ||
+ | display: none; | ||
} | } | ||
- | + | #globalWrapper, | |
- | + | #globalWrapper #content{ | |
- | + | background: none; | |
- | + | margin: 0; | |
- | + | padding: 0; | |
- | + | border: none; | |
+ | width: auto; | ||
} | } | ||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | + | #footer-box { | |
- | + | border-top: 1px solid #E4E4E4; | |
+ | border-right: 0px; | ||
+ | border-bottom: 0px; | ||
+ | border-left: 0px; | ||
} | } | ||
- | + | /* because I hide p element in #bodyContent */ | |
- | + | #content #bodyContent div p{ | |
- | + | display: block; | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | # | + | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
} | } | ||
- | + | body{ | |
- | + | font-size:14px; | |
- | + | font-family:Tahoma,Helvetica,Simsun,STHeiti, | |
+ | Georgia,"Lucida Grande", Verdana, Lucida,Arial, Helvetica, 宋体,sans-serif; | ||
+ | cursor:default; | ||
+ | background: #e7e9e6; | ||
+ | position: relative; | ||
} | } | ||
- |