Difference between revisions of "MediaWiki:Common.css"

From
Jump to: navigation, search
Line 5: Line 5:
 
#content.mw-body{
 
#content.mw-body{
 
background: rgb(249,243,232);
 
background: rgb(249,243,232);
 +
}
 +
.mw-wiki.logo{
 +
width: 200%;
 +
height: 50%;
 
}
 
}

Revision as of 22:11, 6 February 2022

/* CSS placed here will be applied to all skins */
.mediawiki, #mw-page-base{
	background: rgb(238,226,181);
}
#content.mw-body{
	background: rgb(249,243,232);
}
.mw-wiki.logo{
	width: 200%;
	height: 50%;
}