Team:Freiburg software/Templates/Header

From 2009.igem.org

(Difference between revisions)
Line 1: Line 1:
-
<html> <style id="custom-css">  
+
<style id="custom-css">  
body{
body{
   background-color:#A9C1D3;
   background-color:#A9C1D3;
}
}
-
p{ margin:0};
+
p{ margin:1em;};
#p-logo{
#p-logo{
Line 49: Line 49:
}
}
-
</style></html>
+
</style>
<div id="custom-header">
<div id="custom-header">
<div class="art-Header"></div>
<div class="art-Header"></div>
{{:Team:Freiburg_software/Templates/Nav}}
{{:Team:Freiburg_software/Templates/Nav}}
</div>
</div>

Revision as of 09:34, 17 October 2009

<style id="custom-css">

body{

 background-color:#A9C1D3;

} p{ margin:1em;};

  1. p-logo{

}

  1. top-section, #content, #footer-box{
 border-color: #97b4c9;

}

  1. contentSub {
 margin: 0;

}

  1. content, #footer-box{
 background-color: #cbdae5;

}

  1. bodyContent{

}

  1. custom-css:parent {
 display: none !important;
 

}

  1. custom-header{
 margin:-5px;
 margin-top:-5px;

}


  1. content .firstHeading{
 display: none;

}

div.art-Header {

 background-image:url(Freiburg09_Head_startseite2.png);
 background-position:center bottom;
 background-repeat:no-repeat;
 position:relative;
 width:975px;
 height:200px;

}

</style>