MediaWiki:Common.css: Difference between revisions

From Legend of Dragoon - Wiki Project
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */


body {background: #f6f6f6}
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: #f9f9f9}
#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:31, 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 */