MediaWiki:Common.css: Difference between revisions
Appearance
No edit summary |
No edit summary |
||
(6 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 */ | ||
# | #p-logo { | ||
font-size: | display: flex; | ||
flex-direction: column; | |||
align-items: center; | |||
} | |||
#site-name-custom { | |||
font-size: 24px; | |||
font-weight: bold; | |||
color: black; | |||
font-family: 'Linux Libertine', Georgia, serif; | |||
margin-top: 5px; | |||
line-height: 1.2; | |||
text-align: center; | text-align: center; | ||
} | |||
#real-tagline { | |||
font-size: 13px; | |||
font-style: italic; | |||
color: #72777d; | color: #72777d; | ||
font-family: 'Linux Libertine', Georgia, serif; | font-family: 'Linux Libertine', Georgia, serif; | ||
margin-top: 2px; | |||
text-align: center; | |||
} | } |
Latest revision as of 20:03, 18 June 2025
/* CSS placed here will be applied to all skins */ #p-logo { display: flex; flex-direction: column; align-items: center; } #site-name-custom { font-size: 24px; font-weight: bold; color: black; font-family: 'Linux Libertine', Georgia, serif; margin-top: 5px; line-height: 1.2; text-align: center; } #real-tagline { font-size: 13px; font-style: italic; color: #72777d; font-family: 'Linux Libertine', Georgia, serif; margin-top: 2px; text-align: center; }