Team:Korea U Seoul/template/css
From 2012.igem.org
(Difference between revisions)
(33 intermediate revisions not shown) | |||
Line 3: | Line 3: | ||
body, #content { | body, #content { | ||
- | background: # | + | background: #FFFFFF |
} | } | ||
+ | |||
+ | body { | ||
+ | margin: 10px 0 0 0; | ||
+ | font-family:arial; | ||
+ | } | ||
#content { | #content { | ||
- | padding: | + | padding:10px auto; |
margin:0 auto; | margin:0 auto; | ||
color: black; | color: black; | ||
Line 13: | Line 18: | ||
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:85%; | ||
+ | padding-left:20px; | ||
+ | color:crimson; | ||
+ | border-bottom: 1px solid #AAA; | ||
+ | padding: 0 0 10px 0; | ||
+ | } | ||
+ | |||
+ | |||
+ | |||
+ | 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;} |
Latest revision as of 00:28, 27 September 2012