Template:Stockholm/Top5
From 2010.igem.org
(Difference between revisions)
m |
|||
(36 intermediate revisions not shown) | |||
Line 1: | Line 1: | ||
<html> | <html> | ||
- | |||
<style type="text/css"> | <style type="text/css"> | ||
- | + | ||
- | margin:0; | + | td { vertical-align: top } |
+ | |||
+ | A:link {text-decoration: none; color:#3671A1;} | ||
+ | A:visited {text-decoration: none; color:#3671A1;} | ||
+ | A:active {text-decoration: none; color:#3671A1;} | ||
+ | A:hover {text-decoration: none; opacity:0.75;} | ||
+ | |||
+ | body | ||
+ | { | ||
+ | font-family:"Helvetica Neue",Helvetica,Arial,Verdana,sans-serif; | ||
+ | //font-size: 12px; | ||
+ | color: #888888; | ||
+ | margin: 0; | ||
+ | background-color: #FFF; | ||
+ | |||
} | } | ||
- | + | ||
- | + | #top-section | |
- | + | { | |
- | + | width:965px; | |
- | + | border: 0; | |
- | + | border-bottom: 1px solid #888888; | |
- | + | height: 20px; | |
- | + | overflow: visible; | |
- | + | ||
- | + | ||
- | + | ||
} | } | ||
- | + | ||
- | + | #menubar | |
- | + | { | |
- | + | position: absolute; | |
+ | top: 0px; | ||
+ | display:block; | ||
+ | float:left; | ||
+ | border: none; | ||
+ | |||
} | } | ||
- | + | #menubar li a | |
- | + | { | |
- | + | color: #888888; | |
} | } | ||
- | + | ||
- | # | + | #menubar.right-menu |
- | + | { | |
- | + | position: absolute; | |
- | + | right: 20px; | |
- | + | font-size: 10px; | |
- | + | } | |
- | } | + | #menubar.left-menu |
- | + | { | |
- | + | position: absolute; | |
- | display: | + | left: 20px; |
+ | font-size: 10px; | ||
+ | } | ||
+ | |||
+ | #search-controls | ||
+ | { | ||
+ | display: none | ||
+ | } | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | #p-logo a | ||
+ | { | ||
+ | display: none; | ||
+ | } | ||
+ | |||
+ | #p-logo | ||
+ | { | ||
+ | position: relative; | ||
+ | top: 50px; | ||
+ | width: 824px; | ||
+ | margin-left: auto; | ||
margin-right: auto; | margin-right: auto; | ||
- | + | // background: url("https://static.igem.org/mediawiki/2010/5/58/Spot_on_Treatment.png"); | |
- | + | background: url("https://static.igem.org/mediawiki/2010/6/6e/Spot_on_Treatment_SU.gif"); | |
- | + | background-repeat: no-repeat; | |
- | + | background-position: left top; | |
- | + | ||
- | + | } | |
- | + | ||
- | background: | + | |
- | + | ||
- | + | ||
- | + | ||
+ | #content | ||
+ | { | ||
+ | position: relative; | ||
+ | top: 130px; | ||
+ | border: 0; | ||
+ | |||
+ | } | ||
+ | |||
+ | |||
+ | |||
+ | #footer | ||
+ | { | ||
+ | width: 965px; | ||
+ | margin: 0; | ||
+ | line-height: 0; | ||
+ | |||
+ | font-size: 10px; | ||
+ | font-family:"Helvetica Neue",Helvetica,Arial,Verdana,sans-serif; | ||
} | } | ||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
+ | #footer-box | ||
+ | { | ||
+ | position: relative; | ||
+ | top: 160px; | ||
+ | height: 35px; | ||
+ | border:0; | ||
+ | border-top: 1px solid #888888; | ||
+ | width: 965px; | ||
+ | } | ||
- | + | #footer a | |
- | + | { | |
- | + | color: #888888; | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
+ | font-family:sans-serif; | ||
+ | font-size:95%; | ||
+ | white-space:nowrap; | ||
+ | text-align:left; | ||
+ | text-transform:lowercase; | ||
+ | } | ||
+ | #footer a:hover | ||
+ | { | ||
+ | color:black; | ||
+ | } | ||
+ | |||
+ | #footer .selected a | ||
+ | { | ||
+ | color:black; | ||
+ | } | ||
+ | |||
+ | #menubar .selected a | ||
+ | { | ||
+ | color:black; | ||
+ | } | ||
+ | #menubar li a:hover | ||
+ | { | ||
+ | color:black; | ||
+ | } | ||
+ | |||
+ | .firstHeading | ||
+ | { | ||
+ | display: none; | ||
+ | } | ||
+ | |||
+ | .navbar | ||
+ | { | ||
+ | align:center; | ||
+ | } | ||
+ | |||
+ | .navbar td | ||
+ | { | ||
+ | border-right:1px dotted #CCCCCC; | ||
+ | display:inline; | ||
+ | margin-left:5px; | ||
+ | padding-right:5px; | ||
+ | align="center"; | ||
+ | } | ||
+ | </style> | ||
+ | </html> | ||
+ | <div class="navbar"> | ||
+ | <center> | ||
+ | {| | ||
+ | |[[Team:Stockholm|Home]] | ||
+ | |[[Team:Stockholm/Project_Idea/Introduction|Project Idea]] | ||
+ | |[[Team:Stockholm/Lab_work/Notebook|Lab Work]] | ||
+ | |[[Team:Stockholm/Results/BioBricks|Results]] | ||
+ | |[[Team:Stockholm/Modelling/Introduction|Modelling]] | ||
+ | |[[Team:Stockholm/Team/Members|Team]] | ||
+ | |<html> Follow us on <a href="http://twitter.com/igemstockholm"><img src="https://static.igem.org/mediawiki/2010/7/78/Twitter_16.png"></a> and <a href="http://www.facebook.com/home.php?#!/group.php?gid=111421565556518"><img src="https://static.igem.org/mediawiki/2010/e/e4/Facebook_16.png"></a></html> | ||
+ | |<html> <a href="https://2010.igem.org/">2010.igem.org <img src="https://static.igem.org/mediawiki/2010/7/7e/SU_IGEM_basic_Logo.png"></a></html> | ||
+ | |} | ||
+ | </center> | ||
+ | </div> | ||
+ | <html> | ||
+ | <!--- start google analytics igem.se ---> | ||
+ | <script type="text/javascript"> | ||
+ | var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www."); | ||
+ | document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E")); | ||
+ | </script> | ||
+ | <script type="text/javascript"> | ||
+ | try { | ||
+ | var pageTracker = _gat._getTracker("UA-16294882-1"); | ||
+ | pageTracker._trackPageview(); | ||
+ | } catch(err) {}</script> | ||
+ | <!--- end google analytics igem.se ---> | ||
+ | <!--- start google analytics https://2010.igem.org/Team:Stockholm ---> | ||
+ | <script type="text/javascript"> | ||
+ | var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www."); | ||
+ | document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E")); | ||
+ | </script> | ||
+ | <script type="text/javascript"> | ||
+ | try { | ||
+ | var pageTracker = _gat._getTracker("UA-16294882-2"); | ||
+ | pageTracker._trackPageview(); | ||
+ | } catch(err) {}</script> | ||
+ | <!--- end google analytics https://2010.igem.org/Team:Stockholm ---> | ||
</html> | </html> |
Latest revision as of 14:01, 27 October 2010