MediaWiki:Common.css: Unterschied zwischen den Versionen

Aus WikiPedalia
K (richtiger Seitentitel)
K (Hier auch)
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-WikiPedalia_-_Startseite.action-view h1.firstHeading, body.page-WikiPedalia_-_Startseite.action-submit h1.firstHeading { display: none; }
body.page-WikiPedalia_-_Startseite.action-view h1.firstHeading, body.page-WikiPedalia_-_Startseite.action-submit h1.firstHeading { display: none; }
a {
    color: #ff7000;
    text-decoration: none;
}
a:visited {
    color: #ff7000;
    text-decoration: none;
}

Version vom 18. Juli 2016, 14:22 Uhr

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

a {
    color: #ff7000;
    text-decoration: none;
}

a:visited {
    color: #ff7000;
    text-decoration: none;
}