version 1.1, 2013/03/12 13:09:34
|
version 1.3, 2015/02/05 18:05:58
|
Line 4 html {
|
Line 4 html {
|
} |
} |
|
|
body { |
body { |
/* Safari 4-5, Chrome 1-9 */ |
background-image: url("http://demandred.dyndns.org/daily/work/images/backnewsfrench9.jpg"); |
/* Can't specify a percentage size? Laaaaaame. */ |
background-repeat: repeat; |
background: -webkit-gradient(radial, center center, 0, center center, 460, from(#4351B0), to(#1576D6)); |
background-position: center center |
|
-webkit-background-size: cover; |
|
-moz-background-size: cover; |
|
-o-background-size: cover; |
|
background-size: 100%; |
|
|
/* Safari 5.1+, Chrome 10+ */ |
font-family: Tahoma, Geneva, sans-serif; |
background: -webkit-radial-gradient(circle, #4351B0, #a2a2a2); |
|
|
|
/* Firefox 3.6+ */ |
|
background: -moz-radial-gradient(circle, #4351B0, #a2a2a2); |
|
|
|
/* IE 10 */ |
|
background: -ms-radial-gradient(circle, #4351B0, #a2a2a2); |
|
|
|
/* Opera cannot do radial gradients yet */ |
|
|
|
font-family: Tahoma, Geneva, sans-serif; |
|
} |
} |
|
|
a:link {color:#082e58; text-decoration: none; font-weight:normal;} |
a:link {color:#082e58; text-decoration: none; font-weight:normal;} |