Template:CSS/MainStyle
From 2014.igem.org
(Difference between revisions)
(Created page with "<html> <head> <style type="text/css"> #contentSub, #footer-box, #catlinks, #search-controls, #p-logo, .printfooter, .visualClear {display: none;} /*-- hides default wiki setting...") |
|||
(66 intermediate revisions not shown) | |||
Line 1: | Line 1: | ||
<html> | <html> | ||
<head> | <head> | ||
+ | |||
<style type="text/css"> | <style type="text/css"> | ||
- | + | #contentSub, #footer-box, #catlinks, #search-controls, #p-logo, .printfooter, .firstHeading,.visualClear {display: none;} /*-- hides default wiki settings --*/ | |
- | #contentSub, #footer-box, #catlinks, #search-controls, #p-logo, .printfooter, .visualClear {display: none;} /*-- hides default wiki settings --*/ | + | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
#top-section { /*-- styling for default menu bar (edit, page, history, etc.) --*/ | #top-section { /*-- styling for default menu bar (edit, page, history, etc.) --*/ | ||
- | + | ||
border: 0 none; | border: 0 none; | ||
height: 14px; | height: 14px; | ||
Line 25: | Line 15: | ||
left: 50%; | left: 50%; | ||
margin-left: -487px; | margin-left: -487px; | ||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
} | } | ||
Line 62: | Line 32: | ||
} | } | ||
- | # | + | |
+ | h1 { | ||
+ | font-size: 15px; | ||
+ | text-transform:capitalize; | ||
+ | font-weight:bold; | ||
+ | text-decoration:none; | ||
+ | display: inline; | ||
+ | } | ||
+ | |||
+ | |||
+ | h2 { | ||
+ | font-size: 5px; | ||
+ | text-transform:capitalize; | ||
+ | font-weight:bold; | ||
+ | text-decoration:none; | ||
+ | } | ||
+ | |||
+ | |||
+ | a { | ||
+ | text-decoration: none; | ||
+ | font-weight:bold; | ||
+ | } | ||
+ | |||
+ | a:hover { | ||
+ | color: #414141; | ||
+ | font-weight:bold; | ||
+ | } | ||
+ | |||
+ | body { | ||
+ | background-color: #ebebeb; | ||
+ | width: 100%; | ||
+ | } | ||
+ | |||
+ | |||
+ | ul { | ||
+ | list-style-type: circle; | ||
+ | padding-left: 25px; | ||
+ | margin: 0px; | ||
+ | } | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | /*-- full width container --*/ | ||
+ | #fullwidthcontainer { | ||
font-family: Arial, Helvetica, sans-serif; | font-family: Arial, Helvetica, sans-serif; | ||
font-weight: normal; | font-weight: normal; | ||
font-size: 14px; | font-size: 14px; | ||
color: #414141; | color: #414141; | ||
- | width: | + | width: 925px; |
margin-left: auto; | margin-left: auto; | ||
margin-right: auto; | margin-right: auto; | ||
- | background-color: # | + | background-color: #ffffff; |
margin-top: 0px; | margin-top: 0px; | ||
+ | |||
+ | padding-top: 25px; | ||
+ | padding-bottom: 25px; | ||
+ | padding-right: 25px; | ||
+ | padding-left: 25px; | ||
} | } | ||
- | + | ||
- | + | /*-- full width container with no padding--*/ | |
- | + | #fullwidthcontainernopadding { | |
- | font- | + | font-family: Arial, Helvetica, sans-serif; |
- | + | font-weight: normal; | |
- | color:# | + | font-size: 14px; |
- | + | color: #414141; | |
+ | width: 975px; | ||
+ | margin-left: auto; | ||
+ | margin-right: auto; | ||
+ | background-color: #ffffff; | ||
+ | margin-top: 0px; | ||
+ | |||
} | } | ||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | + | /*-- subdivided container (two equal columns)--*/ | |
- | + | ||
- | background-color: # | + | #column1-wrap { |
+ | width: 975px; | ||
+ | margin-left: auto; | ||
+ | margin-right: auto; | ||
+ | background-color: #ffffff; | ||
} | } | ||
- | + | #column1 { | |
- | + | background-color: cyan; | |
+ | width: 462px; | ||
+ | float: left; | ||
+ | padding-top: 25px; | ||
+ | padding-bottom: 25px; | ||
+ | padding-left: 25px; | ||
+ | } | ||
- | + | #column2 { | |
- | { | + | background-color: lime; |
- | + | float: left; | |
- | + | width: 463px; | |
- | + | padding-top: 25px; | |
- | + | padding-bottom: 25px; | |
+ | padding-left: 25px; | ||
} | } | ||
- | + | #clear { | |
+ | clear: both; | ||
+ | } | ||
- | |||
- | |||
- | |||
- | |||
- | |||
- | + | /*-- subdivided container (two different columns)--*/ | |
- | + | ||
- | + | ||
- | + | #columns-wrap { | |
- | + | width: 975px; | |
- | + | margin-left: auto; | |
- | + | margin-right: auto; | |
- | + | background-color: #ffffff; | |
- | + | ||
- | + | ||
- | + | ||
} | } | ||
- | + | #column1s { | |
- | + | background-color: #ffffff; | |
- | + | width: 300px; | |
- | + | float: left; | |
- | + | padding-top: 25px; | |
+ | padding-bottom: 25px; | ||
+ | |||
+ | padding-left: 25px; | ||
} | } | ||
- | + | #column2s { | |
- | + | background-color: #ffffff; | |
- | + | float: left; | |
- | + | width: 625px; | |
- | + | padding-top: 25px; | |
- | + | padding-bottom: 25px; | |
- | + | padding-left: 25px; | |
} | } | ||
- | + | #clear { | |
- | + | clear: both; | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
} | } | ||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | + | /*-- subdivided container (three equal columns)--*/ | |
- | + | ||
- | + | #columnA-wrap { | |
+ | width: 975px; | ||
margin-left: auto; | margin-left: auto; | ||
margin-right: auto; | margin-right: auto; | ||
- | + | background-color: #ffffff; | |
} | } | ||
- | + | #columnA { | |
- | + | background-color: cyan; | |
- | + | width: 300px; | |
+ | float: left; | ||
+ | padding-top: 25px; | ||
+ | padding-bottom: 25px; | ||
+ | |||
+ | padding-left: 25px; | ||
+ | } | ||
+ | #columnB { | ||
+ | background-color: lime; | ||
+ | float: left; | ||
+ | width: 300px; | ||
+ | padding-top: 25px; | ||
+ | padding-bottom: 25px; | ||
+ | padding-left: 25px; | ||
+ | } | ||
+ | #columnC { | ||
+ | background-color: cyan; | ||
+ | float: left; | ||
+ | width: 300px; | ||
+ | padding-top: 25px; | ||
+ | padding-bottom: 25px; | ||
+ | padding-left: 25px; | ||
+ | } | ||
+ | #clear { | ||
+ | clear: both; | ||
+ | } | ||
</style> | </style> | ||
- | |||
- | |||
- | |||
- | |||
</html> | </html> |
Latest revision as of 17:19, 2 September 2014