MediaWiki:Common.css: Unterschied zwischen den Versionen
Aus Copedia
Keine Bearbeitungszusammenfassung |
Keine Bearbeitungszusammenfassung |
||
| Zeile 18: | Zeile 18: | ||
h6 { | h6 { | ||
color: #ff6600; | color: #ff6600; | ||
} | |||
/** Hide sidebar **/ | |||
div#mw-panel { | |||
display: none; | |||
} | |||
#left-navigation { | |||
left: 1em; | |||
} | |||
#mw-head-base, | |||
div#content, | |||
div#footer { | |||
margin-left: 1em; | |||
} | } | ||
Version vom 30. Juli 2016, 10:54 Uhr
/* CSS an dieser Stelle wirkt sich auf alle Skins aus */
tt {
font-size:12px;
}
code,pre {
font-size:12px;
}
/* Anpassungen Cogneon */
#mw-body {
background-color: red;
}
h1,
h2,
h3,
h4,
h5,
h6 {
color: #ff6600;
}
/** Hide sidebar **/
div#mw-panel {
display: none;
}
#left-navigation {
left: 1em;
}
#mw-head-base,
div#content,
div#footer {
margin-left: 1em;
}