MediaWiki: Common.css: Unterschied zwischen den Versionen

Aus Schularchive
Wechseln zu: Navigation, Suche
Keine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung
Zeile 23: Zeile 23:




.button {
th { background-color: ededed; }
  background-color: #4CAF50; /* Green */
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
}

Version vom 11. Juni 2019, 14:02 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: #af122c; }

a:visited { color: #af122c; }

a:hover { color: #AF122C; text-decoration: underline; }

a:hover { color: #AF122C; text-decoration: underline; }


th { background-color: ededed; }