Difference between revisions of "MediaWiki:Common.css"

From Apocrypals Apocrypha
Jump to navigationJump to search
Line 7: Line 7:
.portlet { padding-left: 1em; }
.portlet { padding-left: 1em; }
}
}
.mw-body-content p { max-width: 60em; }
.mw-body-content p, .mw-body-content h2, .mw-body-content h3, .mw-body-content h4, .mw-body-content h5, .mw-body-content h6, .mw-body-content blockquote { max-width: 60em; }

Revision as of 13:56, 22 February 2023

/* 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; }
}
.mw-body-content p, .mw-body-content h2, .mw-body-content h3, .mw-body-content h4, .mw-body-content h5, .mw-body-content h6, .mw-body-content blockquote { max-width: 60em; }