MediaWiki:Common.css: Unterschied zwischen den Versionen
Aus Eco - Deutsches Wiki
Dennis (Diskussion | Beiträge) Keine Bearbeitungszusammenfassung |
Dennis (Diskussion | Beiträge) Keine Bearbeitungszusammenfassung |
||
Zeile 1: | Zeile 1: | ||
/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */ | /* Das folgende CSS wird für alle Benutzeroberflächen geladen. */ | ||
@font-face { | |||
font-family: "Pathway Gothic One"; | |||
font-style: normal; | |||
font-weight: 400; | |||
src: local("Pathway Gothic One"), local("PathwayGothicOne-Regular"), url("https://fonts.gstatic.com/s/pathwaygothicone/v4/Lqv9ztoTUV8Q0FmQZzPqaL4J1CEROx9mnpUAGKYKzuk.woff2") format("woff2"), url("https://fonts.gstatic.com/s/pathwaygothicone/v4/Lqv9ztoTUV8Q0FmQZzPqaBfSZ9PF2sGs8WIylam6T2Y.woff") format("woff"); | |||
} | |||
.infobox, .toc { | .infobox, .toc { | ||
border: 5px outset #465828; | border: 5px outset #465828; | ||
Zeile 7: | Zeile 14: | ||
width: 300px; | width: 300px; | ||
clear: right; | clear: right; | ||
} | |||
.mw-headline a { | |||
font-family: "Pathway Gothic One"; | |||
font-size: 15px; | |||
font-weight: bold; | |||
padding: 0.25em; | |||
margin-top: 15px; | |||
text-transform: uppercase; | |||
} | } |
Version vom 9. Dezember 2019, 02:45 Uhr
/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */
@font-face {
font-family: "Pathway Gothic One";
font-style: normal;
font-weight: 400;
src: local("Pathway Gothic One"), local("PathwayGothicOne-Regular"), url("https://fonts.gstatic.com/s/pathwaygothicone/v4/Lqv9ztoTUV8Q0FmQZzPqaL4J1CEROx9mnpUAGKYKzuk.woff2") format("woff2"), url("https://fonts.gstatic.com/s/pathwaygothicone/v4/Lqv9ztoTUV8Q0FmQZzPqaBfSZ9PF2sGs8WIylam6T2Y.woff") format("woff");
}
.infobox, .toc {
border: 5px outset #465828;
padding: 10px;
float: right;
margin: 0px 30px 30px 30px;
width: 300px;
clear: right;
}
.mw-headline a {
font-family: "Pathway Gothic One";
font-size: 15px;
font-weight: bold;
padding: 0.25em;
margin-top: 15px;
text-transform: uppercase;
}