Difference between revisions of "MediaWiki:Common.css"

From Open Hard- & Software
Jump to navigation Jump to search
 
Line 5: Line 5:
#mw-page-base { background: burlywood; }
#mw-page-base { background: burlywood; }


#content { background-color: #e6ffb4; }
#content { background-color: #fffAF2; }

Latest revision as of 10:08, 11 October 2021

/* CSS placed here will be applied to all skins */
body { background: bisque; }

/* Changes the background color behind the top half of the logo and at top of each page: */
#mw-page-base { background: burlywood; }

#content { background-color: #fffAF2; }