Difference between revisions of "MediaWiki:Common.css"

From Apocrypals Apocrypha
Jump to navigationJump to search
Line 2: Line 2:


.portlet h3 { text-transform: capitalize !important; }
.portlet h3 { text-transform: capitalize !important; }
body { background-image: none; font-size: 125%; }
body { background-image: none; font-size: 95%; }
@media screen and (max-width: 551px) {  
@media screen and (max-width: 551px) {  
body { font-size: medium }  
body { font-size: medium }  

Revision as of 14:03, 22 February 2023

/* CSS placed here will be applied to all skins */

.portlet h3 { text-transform: capitalize !important; }
body { background-image: none; font-size: 95%; }
@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: 50rem; }