Diferencia entre revisiones de «MediaWiki:Common.css»
Última edición de la página hace 5 meses por Xeverything11
spanish |
Sin resumen de edición |
||
Línea 81: | Línea 81: | ||
} | } | ||
.ns-0 .mw-page-title-main:before { | |||
content: "Cómo "; | |||
font-weight: normal; | |||
} | |||
.part ~ h3:before { | .part ~ h3:before { | ||
content: "Parte " counter(part-step); | content: "Parte " counter(part-step); |
Revisión del 12:13 23 abr 2025
@import url("https://howto.skywiki.org/index.php?action=raw&ctype=text/css&title=MediaWiki:Bluesky.css");
@font-face {
font-family: Gotham; font-weight: 100; font-style: normal;
src: url(https://howtoes.skywiki.org/images/howtoeswiki/7/72/Gotham-Thin.woff2);
}
@font-face {
font-family: Gotham; font-weight: 100; font-style: italic;
src: url(https://howtoes.skywiki.org/images/howtoeswiki/d/de/Gotham-ThinItalic.woff2);
}
@font-face {
font-family: Gotham; font-weight: 200; font-style: normal;
src: url(https://howtoes.skywiki.org/images/howtoeswiki/d/db/Gotham-XLight.woff2);
}
@font-face {
font-family: Gotham; font-weight: 200; font-style: italic;
src: url(https://howtoes.skywiki.org/images/howtoeswiki/c/cd/Gotham-XLightItalic.woff2);
}
@font-face {
font-family: Gotham; font-weight: 300; font-style: normal;
src: url(https://howtoes.skywiki.org/images/howtoeswiki/2/2e/Gotham-Light.woff2);
}
@font-face {
font-family: Gotham; font-weight: 300; font-style: italic;
src: url(https://howtoes.skywiki.org/images/howtoeswiki/a/a6/Gotham-LightItalic.woff2);
}
@font-face {
font-family: Gotham; font-weight: 400; font-style: normal;
src: url(https://howtoes.skywiki.org/images/howtoeswiki/1/11/Gotham-Book.woff2);
}
@font-face {
font-family: Gotham; font-weight: 400; font-style: italic;
src: url(https://howtoes.skywiki.org/images/howtoeswiki/1/16/Gotham-BookItalic.woff2);
}
@font-face {
font-family: Gotham; font-weight: 500; font-style: normal;
src: url(https://howtoes.skywiki.org/images/howtoeswiki/6/64/Gotham-Medium.woff2);
}
@font-face {
font-family: Gotham; font-weight: 500; font-style: italic;
src: url(https://howtoes.skywiki.org/images/howtoeswiki/0/01/Gotham-MediumItalic.woff2);
}
@font-face {
font-family: Gotham; font-weight: 700; font-style: normal;
src: url(https://howtoes.skywiki.org/images/howtoeswiki/d/dc/Gotham-Bold.woff2);
}
@font-face {
font-family: Gotham; font-weight: 700; font-style: italic;
src: url(https://howtoes.skywiki.org/images/howtoeswiki/2/2d/Gotham-BoldItalic.woff2);
}
@font-face {
font-family: Gotham; font-weight: 800; font-style: normal;
src: url(https://howtoes.skywiki.org/images/howtoeswiki/d/df/Gotham-Black.woff2);
}
@font-face {
font-family: Gotham; font-weight: 800; font-style: italic;
src: url(https://howtoes.skywiki.org/images/howtoeswiki/4/49/Gotham-BlackItalic.woff2);
}
@font-face {
font-family: Gotham; font-weight: 900; font-style: normal;
src: url(https://howtoes.skywiki.org/images/howtoeswiki/6/60/Gotham-Ultra.woff2);
}
@font-face {
font-family: Gotham; font-weight: 900; font-style: italic;
src: url(https://howtoes.skywiki.org/images/howtoeswiki/c/cb/Gotham-UltraItalic.woff2);
}
.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);
}