Template:Wisconsin-Madison header
From 2010.igem.org
(Difference between revisions)
(48 intermediate revisions not shown) | |||
Line 2: | Line 2: | ||
<html> | <html> | ||
<style> | <style> | ||
+ | html { | ||
+ | background-color: #FFFFFF; | ||
+ | } | ||
P { | P { | ||
margin: 0px; | margin: 0px; | ||
Line 8: | 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: 500px; | min-height: 500px; | ||
Line 32: | Line 36: | ||
} | } | ||
#menubar { | #menubar { | ||
- | + | display: none; | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
} | } | ||
#menubar ul:hover { | #menubar ul:hover { | ||
Line 57: | Line 55: | ||
#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 75: | 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 | + | h1, h2 { |
- | color: # | + | color: #ffffff; |
- | text-shadow: 1px 1px | + | text-shadow: 1px 1px 5px black; |
border: none; | border: none; | ||
- | font-weight: | + | font-weight: bold; |
filter: Shadow(Color=black, | filter: Shadow(Color=black, | ||
Direction=100, | Direction=100, | ||
- | Strength= | + | Strength=10); |
+ | } | ||
+ | h3, h4 { | ||
+ | font-weight: lighter; | ||
+ | color: #888888; | ||
} | } | ||
h1 { | h1 { | ||
Line 104: | 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; | ||
} | } | ||
Line 125: | Line 130: | ||
} | } | ||
#footer-box { | #footer-box { | ||
- | display: none; | + | display: none; |
} | } | ||
</style> | </style> | ||
</html> | </html> |
Latest revision as of 03:59, 28 October 2010