MediaWiki:Common.css: Difference between revisions

From Legend of Dragoon - Wiki Project
Jump to navigation Jump to search
(Customization test: red background and green page base)
 
(color adjustment)
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */


body {background: red}
body {background: f6f6f6}
/* changes the background color of the bottom and left of each page, up to behind half of the logo */
/* changes the background color of the bottom and left of each page, up to behind half of the logo */


#mw-page-base {background: green}
#mw-page-base {background: f9f9f9}
/* changes the background color behind the top half of the logo and at top of each page */
/* changes the background color behind the top half of the logo and at top of each page */

Revision as of 09:29, 19 October 2018

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

body {background: f6f6f6}
/* changes the background color of the bottom and left of each page, up to behind half of the logo */

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