]> git.xonotic.org Git - xonotic/gmqcc.git/commitdiff
Remove button images (they suck). Made the site less plain with a gradiant
authorDale Weiler <killfieldengine@gmail.com>
Mon, 12 Nov 2012 23:34:07 +0000 (23:34 +0000)
committerDale Weiler <killfieldengine@gmail.com>
Mon, 12 Nov 2012 23:34:07 +0000 (23:34 +0000)
images/arrow-down.png [deleted file]
images/bug.png [deleted file]
images/octocat-small.png [deleted file]
index.html
qcvm [deleted file]
stylesheets/styles.css
test.html

diff --git a/images/arrow-down.png b/images/arrow-down.png
deleted file mode 100644 (file)
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 (file)
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 (file)
index 66c2539..0000000
Binary files a/images/octocat-small.png and /dev/null differ
index 8badc788873743ca177c426c5d2a65fb22ce3b67..4edb2e18e970852027523fe123750b8ccd178a8e 100644 (file)
         <p class="header">An Improved Quake C Compiler</p>
 
         <ul>
-          <li class="download"><a class="buttons" href="https://github.com/graphitemaster/gmqcc/zipball/master">Download ZIP</a></li>
-          <li class="download"><a class="buttons" href="https://github.com/graphitemaster/gmqcc/tarball/master">Download TAR</a></li>
-          <li><a class="buttons issues" href="https://github.com/graphitemaster/gmqcc/issues">Issues</a></li>
-          <li><a class="buttons test"   href="test.html">Try it</a></li>
-          <li><a class="buttons github" href="https://github.com/graphitemaster/gmqcc">View On GitHub</a></li>
+          <li class="download"><a href="https://github.com/graphitemaster/gmqcc/zipball/master">Download ZIP</a></li>
+          <li class="download"><a href="https://github.com/graphitemaster/gmqcc/tarball/master">Download TAR</a></li>
+          <li class="buttons"><a href="https://github.com/graphitemaster/gmqcc/issues">Issues</a></li>
+          <li class="buttons"><a href="test.html">Try it</a></li>
+          <li class="buttons"><a href="https://github.com/graphitemaster/gmqcc">View On GitHub</a></li>
         </ul>
 
 
diff --git a/qcvm b/qcvm
deleted file mode 100755 (executable)
index 7b6157b..0000000
Binary files a/qcvm and /dev/null differ
index 00958563d3d260aa4bdffdc08aa9452858400a08..1895760cfa130fd7fc16e130f57b18d88d97d924 100644 (file)
@@ -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;
index 90eaf3513c79c97f7e37f0c23e182a057358820c..e8af14571e5d3d57718b308d6016aa38d3c284f4 100644 (file)
--- a/test.html
+++ b/test.html
@@ -25,9 +25,9 @@
         <ul>
           <li class="download"><a class="buttons" href="https://github.com/graphitemaster/gmqcc/zipball/master">Download ZIP</a></li>
           <li class="download"><a class="buttons" href="https://github.com/graphitemaster/gmqcc/tarball/master">Download TAR</a></li>
-          <li><a class="buttons issues" href="https://github.com/graphitemaster/gmqcc/issues">Issues</a></li>
-          <li><a class="buttons test"   href="test.html">Try it</a></li>
-          <li><a class="buttons github" href="https://github.com/graphitemaster/gmqcc">View On GitHub</a></li>
+          <li><a class="buttons" href="https://github.com/graphitemaster/gmqcc/issues">Issues</a></li>
+          <li><a class="buttons" href="test.html">Try it</a></li>
+          <li><a class="buttons" href="https://github.com/graphitemaster/gmqcc">View On GitHub</a></li>
         </ul>
 
       </header>