Team:LMU-Munich/Templates/Page Header

From 2011.igem.org

(Difference between revisions)
(test3)
(mathias: header redesign in progess…)
Line 1: Line 1:
<html>
<html>
<style type="text/css">
<style type="text/css">
 +
/* hide some igem stuff... */
 +
h1.firstHeading, #p-logo img {
 +
display: none;
 +
}
 +
 +
/* reformat the page header */
 +
#p-logo a {
 +
display: block;
 +
background: url(https://static.igem.org/mediawiki/2011/f/fc/Biozentrumnacht.jpg);
 +
height: 100%;
 +
margin: 0;
 +
padding: 0;
 +
}
 +
 +
#top-section, #p-logo {
 +
height: 244px;
 +
}
 +
#header {
#header {
position: relative;
position: relative;
Line 9: Line 27:
position: absolute;
position: absolute;
left: 0px;
left: 0px;
-
top: 10px;
+
top: -243px;
 +
}
 +
 
 +
#nav {
 +
position: absolute;
 +
z-index: 100;
 +
top: 0px;
 +
left: 7px;
}
}
Line 17: Line 42:
margin: 0;
margin: 0;
padding: 0;
padding: 0;
-
}
 
-
 
-
#nav {
 
-
position: relative;
 
-
z-index: 100;
 
-
margin-top: -52px;
 
-
margin-bottom: 47px;
 
-
margin-left: 2px;
 
}
}
Line 105: Line 122:
}
}
-
#content {
+
#content-full {
padding: 5px;
padding: 5px;
}
}
Line 136: Line 153:
</style>
</style>
-
 
+
<img src="https://static.igem.org/mediawiki/2011/9/94/IgemLMU.png" id="logo" alt="iGEM—LMU" />
-
<div id="header">
+
-
<img src="https://static.igem.org/mediawiki/2011/f/fc/Biozentrumnacht.jpg" alt="" width="975" />
+
-
<img src="https://static.igem.org/mediawiki/2011/9/94/IgemLMU.png" id="logo" />
+
-
</div>
+
<div id="nav">
<div id="nav">
</html>
</html>

Revision as of 12:19, 29 August 2011