MediaWiki:Common.css: Unterschied zwischen den Versionen
Aus Copedia
Keine Bearbeitungszusammenfassung |
Keine Bearbeitungszusammenfassung |
||
| Zeile 5: | Zeile 5: | ||
code,pre { | code,pre { | ||
font-size:12px; | font-size:12px; | ||
} | |||
/* Anpassungen Cogneon */ | |||
h1, | |||
h2, | |||
h3, | |||
h4, | |||
h5, | |||
h6 { | |||
color: #ff6600; | |||
} | } | ||
Version vom 27. März 2016, 08:23 Uhr
/* CSS an dieser Stelle wirkt sich auf alle Skins aus */
tt {
font-size:12px;
}
code,pre {
font-size:12px;
}
/* Anpassungen Cogneon */
h1,
h2,
h3,
h4,
h5,
h6 {
color: #ff6600;
}