Template:Uppsala-SwedenTemplate
From 2011.igem.org
(Difference between revisions)
Line 4: | Line 4: | ||
<style type="text/css"> | <style type="text/css"> | ||
- | body {} | + | body {-moz-border-radius: 330px/350px; |
+ | -webkit-border-radius: 330px 350px; | ||
+ | border-radius: 330px/350px; | ||
+ | background: #800; | ||
+ | background: -moz-linear-gradient(-90deg, #FE878A, #E71616 50%, #800000 80%, #800000 85%, #b80304); | ||
+ | background: -webkit-gradient(linear, left top, left bottom, from(#FE878A), | ||
+ | color-stop(50%, #E71616), color-stop(80%, #800000), | ||
+ | color-stop(85%, #800000), to(#b80304));} | ||
body.mediawiki {-moz-border-radius: 330px/350px; | body.mediawiki {-moz-border-radius: 330px/350px; | ||
-webkit-border-radius: 330px 350px; | -webkit-border-radius: 330px 350px; | ||
Line 15: | Line 22: | ||
/*background:#fff*/ ;url(https://static.igem.org/mediawiki/2011/d/db/Uppsala.jpg) top center repeat-y; font-family:Helvetica, Arial, sans-serif; color:#202020;} | /*background:#fff*/ ;url(https://static.igem.org/mediawiki/2011/d/db/Uppsala.jpg) top center repeat-y; font-family:Helvetica, Arial, sans-serif; color:#202020;} | ||
#content {width:976px;border:0; padding:0; background:#fff url(https://static.igem.org/mediawiki/2011/d/db/Uppsala.jpg) bottom center repeat-x;} | #content {width:976px;border:0; padding:0; background:#fff url(https://static.igem.org/mediawiki/2011/d/db/Uppsala.jpg) bottom center repeat-x;} | ||
- | #bodyContent {} | + | #bodyContent {-moz-border-radius: 330px/350px; |
+ | -webkit-border-radius: 330px 350px; | ||
+ | border-radius: 330px/350px; | ||
+ | background: #800; | ||
+ | background: -moz-linear-gradient(-90deg, #FE878A, #E71616 50%, #800000 80%, #800000 85%, #b80304); | ||
+ | background: -webkit-gradient(linear, left top, left bottom, from(#FE878A), | ||
+ | color-stop(50%, #E71616), color-stop(80%, #800000), | ||
+ | color-stop(85%, #800000), to(#b80304));} | ||
h1.firstHeading, #top {display:none;} | h1.firstHeading, #top {display:none;} | ||
#content * a:hover {text-decoration:none;} | #content * a:hover {text-decoration:none;} |
Revision as of 18:12, 15 June 2011