MediaWiki:Common.css: Difference between revisions

From Legend of Dragoon - Wiki Project
Jump to navigation Jump to search
No edit summary
mNo edit summary
 
(15 intermediate revisions by the same user not shown)
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 background-image: url(wiki-dragoon/resources/assets/mw-header.png)}
body {background-color:f6f6f6; background-image: url(resources/assets/logo-dropoff.png); background-repeat: no-repeat; background-position-y: 80px;}
/* 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; background-image: url(resources/assets/mw-header.png); background-repeat: no-repeat, no-repeat;}
/* 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 */

Latest revision as of 22:38, 20 October 2018

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

body {background-color:f6f6f6; background-image: url(resources/assets/logo-dropoff.png); background-repeat: no-repeat; background-position-y: 80px;}
/* changes the background color of the bottom and left of each page, up to behind half of the logo */

#mw-page-base {background:f9f9f9; background-image: url(resources/assets/mw-header.png); background-repeat: no-repeat, no-repeat;}
/* changes the background color behind the top half of the logo and at top of each page */