Difference between revisions of "MediaWiki:Common.css"

From Pokémon Sardonyx: Raised to Win Wiki
Jump to navigation Jump to search
m (nvm)
(Testing things)
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;
 +
}

Revision as of 01:51, 13 July 2019

/* 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;
}