r103428 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r103427‎ | r103428 | r103429 >
Date:01:08, 17 November 2011
Author:brion
Status:deferred
Tags:
Comment:
steal a couple basic gradients from Yair rand's mockup
Modified paths:
  • /trunk/mockups/athena/athena.css (modified) (history)

Diff [purge]

Index: trunk/mockups/athena/athena.css
@@ -39,6 +39,14 @@
4040 z-index: 99999;
4141 }
4242
 43+#top-bar {
 44+ background: -webkit-linear-gradient(top, #3E3E3E 0%,#393939 14%,#2E2E2E 32%,#151515 64%,#080808 84%,#010101 100%);
 45+}
 46+
 47+#bottom-bar {
 48+ background: -webkit-linear-gradient(top, #3E3E3E 0%,#393939 14%,#2E2E2E 32%,#151515 64%,#080808 84%,#010101 100%);
 49+}
 50+
4351 .bar-float {
4452 position: fixed;
4553 }
@@ -59,6 +67,7 @@
6068
6169 .bar .detail {
6270 background-color: gray;
 71+ background: -webkit-linear-gradient(top, #6D6D6D 0%,#676767 15%,#5A5A5A 36%,#494949 77%,#282828 100%);
6372 }
6473
6574 .bar button {
@@ -111,6 +120,9 @@
112121 background-position: center right;
113122 background-repeat: no-repeat;
114123
 124+ box-shadow: 0px 3px 7px #BBBBBB inset;
 125+ -webkit-box-shadow: 0px 3px 7px #BBBBBB inset;
 126+
115127 width: 95%;
116128 }
117129

Status & tagging log