https://www.mediawiki.org/wiki/Special:Code/MediaWiki/103428

Revision: 103428
Author:   brion
Date:     2011-11-17 01:08:11 +0000 (Thu, 17 Nov 2011)
Log Message:
-----------
steal a couple basic gradients from Yair rand's mockup

Modified Paths:
--------------
    trunk/mockups/athena/athena.css

Modified: trunk/mockups/athena/athena.css
===================================================================
--- trunk/mockups/athena/athena.css     2011-11-17 01:07:30 UTC (rev 103427)
+++ trunk/mockups/athena/athena.css     2011-11-17 01:08:11 UTC (rev 103428)
@@ -39,6 +39,14 @@
        z-index: 99999;
 }
 
+#top-bar {
+    background: -webkit-linear-gradient(top, #3E3E3E 0%,#393939 14%,#2E2E2E 
32%,#151515 64%,#080808 84%,#010101 100%);
+}
+
+#bottom-bar {
+    background: -webkit-linear-gradient(top, #3E3E3E 0%,#393939 14%,#2E2E2E 
32%,#151515 64%,#080808 84%,#010101 100%);
+}
+
 .bar-float {
        position: fixed;
 }
@@ -59,6 +67,7 @@
 
 .bar .detail {
        background-color: gray;
+    background: -webkit-linear-gradient(top, #6D6D6D 0%,#676767 15%,#5A5A5A 
36%,#494949 77%,#282828 100%);
 }
 
 .bar button {
@@ -111,6 +120,9 @@
        background-position: center right;
        background-repeat: no-repeat;
 
+    box-shadow: 0px 3px 7px #BBBBBB inset;
+    -webkit-box-shadow: 0px 3px 7px #BBBBBB inset;
+
        width: 95%;
 }
 


_______________________________________________
MediaWiki-CVS mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs

Reply via email to