Jump to content

MediaWiki:Common.css: Difference between revisions

From Apocrypals Apocrypha
No edit summary
No edit summary
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 21: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; }
}