MediaWiki: Common.css: Unterschied zwischen den Versionen
Aus Schularchive
Keine Bearbeitungszusammenfassung |
Keine Bearbeitungszusammenfassung |
||
Zeile 61: | Zeile 61: | ||
} | } | ||
.dropdown-menu { text-decoration: none; } | .ul.dropdown-menu { text-decoration: none; } | ||
Version vom 2. Juli 2019, 12:26 Uhr
/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */
body.page-Hauptseite.action-view h1.firstHeading, body.rootpage-Hauptseite.action-submit h1.firstHeading { display: none; }
h1 { color: #AF122C; font-family: "Arial", sans-serif; font-size: 250%;}
h2 { color: #AF122C; font-family: "Arial", sans-serif; }
h3 { color: #AF122C; font-family: "Arial", sans-serif; }
h4 { color: #AF122C; font-family: "Arial", sans-serif; }
p { color: #333333; font-family: "Arial", sans-serif; }
/* Die Farbgebung folgt den Vorgaben des Corporate Design. */
/* Ausnahmen: a:link ist nicht rot (aus optischen Gründen); a:visited wird als "besucht" (helleres Grau) gekennzeichnet */
a:link { color: #333333; text-decoration: underline;}
a:visited { color: #707070; text-decoration: underline;}
a:hover { color: #AF122C; text-decoration: underline; }
a:active { color: #AF122C; text-decoration: underline; }
/* Im Hauptmenü sollen die Menüpunkte (die ja Links sind) nicht unterstrichen dargestellt werden. */
/* Dies gilt auch für die Dropdown-Menü-Unterpunkte. */
#n-Einstieg { text-decoration: none; }
#n-Mitmachen { text-decoration: none; }
#n-Anmelden { text-decoration: none; }
#t-tools { text-decoration: none; }
#pt-personaltools { text-decoration: none; }
/* Tabellenfarbe */
th { background-color: ededed; }
td { background-color: #f6f6f6; }
a.dropdown-toggle.btn.btn-primary.btn-block { color: white; background-color: #af122c; }
.btn-primary {
color: #ffffff;
background-image: linear-gradient( to bottom, #af122c 0, #931225 100% );
border-color: #75111e;
}
.btn-primary:hover {
color: #ffffff;
background-image: linear-gradient( to bottom, #c0564c 0, #af122c 100% );
background-color: #af122c; /* Notwendig, da ein Teil des Buttons sonst blau ist - warum auch immer */
border-color: #75111e;
}
.btn-primary:active {
color: #ffffff;
background-image: linear-gradient( to bottom, #c0564c 0, #af122c 100%);
background-color: #af122c;
border-color: #75111e;
}
.ul.dropdown-menu { text-decoration: none; }
/* Schrift des "Bearbeiten-Button": weiß, nicht unterstrichen, Umbruch zulassen */
.sidebar-wrapper #ca-edit-ext {
color: white;
text-decoration: none;
white-space: normal;
word-wrap: break-word;
}