MediaWiki:Common.css: Unterschied zwischen den Versionen
Aus Copedia
Keine Bearbeitungszusammenfassung |
Keine Bearbeitungszusammenfassung |
||
| Zeile 7: | Zeile 7: | ||
} | } | ||
/* Anpassungen Cogneon */ | /* Anpassungen Cogneon */ | ||
h1, | h1, | ||
h2, | h2, | ||
| Zeile 15: | Zeile 14: | ||
h6 { | h6 { | ||
color: #ff6600; | color: #ff6600; | ||
} | |||
div#hauptseite h2 { | |||
font-family: Sans-Serif; | |||
} | } | ||
Version vom 27. März 2016, 08:32 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;
}
div#hauptseite h2 {
font-family: Sans-Serif;
}