MediaWiki:Common.css: Difference between revisions
No edit summary |
No edit summary |
||
(One intermediate revision 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 { | |||
display: flex; | |||
flex-direction: column; | |||
align-items: center; | |||
} | |||
margin: | |||
#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; | |||
} | } |