Main Page
Difference between revisions of "MediaWiki:Vector.css"
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>* | + | 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; | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
} | } |
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; }