User:Wmyttmlimvty/common.css: Difference between revisions

From Inkipedia, the Splatoon wiki
(Wmyttmlimvty changed the content model of the page User:Wmyttmlimvty/common.css from "Sanitized CSS" to "CSS": Manual revert)
Tag: Content model change
m (Narrow no break space)
 
Line 1: Line 1:
/* {{DISPLAYTITLE:User:wmyttmlimvty/common.css}} */
/* {{DISPLAYTITLE:User: wmyttmlimvty/common.css}} */
/* The code from the following lines was written by User:SuperHamster to make the subtitle
/* The code from the following lines was written by User:SuperHamster to make the subtitle
   "< User:Wmyttmlimvty" that appears on certain pages lowercase "< User:wmyttmlimvty". */
   "< User:Wmyttmlimvty" that appears on certain pages lowercase "< User:wmyttmlimvty". */

Latest revision as of 19:32, 8 May 2024

/* {{DISPLAYTITLE:User:&#8239;wmyttmlimvty/common.css}} */
/* The code from the following lines was written by User:SuperHamster to make the subtitle
   "< User:Wmyttmlimvty" that appears on certain pages lowercase "< User:wmyttmlimvty". */

body.rootpage-User_Wmyttmlimvty .subpages a {
	text-transform: lowercase;
	display: inline-block;
}
body.rootpage-User_Wmyttmlimvty .subpages a::first-letter {
	text-transform: uppercase;
}

/* End of User:SuperHamster's code (tysm <3) */