Template:Wisconsin-Madison header
From 2010.igem.org
(Difference between revisions)
(66 intermediate revisions not shown) | |||
Line 2: | Line 2: | ||
<html> | <html> | ||
<style> | <style> | ||
- | + | html { | |
- | + | background-color: #FFFFFF; | |
- | + | ||
- | # | + | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
} | } | ||
P { | P { | ||
Line 55: | Line 11: | ||
hr { | hr { | ||
border: none; | border: none; | ||
- | border-top: 1px # | + | border-top: 1px #ffffff solid; |
} | } | ||
+ | #globalWrapper {background-color:#ffffff;} | ||
#globalWrapper { | #globalWrapper { | ||
- | background | + | background-color: #ffffff |
width: 100%; | width: 100%; | ||
- | min-height: | + | min-height: 500px; |
height: 100%; | height: 100%; | ||
position: relative; | position: relative; | ||
Line 66: | Line 23: | ||
margin-right: auto; | margin-right: auto; | ||
text-align: center; | text-align: center; | ||
+ | } | ||
+ | #toc, .toc { | ||
+ | background: none; | ||
+ | border: none; | ||
} | } | ||
#top-section { | #top-section { | ||
Line 73: | Line 34: | ||
margin-bottom: 0px; | margin-bottom: 0px; | ||
padding: 0px; | padding: 0px; | ||
- | |||
- | |||
- | |||
- | |||
} | } | ||
#menubar { | #menubar { | ||
- | + | display: none; | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
} | } | ||
#menubar ul:hover { | #menubar ul:hover { | ||
Line 101: | Line 47: | ||
#menubar li { | #menubar li { | ||
margin: 0px; | margin: 0px; | ||
- | padding: | + | padding: 10px; |
} | } | ||
#menubar a { | #menubar a { | ||
- | color: # | + | color: #888888 !important; |
font-weight: normal; | font-weight: normal; | ||
} | } | ||
#content { | #content { | ||
height: 100%; | height: 100%; | ||
- | width: | + | width: 920px; |
margin-left: auto; | margin-left: auto; | ||
margin-right: auto; | margin-right: auto; | ||
- | padding-left: | + | padding-left: 5px; |
- | padding-right: | + | padding-right: 20px; |
position: relative; | position: relative; | ||
text-align: left; | text-align: left; | ||
Line 127: | Line 73: | ||
} | } | ||
a { | a { | ||
- | color: # | + | color: #0099ee; |
font-weight: bold; | font-weight: bold; | ||
} | } | ||
a:hover { | a:hover { | ||
- | color: # | + | color: #0099ee; |
text-decoration: underline; | text-decoration: underline; | ||
} | } | ||
a:active { | a:active { | ||
- | color: # | + | color: #9988ff; |
} | } | ||
a:visited { | a:visited { | ||
- | color: # | + | color: #0099ee; |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
} | } | ||
#topbar a { | #topbar a { | ||
font-weight: normal; | font-weight: normal; | ||
} | } | ||
- | + | h1, h2 { | |
- | + | color: #ffffff; | |
- | + | text-shadow: 1px 1px 5px black; | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | h1, h2 | + | |
- | color: # | + | |
- | text-shadow: 1px 1px | + | |
border: none; | border: none; | ||
- | font-weight: | + | font-weight: bold; |
filter: Shadow(Color=black, | filter: Shadow(Color=black, | ||
- | Direction= | + | Direction=100, |
- | Strength= | + | Strength=10); |
+ | } | ||
+ | h3, h4 { | ||
+ | font-weight: lighter; | ||
+ | color: #888888; | ||
} | } | ||
h1 { | h1 { | ||
Line 175: | Line 106: | ||
} | } | ||
.editsection { | .editsection { | ||
- | font-size: | + | font-size: 12px; |
- | color: # | + | text-shadow: none; |
+ | font-weight: normal; | ||
+ | color: #888888; | ||
} | } | ||
.editsection a { | .editsection a { | ||
font-weight: normal; | font-weight: normal; | ||
- | color: # | + | text-shadow: none; |
+ | color: #888888; | ||
} | } | ||
table, tr, td, th { | table, tr, td, th { | ||
background: inherit; | background: inherit; | ||
- | color: # | + | color: #888888; |
} | } | ||
.firstHeading | .firstHeading | ||
{ | { | ||
- | color: # | + | color: #888888; |
display: none; | display: none; | ||
} | } | ||
#content { | #content { | ||
- | color: # | + | color: #000000; |
- | background: | + | background-color: #ffffff; |
} | } | ||
#footer-box { | #footer-box { | ||
- | display: none | + | display: none; |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
} | } | ||
</style> | </style> | ||
</html> | </html> |
Latest revision as of 03:59, 28 October 2010