Team:Valencia/fondoweb
From 2012.igem.org
(Difference between revisions)
(Created page with "<html> <head> <style type="text/css"> div.background { width:500px; height:250px; background:url(https://static.igem.org/mediawiki/2012/3/3c/Fondo_web.jpg) repeat; border:2px...") |
|||
Line 1: | Line 1: | ||
<html> | <html> | ||
- | + | ||
<style type="text/css"> | <style type="text/css"> | ||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | + | html, body { | |
+ | margin: 0; | ||
+ | padding: 0; | ||
+ | } | ||
- | + | body { | |
- | + | background:#000000 url(https://static.igem.org/mediawiki/2012/3/3c/Fondo_web.jpg) no-repeat top center fixed; | |
+ | } | ||
+ | |||
+ | /* Tips taken from Pieter van Boheemen wiki hack */ | ||
+ | /* with modifications. */ | ||
+ | /* Author: Alejandro Vignoni*/ | ||
+ | /*background:transparent url("https://static.igem.org/mediawiki/2010/0/0c/Transpa.png") center top fixed repeat-y;*/ | ||
+ | /* El que estaba antes 26/10 https://static.igem.org/mediawiki/2010/8/86/Transpa30.png */ | ||
+ | |||
+ | #globalWrapper { background-color: transparent; border: none; margin: 0; padding: 0;} | ||
+ | #content{ | ||
+ | background:transparent url("https://static.igem.org/mediawiki/2010/f/f4/Transpa50.png") center top fixed repeat-y; | ||
+ | padding: 0px; | ||
+ | margin:0 auto; | ||
+ | border: none; | ||
+ | } | ||
+ | #bodyContent { border: none; padding:0; margin:10px width:100%;} | ||
+ | #top-section { height: 20px; margin-top: -5px; margin-left: auto; margin-right: auto; margin-bottom: 0 !important; margin-bottom: 10px; padding:0; border: none;} | ||
+ | #p-logo { height:1px; overflow:hidden; display: none;} | ||
+ | #search-controls { overflow:hidden; display:block; background: none; position: absolute; top: 100px; right: 40px;} | ||
+ | .left-menu { width: 400px; display:block; float:left; margin-top:-80px; border: none;} | ||
+ | .left-menu ul { border: none; } | ||
+ | #menubar.right-menu { width:300px; display:block; float:left; margin-top:-80px; border: none;} | ||
+ | .right-menu ul { border: none;} | ||
+ | #footer-box { background-color: transparent; border: none; width: 965px; margin: 0 auto; padding: 0;} | ||
+ | #footer { border: none; width: 965px; margin: 0; padding: 0;} | ||
+ | .firstHeading { display: none;} | ||
+ | #f-list a { color: #333; font-size: 10px;} | ||
+ | #f-list a:hover { color: #666;} | ||
+ | #footer ul { margin: 0; padding: 0;} | ||
+ | #footer ul li { margin-top: 0; margin-bottom: 0; margin-left: 10px; margin-right: 10px; padding: 0;} | ||
+ | /* To make the images borders transparents!!! */ | ||
+ | div.thumbinner {background-color:transparent;} | ||
+ | div.thumb {border-color: transparent;} | ||
+ | div.thumb {background-color: transparent;} | ||
+ | h1 { color: #000000 } | ||
+ | h2 { color: #000000 } | ||
+ | h3 { color: #000000 } | ||
+ | h4 { color: #000000 } | ||
+ | |||
+ | |||
+ | |||
+ | #HomeCenter { | ||
+ | width: 696px; | ||
+ | height: auto; | ||
+ | float: left; | ||
+ | font-family: Verdana, Verdana, Geneva, sans-serif; | ||
+ | font-size: 14px; | ||
+ | text-align: justify; | ||
+ | margin-top: 8px; | ||
+ | margin-bottom: 20px; | ||
+ | margin-left: 12px; | ||
+ | margin-right: 12px; | ||
+ | padding: 0; | ||
+ | } | ||
+ | |||
+ | #HomeCenterB { | ||
+ | width: 705px; | ||
+ | height: auto; | ||
+ | float: left; | ||
+ | font-family: Verdana, Verdana, Geneva, sans-serif; | ||
+ | font-size: 14px; | ||
+ | text-align: justify; | ||
+ | margin-top: 0; | ||
+ | margin-bottom: 20px; | ||
+ | margin-left: 0; | ||
+ | margin-right: 0; | ||
+ | padding: 0; | ||
+ | background-color: #FFFFFF; | ||
+ | } | ||
+ | #HomeCenterBm { | ||
+ | width: 660px; | ||
+ | height: auto; | ||
+ | float: left; | ||
+ | font-family: Verdana, Verdana, Geneva, sans-serif; | ||
+ | font-size: 14px; | ||
+ | text-align: justify; | ||
+ | margin-top: 8px; | ||
+ | margin-bottom: 20px; | ||
+ | margin-left: 20px; | ||
+ | margin-right: 20px; | ||
+ | padding: 0; | ||
+ | background-color: #FFFFFF; | ||
+ | } | ||
+ | |||
+ | #HomeCenterBB { | ||
+ | width: 660px; | ||
+ | height: auto; | ||
+ | float: left; | ||
+ | font-family: Verdana, Verdana, Geneva, sans-serif; | ||
+ | font-size: 14px; | ||
+ | text-align: justify; | ||
+ | margin-top: 8px; | ||
+ | margin-bottom: 20px; | ||
+ | margin-left: 20px; | ||
+ | margin-right: 20px; | ||
+ | padding: 0; | ||
+ | background-color: #FFFFFF; | ||
+ | } | ||
+ | |||
+ | |||
+ | #HomeCenterCenter { | ||
+ | width: 941px; | ||
+ | height: auto; | ||
+ | float: left; | ||
+ | font-family: Verdana, Verdana, Geneva, sans-serif; | ||
+ | font-size: 14px; | ||
+ | text-align: justify; | ||
+ | margin-top: 8px; | ||
+ | margin-bottom: 20px; | ||
+ | margin-left: 12px; | ||
+ | margin-right: 12px; | ||
+ | padding: 0; | ||
+ | } | ||
+ | |||
+ | #HomeCenterCenterB { | ||
+ | background-color: #FFFFFF; | ||
+ | width: 965px; | ||
+ | height: auto; | ||
+ | float: left; | ||
+ | font-family: Verdana, Verdana, Geneva, sans-serif; | ||
+ | font-size: 14px; | ||
+ | text-align: left; | ||
+ | margin: 0; | ||
+ | padding: 0; | ||
+ | margin-right: 12px; | ||
+ | margin-bottom: 20px; | ||
+ | } | ||
+ | |||
+ | #HomeCenterCenterBB { | ||
+ | background-color: #FFFFFF; | ||
+ | width: 945px; | ||
+ | height: auto; | ||
+ | float: left; | ||
+ | font-family: Verdana, Verdana, Geneva, sans-serif; | ||
+ | font-size: 14px; | ||
+ | text-align: left; | ||
+ | padding: 0; | ||
+ | margin-bottom: 20px; | ||
+ | margin-bottom: 10px; | ||
+ | margin-left: 10px; | ||
+ | margin-right: 10px; | ||
+ | } | ||
+ | |||
+ | #HomeRight { | ||
+ | width: 245px; | ||
+ | height: auto; | ||
+ | float: right; | ||
+ | font-family: Verdana, Verdana, Geneva, sans-serif; | ||
+ | font-size: 14px; | ||
+ | text-align: center; | ||
+ | } | ||
+ | |||
+ | #Calendar { | ||
+ | |||
+ | width: 680px; | ||
+ | height: auto; | ||
+ | float: left; | ||
+ | font-family: Verdana, Verdana, Geneva, sans-serif; | ||
+ | font-size: 13px; | ||
+ | text-align: center; | ||
+ | margin-top: 10px; | ||
+ | margin-bottom: 0; | ||
+ | margin-left: 10px; | ||
+ | margin-right: 10px; | ||
+ | padding: 0; | ||
+ | } | ||
+ | |||
+ | #Titulos{ | ||
+ | text-align: center; | ||
+ | font-family: Kautiva, Verdana, Geneva, sans-serif; | ||
+ | font-size: 30px; | ||
+ | font-weight: bold; | ||
+ | color: #000000; | ||
+ | } | ||
+ | |||
+ | .marquito { | ||
+ | font-family: Verdana, Verdana, Geneva, sans-serif; | ||
+ | font-size: 13px; | ||
+ | padding: 0; | ||
+ | float: left; | ||
+ | border: 2px; | ||
+ | border-color:#CCCCCC; | ||
+ | } | ||
+ | |||
+ | </style> | ||
- | |||
- | |||
- | |||
</html> | </html> |
Revision as of 11:52, 26 July 2012