Team:TU Munich/Templates/Beginn
From 2010.igem.org
(Difference between revisions)
Hartlmueller (Talk | contribs) (New page: {{:Team:TU_Munich/Templates/Layout}}) |
Hartlmueller (Talk | contribs) |
||
Line 1: | Line 1: | ||
{{:Team:TU_Munich/Templates/Layout}} | {{:Team:TU_Munich/Templates/Layout}} | ||
+ | |||
+ | <html> | ||
+ | |||
+ | <style> | ||
+ | |||
+ | |||
+ | //.rightbar {display: none;} | ||
+ | //#navTable { width: 50%; } | ||
+ | |||
+ | |||
+ | .wiki_div {display: none;} | ||
+ | #navTable { width: 100%; } | ||
+ | |||
+ | |||
+ | a.bar, a.bar:active | ||
+ | { | ||
+ | opacity: 1.0; | ||
+ | display: block; | ||
+ | border: 1px solid #006900; | ||
+ | background-color: #88B988; | ||
+ | float: left; | ||
+ | width: 100%; | ||
+ | color: white; | ||
+ | text-decoration: none | ||
+ | } | ||
+ | a.bar:hover | ||
+ | { | ||
+ | position: relative; | ||
+ | top: 1px; | ||
+ | left: 1px; | ||
+ | } | ||
+ | |||
+ | </style> | ||
+ | |||
+ | |||
+ | <table width="100%" border=0 cellpadding=0 cellspacing=0> | ||
+ | <tr> | ||
+ | <td colspan="2"> | ||
+ | <a href="#" class="bar" style="border-color: black; background-color: #AAAAAA; color: black;"> | ||
+ | <div class="leftbar" style="cursor: hand; float: left; width: 250px; position: relative;"><img height=70 src="home.jpg" border=0/> | ||
+ | <p style="margin: 0; cursor: hand; position: absolute; bottom: 5px; right: 5px; text-shadow:white 0px 0px 6px; font-size: 30px;">Home</p> | ||
+ | </div> | ||
+ | <div style="float: right; cursor: hand; width: 69%; margin-top: 1px; margin-bottom: 2px,"><div style="width: 100%; border-bottom: 1px black solid;"><span style="font-weight: bold; font-size: 0.9em;"> | ||
+ | |||
+ | </html> |
Revision as of 09:22, 24 August 2010
|