MediaWiki:Common.css: Unterschied zwischen den Versionen

Aus Schulgestaltungswiki
Zur Navigation springen Zur Suche springen
KKeine Bearbeitungszusammenfassung
KKeine Bearbeitungszusammenfassung
Zeile 3: Zeile 3:
.mw-wiki-logo {
.mw-wiki-logo {
     background-size: 180px 180px;
     background-size: 180px 180px;
body { font-size: larger
color: #008000; }
.mw-body h1,
.mw-body-content h1,
.mw-body-content h2,
.mw-body-content h1.firstHeading
{
font-family: 'Corbel', 'Arial', sans-serif;
color: #008000;
}
.mw-body  #firstHeading {
font-family: 'Corbel', 'Arial', sans-serif;
}
#footer-info-viewcount {
margin: 0px 10px;
color: #008000;
font-size: 16px;
}
}
}



Version vom 8. Mai 2021, 15:49 Uhr

/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */

.mw-wiki-logo {
    background-size: 180px 180px;

body { font-size: larger
color: #008000; }

.mw-body h1,
.mw-body-content h1,
.mw-body-content h2,
.mw-body-content h1.firstHeading
 {
font-family: 'Corbel', 'Arial', sans-serif;
color: #008000;
}

.mw-body  #firstHeading {
font-family: 'Corbel', 'Arial', sans-serif;
}



#footer-info-viewcount {

margin: 0px 10px;
color: #008000;
font-size: 16px;
}

}

a.one:link, a.one:visited {
  background-color: #00b300;
  color: white;
  padding: 10px 50px;
  border-radius: 3px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  box-shadow: 3px 3px 5px  #e6e6e6;
}

a.one:hover, a.one:active {
  background-color: #008000;
}