MediaWiki:Copedia.css: Unterschied zwischen den Versionen
Aus Copedia
Keine Bearbeitungszusammenfassung |
Keine Bearbeitungszusammenfassung |
||
| Zeile 19: | Zeile 19: | ||
#footer { background-color: #ff6600; } | #footer { background-color: #ff6600; } | ||
#mw-head-base { | #mw-head-base { | ||
position: fixed; | position: fixed; | ||
backface-visibility: hidden; | backface-visibility: hidden; | ||
background-color: #ff6600; | |||
} | } | ||
Version vom 30. Juli 2016, 12:21 Uhr
/** Hide sidebar **/
div#mw-panel {
display: none;
}
#left-navigation {
left: 1em;
}
#mw-head-base,
div#content,
div#footer {
margin-left: 0;
}
#copedia-logo {
margin-left: 1em;
margin-top: 1em;
}
#footer { background-color: #ff6600; }
#mw-head-base {
position: fixed;
backface-visibility: hidden;
background-color: #ff6600;
}
tt {
font-size:12px;
}
code,pre {
font-size:12px;
}
/* Anpassungen Cogneon */
h1,
h2,
h3,
h4,
h5,
h6 {
color: #ff6600;
}