Difference between revisions of "MediaWiki:Common.css"

From
Jump to: navigation, search
Line 7: Line 7:
 
}
 
}
 
#p-logo a{
 
#p-logo a{
width: 200%;
+
width: 100%;
height: 50%;
+
height: 100%;
 
}
 
}

Revision as of 22:13, 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);
}
#p-logo a{
	width: 100%;
	height: 100%;
}