Template:Wisconsin-Madison header
From 2010.igem.org
(Difference between revisions)
(New page: __NOTOC__ <html> <style> div { background-position: inherit; } #topnav { position: absolute; left: 477px; top: 23px; width: 496px; height: 136px; word-wrap: break-word; ...) |
|||
Line 58: | Line 58: | ||
} | } | ||
#globalWrapper { | #globalWrapper { | ||
- | background: url('') top center no-repeat; | + | background: url(' ') top center no-repeat; |
width: 100%; | width: 100%; | ||
min-height: 757px; | min-height: 757px; | ||
Line 87: | Line 87: | ||
color: #e5f6ff !important; | color: #e5f6ff !important; | ||
text-transform: uppercase; | text-transform: uppercase; | ||
+ | text-shadow: 1px 1px 1px black, -1px -1px 1px black, 1px -1px 1px black, -1px 1px 1px black; | ||
+ | filter: Shadow(Color=black, | ||
+ | Direction=135, | ||
+ | Strength=3); | ||
} | } | ||
#menubar ul:hover { | #menubar ul:hover { | ||
Line 105: | Line 109: | ||
#content { | #content { | ||
height: 100%; | height: 100%; | ||
- | width: | + | width: 975px; |
margin-left: auto; | margin-left: auto; | ||
margin-right: auto; | margin-right: auto; | ||
Line 121: | Line 125: | ||
#search-controls { | #search-controls { | ||
display: none; | display: none; | ||
+ | } | ||
+ | a { | ||
+ | color: #F3F5F7; | ||
+ | font-weight: bold; | ||
+ | } | ||
+ | a:hover { | ||
+ | color: #F3F5F7; | ||
+ | text-decoration: underline; | ||
+ | } | ||
+ | a:active { | ||
+ | color: #F3F5F7; | ||
+ | } | ||
+ | a:visited { | ||
+ | color: #D5DBE2; | ||
+ | } | ||
+ | a.new { | ||
+ | color: #FFC0C0; | ||
+ | } | ||
+ | a.new:hover { | ||
+ | color: #FFD0D0; | ||
+ | } | ||
+ | a.new:active { | ||
+ | color: #FFE0E0; | ||
+ | } | ||
+ | a.new:visited { | ||
+ | color: #FFB0B0; | ||
+ | } | ||
+ | #topbar a { | ||
+ | font-weight: normal; | ||
+ | } | ||
+ | body { | ||
+ | background: #0e1523 url('https://static.igem.org/mediawiki/2010/5/51/Queens-Canada_Tile.gif') top center repeat-y; | ||
+ | color: #e5f6ff; | ||
+ | font-family: Helvetica, Arial, sans-serif; | ||
+ | margin: 0px; | ||
+ | height: 100%; | ||
+ | } | ||
+ | h1, h2, h3, h4 { | ||
+ | color: #e5f6ff; | ||
+ | text-shadow: 1px 1px 2px black; | ||
+ | border: none; | ||
+ | font-weight: normal; | ||
+ | filter: Shadow(Color=black, | ||
+ | Direction=135, | ||
+ | Strength=2); | ||
+ | } | ||
+ | h1 { | ||
+ | border-bottom: 1px solid #e5f6ff; | ||
+ | } | ||
+ | .editsection { | ||
+ | font-size: 14px; | ||
+ | color: #5B7AA2; | ||
+ | } | ||
+ | .editsection a { | ||
+ | font-weight: normal; | ||
+ | color: #5B7AA2; | ||
+ | } | ||
+ | table, tr, td, th { | ||
+ | background: inherit; | ||
+ | color: #e5f6ff; | ||
+ | } | ||
+ | .firstHeading | ||
+ | { | ||
+ | color: #e5f6ff; | ||
+ | display: none; | ||
+ | } | ||
+ | #content { | ||
+ | color: #e5f6ff; | ||
+ | background: inherit; | ||
+ | } | ||
+ | #footer-box { | ||
+ | display: none; | ||
+ | } | ||
+ | #body2 { | ||
+ | width: 755px; | ||
+ | margin-left: 5px; | ||
+ | margin-top: 5px; | ||
+ | } | ||
+ | #nav { | ||
+ | width: 325px; | ||
+ | height: 135px; | ||
+ | overflow: hidden; | ||
+ | } | ||
+ | .nav { | ||
+ | height: 135px; | ||
+ | } | ||
+ | #topbar a { | ||
+ | color: white; | ||
+ | } | ||
+ | .month td { | ||
+ | border: 1px solid #1F304F; | ||
+ | background: #05080D; | ||
+ | } | ||
+ | .day-empty { | ||
+ | font-weight: normal; | ||
+ | font-style: italic; | ||
+ | } | ||
+ | .day-empty { | ||
+ | color: #9CAEBF; | ||
} | } | ||
</style> | </style> | ||
</html> | </html> |
Revision as of 15:41, 8 July 2010