Template:Team:Aachen/Header
From 2014.igem.org
(Difference between revisions)
AZimmermann (Talk | contribs) m |
AZimmermann (Talk | contribs) |
||
(211 intermediate revisions not shown) | |||
Line 6: | Line 6: | ||
<style type="text/css"> | <style type="text/css"> | ||
+ | |||
+ | .codediv { | ||
+ | text-align: left; | ||
+ | margin: 0 40px 0 40px; | ||
+ | } | ||
+ | |||
+ | .menukachel { | ||
+ | top: 35%; | ||
+ | position: relative; | ||
+ | font-size: 22px; | ||
+ | font-weight:bold; | ||
+ | text-decoration: none; | ||
+ | text-align: center; | ||
+ | } | ||
+ | |||
+ | .menulink { | ||
+ | text-decoration: none; | ||
+ | } | ||
+ | .menulink:hover { | ||
+ | text-decoration: none; | ||
+ | } | ||
+ | .menulink:visited { | ||
+ | text-decoration: none; | ||
+ | } | ||
+ | |||
+ | table.wikitable.centered { | ||
+ | margin: 40px 40px 40px 40px; | ||
+ | } | ||
+ | |||
+ | table.wikitable { | ||
+ | padding: 0.5em; | ||
+ | border: 2px #808080 solid; | ||
+ | background: white !important; | ||
+ | margin-left: 40px; | ||
+ | margin-right: 40px; | ||
+ | } | ||
+ | table.wikitable th { | ||
+ | border: 2px #808080 solid; | ||
+ | padding: 0.5em; | ||
+ | background: #cfe2f4 !important; | ||
+ | text-align: left; | ||
+ | } | ||
+ | table.wikitable td{ | ||
+ | border-right: 2px solid #808080; | ||
+ | border-left: 2px solid #808080; | ||
+ | border-top: 0px; | ||
+ | border-bottom: 0px; | ||
+ | padding: 0.5em; | ||
+ | |||
+ | } | ||
/* | /* | ||
Line 15: | Line 65: | ||
box-shadow: 0px 0px 9px rgba(0,0,0,0.15); | box-shadow: 0px 0px 9px rgba(0,0,0,0.15); | ||
} | } | ||
+ | |||
+ | span.anchor {display: block; position: relative; top: -140px; visibility: hidden;} | ||
+ | |||
+ | nav ul li a { | ||
+ | font-size: 20px; | ||
+ | } | ||
+ | |||
+ | nav ul li ul li a { | ||
+ | font-size: 16px; | ||
+ | } | ||
+ | |||
nav { | nav { | ||
margin: auto auto; | margin: auto auto; | ||
Line 20: | Line 81: | ||
background: #0069b3; | background: #0069b3; | ||
font-weight: bold; | font-weight: bold; | ||
- | font-size: | + | font-size: 16px; |
text-align: center; | text-align: center; | ||
Line 36: | Line 97: | ||
nav ul { | nav ul { | ||
background: #0069b3; | background: #0069b3; | ||
- | padding: 0 | + | padding: 0 0px; |
border-radius: 0px; | border-radius: 0px; | ||
list-style: none; | list-style: none; | ||
Line 43: | Line 104: | ||
display: inline-table; | display: inline-table; | ||
margin-bottom: 0!important; | margin-bottom: 0!important; | ||
+ | |||
} | } | ||
nav ul:after { | nav ul:after { | ||
Line 51: | Line 113: | ||
float: left; | float: left; | ||
margin-bottom: 0!important; | margin-bottom: 0!important; | ||
+ | height:50px; | ||
} | } | ||
nav ul li:hover { | nav ul li:hover { | ||
Line 60: | Line 123: | ||
nav ul li a { | nav ul li a { | ||
- | display: block; padding: | + | display: block; padding: 14px 20px; |
color: #ffffff; | color: #ffffff; | ||
text-decoration: none!important; | text-decoration: none!important; | ||
- | + | height: 25px; | |
} | } | ||
nav ul li a:visited { | nav ul li a:visited { | ||
- | display: block; padding: | + | display: block; padding: 14px 20px; |
color: #ffffff; | color: #ffffff; | ||
text-decoration: none!important; | text-decoration: none!important; | ||
Line 75: | Line 138: | ||
nav ul ul { | nav ul ul { | ||
- | background: # | + | background: #8ebae5; border-radius: 0px; padding: 0; |
position: absolute; top: 100%; | position: absolute; top: 100%; | ||
} | } | ||
Line 81: | Line 144: | ||
float: none; | float: none; | ||
position: relative; | position: relative; | ||
+ | text-align: left; | ||
+ | |||
} | } | ||
nav ul ul li a { | nav ul ul li a { | ||
- | padding: | + | padding: 0px 20px; |
color: #fff; | color: #fff; | ||
} | } | ||
nav ul ul li a:hover { | nav ul ul li a:hover { | ||
- | background: # | + | background: #0069b3; |
} | } | ||
Line 94: | Line 159: | ||
} | } | ||
+ | nav ul li ul li { | ||
+ | height:25px; | ||
+ | } | ||
+ | nav ul li ul li:hover { | ||
+ | height:25px; | ||
+ | } | ||
+ | |||
/* | /* | ||
Line 100: | Line 172: | ||
* { | * { | ||
- | font-family: Verdana, | + | font-family: Verdana, Geneva, sans-serif !important;/* <-- fonts */ |
} | } | ||
Line 112: | Line 184: | ||
body { | body { | ||
- | background-image:url(https://static.igem.org/mediawiki/2014/ | + | background-image:url(https://static.igem.org/mediawiki/2014/8/82/Aachen_14-10-13_Wiki_background_blue_cell_iNB.png) !important; |
- | background-size: cover; | + | background-size: cover !important; |
- | background-attachment: fixed; | + | background-attachment: fixed !important; |
position: absolute; | position: absolute; | ||
top: 0; | top: 0; | ||
Line 206: | Line 278: | ||
} | } | ||
- | p { | + | p, p ul li, p ol li, td ul li, td ol li { |
text-align:justify; | text-align:justify; | ||
- | font-size: | + | font-size:14px; |
- | margin-left: | + | margin-left: 40px; |
- | margin-right: | + | margin-right: 40px; |
+ | margin-top: 15px; | ||
} | } | ||
- | + | backuptdul { | |
text-align:justify; | text-align:justify; | ||
- | font-size: | + | font-size:14px; |
margin-left: 8px; | margin-left: 8px; | ||
margin-right: 8px; | margin-right: 8px; | ||
+ | line-height: 1.5em; | ||
+ | } | ||
+ | |||
+ | .contentcell { | ||
+ | |||
+ | -moz-box-shadow: 0 0 10px #000; | ||
+ | -webkit-box-shadow: 0 0 10px #000; | ||
+ | box-shadow: 0 0 10px #000; | ||
} | } | ||
- | .transbg { color:#000000!important; background-color:rgba(0,0,0,0)!important; } | + | |
+ | .transbg { color:#000000!important; background-color:rgba(0,0,0,0)!important; margin-top:15px;margin-bottom:15px;} | ||
.highmenu{ color:#000000!important; background-color:rgba(0,0,0,0)!important; } | .highmenu{ color:#000000!important; background-color:rgba(0,0,0,0)!important; } | ||
.lowmenu{ color:#000000!important; background-color:rgba(142,186,229,0.9)!important; } | .lowmenu{ color:#000000!important; background-color:rgba(142,186,229,0.9)!important; } | ||
Line 270: | Line 352: | ||
border-bottom: 7px solid #0069b3; | border-bottom: 7px solid #0069b3; | ||
text-align: left; | text-align: left; | ||
- | margin-left: | + | margin-left: 40px; |
- | margin-right: | + | margin-right: 40px; |
+ | margin-top: 1.5em; | ||
} | } | ||
Line 296: | Line 379: | ||
</style> | </style> | ||
- | |||
+ | <link href="https://2014.igem.org/Template:Team:Aachen/Scripts/jquery.skitter.styles?action=raw&ctype=text/css" type="text/css" media="all" rel="stylesheet" /> | ||
+ | <script type="text/javascript" src="https://2014.igem.org/Template:Team:Aachen/Scripts/jquery-1.6.3.min?action=raw&ctype=text/javascript"></script> | ||
+ | <script type="text/javascript" src="https://2014.igem.org/Template:Team:Aachen/Scripts/jquery.easing.1.3?action=raw&ctype=text/javascript"></script> | ||
+ | <script type="text/javascript" src="https://2014.igem.org/Template:Team:Aachen/Scripts/jquery.skitter.min?action=raw&ctype=text/javascript"></script> | ||
+ | |||
+ | <!-- MathJax (LaTeX for the web) --> | ||
<!-- This part is only if you want to use $...$ delimiters --> | <!-- This part is only if you want to use $...$ delimiters --> | ||
<script type="text/x-mathjax-config"> | <script type="text/x-mathjax-config"> | ||
Line 304: | Line 392: | ||
<script type="text/javascript" src="http://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script> | <script type="text/javascript" src="http://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script> | ||
- | <div class="navDiv" style="top:14px; position:fixed | + | <div class="navDiv" style="top:14px; position:fixed; z-index: 1; border-bottom-style: solid; border-bottom-width: 3px; border-bottom-color: #bf1521;"> |
<nav style="width: 1250px;"> | <nav style="width: 1250px;"> | ||
- | <ul align=" | + | <!-- style="border-bottom-style: solid; border-bottom-width: 10px; border-bottom-color: #bf1521;" --> |
- | <li style="padding: 0 0!important | + | <ul align="left" style=""> |
- | <ul> | + | <li style="padding: 0 0!important;"><a href="https://2014.igem.org/Team:Aachen" style="padding: 0 0!important;"> <img src="https://static.igem.org/mediawiki/2014/thumb/6/68/Aachen_Team_Logo_01.png/150px-Aachen_Team_Logo_01.png" height="50px"></a> |
- | <li><a href="https://2014.igem.org/Team:Aachen/ | + | |
- | </ul> | + | </li> |
+ | <li style="width:129px"><a href="https://2014.igem.org/Team:Aachen/Project">Project</a> | ||
+ | <ul style="width:345px"> | ||
+ | <li><a href="https://2014.igem.org/Team:Aachen/Project/2D_Biosensor">2D Biosensor</a></li> | ||
+ | <li><a href="https://2014.igem.org/Team:Aachen/Project/FRET_Reporter">The REACh Construct</a></li> | ||
+ | <li><a href="https://2014.igem.org/Team:Aachen/Project/Model">Modeling</a></li> | ||
+ | <li><a href="https://2014.igem.org/Team:Aachen/Project/Measurement_Device"><i>WatsOn</i></a></li> | ||
+ | <li style="border-bottom:2px solid; border-bottom-color: white;"><a href="https://2014.igem.org/Team:Aachen/Project/Gal3">Galectin-3</a></li> | ||
+ | <li style="border-bottom:2px solid; border-bottom-color: white;"><a href="https://2014.igem.org/Team:Aachen/OD/F device">OD/F Device</a></li> | ||
+ | <li><a href="https://2014.igem.org/Team:Aachen/Parts">Parts</a></li> | ||
+ | <li><a href="https://2014.igem.org/Team:Aachen/Achievements">Achievements</a></li> | ||
+ | |||
+ | </ul> | ||
+ | </li> | ||
+ | <li style="width:216px"><a href="https://2014.igem.org/Team:Aachen/Interlab_Study">Interlab Study</a> | ||
+ | |||
+ | <li style="width:250px"><a href="https://2014.igem.org/Team:Aachen/PolicyPractices">Policy & Practices</a> | ||
+ | <ul> | ||
+ | <li><a href="https://2014.igem.org/Team:Aachen/Collaborations/Kaiser-Karls-Gymnasium">Kaiser-Karls-Gymnasium</a></li> | ||
+ | <li><a href="https://2014.igem.org/Team:Aachen/Collaborations/Neanderlab">NEAnderLab</a></li> | ||
+ | <li style="border-bottom:2px solid; border-bottom-color: white;"><a href="https://2014.igem.org/Team:Aachen/Collaborations/MakerFaire">MakerFaire</a></li> | ||
+ | <li><a href="https://2014.igem.org/Team:Aachen/Safety">Safety</a></li> | ||
+ | <li><a href="https://2014.igem.org/Team:Aachen/PolicyPractices/Economics">Economical View</a></li> | ||
+ | <li style="border-bottom:2px solid; border-bottom-color: white;"><a href="https://2014.igem.org/Team:Aachen/PolicyPractices/BioBrickIntellectualProperty">BBa Intellectual Property</a></li> | ||
+ | |||
+ | <li><a href="https://2014.igem.org/Team:Aachen/Blog">Blog</a></li> | ||
+ | |||
+ | </ul> | ||
</li> | </li> | ||
- | <li><a href="https://2014.igem.org/Team:Aachen/ | + | </li> |
- | + | ||
- | + | ||
- | + | <li style="width:215px"><a href="https://2014.igem.org/Team:Aachen/Collaborations">Collaborations</a> | |
- | + | <ul style="width:215px"> | |
- | + | <li><a href="https://2014.igem.org/Team:Aachen/Meetup">Aachen Meetup</a></li> | |
+ | <li><a href="https://2014.igem.org/Team:Aachen/Collaborations/Bielefeld">Bielefeld</a></li> | ||
+ | <li><a href="https://2014.igem.org/Team:Aachen/Collaborations/Methane_Sensor">Braunschweig</a></li> | ||
+ | <li><a href="https://2014.igem.org/Team:Aachen/Collaborations/Freiburg">Freiburg</a></li> | ||
+ | |||
+ | <li><a href="https://2014.igem.org/Team:Aachen/Collaborations/Heidelberg">Heidelberg</a></li> | ||
</ul> | </ul> | ||
</li> | </li> | ||
- | <li><a href="https://2014.igem.org/Team:Aachen/ | + | |
- | + | <li style="width:157px"><a href="https://2014.igem.org/Team:Aachen/Notebook">Notebook</a> | |
- | + | <ul style="width:157px"> | |
- | + | <li><a href="https://2014.igem.org/Team:Aachen/Notebook/Wetlab">Wetlab</a></li> | |
+ | |||
+ | <li><a href="https://2014.igem.org/Team:Aachen/Notebook/Protocols">Protocols</a></li> | ||
+ | <li><a href="https://2014.igem.org/Team:Aachen/Notebook/Engineering">Engineering</a></li> | ||
+ | <li><a href="https://2014.igem.org/Team:Aachen/Notebook/Software">Software</a></li> | ||
+ | <li><a href="https://2014.igem.org/Team:Aachen/Notebook/LabEquipment">Equipment</a></li> | ||
+ | <li><a href="https://2014.igem.org/Team:Aachen/Notebook/Index">Abbreviations</a></li> | ||
</ul> | </ul> | ||
</li> | </li> | ||
- | <li><a href="https://2014.igem.org/Team:Aachen/ | + | |
- | + | <li style="width:109px"><a href="https://2014.igem.org/Team:Aachen/Attributions">Team</a> | |
- | + | <ul style="width:142px"> | |
- | + | <li><a href="https://2014.igem.org/Team:Aachen/Attributions#members">Members</a></li> | |
- | + | <li><a href="https://2014.igem.org/Team:Aachen/Attributions#instructors">Instructors</a></li> | |
- | + | <li><a href="https://2014.igem.org/Team:Aachen/Attributions#partners">Partners</a></li> | |
+ | <li><a href="https://2014.igem.org/Team:Aachen/Attributions#support">Attributions</a></li> | ||
+ | <li><a href="https://2014.igem.org/Team:Aachen/SecretHappenings"><i>Mr Holmes</i></a></li> | ||
+ | </ul> | ||
</li> | </li> | ||
- | + | <li style="padding: 0 0!important;"><a href="https://igem.org/Main_Page" style="padding: 0 0!important;"> <img src="https://static.igem.org/mediawiki/2014/thumb/5/58/IGEM_basic_logo_white.png/100px-IGEM_basic_logo_white.png" height="50px"></a></li> | |
- | + | ||
</ul> | </ul> | ||
</nav> | </nav> | ||
Line 346: | Line 474: | ||
#contentSub, #footer-box, #catlinks, #search-controls, #p-logo, .printfooter, .firstHeading,.visualClear {display: none;} /*-- hides default wiki settings --*/ | #contentSub, #footer-box, #catlinks, #search-controls, #p-logo, .printfooter, .firstHeading,.visualClear {display: none;} /*-- hides default wiki settings --*/ | ||
</style> | </style> | ||
+ | <!--0px; margin-top: 125px; --> | ||
+ | <div id="contentdiv" style="margin-left: auto; margin-right: auto; width: 100%; position: absolute; bottom: 15px; top: 60px;"> | ||
<!-- here ends the section that changes the default wiki template to a white full width background --> | <!-- here ends the section that changes the default wiki template to a white full width background --> | ||
Line 352: | Line 482: | ||
<!--====================================================================--> | <!--====================================================================--> | ||
<!--==================== 1ST BLOCK STARTS ==============================--> | <!--==================== 1ST BLOCK STARTS ==============================--> | ||
- | <table class="transbg" width="100%" cellspacing="0"> | + | <table class="transbg" width="100%" cellspacing="0"> <!-- style="padding-top: 80px" --> |
- | <tr><td height="80px"><td/></tr> | + | <!--<tr><td height="80px"><td/></tr>--> |
<tr> | <tr> | ||
<td></td> | <td></td> | ||
Line 360: | Line 490: | ||
<table class="transbg" width="100%" cellspacing="0"> | <table class="transbg" width="100%" cellspacing="0"> | ||
<tr> | <tr> | ||
- | <td class="contentcell" width="95%" align=" | + | <td class="contentcell" width="95%" align="justify"> |
<!--====================================================================--> | <!--====================================================================--> | ||
<!--====================================================================--> | <!--====================================================================--> | ||
<!--==================== TEXT STARTS HERE ==============================--> | <!--==================== TEXT STARTS HERE ==============================--> | ||
</html> | </html> |
Latest revision as of 02:47, 18 October 2014
|