Difference between revisions of "MediaWiki:Vector.css"

From The iPhone Wiki
Jump to: navigation, search
(Changing the diff colors to be more usable. (I'm applying the changes here so they can survive MediaWiki updates.))
 
m (OCD)
 
Line 1: Line 1:
  +
td.diff-context {
/* CSS placed here will affect users of the Vector skin */
 
td.diff-context{background-color:#EEE;}
+
background-color: #EEE; }
td.diff-addedline{background-color:#BFB; border-color:#9D9;}
+
td.diff-addedline {
td.diff-addedline .diffchange-inline{background-color:#9D9 !important;}
+
background-color: #BFB;
td.diff-deletedline{background-color:#FFA;}
+
border-color: #9D9; }
td.diff-deletedline .diffchange-inline{background-color:#DD6 !important;}
+
td.diff-addedline .diffchange-inline {
  +
background-color: #9D9 !important; }
  +
td.diff-deletedline {
  +
background-color: #FFA; }
  +
td.diff-deletedline .diffchange-inline {
  +
background-color: #DD6 !important; }

Latest revision as of 22:35, 3 January 2014

td.diff-context {
    background-color: #EEE; }
td.diff-addedline {
    background-color: #BFB;
    border-color: #9D9; }
td.diff-addedline .diffchange-inline {
    background-color: #9D9 !important; }
td.diff-deletedline {
    background-color: #FFA; }
td.diff-deletedline .diffchange-inline {
    background-color: #DD6 !important; }