Team:BIT
From 2013.igem.org
(Difference between revisions)
Line 1: | Line 1: | ||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
<html> | <html> | ||
<style type="text/css"> | <style type="text/css"> | ||
+ | body | ||
+ | { | ||
+ | background-color: #0f0; | ||
+ | } | ||
+ | #blank , | ||
+ | #blank * | ||
+ | { | ||
+ | background-color: transparent; | ||
+ | background-image: url(""); | ||
+ | border-style: none; | ||
+ | margin: 0 auto; | ||
+ | padding: 0; | ||
+ | } | ||
#top-section | #top-section | ||
{ | { | ||
Line 28: | Line 26: | ||
display: none; | display: none; | ||
} | } | ||
- | + | #content | |
+ | { | ||
+ | background-color: transparent; | ||
+ | background-image: url(""); | ||
+ | background-attachment: scroll; | ||
+ | background-position: 50% 0; | ||
+ | background-repeat: repeat-y; | ||
+ | overflow: hidden; | ||
+ | border-style: none; | ||
+ | } | ||
+ | .test ul{list-style:none;} | ||
+ | .test li{float:left;width:100px;background:#0FF;margin-left:3px;line-height:30px;} | ||
+ | .test a{display:block;text-align:center;height:30px;} | ||
+ | .test a:link{color:#00F;font-weight: bold;font-style:italic;background:url(arrow_off.gif) #0F0 no-repeat 5px 12px;text-decoration:none;} | ||
+ | .test a:visited{color:#0F0;text-decoration:underline;} | ||
+ | .test a:hover{color:#0F0; font-weight:bold;text-decoration:none;background:url(arrow_on.gif) #00F no-repeat 5px 12px;} | ||
</style> | </style> | ||
+ | |||
+ | <div class="test"> | ||
+ | <ul> | ||
+ | <li><a href="Team:BIT">MainPage</a></li> | ||
+ | <li><a href="Team:BIT/Team">Team</a></li> | ||
+ | <li><a href="Team:BIT/Project">Project</a></li> | ||
+ | <li><a href="Team:BIT/Parts">Parts</a></li> | ||
+ | <li><a href="Team:BIT/Modeling">Modeling</a></li> | ||
+ | <li><a href="Team:BIT/Notebook">Project</a></li> | ||
+ | </ul> | ||
+ | </div> | ||
</html> | </html> |
Revision as of 00:45, 16 July 2013