MediaWiki:Common.css: Difference between revisions
Appearance
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
/* Style tagline under logo in Vector 2022 */ | |||
.mw-logo-tagline { | |||
text-align: center; | |||
font-size: 0.75em; | font-size: 0.75em; | ||
color: #72777d; | color: #72777d; | ||
font-style: italic; | font-style: italic; | ||
margin-top: 2px; | |||
font-family: 'Linux Libertine', Georgia, serif; | font-family: 'Linux Libertine', Georgia, serif; | ||
line-height: 1.2; | line-height: 1.2; | ||
} | } |
Revision as of 19:29, 18 June 2025
/* CSS placed here will be applied to all skins */ /* Style tagline under logo in Vector 2022 */ .mw-logo-tagline { text-align: center; font-size: 0.75em; color: #72777d; font-style: italic; margin-top: 2px; font-family: 'Linux Libertine', Georgia, serif; line-height: 1.2; }