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

Revision: 103430
Author:   brion
Date:     2011-11-17 01:14:47 +0000 (Thu, 17 Nov 2011)
Log Message:
-----------
gradients for firefox, ie, and opera where supported:

tested to confirm:
* Firefox 7
* IE 10 on Win8 DP
* Opera 11.50

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

Modified: trunk/mockups/athena/athena.css
===================================================================
--- trunk/mockups/athena/athena.css     2011-11-17 01:09:54 UTC (rev 103429)
+++ trunk/mockups/athena/athena.css     2011-11-17 01:14:47 UTC (rev 103430)
@@ -39,14 +39,13 @@
        z-index: 99999;
 }
 
-#top-bar {
+#top-bar, #bottom-bar {
     background: -webkit-linear-gradient(top, #3E3E3E 0%,#393939 14%,#2E2E2E 
32%,#151515 64%,#080808 84%,#010101 100%);
+    background: -moz-linear-gradient(top, #3E3E3E 0%,#393939 14%,#2E2E2E 
32%,#151515 64%,#080808 84%,#010101 100%);
+    background: -ms-linear-gradient(top, #3E3E3E 0%,#393939 14%,#2E2E2E 
32%,#151515 64%,#080808 84%,#010101 100%);
+    background: -o-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;
 }
@@ -68,6 +67,9 @@
 .bar .detail {
        background-color: gray;
     background: -webkit-linear-gradient(top, #6D6D6D 0%,#676767 15%,#5A5A5A 
36%,#494949 77%,#282828 100%);
+    background: -moz-linear-gradient(top, #6D6D6D 0%,#676767 15%,#5A5A5A 
36%,#494949 77%,#282828 100%);
+    background: -ms-linear-gradient(top, #6D6D6D 0%,#676767 15%,#5A5A5A 
36%,#494949 77%,#282828 100%);
+    background: -o-linear-gradient(top, #6D6D6D 0%,#676767 15%,#5A5A5A 
36%,#494949 77%,#282828 100%);
 }
 
 .bar button {


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

Reply via email to