Team:Korea U Seoul/template/css
From 2012.igem.org
(Difference between revisions)
(39 intermediate revisions not shown) | |||
Line 1: | Line 1: | ||
<html> | <html> | ||
<style type=text/css> | <style type=text/css> | ||
+ | |||
+ | body, #content { | ||
+ | background: #FFFFFF | ||
+ | } | ||
+ | |||
+ | body { | ||
+ | margin: 10px 0 0 0; | ||
+ | font-family:arial; | ||
+ | } | ||
#content { | #content { | ||
- | + | padding:10px auto; | |
- | padding: | + | |
margin:0 auto; | margin:0 auto; | ||
color: black; | color: black; | ||
position: relative; | position: relative; | ||
- | |||
border: none; | border: none; | ||
- | |||
- | |||
- | |||
- | |||
} | } | ||
- | + | #whole_wrapper { | |
+ | margin:100px 0 0 0; | ||
+ | } | ||
- | + | #right_wrapper2 { | |
+ | padding: 0 0 0 72px; | ||
+ | } | ||
- | + | h1 { | |
- | + | border-bottom: 1px solid #AAA; | |
- | + | padding: 0 0 10px 0; | |
+ | } | ||
- | # | + | #title { |
- | width: | + | width:85%; |
- | padding: | + | padding-left:20px; |
- | + | color:crimson; | |
- | color: | + | border-bottom: 1px solid #AAA; |
- | + | padding: 0 0 10px 0; | |
- | + | ||
- | border | + | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
} | } | ||
+ | |||
+ | |||
+ | |||
+ | table { | ||
+ | margin: 0 0 30px 0; | ||
+ | } | ||
+ | |||
+ | td { | ||
+ | padding: 5px; | ||
+ | } | ||
+ | |||
+ | #top-section { | ||
+ | width: 965px; | ||
+ | height: 0; | ||
+ | margin: 0 auto; | ||
+ | padding: 0; | ||
+ | border: none; | ||
+ | } | ||
+ | |||
+ | .left-menu:hover { | ||
+ | background-color: #FFFFFF; | ||
+ | } | ||
+ | #menubar li a { | ||
+ | background-color: #FFFFFF; | ||
+ | } | ||
+ | #menubar:hover { | ||
+ | color: black; | ||
+ | } | ||
+ | #menubar li a { | ||
+ | color: black; | ||
+ | } | ||
+ | #menubar:hover li a { | ||
+ | color: black; | ||
+ | } | ||
+ | #menubar > ul > li:last-child { | ||
+ | display:none; | ||
+ | } | ||
dt {width:90%;padding-left:25px;} | dt {width:90%;padding-left:25px;} | ||
Line 43: | Line 82: | ||
/*hide default igem banner and reformat style into blank slate*/ | /*hide default igem banner and reformat style into blank slate*/ | ||
- | + | ||
- | + | ||
#p-logo {display:none;} | #p-logo {display:none;} | ||
- | # | + | |
+ | #top-section {border:none;} | ||
+ | |||
#menubar a {color:#000000;} | #menubar a {color:#000000;} | ||
#menubar a:hover{text-decoration:none; color:#52749C;} | #menubar a:hover{text-decoration:none; color:#52749C;} | ||
- | + | ||
- | + | ||
- | + | ||
.printfooter {display:none;} | .printfooter {display:none;} | ||
#footer-box {border:none;} | #footer-box {border:none;} | ||
#catlinks {display:none;} | #catlinks {display:none;} | ||
.firstHeading {display:none;} | .firstHeading {display:none;} | ||
- | |||
- | |||
- | |||
- | |||
- | |||
</style> | </style> | ||
</html> | </html> |
Latest revision as of 00:28, 27 September 2012