Template:Team:Braunschweig/HeadBraunschweig taskbar

From 2013.igem.org

(Difference between revisions)
Line 1: Line 1:
-
 
<html>
<html>
 +
 +
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<head>
<style>
<style>
 +
 +
/* basic settings */
 +
 +
.firstHeading {                                                /* Kill the default iGEM picture*/
 +
    height:0px;
 +
    visibility:hidden;
 +
}
 +
#top-section {
 +
        background-position: center center;
 +
        background-repeat: no-repeat;
 +
        background-color: #6c89c1;
 +
        border-with:0px;
 +
        height:0px;                        /* set top header height to zero, so we can show our logo */
 +
}
 +
#p-logo{
 +
    visibility:hidden;
 +
height:0px;
 +
}
 +
#search-controls{
 +
    visibility:hidden;
 +
height:0px;
 +
}
 +
#footer-box{
 +
    display:none;
 +
height:0px;
 +
}
 +
#f-poweredbyico{
 +
visibility:hidden;
 +
}
 +
#catlinks{
 +
visibility:hidden;
 +
height:0px;
 +
}
 +
.print-footer{
 +
visibility:hidden;
 +
height:0px;
 +
}
 +
#content {
 +
border-width:0px;
 +
}
 +
#siteSub {
 +
    display:none;
 +
}
 +
.visualClear{
 +
display:none;
 +
}
 +
 +
/* ********************** */
 +
 +
 +
body {
 +
background-position:center;
 +
background-repeat: repeat-y;
 +
background-image: url('https://static.igem.org/mediawiki/2013/6/65/BackgroundBS.jpg');
 +
background-attachment: fixed;
 +
}
/* menu */
/* menu */
-
         #menu{ margin:0px; padding:0px; list-style:none; color:#0a5117; line-height:36px; display:inline-block; float:left;}
+
         #menu{ margin:0px; padding:0px; list-style:none; color:#0a5117; line-height:36px; display:inline-block; float:center;}
         #menu a { color:#ffffff; text-decoration:none; }
         #menu a { color:#ffffff; text-decoration:none; }
         #menu > li {background:#be1e3c none repeat scroll 0 0; cursor:pointer; float:left; position:relative;padding:0px 19px; font-size:18px;}
         #menu > li {background:#be1e3c none repeat scroll 0 0; cursor:pointer; float:left; position:relative;padding:0px 19px; font-size:18px;}
Line 33: Line 90:
         #menu .corner_right { position:absolute; left:132px; top:0px;}
         #menu .corner_right { position:absolute; left:132px; top:0px;}
         #menu .middle { position:absolute; left:18px; height: 20px; width: 115px; top:0px;}
         #menu .middle { position:absolute; left:18px; height: 20px; width: 115px; top:0px;}
 +
 +
/* container */
 +
<!--#container{margin: 0; padding: 650px; font: 85% arial, hevetica, sans-serif; text-align: center; color: #333;  background-color: #D6D6D6; background-image: url(img_39.gif);}-->
 +
#container{
 +
margin: 0;
 +
width: 130 px;
 +
height: 100px;
 +
text-align: left;
 +
background-color: #ffffff;
 +
border: 1px solid black;
 +
}
Line 146: Line 214:
         </ul>
         </ul>
</head>
</head>
 +
 +
<body>
 +
 +
 +
<div id="container">
 +
<div id="head"></div>
 +
<div id="mainnav"></div>
 +
<div id="menu"></div>
 +
<div id="contents"></div>
 +
<div id="footer"></div>
 +
</div>
 +
</body>
</html>
</html>

Revision as of 13:49, 30 May 2013