MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
Created page with "→CSS placed here will be applied to all skins: .sidebar-sub { padding-left: 10px; display: inline-block; } .sidebar-sub2 { padding-left: 20px; display: inline-block; font-size: 90%; }" |
No edit summary |
||
(4 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
. | .vector-main-menu a:hover { | ||
text-decoration: none; /* No underline on hover */ | |||
color: #0078d7; /* Optional hover color */ | |||
background-color: #f0f0f0; /* Optional background */ | |||
} | } |
Latest revision as of 00:17, 5 August 2025
/* CSS placed here will be applied to all skins */ .vector-main-menu a:hover { text-decoration: none; /* No underline on hover */ color: #0078d7; /* Optional hover color */ background-color: #f0f0f0; /* Optional background */ }