Team:LMU-Munich/Templates/Page Header
From 2012.igem.org
(Difference between revisions)
(work on new design (menu formatted, the rest is currently a mess)) |
(placed logos) |
||
Line 5: | Line 5: | ||
h1.firstHeading, #p-logo, #catlinks { | h1.firstHeading, #p-logo, #catlinks { | ||
display: none; | display: none; | ||
+ | font-weight: lighter; | ||
} | } | ||
Line 14: | Line 15: | ||
margin: 0; | margin: 0; | ||
padding: 0; | padding: 0; | ||
+ | font-size: 1em; | ||
+ | font-face: sans-serif; | ||
} | } | ||
#top-section { | #top-section { | ||
border: 0 none transparent; | border: 0 none transparent; | ||
- | margin-top: | + | margin-top: 0; |
width: auto; | width: auto; | ||
height: 100px; | height: 100px; | ||
Line 45: | Line 48: | ||
padding: 0; | padding: 0; | ||
background: #421135; | background: #421135; | ||
- | height: | + | height: 2.5em; |
} | } | ||
Line 71: | Line 74: | ||
display: block; | display: block; | ||
background: #421135; | background: #421135; | ||
- | padding: | + | padding: .5em; |
height: 1.5em; | height: 1.5em; | ||
color: white; | color: white; | ||
Line 91: | Line 94: | ||
display: table; | display: table; | ||
position: absolute; | position: absolute; | ||
- | top: | + | top: 2.5em; |
left: 0; | left: 0; | ||
width: auto; | width: auto; | ||
Line 121: | Line 124: | ||
} | } | ||
- | # | + | #logos { |
- | + | width:117px; | |
- | + | text-align:center; | |
- | + | margin-left: 5em; | |
- | + | } | |
- | + | ||
- | + | #logos img { | |
+ | margin-bottom: .5em; | ||
} | } | ||
Line 133: | Line 137: | ||
</style> | </style> | ||
- | < | + | <div id="logos"> |
- | <img src="https://static.igem.org/mediawiki/ | + | <a href="https://2012.igem.org/Main_Page"> |
+ | <img src="https://static.igem.org/mediawiki/2012/f/f0/IGEM_logo.png" alt="iGEM" /> | ||
+ | </a> | ||
+ | <a href="http://www.mikrobiologie.biologie.uni-muenchen.de/index.html"> | ||
+ | <img src="https://static.igem.org/mediawiki/2012/9/9e/LMU_logo.png" alt="Ludwig-Maximilians-Universität München" /> | ||
</a> | </a> | ||
- | + | </div> | |
- | + | ||
- | + | ||
<div id="nav"> | <div id="nav"> | ||
</html> | </html> |
Revision as of 10:44, 15 May 2012