diff options
author | Romain d'Alverny <rda@mageia.org> | 2011-05-30 16:17:58 +0000 |
---|---|---|
committer | Romain d'Alverny <rda@mageia.org> | 2011-05-30 16:17:58 +0000 |
commit | 66ee1692e64985cf6614159da368fd9eb869df3c (patch) | |
tree | 1801a3be9b0aaa7136cbe56ae2bd942cd8ba7529 /g | |
parent | c8cef73403ca38bd08d8f4920f3a2dcf178d9253 (diff) | |
download | www-66ee1692e64985cf6614159da368fd9eb869df3c.tar www-66ee1692e64985cf6614159da368fd9eb869df3c.tar.gz www-66ee1692e64985cf6614159da368fd9eb869df3c.tar.bz2 www-66ee1692e64985cf6614159da368fd9eb869df3c.tar.xz www-66ee1692e64985cf6614159da368fd9eb869df3c.zip |
style update
Diffstat (limited to 'g')
-rw-r--r-- | g/style/all.css | 21 | ||||
-rw-r--r-- | g/style/screen.css | 21 |
2 files changed, 40 insertions, 2 deletions
diff --git a/g/style/all.css b/g/style/all.css index 446195468..50cfb522c 100644 --- a/g/style/all.css +++ b/g/style/all.css @@ -297,4 +297,23 @@ span.pop_5 { width: 50px; } .release #hd { margin-bottom: 0; } img.rel-desktop-home { width: 749px; background: #fff; border: 0; margin: 0; padding: 0; } -img.screen-copy { display: block; margin: 2em auto 4em auto; -webkit-box-shadow: 0px -6px 10px #aaa; }
\ No newline at end of file +img.screen-copy { display: block; margin: 2em auto 4em auto; -webkit-box-shadow: 0px -6px 10px #aaa; } + +.clear { clear: both; } +h2.download-btn { + font-family: "Century Gothic", "Trebuchet MS", Arial, sans-serif; + background: #3494D3; + background: -webkit-gradient(linear, left top, left bottom, from(#3494D3), color-stop(60%, #3494D3), to(#2383C2)); + background: -moz-linear-gradient(top, #3494D3 60%, #2383C2); + background: -webkit-linear-gradient(top, #3494D3 60%, #2383C2); + background: linear-gradient(top, #3494D3 60%, #2383C2); + margin: 0 0 1em 0; padding: 0; + color: #ffffff; + padding: 0.6em; font-size: 220%; font-weight: normal; + border-radius: 4px; +} +h2.download-btn a:link, +h2.download-btn a:visited { color: #fff; } + +p#subnav { text-align: right; color: #777; } +p#subnav a.sel { color: #000; }
\ No newline at end of file diff --git a/g/style/screen.css b/g/style/screen.css index e80510ad1..abe97b86d 100644 --- a/g/style/screen.css +++ b/g/style/screen.css @@ -285,4 +285,23 @@ span.pop_5 { width: 50px; } .release #hd { margin-bottom: 0; } img.rel-desktop-home { width: 749px; background: #fff; border: 0; margin: 0; padding: 0; } -img.screen-copy { display: block; margin: 2em auto 4em auto; -webkit-box-shadow: 0px -6px 10px #aaa; }
\ No newline at end of file +img.screen-copy { display: block; margin: 2em auto 4em auto; -webkit-box-shadow: 0px -6px 10px #aaa; } + +.clear { clear: both; } +h2.download-btn { + font-family: "Century Gothic", "Trebuchet MS", Arial, sans-serif; + background: #3494D3; + background: -webkit-gradient(linear, left top, left bottom, from(#3494D3), color-stop(60%, #3494D3), to(#2383C2)); + background: -moz-linear-gradient(top, #3494D3 60%, #2383C2); + background: -webkit-linear-gradient(top, #3494D3 60%, #2383C2); + background: linear-gradient(top, #3494D3 60%, #2383C2); + margin: 0 0 1em 0; padding: 0; + color: #ffffff; + padding: 0.6em; font-size: 220%; font-weight: normal; + border-radius: 4px; +} +h2.download-btn a:link, +h2.download-btn a:visited { color: #fff; } + +p#subnav { text-align: right; color: #777; } +p#subnav a.sel { color: #000; }
\ No newline at end of file |