From: Dale Weiler Date: Mon, 12 Nov 2012 23:34:07 +0000 (+0000) Subject: Remove button images (they suck). Made the site less plain with a gradiant X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=63ba5e473773c701297dd5a27f916fa6aa41c046;p=xonotic%2Fgmqcc.git Remove button images (they suck). Made the site less plain with a gradiant --- diff --git a/images/arrow-down.png b/images/arrow-down.png deleted file mode 100644 index 585b0bd..0000000 Binary files a/images/arrow-down.png and /dev/null differ diff --git a/images/bug.png b/images/bug.png deleted file mode 100644 index 2f82673..0000000 Binary files a/images/bug.png and /dev/null differ diff --git a/images/octocat-small.png b/images/octocat-small.png deleted file mode 100644 index 66c2539..0000000 Binary files a/images/octocat-small.png and /dev/null differ diff --git a/index.html b/index.html index 8badc78..4edb2e1 100644 --- a/index.html +++ b/index.html @@ -22,11 +22,11 @@

An Improved Quake C Compiler

diff --git a/qcvm b/qcvm deleted file mode 100755 index 7b6157b..0000000 Binary files a/qcvm and /dev/null differ diff --git a/stylesheets/styles.css b/stylesheets/styles.css index 0095856..1895760 100644 --- a/stylesheets/styles.css +++ b/stylesheets/styles.css @@ -30,10 +30,30 @@ body { font-family:"Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 14px; color: #232323; - background-color: #FBFAF7; + /*background-color: #FBFAF7;*/ margin: 0; line-height: 1.8em; -webkit-font-smoothing: antialiased; + + + +/* IE10 Consumer Preview */ +background-image: -ms-radial-gradient(right bottom, ellipse farthest-corner, #0D0D0D 0%, #FBFAF7 100%); + +/* Mozilla Firefox */ +background-image: -moz-radial-gradient(right bottom, ellipse farthest-corner, #0D0D0D 0%, #FBFAF7 100%); + +/* Opera */ +background-image: -o-radial-gradient(right bottom, ellipse farthest-corner, #0D0D0D 0%, #FBFAF7 100%); + +/* Webkit (Safari/Chrome 10) */ +background-image: -webkit-gradient(radial, right bottom, 0, right bottom, 1012, color-stop(0, #0D0D0D), color-stop(1, #FBFAF7)); + +/* Webkit (Chrome 11+) */ +background-image: -webkit-radial-gradient(right bottom, ellipse farthest-corner, #0D0D0D 0%, #FBFAF7 100%); + +/* W3C Markup, IE10 Release Preview */ +background-image: radial-gradient(ellipse farthest-corner at right bottom, #0D0D0D 0%, #FBFAF7 100%); } @@ -307,22 +327,12 @@ header li:hover { a.buttons { -webkit-font-smoothing: antialiased; - background: url(../images/arrow-down.png) no-repeat; font-weight: normal; text-shadow: rgba(0, 0, 0, 0.4) 0 -1px 0; padding: 2px 2px 2px 22px; height: 30px; } -a.github { - background: url(../images/octocat-small.png) no-repeat 1px; -} - -a.issues { - padding: 2px 2px 2px 21px; - background: url(../images/bug.png) no-repeat 0px; -} - a.buttons:hover { color: #fff; text-decoration: none; diff --git a/test.html b/test.html index 90eaf35..e8af145 100644 --- a/test.html +++ b/test.html @@ -25,9 +25,9 @@