Template:Team:Aachen/Header
From 2014.igem.org
(Difference between revisions)
AZimmermann (Talk | contribs) |
|||
(392 intermediate revisions not shown) | |||
Line 1: | Line 1: | ||
{{CSS/Main}} | {{CSS/Main}} | ||
- | <html | + | <html> |
<style> | <style> | ||
#contentSub, #footer-box, #catlinks, #search-controls, #p-logo, .printfooter, .firstHeading,.visualClear {display: none;}, table/*-- hides default wiki settings --*/ | #contentSub, #footer-box, #catlinks, #search-controls, #p-logo, .printfooter, .firstHeading,.visualClear {display: none;}, table/*-- hides default wiki settings --*/ | ||
Line 7: | Line 7: | ||
<style type="text/css"> | <style type="text/css"> | ||
- | table { | + | .codediv { |
- | background: # | + | text-align: left; |
- | background-color: # | + | 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; | ||
+ | |||
+ | } | ||
+ | |||
+ | /* | ||
+ | MENU | ||
+ | */ | ||
+ | .navDiv { | ||
+ | width: 100%; | ||
+ | background: #0069b3; | ||
+ | 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 { | ||
+ | margin: auto auto; | ||
+ | text-align: center; | ||
+ | background: #0069b3; | ||
+ | font-weight: bold; | ||
+ | font-size: 16px; | ||
+ | text-align: center; | ||
+ | |||
+ | } | ||
+ | |||
+ | nav ul ul { | ||
+ | display: none; | ||
+ | } | ||
+ | |||
+ | nav ul li:hover > ul { | ||
+ | display: block; | ||
+ | } | ||
+ | |||
+ | |||
+ | nav ul { | ||
+ | background: #0069b3; | ||
+ | padding: 0 0px; | ||
+ | border-radius: 0px; | ||
+ | list-style: none; | ||
+ | position: relative; | ||
+ | margin: 0 0 0 0!important; | ||
+ | display: inline-table; | ||
+ | margin-bottom: 0!important; | ||
+ | |||
+ | } | ||
+ | nav ul:after { | ||
+ | content: ""; clear: both; display: block; | ||
+ | } | ||
+ | |||
+ | nav ul li { | ||
+ | float: left; | ||
+ | margin-bottom: 0!important; | ||
+ | height:50px; | ||
+ | } | ||
+ | nav ul li:hover { | ||
+ | background: #8ebae5; | ||
+ | } | ||
+ | nav ul li:hover a { | ||
+ | color: #fff; | ||
+ | } | ||
+ | |||
+ | nav ul li a { | ||
+ | display: block; padding: 14px 20px; | ||
+ | color: #ffffff; | ||
+ | text-decoration: none!important; | ||
+ | height: 25px; | ||
+ | } | ||
+ | |||
+ | nav ul li a:visited { | ||
+ | display: block; padding: 14px 20px; | ||
+ | color: #ffffff; | ||
+ | text-decoration: none!important; | ||
+ | |||
+ | } | ||
+ | |||
+ | |||
+ | nav ul ul { | ||
+ | background: #8ebae5; border-radius: 0px; padding: 0; | ||
+ | position: absolute; top: 100%; | ||
+ | } | ||
+ | nav ul ul li { | ||
+ | float: none; | ||
+ | position: relative; | ||
+ | text-align: left; | ||
+ | |||
+ | } | ||
+ | nav ul ul li a { | ||
+ | padding: 0px 20px; | ||
+ | color: #fff; | ||
+ | } | ||
+ | nav ul ul li a:hover { | ||
+ | background: #0069b3; | ||
+ | } | ||
+ | |||
+ | nav ul ul ul { | ||
+ | position: absolute; left: 100%; top:0; | ||
+ | } | ||
+ | |||
+ | nav ul li ul li { | ||
+ | height:25px; | ||
+ | } | ||
+ | nav ul li ul li:hover { | ||
+ | height:25px; | ||
+ | } | ||
+ | |||
+ | |||
+ | /* | ||
+ | WEBSITE | ||
+ | */ | ||
+ | |||
+ | * { | ||
+ | font-family: Verdana, Geneva, sans-serif !important;/* <-- fonts */ | ||
+ | } | ||
+ | |||
+ | #top-section { | ||
+ | margin-left: auto!important; | ||
+ | margin-right: auto!important; | ||
+ | width: 100%!important; | ||
+ | position:fixed!important; | ||
+ | left: 0%!important; | ||
+ | } | ||
+ | |||
+ | body { | ||
+ | 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 !important; | ||
+ | background-attachment: fixed !important; | ||
+ | position: absolute; | ||
+ | top: 0; | ||
+ | bottom: 0; | ||
+ | left: 0; | ||
+ | right: 0; | ||
+ | width: 100%; | ||
+ | height: 100%; | ||
+ | font-family:'Arial'; | ||
+ | } | ||
+ | |||
+ | .topbgcolor { | ||
+ | background: #66B5FF!important; | ||
+ | background-color: #66B5FF!important; | ||
} | } | ||
.fullWidth { | .fullWidth { | ||
- | width: | + | width: 1100px; |
background-color: #8ebae5; | background-color: #8ebae5; | ||
} | } | ||
- | + | .contentWidth { | |
- | + | width: 1100px; | |
+ | } | ||
+ | |||
+ | .lastrow { | ||
width: 160px; | width: 160px; | ||
+ | } | ||
+ | |||
+ | |||
+ | td.menu { color:#8ebae5; background-color:#0069b3; width:126px; } | ||
+ | td.menu:hover { color:#ff0; background-color:#8ebae5; } | ||
+ | |||
+ | td.menu a { | ||
+ | display: inherit; | ||
+ | width: 125px; | ||
height: 50px; | height: 50px; | ||
text-align:center; | text-align:center; | ||
Line 33: | Line 235: | ||
text-decoration: none; | text-decoration: none; | ||
color:#FFFFFF; | color:#FFFFFF; | ||
+ | } | ||
+ | td.topbt { color:#000000; background-color:#A1DBB2; opacity: 0.6 } | ||
+ | td.topbt:hover { color:#506d59; background-color:#A1DBB2; opacity: 0.3} | ||
- | + | td.topbt a { | |
- | td { | + | display: inherit; |
+ | width: 1100px; | ||
+ | height: 20px; | ||
text-align:center; | text-align:center; | ||
vertical-align:middle; | vertical-align:middle; | ||
+ | font-weight: bold; | ||
+ | text-decoration:none; | ||
+ | background-color: #A1DBB2; | ||
+ | color:#808080; | ||
+ | font-family:'Arial'; | ||
+ | font-size:200%;} | ||
+ | |||
+ | tr.topbt { | ||
+ | display: block; | ||
+ | width: 100%; | ||
+ | height: 55px; | ||
+ | text-align:center; | ||
+ | vertical-align:middle; | ||
+ | font-weight: bold; | ||
+ | text-decoration:none; | ||
} | } | ||
- | p { | + | a.topbt , a.topbt:hover, a.topbt:visited, a.topbt:link, a.topbt:active |
+ | { | ||
+ | text-decoration: none; | ||
+ | color:#506d59; | ||
+ | } | ||
+ | |||
+ | table { | ||
+ | border-color:rgba(255,255,255,0.5); | ||
+ | } | ||
+ | |||
+ | .contentcell { | ||
+ | background-color: rgba(255,255,255,1.0); | ||
+ | height: 200px; | ||
+ | } | ||
+ | |||
+ | 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: 40px; | ||
+ | margin-right: 40px; | ||
+ | margin-top: 15px; | ||
} | } | ||
- | + | backuptdul { | |
- | + | text-align:justify; | |
+ | font-size:14px; | ||
+ | margin-left: 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; margin-top:15px;margin-bottom:15px;} | ||
+ | .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; } | ||
+ | |||
+ | |||
+ | .block1 { color:#FFFFFF!important; background-color:#0069b3!important; } | ||
+ | .block2 { color:#FFFFFF!important; background-color:#8ebae5!important; } | ||
+ | .block3 { color:#FFFFFF!important; background-color:#FEE5AD!important; } | ||
.centerfloat { | .centerfloat { | ||
Line 53: | Line 316: | ||
margin-right:auto; | margin-right:auto; | ||
} | } | ||
+ | |||
+ | .imgshadow { | ||
+ | -moz-box-shadow: 10px 10px 5px #555; | ||
+ | -webkit-box-shadow: 10px 10px 5px #555; | ||
+ | box-shadow: 10px 10px 5px #555; | ||
+ | |||
+ | margin-bottom:25px; | ||
+ | margin-right:25px; | ||
+ | margin-left:25px; | ||
+ | } | ||
+ | .shadow | ||
+ | { | ||
+ | display:block; | ||
+ | position:relative; | ||
+ | } | ||
+ | |||
+ | .shadow:before | ||
+ | { | ||
+ | display:block; | ||
+ | content:''; | ||
+ | position:absolute; | ||
+ | width:100%; | ||
+ | height:100%; | ||
+ | box-shadow: inset 15px 15px 7px rgba(0, 0, 0, 0.3); | ||
+ | -moz-box-shadow: 15px 15px 7px rgba(0, 0, 0, 0.3); | ||
+ | -webkit-box-shadow: 15px 15px 7px rgba(0, 0, 0, 0.3); | ||
+ | } | ||
+ | |||
+ | h1, h2, h3, h4, h5, h6 { | ||
+ | color: black; | ||
+ | background: none; | ||
+ | font-weight: normal; | ||
+ | padding-top: .5em; | ||
+ | padding-bottom: .3em; | ||
+ | border-bottom: 7px solid #0069b3; | ||
+ | text-align: left; | ||
+ | margin-left: 40px; | ||
+ | margin-right: 40px; | ||
+ | margin-top: 1.5em; | ||
+ | } | ||
+ | |||
+ | h1 { font-size: 188%; } | ||
+ | h2 { font-size: 150%; } | ||
+ | h3, h4, h5, h6 { | ||
+ | border-bottom: none; | ||
+ | font-weight: bold; | ||
+ | } | ||
+ | h3 { font-size: 132%; } | ||
+ | h4 { font-size: 116%; } | ||
+ | h5 { font-size: 100%; } | ||
+ | h6 { font-size: 80%; } | ||
+ | |||
+ | .editsection { | ||
+ | float: right; | ||
+ | margin-left: 5px; | ||
+ | margin-right: -5px; | ||
+ | font-size: 9pt; | ||
+ | color: transparent; | ||
+ | } | ||
+ | |||
+ | |||
+ | |||
</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 61: | Line 391: | ||
</script> | </script> | ||
<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; z-index: 1; border-bottom-style: solid; border-bottom-width: 3px; border-bottom-color: #bf1521;"> | ||
+ | <nav style="width: 1250px;"> | ||
+ | <!-- style="border-bottom-style: solid; border-bottom-width: 10px; border-bottom-color: #bf1521;" --> | ||
+ | <ul align="left" style=""> | ||
+ | <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> | ||
+ | <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 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> | |
- | + | </li> | |
- | <a | + | |
- | </ | + | |
- | < | + | <li style="width:157px"><a href="https://2014.igem.org/Team:Aachen/Notebook">Notebook</a> |
- | <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> | ||
+ | </li> | ||
- | < | + | <li style="width:109px"><a href="https://2014.igem.org/Team:Aachen/Attributions">Team</a> |
- | <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 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> | ||
+ | </nav> | ||
+ | </div> | ||
- | < | + | <!-- end of menu --> |
- | + | ||
- | + | ||
- | |||
- | |||
- | |||
- | < | + | <div class="loadBG"></div> |
- | < | + | <style> |
- | < | + | #contentSub, #footer-box, #catlinks, #search-controls, #p-logo, .printfooter, .firstHeading,.visualClear {display: none;} /*-- hides default wiki settings --*/ |
+ | </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 --> |
- | + | ||
- | + | ||
- | < | + | <!--====================================================================--> |
- | </ | + | <!--====================================================================--> |
- | </ | + | <!--==================== 1ST BLOCK STARTS ==============================--> |
- | + | <table class="transbg" width="100%" cellspacing="0"> <!-- style="padding-top: 80px" --> | |
- | < | + | <!--<tr><td height="80px"><td/></tr>--> |
+ | <tr> | ||
<td></td> | <td></td> | ||
- | < | + | <td class="contentWidth" align="center"> |
- | < | + | |
- | <!-- | + | <table class="transbg" width="100%" cellspacing="0"> |
+ | <tr> | ||
+ | <td class="contentcell" width="95%" align="justify"> | ||
+ | <!--====================================================================--> | ||
+ | <!--====================================================================--> | ||
+ | <!--==================== TEXT STARTS HERE ==============================--> | ||
+ | </html> |
Latest revision as of 02:47, 18 October 2014
|