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;} | + | .firstHeading {display: none;} |
- | + | body {height:100%; | |
- | + | margin:0; | |
- | + | padding:0; | |
- | + | background-color:#003C7D;} | |
- | } | + | #content {background-color:#ffffff; |
- | + | border-left-color:#F47F24; | |
- | #uicontent {width: 795px; | + | border-right-color:#F47F24;} |
+ | #uicontent {width: 795px; | ||
position: relative; | position: relative; | ||
float:left; | float:left; | ||
padding: 10px;} | padding: 10px;} | ||
+ | #footer-box {background-color:#F47F24; | ||
+ | border-color:#F47F24;} | ||
+ | /* Orange Border (deleted global wrapper since this actually works how we wanted it to) */ | ||
- | + | div#top-section, div#content, div#footer-box {border-width: 27px; | |
+ | border-color: #F47F24} | ||
+ | h2 {color:#F47F24; font-weight:bold;} | ||
+ | table.calendar td {vertical-align: top; align: center;} | ||
+ | table.month {background-color: #F47F24; border: solid 1px;} | ||
+ | table.month .heading td {background-color:#003C7D; color:#F47F24; text-align: center; font-weight:bold; text-size: 140%;} | ||
+ | table.month .dow td { color:#000000; text-align:center; font-size:100%; } | ||
+ | table.month td {border: none; | ||
+ | text-align: center; | ||
+ | background-color: #F47F24; | ||
+ | } | ||
+ | table.month a:hover {background-color: #CCC; text-decoration: none} | ||
+ | .day-active {color:#003C7D; font-weight: bold} | ||
+ | .day-empty {color: #000000} | ||
/*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 { | ||
- | |||
float: left; | float: left; | ||
} | } | ||
#menu ul { | #menu ul { | ||
- | |||
width: 135px; | width: 135px; | ||
list-style: none; | list-style: none; | ||
Line 34: | Line 49: | ||
text-transform: uppercase; | text-transform: uppercase; | ||
display: block; | display: block; | ||
- | |||
- | |||
- | |||
margin: 0; | margin: 0; | ||
padding: 2px 3px; | padding: 2px 3px; | ||
Line 45: | Line 57: | ||
font-weight: bold; | font-weight: bold; | ||
font-size: 14px; | font-size: 14px; | ||
- | background: | + | background: url(https://static.igem.org/mediawiki/2009/4/49/UI09orangebutton.png); |
text-decoration: none; | text-decoration: none; | ||
} | } | ||
Line 53: | Line 65: | ||
font-weight: normal; | font-weight: normal; | ||
font-size: 12px; | font-size: 12px; | ||
- | + | border-width: 1px; | |
+ | border-style: solid; | ||
+ | border-color: #ccc #888 #555 #bbb; | ||
text-decoration: none; | text-decoration: none; | ||
+ | background: #cccccc; | ||
} | } | ||
#menu a:hover { | #menu a:hover { | ||
color: #fff; | color: #fff; | ||
- | background: | + | background: url(https://static.igem.org/mediawiki/2009/0/07/UI09orangehover.png); |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
} | } | ||
Revision as of 19:27, 16 July 2009