MediaWiki:Timeless.css: Unterschied zwischen den Versionen
Aus k4cg.org
Keine Bearbeitungszusammenfassung |
Keine Bearbeitungszusammenfassung |
||
| Zeile 34: | Zeile 34: | ||
/* Schriftart Überschriften etc */ | /* Schriftart Überschriften etc */ | ||
.mw-body h1,.mw-body h2,.mw-body h3, .mw-body h4,.mw-body h5, .mw-body h6, .mw-body dt, #siteSub, #personal h2, #mw-site-navigation h2, #mw-related-navigation h2, #p-logo-text a, .mw-body .mw-changeslist-legend dd, #personal .pokey, #ca-languages span { | .mw-body h1,.mw-body h2,.mw-body h3, .mw-body h4,.mw-body h5, .mw-body h6, .mw-body dt, #siteSub, #personal h2, #mw-site-navigation h2, #mw-related-navigation h2, #p-logo-text a, .mw-body .mw-changeslist-legend dd, #personal .pokey, #ca-languages span { | ||
font-family: IBMVGA8; | font-family: "IBMVGA8"; | ||
} | } | ||
/* ALLE.JPG Schriften in 8BIT-Font */ | /* ALLE.JPG Schriften in 8BIT-Font */ | ||
* { | * { | ||
font-family: IBMVGA8; | font-family: "IBMVGA8"; | ||
} | } | ||
Version vom 13. Oktober 2019, 18:50 Uhr
/* CSS placed here will affect users of the Timeless skin */
/* 8BIT Schrift laden */
@font-face {
font-family: 'IBMVGA8';
src: url(/webfonts/ibm_vga8.eot);
src: url(/webfonts/ibm_vga8.eot?#iefix) format('embedded-opentype'),
url(/webfonts/ibm_vga8.woff2) format('woff2'),
url(/webfonts/ibm_vga8.woff) format('woff'),
font-weight: normal;
font-style: normal;
}
/* Damit Vorschläge bei Eingabefeldern unterhalb dessen und nicht immer an fixer Position angezeigt werden */
div.suggestions {
top: unset;
}
/* Leiste ganz oben möchten wir grün */
.color-left, .color-middle, .color-right {
background-color: #339966;
}
/* Artikelname grün Unterstreichen */
.mw-body h1.firstHeading {
border-bottom-color: #339966;
}
/* Artikelreiter grün Unterstreichen */
#mw-page-header-links li.selected {
border-bottom-color: #339966;
}
/* Schriftart Überschriften etc */
.mw-body h1,.mw-body h2,.mw-body h3, .mw-body h4,.mw-body h5, .mw-body h6, .mw-body dt, #siteSub, #personal h2, #mw-site-navigation h2, #mw-related-navigation h2, #p-logo-text a, .mw-body .mw-changeslist-legend dd, #personal .pokey, #ca-languages span {
font-family: "IBMVGA8";
}
/* ALLE.JPG Schriften in 8BIT-Font */
* {
font-family: "IBMVGA8";
}
/* Schriftart Überschriften Grün */
.mw-body h1,.mw-body h2,.mw-body h3, .mw-body h4,.mw-body h5, .mw-body h6, .mw-body dt{
color: #339966;
}
/* Hintergrund dunkler */
#mw-content-container { background-color: #787; }