Difference between revisions of "MediaWiki:Common.css"

From Pokémon Sardonyx: Raised to Win Wiki
Jump to navigation Jump to search
(Testing things)
m (never the fuck mind)
Tag: Replaced
 
(2 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 */
 
/* Sidebar background */
 
body
 
{
 
    background-image: url(https://i.imgur.com/PXsNT0q.png);
 
    background-attachment: repeat;
 
}
 
 
/* Wiki background */
 
.mw-body, #footer, #sidebar div.pBody
 
{
 
    background-image: url(https://i.imgur.com/aiIkdCM.png);
 
    background-repeat: repeat;
 
}
 

Latest revision as of 01:54, 13 July 2019

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