Team:VIT Vellore/Templates/Header
From 2011.igem.org
(Difference between revisions)
(25 intermediate revisions not shown) | |||
Line 29: | Line 29: | ||
#igemlogo { | #igemlogo { | ||
- | width: | + | width:200px; |
- | height: | + | height:220px; |
position:absolute; | position:absolute; | ||
top:0px; | top:0px; | ||
+ | margin-top:25px; | ||
left:800px;} | left:800px;} | ||
Line 52: | Line 53: | ||
.firstHeading { | .firstHeading { | ||
display: none;} | display: none;} | ||
+ | |||
#content { | #content { | ||
+ | padding-top:50px; | ||
width: 900px; | width: 900px; | ||
border: none; | border: none; | ||
font-family: helvetica, arial, sans-serif; | font-family: helvetica, arial, sans-serif; | ||
- | background-color:rgba(255,255,255,0. | + | background-color:rgba(255,255,255,0.3); |
+ | |||
} | } | ||
- | |||
- | + | h1{ | |
- | + | font-family: helvetica, sans-serif, verdana, geneva; | |
- | + | font-size:32px; | |
- | + | letter-spacing:1px; | |
- | + | ||
+ | } | ||
+ | |||
+ | h2{ | ||
+ | font-family: helvetica, sans-serif, verdana, geneva; | ||
+ | font-size:16px; | ||
+ | text-transform:uppercase; | ||
+ | letter-spacing:1px; | ||
+ | border-bottom:2px solid #000; | ||
+ | } | ||
+ | h3{ | ||
+ | font-family: helvetica, sans-serif, verdana, geneva; | ||
+ | color:#000; | ||
+ | font-size:14px; | ||
+ | text-transform:uppercase; | ||
+ | line-height:16px; | ||
+ | letter-spacing:1px; | ||
+ | } | ||
+ | #textBox{ | ||
+ | width: 840px; | ||
+ | padding: 10px; | ||
+ | border: none; | ||
+ | font-family: helvetica, arial, sans-serif; | ||
+ | background-color:rgba(255,255,255,0.3); | ||
+ | -moz-box-shadow: 0px 0px 20px #aaaaaa; | ||
+ | -webkit-box-shadow: 0px 0px 20px #aaaaaa; | ||
+ | box-shadow: 0px 0px 20px #aaaaaa; | ||
+ | |||
+ | } | ||
+ | p.clear | ||
+ | { | ||
+ | clear:both; | ||
+ | } | ||
</style> | </style> | ||
- | + | ||
</head> | </head> | ||
<body> | <body> | ||
<style> | <style> | ||
- | body{background-image:url('https://static.igem.org/mediawiki/2011/ | + | body{background-image:url('https://static.igem.org/mediawiki/2011/d/d1/Vit_background.png'); |
background-position:top center; | background-position:top center; | ||
background-repeat:repeat-y} | background-repeat:repeat-y} | ||
Line 77: | Line 112: | ||
<div id='igemlogo'> | <div id='igemlogo'> | ||
<a href='https://2011.igem.org/Main_Page'> | <a href='https://2011.igem.org/Main_Page'> | ||
- | <img src='https://static.igem.org/mediawiki/2010/7/7d/ICLlogo2.png'> | + | <img src='https://static.igem.org/mediawiki/2010/7/7d/ICLlogo2.png' style="height: 70px"> |
</a> | </a> | ||
</div> | </div> | ||
<div id='paralogo'> | <div id='paralogo'> | ||
<a href='https://2011.igem.org/Team:VIT_Vellore'> | <a href='https://2011.igem.org/Team:VIT_Vellore'> | ||
- | <img src='https://static.igem.org/mediawiki/2011/0/0e/Vit_logo.png'> | + | <img src='https://static.igem.org/mediawiki/2011/0/0e/Vit_logo.png' style="height: 120px"> |
</a> | </a> | ||
</div> | </div> | ||
+ | |||
</body> | </body> | ||
</html> | </html> |
Latest revision as of 21:35, 5 October 2011