MediaWiki:Common.css: Unterschied zwischen den Versionen

Aus Controlling-Wiki
Keine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung
Zeile 1: Zeile 1:
/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */
/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */
body.page-Controlling-Wiki.action-view h1.firstHeading, body.page-Controlling-Wiki.action-submit h1.firstHeading, .notLatestMsg, .approvedAndLatestMsg  { display: none; }
body.page-Controlling-Wiki.action-view h1.firstHeading, body.page-Controlling-Wiki.action-submit h1.firstHeading, .notLatestMsg, .approvedAndLatestMsg  { display: none; }
span.notApproved {
    height: 30px;
    display: block;
    line-height: 30px;
    background-color: rgb(255, 221, 221);
    padding: 5px;
    margin-right: 1.4em;
}

Version vom 9. Februar 2016, 17:02 Uhr

/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */
body.page-Controlling-Wiki.action-view h1.firstHeading, body.page-Controlling-Wiki.action-submit h1.firstHeading, .notLatestMsg, .approvedAndLatestMsg  { display: none; }

span.notApproved {
    height: 30px;
    display: block;
    line-height: 30px;
    background-color: rgb(255, 221, 221);
    padding: 5px;
    margin-right: 1.4em;
}