The iPhone Wiki is no longer updated. Visit this article on The Apple Wiki for current information. |
Difference between revisions of "MediaWiki:Vector.css"
(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 */ |
||
− | + | background-color: #EEE; } |
|
− | td.diff-addedline |
+ | td.diff-addedline { |
− | + | background-color: #BFB; |
|
− | + | border-color: #9D9; } |
|
− | td.diff- |
+ | 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; }