Main Page

Difference between revisions of "MediaWiki:Vector.css"

From Arks-Visiphone
Jump to navigation Jump to search
Line 1: Line 1:
 
/* CSS placed here will affect users of the Vector skin */
 
/* 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 {
+
table.mw_metadata td, table.mw_metadata th, table.wikitable, table.wikitable>*>th, table.wikitable>*>td, pre {
 
     color: #c1c1c1;
 
     color: #c1c1c1;
 
     background-color: #4c4c4c;
 
     background-color: #4c4c4c;
 
     border-color: #666;
 
     border-color: #666;
}
 
table.diff {
 
    background-color: #4c4c4c;
 
}
 
td .diffchange {
 
    color: #4c4c4c;
 
 
}
 
}

Revision as of 20:15, 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>*>th, table.wikitable>*>td, pre {
    color: #c1c1c1;
    background-color: #4c4c4c;
    border-color: #666;
}