Team:Valencia-CIPF/fondoweb
From 2013.igem.org
(Difference between revisions)
(Replaced content with "<html> </head> </head> <body background-color="red"> </body> </html>") |
|||
Line 1: | Line 1: | ||
<html> | <html> | ||
- | </ | + | <style type="text/css"> |
- | < | + | <script type="text/javascript"> |
- | + | ||
- | + | ||
+ | html, body { | ||
+ | margin: 0; | ||
+ | padding: 0; | ||
+ | } | ||
+ | body { | ||
+ | background:#05165; | ||
+ | } | ||
+ | |||
+ | |||
+ | |||
+ | .firstHeading { | ||
+ | display: none; | ||
+ | } | ||
+ | |||
+ | #top-section { | ||
+ | height: 0px; | ||
+ | margin: 0px; | ||
+ | padding:0; | ||
+ | border: none; | ||
+ | position: absolute; | ||
+ | top:-500px; /*Subir imagen iGEM hasta sacar fuera */ | ||
+ | } | ||
+ | |||
+ | #HomeCenter { | ||
+ | width: 600px; | ||
+ | height: auto; | ||
+ | float: left; | ||
+ | font-family: Helvetica, Helvetica, Geneva, sans-serif; | ||
+ | font-size: 14px; | ||
+ | text-align: justify; | ||
+ | margin-top: 8px; | ||
+ | margin-bottom: 20px; | ||
+ | margin-left: 250px; | ||
+ | margin-right: 12px; | ||
+ | padding: 0; | ||
+ | } | ||
+ | |||
+ | |||
+ | /* To make the images borders transparents!!! */ | ||
+ | div.thumbinner {background-color:transparent;} | ||
+ | div.thumb {border-color: transparent;} | ||
+ | div.thumb {background-color: transparent;} | ||
+ | |||
+ | |||
+ | #Calendar { | ||
+ | width: 680px; | ||
+ | height: auto; | ||
+ | float: left; | ||
+ | font-family: Helvetica, Helvetica, Geneva, sans-serif; | ||
+ | font-size: 13px; | ||
+ | text-align: center; | ||
+ | margin-top: 10px; | ||
+ | margin-bottom: 0; | ||
+ | margin-left: 10px; | ||
+ | margin-right: 10px; | ||
+ | padding: 0; | ||
+ | } | ||
+ | |||
+ | |||
+ | </style> | ||
</html> | </html> |
Revision as of 16:15, 2 September 2013