MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary Tags: Reverted Mobile edit Mobile web edit |
No edit summary Tags: Manual revert Reverted |
||
Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
.infobox { | .infobox { | ||
border-collapse: collapse; | |||
background: #f9f9f9; | |||
border: 1px solid #aaa; | |||
width: 22em; | |||
font-size: 90%; | |||
} | } | ||
.infobox th { | |||
background: #d0e0f0; | |||
.infobox | padding: 4px; | ||
} | } | ||
.infobox td { | .infobox td { | ||
padding: 4px; | |||
} | } |
Revision as of 15:50, 4 June 2025
/* CSS placed here will be applied to all skins */ .infobox { border-collapse: collapse; background: #f9f9f9; border: 1px solid #aaa; width: 22em; font-size: 90%; } .infobox th { background: #d0e0f0; padding: 4px; } .infobox td { padding: 4px; }