Difference between revisions of "User:Mrquiggles/common.css"

From Tokyo Afterschool Summoners
Jump to navigation Jump to search
(Created page with "→‎CSS placed here will be applied to all skins: #homo { background-image: url("/images/2/2b/%E3%81%B2%E3%81%BF%E3%81%A4.png"); }")
 
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */
#homo {
* {
background-image: url("/images/2/2b/%E3%81%B2%E3%81%BF%E3%81%A4.png");
background-image: url("/images/2/2b/%E3%81%B2%E3%81%BF%E3%81%A4.png");
}
}

Revision as of 04:56, 21 February 2017

/* CSS placed here will be applied to all skins */
* {
background-image: url("/images/2/2b/%E3%81%B2%E3%81%BF%E3%81%A4.png");
}