Main Page

Difference between revisions of "MediaWiki:Vector.css"

From Arks-Visiphone
Jump to navigation Jump to search
Line 5: Line 5:
 
     background-color: #4c4c4c;
 
     background-color: #4c4c4c;
 
     border-color: #666;
 
     border-color: #666;
}
 
table.mw_metadata th, table.wikitable>*>tr>th {
 
    background-color: #595959;
 
 
}
 
}
 
table.diff {
 
table.diff {

Revision as of 20:14, 19 April 2017

/* CSS placed here will affect users of the Vector skin */

table.mw_metadata td, table.mw_metadata th, table.wikitable, table.wikitable>*>tr>th, table.wikitable>*>tr>td, pre {
    color: #c1c1c1;
    background-color: #4c4c4c;
    border-color: #666;
}
table.diff {
    background-color: #4c4c4c;
}
td .diffchange {
    color: #4c4c4c;
}