Diferencia entre revisiones de «Usuario:Wmyttmlimvty/common.css»

De Inkipedia
(Página creada con «→‎{{DISPLAYTITLE:User: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): »)
 
mSin resumen de edición
 
(No se muestra una edición intermedia del mismo usuario)
Línea 1: Línea 1:
/* {{DISPLAYTITLE:User:wmyttmlimvty/common.css}} */
/* {{DISPLAYTITLE:Usuario:wmyttmlimvty/common.css}} */
/* The code from the following lines was written by User:SuperHamster to make the subtitle
/* El código de las siguentes líneas fue escrito por User:SuperHamster (de la Inkipedia inglesa) para hacer el
   "< User:Wmyttmlimvty" that appears on certain pages lowercase "< User:wmyttmlimvty". */
   subtítulo "< Usuario:Wmyttmlimvty" que aparece en varias páginas en minúsculas "< Usuario:wmyttmlimvty". */


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


/* End of User:SuperHamster's code (tysm <3) */
/* Fin del código de User:SuperHamster (muchas gracias <3) */

Revisión actual - 17:47 11 abr 2024

/* {{DISPLAYTITLE:Usuario:wmyttmlimvty/common.css}} */
/* El código de las siguentes líneas fue escrito por User:SuperHamster (de la Inkipedia inglesa) para hacer el
   subtítulo "< Usuario:Wmyttmlimvty" que aparece en varias páginas en minúsculas "< Usuario:wmyttmlimvty". */

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

/* Fin del código de User:SuperHamster (muchas gracias <3) */