Template:Stylefor2015
From 2014.igem.org
(Difference between revisions)
Line 42: | Line 42: | ||
margin:auto; | margin:auto; | ||
} | } | ||
+ | |||
+ | |||
+ | #top_menu_inside { | ||
+ | margin-left: 20px; | ||
+ | } | ||
+ | |||
+ | |||
/* Set up layout */ | /* Set up layout */ | ||
+ | /* General wrap for the page*/ | ||
#contentWrap { | #contentWrap { | ||
width: 980px; | width: 980px; | ||
Line 55: | Line 63: | ||
} | } | ||
- | |||
- | |||
- | |||
- | + | /* styling for all the headers */ | |
- | + | #contentWrap h1, h2, h3, h4, h5 { | |
- | + | font-family: "Arial", Gadget, sans-serif; border-bottom:none; | |
- | + | font-weight: bold; | |
- | + | color: #434343; | |
- | + | ||
- | + | ||
- | # | + | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
} | } | ||
- | # | + | /* Establish font size and family for all text */ |
- | + | #contentWrap p { | |
- | + | ||
font-family: "Arial", Helvetica, sans-serif; | font-family: "Arial", Helvetica, sans-serif; | ||
font-size: 13px; | font-size: 13px; | ||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
} | } | ||
+ | /*full width column*/ | ||
.fullWidth { | .fullWidth { | ||
background-color: #ffffff; | background-color: #ffffff; | ||
Line 97: | Line 84: | ||
} | } | ||
+ | /* Right column of the page*/ | ||
+ | #rightColumn { | ||
+ | width: 780px; | ||
+ | float: left; | ||
+ | padding: 25px 10px 5px 10px; | ||
+ | } | ||
+ | |||
+ | /* styling for lists on the right column */ | ||
+ | #rightColumn ul { | ||
+ | list-style:circle; | ||
+ | font-family: "Arial", Helvetica, sans-serif; | ||
+ | } | ||
#rightColumn a, .fullWidth a { | #rightColumn a, .fullWidth a { | ||
Line 111: | Line 110: | ||
} | } | ||
- | # | + | |
- | + | ||
- | + | /* Left column of the page, here the submenu can be placed*/ | |
- | + | #leftColumn { | |
+ | width: 160px; | ||
+ | float: left; | ||
+ | padding: 25px 10px 5px 10px; | ||
+ | margin-top: 20px; | ||
} | } | ||
- | + | ||
- | # | + | #leftColumn a { |
+ | text-weight: bold; | ||
+ | text-decoration: none; | ||
font-family: "Arial", Helvetica, sans-serif; | font-family: "Arial", Helvetica, sans-serif; | ||
font-size: 13px; | font-size: 13px; | ||
+ | color: #434343; | ||
} | } | ||
+ | |||
+ | |||
+ | #leftColumn ul ul li:hover { | ||
+ | background-color: #c1dfa6; | ||
+ | border-radius: 5px; | ||
+ | } | ||
+ | |||
+ | |||
Revision as of 19:53, 26 January 2015