Difference between revisions of "Template:Freiburg/test"

Line 1: Line 1:
 
<html>
 
<html>
 
<style>
 
<style>
 +
/* ============= Resetting css coming from wiki itself ============= */
 +
body {
 +
    font: sans-serif;
 +
    color: #000;
 +
    margin: 0px;
 +
    padding: 0px;
 +
    background-color: #AAA;
 +
}
  
 +
#globalWrapper {
 +
    position: absolute;
 +
    font-size: 150%;
 +
    width: 100%;
 +
    margin: 0px;
 +
    padding: 0px 0px 0px;
 +
}
  
body{
+
#mainContainer {
 
margin: 0;
 
margin: 0;
 +
width: 100%;
 +
}
  
 +
#top_menu_under {
 +
    position: relative;
 +
    width: 100%;
 +
    height: 16px;
 +
    border-bottom: 2px solid #000;
 
}
 
}
#mainContainer { 
 
width: 978px;
 
  
 +
#top_menu_14 {
 +
    position: fixed;
 +
    width: 100%;
 +
    top: 0px;
 +
    left: 0px;
 +
    height: 16px;
 +
    background-color: #383838;
 +
    border-bottom: 2px solid #000;
 +
    z-index: 9999;
 
}
 
}
/*The blue menu bar*/
+
 
 +
 
 +
#top_menu_inside {
 +
    display: block;
 +
    position: relative;
 +
    width: 900px;
 +
    height: 100%;
 +
    margin: 0px auto;
 +
    padding: 0px 10px;
 +
    border-left: 1px solid #C8C8C8;
 +
    border-right: 1px solid #C8C8C8;
 +
    font-family: "arial",sans-serif;
 +
    font-size: 12px;
 +
    font-weight: 400;
 +
    color: #FFF;
 +
}
 +
 
 +
 
 +
 
 +
#content {
 +
    position: relative;
 +
    width: 100%;
 +
    margin: 0;
 +
    padding: 0;
 +
    background: #FFF none repeat scroll 0% 0%;
 +
    color: #000;
 +
    border-left: 0;
 +
    border-right: 0;
 +
    line-height: 0;
 +
    z-index: 2;
 +
 
 +
 
 +
}
 +
 
 +
.visualClear {
 +
    clear: both;
 +
}
 +
 
 +
 
 +
/* ============= END: Resetting css coming from wiki itself ============= */
 +
 
 +
 
 +
 
 +
 
 +
 
 +
/* ============= CSS for Menubar ============= */
 +
 
 
#menubar {
 
#menubar {
 +
        font-size: 16px;
 
background-color: #5781bd;
 
background-color: #5781bd;
 
display: table;
 
display: table;
Line 19: Line 95:
 
border-collapse: collapse;
 
border-collapse: collapse;
 
border: none;
 
border: none;
 +
 
}
 
}
  
Line 26: Line 103:
 
height: 30px;
 
height: 30px;
 
margin-top: 2px;
 
margin-top: 2px;
 
 
}
 
}
 
/*The first (horizontal) line of menu items*/
 
/*The first (horizontal) line of menu items*/
Line 44: Line 120:
 
margin-left: 0px;
 
margin-left: 0px;
 
float: left;
 
float: left;
 +
margin-top:0px;
 
}
 
}
 
#menubar ul ul li{
 
#menubar ul ul li{
Line 72: Line 149:
 
color: #EEEE00;
 
color: #EEEE00;
 
display: block;
 
display: block;
padding-top: 5px;
+
padding-top: 0px;
 
padding-left: 20px;
 
padding-left: 20px;
 
 
}
 
}
 
#menubar ul li:hover{
 
#menubar ul li:hover{
 
color: #EEEE00;
 
color: #EEEE00;
 +
}
 +
 +
#banner_home{
 +
margin:0;
 +
padding: 0px;
 +
background-image: url("../wiki/images/8/89/Freiburg_frontpage_banner.jpg");
 +
background-repeat: no-repeat;
 +
background-size:  cover;
 +
width: 100%;
 +
height: 400px;
 +
}
 +
#banner_team{
 +
margin:0;
 +
padding: 0px;
 +
background-image: url("../wiki/images/e/e7/FreiburgTeam2015.jpg");
 +
background-repeat: no-repeat;
 +
background-size:  cover;
 +
width: 100%;
 +
height: 400px;
 
}
 
}
 
</style>
 
</style>
 +
 +
<nav id="menubar">
 +
<ul>
 +
<li><a href="../Team:Freiburg/Description">Overview</a></li>
 +
<li><a href="#">Our Team</a>
 +
<li><a href="#">Results</a>
 +
<ul>
 +
<li><a href="#">Summary</a></li>
 +
<li><a href="#">Biobricks</a></li>
 +
<li><a href="#">Surface Chemistry</a></li>
 +
<li><a href="#">Cloning</a></li>
 +
<li><a href="#">iRIf</a></li>
 +
<li><a href="#">Modeling</a></li>
 +
<li><a href="#">Cell-free Expression</a></li>
 +
</ul>
 +
</li>   
 +
  <li><a href="../Team:Freiburg/Notebook">Notebook</a>
 +
    <ul>
 +
<li><a href="#">Protocols</a></li>
 +
<li><a href="#">Labjournals</a>
 +
<ul>
 +
<li><a href="#">Cell-free Expression</a></li>
 +
<li><a href="#">Cloning</a></li>
 +
<li><a href="#">Surface Chemistry</a></li>
 +
<li><a href="#">iRIf</a></li>
 +
</ul>
 +
</li>
 +
</ul>
 +
</li>
 +
</ul>
 +
</nav>
  
 
</html>
 
</html>

Revision as of 10:42, 30 July 2015