Difference between revisions of "MediaWiki:Common.css"

From
Jump to: navigation, search
Line 1: Line 1:
 
/* CSS placed here will be applied to all skins */
 
/* CSS placed here will be applied to all skins */
 +
.mediawiki ltr sitedir-ltr mw-hide-empty-elt ns-8 ns-subject page-MediaWiki_Common_css rootpage-MediaWiki_Common_css skin-vector action-view{
 +
background: black;
 +
}
 
#content.mw-body{
 
#content.mw-body{
 
background: rgb(249,243,232);
 
background: rgb(249,243,232);

Revision as of 22:00, 6 February 2022

/* CSS placed here will be applied to all skins */
.mediawiki ltr sitedir-ltr mw-hide-empty-elt ns-8 ns-subject page-MediaWiki_Common_css rootpage-MediaWiki_Common_css skin-vector action-view{
	background: black;
}
#content.mw-body{
	background: rgb(249,243,232);
}
#content.mw-head{
	background: rgb(225,198,133);
}