Difference between revisions of "Team:ATOMS-Turkiye/Test Main1"
Line 1: | Line 1: | ||
− | |||
<html> | <html> | ||
<style type="text/css"> | <style type="text/css"> | ||
Line 29: | Line 28: | ||
border: 0px; | border: 0px; | ||
background-color: transparent; | background-color: transparent; | ||
− | margin-top: | + | margin-top: -7px; |
padding: 0px; | padding: 0px; | ||
} | } | ||
Line 44: | Line 43: | ||
} | } | ||
+ | #headerWrapper a, | ||
+ | #headerWrapper a:hover, | ||
+ | #headerWrapper a:visited, | ||
+ | #headerWrapper a:active { | ||
+ | text-decoration:none; | ||
+ | color:white; | ||
+ | } | ||
body{ | body{ | ||
Line 49: | Line 55: | ||
background-color:oldlace; | background-color:oldlace; | ||
margin-left:0px; | margin-left:0px; | ||
+ | } | ||
+ | |||
+ | #headerWrapper { | ||
+ | position:fixed; | ||
+ | top:16px; | ||
+ | height: 110px; | ||
+ | width:100%; | ||
+ | background-color: #A30000; | ||
+ | background-color: rgba(163, 0, 0, 0.95); | ||
+ | z-index:30; | ||
+ | } | ||
+ | |||
+ | #sub-navigation-wrapper { | ||
+ | clear:both; | ||
+ | position:relative; | ||
+ | background-color: #104F60; | ||
+ | background-color: rgba(16, 79, 96, .95); | ||
+ | width:100%; | ||
+ | height: 26px; | ||
+ | padding-top: 5px; | ||
+ | -webkit-box-shadow: 0px 7px 5px -3px rgba(50, 50, 50, 0.75); | ||
+ | -moz-box-shadow: 0px 7px 5px -3px rgba(50, 50, 50, 0.75); | ||
+ | box-shadow: 0px 7px 5px -3px rgba(50, 50, 50, 0.75); | ||
} | } | ||
Line 73: | Line 102: | ||
text-align:center; | text-align:center; | ||
} | } | ||
+ | #navigation { | ||
+ | position: fixed; | ||
+ | margin: auto; | ||
+ | left: 0; | ||
+ | right: 0; | ||
+ | bottom: 20px; | ||
+ | } | ||
#navigation ul li { | #navigation ul li { | ||
display: inline; | display: inline; | ||
} | } | ||
− | + | #navigation a { | |
+ | display: inline-block; | ||
+ | width: 130px; | ||
+ | height: 65px; | ||
+ | background: url("https://static.igem.org/mediawiki/2015/d/d6/ATOMS-Turkiye_Rectangle.png"); | ||
+ | line-height: 65px; | ||
+ | color: white; | ||
+ | font-size: 30px; | ||
+ | text-shadow: -2px -2px 0 #000, 2px -2px 0 #000, -2px 2px 0 #000, 2px 2px 0 #000; | ||
+ | margin: 4px; | ||
+ | transition: all 0.3s; | ||
+ | } | ||
+ | #navigation a:hover { | ||
+ | text-decoration:none; | ||
+ | background-color: black; | ||
+ | -webkit-filter: brightness(0.9); | ||
+ | transition: all 0.3s; | ||
+ | } | ||
+ | .tour, .project, .results { | ||
+ | float:left; | ||
+ | } | ||
+ | .tour { | ||
+ | margin-left:5px!important; | ||
+ | } | ||
+ | .pp, .team, .extras { | ||
+ | float:right; | ||
+ | } | ||
+ | .extras { | ||
+ | margin-right:25px!important; | ||
+ | } | ||
#arma { | #arma { | ||
width:600px; | width:600px; | ||
Line 90: | Line 155: | ||
left:0; | left:0; | ||
right:0; | right:0; | ||
− | top: | + | top: 13px; |
position:absolute; | position:absolute; | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
} | } | ||
</style> | </style> | ||
<img id="title" src="https://static.igem.org/mediawiki/2015/f/fb/ATOMS-Turkiye_Title.png"/> | <img id="title" src="https://static.igem.org/mediawiki/2015/f/fb/ATOMS-Turkiye_Title.png"/> | ||
<img id="arma" src="https://static.igem.org/mediawiki/2015/1/1b/ATOMS-Turkiye_Arma.png"/> | <img id="arma" src="https://static.igem.org/mediawiki/2015/1/1b/ATOMS-Turkiye_Arma.png"/> | ||
− | + | <div id="navigation"> | |
+ | <ul> | ||
+ | <li><a href="https://2015.igem.org/Team:ATOMS-Turkiye/Tour" class="tour nav-item" id="tour">Tour</a></li> | ||
+ | <li><a href="https://2015.igem.org/Team:ATOMS-Turkiye/Project" class="project nav-item active" id="project">Project</a></li> | ||
+ | <li><a href="https://2015.igem.org/Team:ATOMS-Turkiye/Results" class="results nav-item" id="results">Results</a></li> | ||
+ | <li><a href="https://2015.igem.org/Team:ATOMS-Turkiye/Extras" class="extras nav-item" id="extras">Extras</a></li> | ||
+ | <li><a href="https://2015.igem.org/Team:ATOMS-Turkiye/Team" class="team nav-item" id="team">Team</a></li> | ||
+ | <li><a href="https://2015.igem.org/Team:ATOMS-Turkiye/Practices" class="pp nav-item" id="pp">P&P</a></li> | ||
+ | </ul> | ||
+ | </div> | ||
</html> | </html> |
Revision as of 01:23, 12 September 2015