MediaWiki:Common.css
MediaWiki interface page
More actions
Note: After publishing, you may have to bypass your browser's cache to see the changes.
- Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
- Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
- Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5.
/* CSS placed here will be applied to all skins */
/* Changes the background color of the bottom and left of each page, up to behind half of the logo: */
/*body { background: #012e59; }
/* color of text */
/*#mw-element { color: #e6e6e6 ; }
/* background color of the content and title of pages */
/*#mw-content { background: #171a2b; }
/* changes the background color of the rectagunlar area where category links are located */
/*#mw-catlinks { background: #012e59; }
/* sets the background color of the area of the logo */
/*#mw-p-logo { background: #3a3c4b; }
/* background color of the title of the Navigation menu in the left column */
/*#mw-p-navigation { background: #3a3c4b; }