]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Style for invite button.
authorSamantha Doherty <sammy@status.net>
Fri, 15 Apr 2011 06:29:01 +0000 (02:29 -0400)
committerSamantha Doherty <sammy@status.net>
Fri, 15 Apr 2011 06:29:01 +0000 (02:29 -0400)
theme/neo/css/display.css

index f9ee0e51a770ee28508f7e15ce1cd3c34ad31cf1..1eaeb69c3fdc0b31983b0ddfea14027e8181da53 100644 (file)
@@ -588,6 +588,36 @@ address {
     -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
 }
 
+.invite_button {
+    height: 2.1em;
+    line-height: 2.1em;
+    display: block;
+    text-align: center;
+    color:#fff;
+    font-weight: bold;
+    text-transform: uppercase;
+    font-size: 1.2em;
+    text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.2);
+    border: 1px solid #d7621c;
+    border-radius: 4px;
+    -moz-border-radius: 4px;
+    -webkit-border-radius: 4px;
+    background: #FB6104;
+    background: -moz-linear-gradient(top, #ff9d63 , #FB6104);
+    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff9d63), color-stop(100%,#FB6104)); 
+    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9d63', endColorstr='#FB6104',GradientType=0 );
+}
+
+.invite_button:hover {
+    color: #fff;
+    text-decoration: none;
+    text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.6);
+    background: #ff9d63;
+    background: -moz-linear-gradient(top, #FB6104 , #fc8035);
+    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FB6104), color-stop(100%,#fc8035));
+    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FB6104', endColorstr='#fc8035',GradientType=0 );
+}
+
 #content h1 {
     border-bottom: 3px solid #A6ADBF;
     color: #A6ADBF;