MediaWiki:Copedia.css: Unterschied zwischen den Versionen
Aus Copedia
Keine Bearbeitungszusammenfassung |
Keine Bearbeitungszusammenfassung |
||
| (15 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt) | |||
| Zeile 12: | Zeile 12: | ||
} | } | ||
# | #ca-nstab-main { display:none!important; } | ||
#ca-talk { display:none!important; } | |||
#ca-nstab-user { display:none!important; } | |||
} | #ca-nstab-special { display:none!important; } | ||
#mw-head-base { | #mw-head-base { | ||
background-color: #ff6600; | background-color: #ff6600; | ||
} | } | ||
#footer { background-color: #e9e9e9; } | |||
tt { | tt { | ||
font-size:12px; | font-size:12px; | ||
Aktuelle Version vom 30. Juli 2016, 18:22 Uhr
/** Hide sidebar **/
div#mw-panel {
display: none;
}
#left-navigation {
left: 1em;
}
#mw-head-base,
div#content,
div#footer {
margin-left: 0;
}
#ca-nstab-main { display:none!important; }
#ca-talk { display:none!important; }
#ca-nstab-user { display:none!important; }
#ca-nstab-special { display:none!important; }
#mw-head-base {
background-color: #ff6600;
}
#footer { background-color: #e9e9e9; }
tt {
font-size:12px;
}
code,pre {
font-size:12px;
}
/* Anpassungen Cogneon */
h1,
h2,
h3,
h4,
h5,
h6 {
color: #ff6600;
}