Difference between revisions of "MediaWiki:Common.css"
Jump to navigation
Jump to search
(Created page with "→CSS placed here will be applied to all skins: body { background-image: url(images/background.png); background-repeat: no-repeat; }") |
|||
Line 4: | Line 4: | ||
background-image: url(images/background.png); | background-image: url(images/background.png); | ||
background-repeat: no-repeat; | background-repeat: no-repeat; | ||
} | |||
#mw-page-base { | |||
background-image: none; | |||
background-color: rgba(0,0,0,0); | |||
} | } |
Revision as of 08:34, 23 January 2019
/* CSS placed here will be applied to all skins */ body { background-image: url(images/background.png); background-repeat: no-repeat; } #mw-page-base { background-image: none; background-color: rgba(0,0,0,0); }