Template:Team:Aachen/Header

From 2014.igem.org

(Difference between revisions)
 
(298 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;
 +
 +
}
 +
 +
/*
 +
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 {
body {
-
     background-image:url(https://static.igem.org/mediawiki/2014/8/8e/Aachen_bg2.png);
+
     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;
-
    z-index: -1;
 
     top: 0;
     top: 0;
     bottom: 0;
     bottom: 0;
Line 19: Line 194:
     width: 100%;
     width: 100%;
     height: 100%;
     height: 100%;
 +
    font-family:'Arial';
}
}
-
</style>
 
-
<style type="text/css">
 
.topbgcolor {
.topbgcolor {
background: #66B5FF!important;
background: #66B5FF!important;
Line 30: Line 204:
.fullWidth {
.fullWidth {
-
     width: 975px;
+
     width: 1100px;
background-color: #8ebae5;
background-color: #8ebae5;
 +
}
 +
 +
.contentWidth {
 +
width: 1100px;
}
}
Line 64: Line 242:
td.topbt a {
td.topbt a {
       display: inherit;
       display: inherit;
-
       width: 975px;
+
       width: 1100px;
       height: 20px;
       height: 20px;
       text-align:center;  
       text-align:center;  
Line 96: Line 274:
.contentcell {
.contentcell {
-
background-color: rgba(255,255,255,0.8)
+
background-color: rgba(255,255,255,1.0);
 +
height: 200px;
}
}
-
p {
+
p, p ul li, p ol li, td ul li, td ol li {
text-align:justify;
text-align:justify;
-
font-size:12pt;
+
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; }
-
.transbg { 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;  }
 
.block1 { color:#FFFFFF!important; background-color:#0069b3!important;  }
.block1 { color:#FFFFFF!important; background-color:#0069b3!important;  }
Line 119: Line 317:
}
}
 +
.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
.shadow
{
{
Line 136: Line 343:
     -webkit-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>
-
<!-- MathJax (LaTeX for the web) -->
 
 +
<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 144: 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>
-
<!--  here ends the section that changes the default wiki template to a white full width background -->
 
-
<!-- beginning of your page -->
 
-
<!-- menu -->
+
<div class="navDiv" style="top:14px; position:fixed; z-index: 1; border-bottom-style: solid; border-bottom-width: 3px; border-bottom-color: #bf1521;">
-
<table class="highmenu" name="top" id="menu" width="100%" cellspacing="0" height="135px">
+
<nav style="width: 1250px;">
-
<tr>
+
<!-- style="border-bottom-style: solid; border-bottom-width: 10px; border-bottom-color: #bf1521;" -->
-
<td></td>
+
<ul align="left" style="">
-
<td valign="bottom" width="975px" align="center">
+
                <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>
-
<table class="highmenu" align="center">
+
</ul>
-
<tr>
+
</li>
-
<td class="menu">
+
</li>
-
<a href="https://2014.igem.org/Team:Aachen"> <img src="https://static.igem.org/mediawiki/2014/6/68/Aachen_Team_Logo_01.png" width="100%">
+
-
</a></td>  
+
-
<td class="menu">  
+
-
<a class = "menu" href="https://2014.igem.org/Team:Aachen/Team">Team</a>
+
<li style="width:215px"><a href="https://2014.igem.org/Team:Aachen/Collaborations">Collaborations</a>
-
</td>
+
<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>
-
<td class="menu">  
+
                                <li><a href="https://2014.igem.org/Team:Aachen/Collaborations/Heidelberg">Heidelberg</a></li>                             
-
<a class = "menu" href="https://2014.igem.org/Team:Aachen/PublicAffairs">Public Affairs</a>
+
</ul>
-
</td>
+
</li>
-
<td class="menu">  
+
<li style="width:157px"><a href="https://2014.igem.org/Team:Aachen/Notebook">Notebook</a>
-
<a class = "menu" href="https://2014.igem.org/Team:Aachen/CellockHolmes">Cellock Holmes</a>
+
<ul style="width:157px">
-
</td>
+
<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>
-
<td class="menu">  
+
<li style="width:109px"><a href="https://2014.igem.org/Team:Aachen/Attributions">Team</a>
-
<a class = "menu" href="https://2014.igem.org/Team:Aachen/Labbook">Biological Part/ </br> Labbook</a>
+
                    <ul style="width:142px">
-
</td>
+
                    <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>
-
<td class="menu">
+
<!-- end of menu -->
-
<a class = "menu" href="https://2014.igem.org/Team:Aachen/Errorlog">Computational Part/ </br> Errorlog</a>
+
-
</td>
+
-
<td class="menu">
 
-
<a class = "menu" href="https://2014.igem.org/Team:Aachen/Sponsors">Sponsors</a>
 
-
</td>
 
-
<td align="center" width="81px"><a href="https://igem.org/Main_Page"> <img src="https://static.igem.org/mediawiki/igem.org/6/60/Igemlogo_300px.png" width="55px"></a></td>  
+
<div class="loadBG"></div>
-
</tr>
+
<style>
-
</table>
+
#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;">
-
</td>
+
<!--  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>
-
</tr>
+
<td class="contentWidth" align="center">
-
</table>
+
 
-
<!-- end of menu -->
+
<table class="transbg" width="100%"  cellspacing="0">
 +
<tr>
 +
<td class="contentcell" width="95%" align="justify">
 +
<!--====================================================================-->
 +
<!--====================================================================-->
 +
<!--==================== TEXT STARTS HERE ==============================-->
</html>
</html>

Latest revision as of 02:47, 18 October 2014