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;} | |
- | + | #uicontent {width: 795px; | |
- | + | ||
position: relative; | position: relative; | ||
float:left; | float:left; | ||
padding: 10px;} | padding: 10px;} | ||
- | + | ||
- | + | /*layout*/ | |
- | + | .middle { width: 650px; background-color: #E4E9EE; color: #555555; padding: 10px; border: 1px solid #AAAAAA; padding: 10px; margin: 0px 10px 10px 17px; float:left; display: inline;} | |
+ | .middle img {border: 1px solid #AAAAAA; } | ||
+ | .middle p {margin: 10px 0 5px 0; } | ||
+ | .middle h2 {font-weight: bold;} | ||
+ | |||
+ | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
/*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 41: | ||
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 52: | ||
font-weight: bold; | font-weight: bold; | ||
font-size: 14px; | font-size: 14px; | ||
- | background: | + | background: #F47F24; |
text-decoration: none; | text-decoration: none; | ||
} | } | ||
Line 65: | Line 60: | ||
font-weight: normal; | font-weight: normal; | ||
font-size: 12px; | font-size: 12px; | ||
- | + | background: #efefef; | |
- | + | ||
- | + | ||
text-decoration: none; | text-decoration: none; | ||
- | |||
} | } | ||
#menu a:hover { | #menu a:hover { | ||
color: #fff; | color: #fff; | ||
- | background: | + | background: #003C7D; |
+ | } | ||
+ | |||
+ | #menu a.orange:active { | ||
+ | text-align: center; | ||
+ | display: block; | ||
+ | border-width: 1px; | ||
+ | border-style: solid; | ||
+ | border-color: #ccc #888 #555 #bbb; | ||
+ | margin: 0; | ||
+ | padding: 2px 3px; | ||
+ | color: #fff; | ||
+ | background: #003C7D; | ||
} | } | ||
Line 192: | Line 196: | ||
</style> | </style> | ||
+ | |||
+ | |||
+ | <html> | ||
+ | <div> | ||
+ | class="middle"> | ||
<![endif]--> | <![endif]--> | ||
+ | </div> | ||
</html> | </html> |
Revision as of 22:44, 16 July 2009