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>*>tr>th, table.wikitable>*>tr>td, pre { |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
color: #c1c1c1; | color: #c1c1c1; | ||
− | + | background-color: #4c4c4c; | |
+ | border-color: #666; | ||
} | } | ||
− | . | + | table.mw_metadata th, table.wikitable>*>tr>th { |
− | + | background-color: #595959; | |
} | } | ||
− | . | + | table.diff { |
− | + | background-color: #4c4c4c; | |
− | |||
} | } | ||
− | . | + | td .diffchange { |
− | + | color: #4c4c4c; | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
} | } |
Revision as of 20:12, 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.mw_metadata th, table.wikitable>*>tr>th { background-color: #595959; } table.diff { background-color: #4c4c4c; } td .diffchange { color: #4c4c4c; }