MediaWiki:Monobook.css: Difference between revisions
From TernaryWiki
Jump to navigationJump to search
No edit summary |
No edit summary |
||
(8 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
/* All CSS here will be loaded for users of the MonoBook skin */ | /* All CSS here will be loaded for users of the MonoBook skin */ | ||
#bodyContent {font-size: 1. | #bodyContent {font-size: 1.30em;} | ||
@media screen | |||
{ | |||
.mw-body | |||
{ | |||
padding: 2em 3em; | |||
} | |||
.mw-body p | |||
{ | |||
margin: 0.5em 0 1em 0; | |||
line-height: 1.3em; | |||
} | |||
} |
Latest revision as of 10:47, 16 April 2025
/* All CSS here will be loaded for users of the MonoBook skin */ #bodyContent {font-size: 1.30em;} @media screen { .mw-body { padding: 2em 3em; } .mw-body p { margin: 0.5em 0 1em 0; line-height: 1.3em; } }