r103430 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r103429‎ | r103430 | r103431 >
Date:01:14, 17 November 2011
Author:brion
Status:deferred
Tags:
Comment:
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) (history)

Diff [purge]

Index: trunk/mockups/athena/athena.css
@@ -39,14 +39,13 @@
4040 z-index: 99999;
4141 }
4242
43 -#top-bar {
 43+#top-bar, #bottom-bar {
4444 background: -webkit-linear-gradient(top, #3E3E3E 0%,#393939 14%,#2E2E2E 32%,#151515 64%,#080808 84%,#010101 100%);
 45+ background: -moz-linear-gradient(top, #3E3E3E 0%,#393939 14%,#2E2E2E 32%,#151515 64%,#080808 84%,#010101 100%);
 46+ background: -ms-linear-gradient(top, #3E3E3E 0%,#393939 14%,#2E2E2E 32%,#151515 64%,#080808 84%,#010101 100%);
 47+ background: -o-linear-gradient(top, #3E3E3E 0%,#393939 14%,#2E2E2E 32%,#151515 64%,#080808 84%,#010101 100%);
4548 }
4649
47 -#bottom-bar {
48 - background: -webkit-linear-gradient(top, #3E3E3E 0%,#393939 14%,#2E2E2E 32%,#151515 64%,#080808 84%,#010101 100%);
49 -}
50 -
5150 .bar-float {
5251 position: fixed;
5352 }
@@ -68,6 +67,9 @@
6968 .bar .detail {
7069 background-color: gray;
7170 background: -webkit-linear-gradient(top, #6D6D6D 0%,#676767 15%,#5A5A5A 36%,#494949 77%,#282828 100%);
 71+ background: -moz-linear-gradient(top, #6D6D6D 0%,#676767 15%,#5A5A5A 36%,#494949 77%,#282828 100%);
 72+ background: -ms-linear-gradient(top, #6D6D6D 0%,#676767 15%,#5A5A5A 36%,#494949 77%,#282828 100%);
 73+ background: -o-linear-gradient(top, #6D6D6D 0%,#676767 15%,#5A5A5A 36%,#494949 77%,#282828 100%);
7274 }
7375
7476 .bar button {

Status & tagging log