MediaWiki:Common.css: Difference between revisions
Appearance
Created page with "→CSS placed here will be applied to all skins: #wiki-tagline { font-size: 0.95em; text-align: center; margin-top: 4px; color: #54595d; font-style: italic; }" |
No edit summary |
||
Line 2: | Line 2: | ||
#wiki-tagline { | #wiki-tagline { | ||
font-size: 0. | font-size: 0.75em; | ||
text-align: center; | text-align: center; | ||
margin-top: | margin-top: 2px; | ||
color: # | color: #72777d; | ||
font-style: italic; | font-style: italic; | ||
font-family: 'Linux Libertine', Georgia, serif; | |||
line-height: 1.2; | |||
} | } |
Revision as of 19:28, 18 June 2025
/* CSS placed here will be applied to all skins */ #wiki-tagline { font-size: 0.75em; text-align: center; margin-top: 2px; color: #72777d; font-style: italic; font-family: 'Linux Libertine', Georgia, serif; line-height: 1.2; }