Diferencia entre revisiones de «MediaWiki:Common.css»
Última edición de la página hace 5 meses por Xeverything11
use spanish |
Use WikiOasis domain instead of SkyWiki |
||
(No se muestran 4 ediciones intermedias de 2 usuarios) | |||
Línea 1: | Línea 1: | ||
@import url("https://howto. | @import url("https://howto.wikioasis.org/index.php?action=raw&ctype=text/css&title=MediaWiki:Bluesky.css"); | ||
.ns-0 .mw-page-title-main:before { | .ns-0 .mw-page-title-main:before { | ||
content: "Cómo "; | content: "Cómo "; | ||
font-weight: normal; | font-weight: normal; | ||
} | |||
.part ~ h3:before { | |||
content: "Parte " counter(part-step); | |||
} | |||
.method ~ h3:before { | |||
content: "Método " counter(method-step); | |||
} | } |
Revisión actual - 12:57 29 abr 2025
@import url("https://howto.wikioasis.org/index.php?action=raw&ctype=text/css&title=MediaWiki:Bluesky.css");
.ns-0 .mw-page-title-main:before {
content: "Cómo ";
font-weight: normal;
}
.part ~ h3:before {
content: "Parte " counter(part-step);
}
.method ~ h3:before {
content: "Método " counter(method-step);
}