MediaWiki: Common.css: Unterschied zwischen den Versionen
Aus Schularchive
Keine Bearbeitungszusammenfassung |
Keine Bearbeitungszusammenfassung |
||
Zeile 27: | Zeile 27: | ||
.button { | .mw-ui-button { | ||
background-color: #28bcc6; | |||
color: #fff; | |||
border: 1px solid #28bcc6; | |||
text-shadow: 0 1px rgba(0,0,0,0.1); | |||
} | } |
Version vom 18. Juni 2019, 13:19 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; }
a:link { color: #333333; text-decoration: underline;}
a:visited { color: #333333; text-decoration: underline;}
a:hover { color: #AF122C; text-decoration: underline; }
a:active { color: #AF122C; text-decoration: underline; }
th { background-color: ededed; }
td { background-color: #f6f6f6; }
.mw-ui-button {
background-color: #28bcc6;
color: #fff;
border: 1px solid #28bcc6;
text-shadow: 0 1px rgba(0,0,0,0.1);
}