You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by bu...@apache.org on 2011/12/22 20:28:39 UTC

svn commit: r800820 - /websites/staging/trafficserver/trunk/content/styles/styles.css

Author: buildbot
Date: Thu Dec 22 19:28:39 2011
New Revision: 800820

Log:
Staging update by buildbot

Modified:
    websites/staging/trafficserver/trunk/content/styles/styles.css

Modified: websites/staging/trafficserver/trunk/content/styles/styles.css
==============================================================================
--- websites/staging/trafficserver/trunk/content/styles/styles.css (original)
+++ websites/staging/trafficserver/trunk/content/styles/styles.css Thu Dec 22 19:28:39 2011
@@ -29,7 +29,7 @@ INDEX
 /* 1. HTML, BODY, CONTENT */
 
 html {
-    font-family: "Droid Serif", Georgia, serif;
+    font-family: arial, helvetica, clean, sans-serif;
     background: url('/images/grey_paper.jpg');
     font-size: 0.875em;
 }
@@ -239,6 +239,44 @@ div.last > ul li {
 /* 8. DOWNLOAD BUTTON */
 
 #download {
+    float:right;
+    text-align:center;
+    height: 30px;
+    width: 200px;
+    margin:10px;
+    border-top: 1px solid #c8c8c8;
+    background: #47bf1f;
+    background: -webkit-gradient(linear, left top, left bottom, from(#9fe47d), to(#47bf1f));
+    background: -webkit-linear-gradient(top, #9fe47d, #47bf1f);
+    background: -moz-linear-gradient(top, #9fe47d, #47bf1f);
+    background: -ms-linear-gradient(top, #9fe47d, #47bf1f);
+    background: -o-linear-gradient(top, #9fe47d, #47bf1f);
+    padding: 20px;
+    -webkit-border-radius: 12px;
+    -moz-border-radius: 12px;
+    border-radius: 12px;
+    -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
+    -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
+    box-shadow: rgba(0,0,0,1) 0 1px 0;
+    text-shadow: rgba(0,0,0,.4) 0 1px 0;
+    color: white;
+    font-size: 18px;
+    font-family: Helvetica, Arial, Sans-Serif;
+    text-decoration: none;
+    vertical-align: middle;
+}
+#download:hover {
+    border-top-color: #47bf1f;
+    background: #47bf1f;
+    color: #ccc;
+}
+#download:active {
+    border-top-color: #47bf1f;
+    background: #47bf1f;
+}
+   
+/*
+#download {
     height: 100px;
     width: 200px;
     float: right;
@@ -248,9 +286,11 @@ div.last > ul li {
     text-align: center;
     padding-top: 70px;
 }
+*/
 #download a {
     color: white;
     font-size: 150%;
+    text-decoration: none;    
 }
 #download a:hover {
 }