MediaWiki:Common.css: Unterschied zwischen den Versionen
Aus Copedia
KKeine Bearbeitungszusammenfassung |
KKeine Bearbeitungszusammenfassung |
||
| Zeile 25: | Zeile 25: | ||
} | } | ||
#left-navigation { | #left-navigation { | ||
left: | left: 1em; | ||
} | } | ||
#mw-head-base, | #mw-head-base, | ||
div#content, | div#content, | ||
div#footer { | div#footer { | ||
margin-left: | margin-left: 1em; | ||
} | } | ||
Version vom 30. Juli 2016, 10:56 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;
}