MediaWiki:Common.css: Unterschied zwischen den Versionen

Aus Schulgestaltungswiki
Zur Navigation springen Zur Suche springen
KKeine Bearbeitungszusammenfassung
KKeine Bearbeitungszusammenfassung
Zeile 21: Zeile 21:


li#footer-info-viewcount {
li#footer-info-viewcount {
     font-size: 1em;
     font-size: 0.9em;
     font-weight: bold;
     font-weight: bold;
}
}

Version vom 23. Juni 2021, 13:06 Uhr

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

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

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;
}

li#footer-info-viewcount {
    font-size: 0.9em;
    font-weight: bold;
}

#footer-info-viewcount {
    margin: 0px;

.timeline img {
	max-width:auto;
	height:100hv;
}

.timeline {
  width: 95%;
  background-image: url('https://schulgestaltungswiki.de/images/0/0d/Timeline.png');
  background-repeat: no-repeat;
  background-size: contain;
  padding-left: 2.5em;
"
}