MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
.collapsible-list ul li ul { | .collapsible-list ul li ul { | ||
display: none; | display: none; | ||
} | } | ||
body { font-family: Noto Sans,sans-serif; } | body { font-family: Noto Sans,sans-serif; } | ||
mw-body-content { | |||
font-size: 0.950em; | |||
} | } | ||
mw-body-content { | mw-body-content p { | ||
margin: 0.5em 0; | |||
} | } | ||
Revision as of 08:27, 12 August 2022
.collapsible-list ul li ul { display: none; } body { font-family: Noto Sans,sans-serif; } mw-body-content { font-size: 0.950em; } mw-body-content p { margin: 0.5em 0; } h1 { color: black; background: yellow; font-size:200% }