Difference between revisions of "MediaWiki:Common.css"

From Satomi's wikis
Jump to navigation Jump to search
Line 5: Line 5:
 
}
 
}
 
#mw-page-base {
 
#mw-page-base {
background-color:#ccc0c0;
+
background-image: linear-gradient(to bottom,#f5ebeb 50%,#ccc0c0 100%);
background-image:none;
 
 
}
 
}

Revision as of 02:44, 22 December 2023

/* CSS placed here will be applied to all skins */

body {
	background-color:#ccc0c0;
}
#mw-page-base {
	background-image: linear-gradient(to bottom,#f5ebeb 50%,#ccc0c0 100%);
}