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; }
@media screen and (max-width: 551px) {  
@media screen and (max-width: 551px) {  
body { font-size: small }  
body { font-size: small }  
.portlet { padding-left: 1em; }
.portlet { padding-left: 1em; }
}
}

Revision as of 17:33, 8 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: small } 
.portlet { padding-left: 1em; }
}