MediaWiki:Vector.css: Difference between revisions
DansFriend (talk | contribs) No edit summary |
DansFriend (talk | contribs) No edit summary |
||
Line 1: | Line 1: | ||
/* All CSS here will be loaded for users of the Vector skin */ | /* All CSS here will be loaded for users of the Vector skin */ | ||
.mw-sidebar-action-content .vector-menu-content { | |||
display: none; | |||
} | |||
.vector-menu-portal .vector-menu-heading { | .vector-menu-portal .vector-menu-heading { | ||
font-family: 'Newtown'; | |||
font-size: 1em; | |||
text-transform: lowercase; | |||
} | } | ||
Revision as of 23:19, 21 July 2023
/* All CSS here will be loaded for users of the Vector skin */ .mw-sidebar-action-content .vector-menu-content { display: none; } .vector-menu-portal .vector-menu-heading { font-family: 'Newtown'; font-size: 1em; text-transform: lowercase; } .infobox, .topnav { border: 1px solid #a2a9b1; font-size: 0.85em; margin-bottom: 10px; background-color: #f8f9fa; padding: 10px; } .infobox { margin-left: 15px; float: right; } .infobox th, .topnav th { font-size: 1.25em; }