Difference between revisions of "MediaWiki:Common.css"
From Apocrypals Apocrypha
Jump to navigationJump to search
Jemaleddin (talk | contribs) |
Jemaleddin (talk | contribs) |
||
Line 4: | Line 4: | ||
body { background-image: none; } | body { background-image: none; } | ||
@media screen and (max-width: 551px) { | @media screen and (max-width: 551px) { | ||
body { font-size: | body { font-size: medium } | ||
.portlet { padding-left: 1em; } | .portlet { padding-left: 1em; } | ||
} | } |
Revision as of 14:03, 9 December 2021
/* CSS placed here will be applied to all skins */ .portlet h3 { text-transform: capitalize !important; } body { background-image: none; } @media screen and (max-width: 551px) { body { font-size: medium } .portlet { padding-left: 1em; } }