Diferencia entre revisiones de «MediaWiki:Timeless.css»

De bioconstrupedia
Saltar a: navegación, buscar
(Página creada con «CSS placed here will affect users of the Timeless skin: Website title text: #p-logo-text a { font-family: "Dancing Script"; font-variant: none; } /* Username te...»)
 
Línea 2: Línea 2:
 
/* Website title text */
 
/* Website title text */
 
#p-logo-text a {
 
#p-logo-text a {
font-family: "Dancing Script";
+
font-family: " Linux Libertine";
 
font-variant: none;
 
font-variant: none;
 
}
 
}
 
/* Username text */
 
/* Username text */
 
#p-personal-label > b {
 
#p-personal-label > b {
font-family: "Dancing Script";
+
font-family: " Linux Libertine";
 
}
 
}

Revisión del 20:53 30 oct 2020

/* CSS placed here will affect users of the Timeless skin */
/* Website title text */
#p-logo-text a {
	font-family: " Linux Libertine";
	font-variant: none;
}
/* Username text */
#p-personal-label > b {
	font-family: " Linux Libertine";
}