User:Emilio/valencia.css
From 2009.igem.org
< User:Emilio(Difference between revisions)
(117 intermediate revisions not shown) | |||
Line 3: | Line 3: | ||
padding: 0; | padding: 0; | ||
} | } | ||
- | body { | + | body.mediawiki {background:#000 url(https://static.igem.org/mediawiki/2009/5/51/ValenciaBordeado4.JPG) |
- | + | top center repeat-y; font-family:Gill Sans / Gill Sans MT, 'Lucida Sans Unicode', 'Lucida Grande', sans-serif; color:#202020;} | |
+ | |||
+ | |||
+ | #content { | ||
+ | background-color: #b0b0b0 | ||
+ | } | ||
- | color: # | + | } |
+ | #bodyContent {} | ||
+ | h1.firstHeading, #top {display:none;} | ||
+ | |||
+ | |||
+ | body { | ||
+ | background: #00868B; | ||
+ | color: #00868B; | ||
font: 11px verdana, sans-serif; | font: 11px verdana, sans-serif; | ||
margin: 0px; | margin: 0px; | ||
Line 12: | Line 24: | ||
} | } | ||
a { | a { | ||
- | color: # | + | color: #000000; |
font-weight: bold; | font-weight: bold; | ||
text-decoration: none; | text-decoration: none; | ||
} | } | ||
a:hover { | a:hover { | ||
- | color: # | + | color: #185B85; |
text-decoration: underline; | text-decoration: underline; | ||
} | } | ||
Line 35: | Line 47: | ||
} | } | ||
#header p.more { | #header p.more { | ||
- | padding-right: | + | padding-right: 2px; |
} | } | ||
#header { | #header { | ||
height: 320px; | height: 320px; | ||
- | background: url( | + | background: url(https://static.igem.org/mediawiki/2009/0/04/Valenciacabecera7.JPG) no-repeat; |
} | } | ||
#header div { | #header div { | ||
- | padding: | + | padding: 130px 413px 10px 30px; |
} | } | ||
#header p { | #header p { | ||
Line 52: | Line 64: | ||
} | } | ||
#nav { | #nav { | ||
- | width: | + | width: 840px; |
- | height:48px; | + | height: 48px; |
margin: 0px 0px 0px 20px; | margin: 0px 0px 0px 20px; | ||
- | background-image:url( | + | background-image:url(https://static.igem.org/mediawiki/2009/0/09/Bg2.gif); |
- | background-repeat: | + | background-repeat:repeat-x; |
- | display: | + | display:block; |
float:left; | float:left; | ||
Line 82: | Line 94: | ||
} | } | ||
#body { | #body { | ||
- | background: url( | + | background: url(https://static.igem.org/mediawiki/2009/b/b0/ValenciaBody_bgblanco.JPG) repeat-y; |
clear: both; | clear: both; | ||
width: 100%; | width: 100%; | ||
} | } | ||
#body-top { | #body-top { | ||
- | background: url( | + | background: url(https://static.igem.org/mediawiki/2009/e/ed/ValenciaBody_topblancogris.JPG) no-repeat; |
} | } | ||
#body-bot { | #body-bot { | ||
- | background: bottom url( | + | background: bottom url(https://static.igem.org/mediawiki/2009/1/18/ValenciaBody_botblanco.GIF) no-repeat; |
padding: 21px 25px 15px 42px; | padding: 21px 25px 15px 42px; | ||
} | } | ||
Line 107: | Line 119: | ||
width: 738px; | width: 738px; | ||
margin-left: 20px; | margin-left: 20px; | ||
- | background: url( | + | background: url(https://static.igem.org/mediawiki/2009/f/f3/ValenciaFoot_bgblanco2.JPG) repeat-y; |
} | } | ||
#foot-top { | #foot-top { | ||
- | background: url( | + | background: url(https://static.igem.org/mediawiki/2009/6/6d/Valenciafoottopblanco6.JPG) no-repeat; |
} | } | ||
#foot-bot { | #foot-bot { | ||
- | background: bottom url( | + | background: bottom url(https://static.igem.org/mediawiki/2009/9/96/ValenciaFoot_botblanco.GIF) no-repeat; |
padding: 13px 21px 12px 28px; | padding: 13px 21px 12px 28px; | ||
} | } | ||
Line 126: | Line 138: | ||
float: left; | float: left; | ||
margin-left: 2px; | margin-left: 2px; | ||
- | width: | + | width: 284px; |
} | } | ||
#news-box { | #news-box { | ||
Line 162: | Line 174: | ||
padding: 0px 0px 5px 20px; | padding: 0px 0px 5px 20px; | ||
list-style: none; | list-style: none; | ||
- | background: 0px 3px url( | + | background: 0px 3px url(https://static.igem.org/mediawiki/2009/e/e3/ValenciaBullet2.gif) no-repeat; |
} | } | ||
p { | p { |
Latest revision as of 10:37, 8 October 2009
html { margin: 0; padding: 0; } body.mediawiki {background:#000 url(https://static.igem.org/mediawiki/2009/5/51/ValenciaBordeado4.JPG) top center repeat-y; font-family:Gill Sans / Gill Sans MT, 'Lucida Sans Unicode', 'Lucida Grande', sans-serif; color:#202020;} #content { background-color: #b0b0b0 } } #bodyContent {} h1.firstHeading, #top {display:none;} body { background: #00868B; color: #00868B; font: 11px verdana, sans-serif; margin: 0px; padding: 20px 0px 20px 0px; } a { color: #000000; font-weight: bold; text-decoration: none; } a:hover { color: #185B85; text-decoration: underline; } img { border: 0px; } #wrapper { width: 778px; margin: auto; text-align: left; } #header p { font-size:18px; font-style:italic; color:#FFFFFF; font-family:Georgia, "Times New Roman", Times, serif; } #header p.more { padding-right: 2px; } #header { height: 320px; background: url(https://static.igem.org/mediawiki/2009/0/04/Valenciacabecera7.JPG) no-repeat; } #header div { padding: 130px 413px 10px 30px; } #header p { margin: 0px; padding: 0px; } #header a { color:#FFFFFF; } #nav { width: 840px; height: 48px; margin: 0px 0px 0px 20px; background-image:url(https://static.igem.org/mediawiki/2009/0/09/Bg2.gif); background-repeat:repeat-x; display:block; float:left; } #nav a { font-size:18px; font-style:italic; color:#260403; font-family:Georgia, "Times New Roman", Times, serif; margin: 12px 0px 10px 0px; padding: 0px 20px 0px 20px; display:inline; float:left; border-right-width: 2px; border-right-style: inset; border-right-color: #76644f; } #nav a:hover { color:#862e06; text-decoration:none; } .lastchild { border-right: none 0px !important; } #body { background: url(https://static.igem.org/mediawiki/2009/b/b0/ValenciaBody_bgblanco.JPG) repeat-y; clear: both; width: 100%; } #body-top { background: url(https://static.igem.org/mediawiki/2009/e/ed/ValenciaBody_topblancogris.JPG) no-repeat; } #body-bot { background: bottom url(https://static.igem.org/mediawiki/2009/1/18/ValenciaBody_botblanco.GIF) no-repeat; padding: 21px 25px 15px 42px; } #about-box { float: left; width: 315px; } #about-box ul { margin-left: 8px; } #express-box { float: right; width: 327px; } #foot { width: 738px; margin-left: 20px; background: url(https://static.igem.org/mediawiki/2009/f/f3/ValenciaFoot_bgblanco2.JPG) repeat-y; } #foot-top { background: url(https://static.igem.org/mediawiki/2009/6/6d/Valenciafoottopblanco6.JPG) no-repeat; } #foot-bot { background: bottom url(https://static.igem.org/mediawiki/2009/9/96/ValenciaFoot_botblanco.GIF) no-repeat; padding: 13px 21px 12px 28px; } #what-box { float: left; width: 332px; } #what-box img.left { margin-left: 10px; } #what-box ul { float: left; margin-left: 2px; width: 284px; } #news-box { float: right; width: 316px; } #news-box ul { float: left; margin-left: 2px; width: 184px; } #footer { margin: 14px; text-align: center; } h2 { margin: 0px; padding: 0px 0px 10px 0px; font:Arial, Helvetica, sans-serif; font-size:20px; font-style:italic; color:#862e06; } h2 b{ color:#341c12; } ul { margin: 0px; padding: 0px; } li { margin: 0px; padding: 0px 0px 5px 20px; list-style: none; background: 0px 3px url(https://static.igem.org/mediawiki/2009/e/e3/ValenciaBullet2.gif) no-repeat; } p { margin-top: 0px; margin-bottom: 10px; } div.narrow-text { margin-right: 18px; } img.left { float: left; padding-right: 14px; padding-bottom: 16px; } #body p.more { padding-top: 6px; } #news-box p.more { padding-top: 0px; margin-top: 0px; } p.more { text-align: right; } .clear { clear: both; }