r61034 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r61033‎ | r61034 | r61035 >
Date:23:10, 13 January 2010
Author:adam
Status:ok
Tags:
Comment:
Removing the gradient from #page-base
Modified paths:
  • /trunk/phase3/skins/vector/experiments/babaco-colors-a.css (modified) (history)
  • /trunk/phase3/skins/vector/experiments/babaco-colors-b.css (modified) (history)
  • /trunk/phase3/skins/vector/experiments/babaco-colors-c.css (modified) (history)

Diff [purge]

Index: trunk/phase3/skins/vector/experiments/babaco-colors-a.css
@@ -13,6 +13,10 @@
1414 }
1515
1616 /* Framework */
 17+#page-base {
 18+ background-color: inherit !important;
 19+ background-image: none !important;
 20+}
1721 body {
1822 background-color: #f9f9f9 !important;
1923 background-image:url(images/page-base-updated.png);
@@ -99,4 +103,4 @@
100104 margin-bottom:0;
101105 padding-bottom:0.05em;
102106 color:#000000;
103 -}
\ No newline at end of file
 107+}
Index: trunk/phase3/skins/vector/experiments/babaco-colors-b.css
@@ -8,6 +8,10 @@
99 }
1010
1111 /* Framework */
 12+#page-base {
 13+ background-color: inherit !important;
 14+ background-image: none !important;
 15+}
1216 body {
1317 background-color: #f9f9f9 !important;
1418 background-image:url(images/page-base-updated.png);
Index: trunk/phase3/skins/vector/experiments/babaco-colors-c.css
@@ -1,5 +1,10 @@
2 -/* Babaco Color Scheme A */
 2+/* Babaco Color Scheme C */
33
 4+/* ridding ourselves of the gradient */
 5+#page-base {
 6+ background-color: inherit !important;
 7+ background-image: none !important;
 8+}
49
510 a:visited,
611 a:visited div.vectorTabs li.selected a:visited span {
@@ -42,7 +47,7 @@
4348 font-size:1.5em;
4449 }
4550 h2 .editsection,
46 -.portal h5{
 51+.portal h5 {
4752 font-weight:normal;
4853 }
4954 #toc h2, .toc h2 {
@@ -68,7 +73,7 @@
6974 html .thumbimage,
7075 .usermessage,
7176 img.thumbborder,
72 -div.thumbinner{
 77+div.thumbinner {
7378 border: 1px solid #cccccc;
7479 background-color: #f7f7f7;
7580 }

Status & tagging log