MediaWiki:Common.css: Difference between revisions - Pyra Wiki

(Created page with "→‎CSS placed here will be applied to all skins: #n-recentchanges { background-image: File:Hard.png; background-position: top left; background-repeat: no-repeat;...")
 
No edit summary
Line 2: Line 2:


#n-recentchanges {
#n-recentchanges {
   background-image: File:Hard.png;
   background-image: url(https://pyra-handheld.com/wiki/images/thumb/d/d5/Hard.png/180px-Hard.png);
   background-position: top left;
   background-position: top left;
   background-repeat: no-repeat;
   background-repeat: no-repeat;
   padding-left: 20px;
   padding-left: 20px;
}
}

Revision as of 12:00, 9 August 2017

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

#n-recentchanges {
   background-image: url(https://pyra-handheld.com/wiki/images/thumb/d/d5/Hard.png/180px-Hard.png);
   background-position: top left;
   background-repeat: no-repeat;
   padding-left: 20px;
}
Back
Top