Difference between revisions of "MediaWiki:Common.css"

From Apocrypals Apocrypha
Jump to navigationJump to search
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: small }  
body { font-size: medium }  
.portlet { padding-left: 1em; }
.portlet { padding-left: 1em; }
}
}

Revision as of 15: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; }
}