Team:Imperial College/Template:Welcome
From 2013.igem.org
(Difference between revisions)
Line 2: | Line 2: | ||
<style type="text/css"> | <style type="text/css"> | ||
/* Compulsory IDs ***********************************************************/ | /* Compulsory IDs ***********************************************************/ | ||
- | # | + | #navigation { |
- | width: | + | width: 950px; |
- | height: | + | height: 50px; |
- | + | margin: 0; | |
- | + | padding: 0; | |
- | + | background: url(images/navigation-bg.jpg) no-repeat left top; | |
- | + | } | |
- | background:url( | + | #navigation ul { |
- | # | + | list-style: none; |
- | + | margin: 0; | |
- | + | padding: 0; | |
- | + | } | |
- | list-style:none; | + | #navigation ul li { |
- | + | display: inline; | |
- | + | margin: 0px; | |
- | + | } | |
- | # | + | #navigation ul li a { |
- | + | height:33px; | |
- | + | display: block; | |
- | + | float: left; | |
- | # | + | padding: 17px 15px 0 15px; |
- | + | font: bold 12px Arial; | |
- | + | color: #FFF; | |
- | + | text-decoration: none; | |
- | + | background: url(images/navigation-separator.png) no-repeat right center; | |
- | + | } | |
- | padding:0 | + | |
- | + | #navigation ul li a:hover { | |
- | + | color:#134264; | |
- | + | background: url(images/navigation-hover.png) repeat-x left top; | |
- | + | } | |
- | + | ||
- | background:url( | + | #navigation ul li#active a { |
- | + | color:#134264; | |
- | + | background: url(images/navigation-hover.png) repeat-x left top; | |
- | # | + | } |
- | color:# | + | |
- | background:url( | + | |
- | + | ||
- | + | ||
- | # | + | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | background:url( | + | |
- | + | ||
- | + | ||
/**************************************************************/ | /**************************************************************/ | ||
</style> | </style> | ||
</html> | </html> |
Revision as of 11:23, 19 August 2013