Template:UIUC09Temp
From 2009.igem.org
(Difference between revisions)
Line 1: | Line 1: | ||
<html> | <html> | ||
<style type="text/css"> | <style type="text/css"> | ||
- | + | .firstHeading {display: none;} | |
- | + | ||
- | + | #content { | |
- | + | background: url(https://static.igem.org/mediawiki/2009/9/9d/Illinois09bodybackground.gif) top left repeat-x #6e8bbf; | |
- | + | border: 0px; | |
- | + | } | |
- | + | body {position: relative; background: url(https://static.igem.org/mediawiki/2009/7/71/Illinois09background.gif) top left repeat-x #6e8bbf;} | |
- | + | #pagewrapper {display: block; width: 950px; background: urltop repeat-y; text-align: left; margin: 0 auto;} | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
/*Following coding for menu bars found at http://ago.tanfa.co.uk/css/examples/menu/tutorial-h.html*/ | /*Following coding for menu bars found at http://ago.tanfa.co.uk/css/examples/menu/tutorial-h.html*/ | ||
/**************** horizontal menu coding *****************/ | /**************** horizontal menu coding *****************/ | ||
#menu { | #menu { | ||
+ | background: #F47F24; | ||
float: left; | float: left; | ||
} | } | ||
#menu ul { | #menu ul { | ||
+ | background: url(https://static.igem.org/mediawiki/2009/a/a6/UI09menubutton.png); | ||
width: 135px; | width: 135px; | ||
list-style: none; | list-style: none; | ||
Line 49: | Line 30: | ||
text-transform: uppercase; | text-transform: uppercase; | ||
display: block; | display: block; | ||
+ | border-width: 1px; | ||
+ | border-style: solid; | ||
+ | border-color: #ccc #888 #555 #bbb; | ||
margin: 0; | margin: 0; | ||
padding: 2px 3px; | padding: 2px 3px; | ||
Line 57: | Line 41: | ||
font-weight: bold; | font-weight: bold; | ||
font-size: 14px; | font-size: 14px; | ||
- | background: | + | background: #F47F24; |
text-decoration: none; | text-decoration: none; | ||
} | } | ||
Line 71: | Line 55: | ||
#menu a:hover { | #menu a:hover { | ||
color: #fff; | color: #fff; | ||
- | background: | + | background: #003C7D; |
} | } | ||
- | #menu a:active { | + | #menu a.orange:active { |
text-align: center; | text-align: center; | ||
display: block; | display: block; | ||
+ | border-width: 1px; | ||
+ | border-style: solid; | ||
+ | border-color: #ccc #888 #555 #bbb; | ||
margin: 0; | margin: 0; | ||
padding: 2px 3px; | padding: 2px 3px; | ||
color: #fff; | color: #fff; | ||
- | background: | + | background: #003C7D; |
} | } | ||
Revision as of 18:46, 16 July 2009