MediaWiki:Common.css: Unterschied zwischen den Versionen

Aus Copedia
Keine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung
Zeile 2: Zeile 2:
tt {
tt {
   font-size:12px;
   font-size:12px;
  font-family:sans-serif;
}
}
code,pre {
code,pre {

Version vom 27. März 2016, 09:48 Uhr

/* CSS an dieser Stelle wirkt sich auf alle Skins aus */
tt {
  font-size:12px;
  font-family:sans-serif;
}
code,pre {
  font-size:12px;
}
/* Anpassungen Cogneon */
h1,
h2,
h3,
h4,
h5,
h6 {
	color: #ff6600;
}