MediaWiki:Common.css: Difference between revisions

From Aetherium
Jump to navigation Jump to search
No edit summary
Tag: Reverted
No edit summary
Tag: Manual revert
Line 5: Line 5:


/*Changes background color of the title and content pages: */
/*Changes background color of the title and content pages: */
*content { background-color: #ffffff;}
*content { background-color: #000000;}

Revision as of 23:44, 4 July 2023

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

/*Changes background color of the bottom and left of each page, up to behind half of the logo: */
body { background: #031831;}

/*Changes background color of the title and content pages: */
*content { background-color: #000000;}