MediaWiki:Common.css: Unterschied zwischen den Versionen
		
		
		
		Zur Navigation springen
		Zur Suche springen
		
| Mh (Diskussion | Beiträge) KKeine Bearbeitungszusammenfassung | Mh (Diskussion | Beiträge) KKeine Bearbeitungszusammenfassung | ||
| Zeile 28: | Zeile 28: | ||
| /* To make images responsive */ | /* To make images responsive */ | ||
| .res-img img { | .res-img img { | ||
| 	width: auto | |||
| 	height: | 	max-height: 60%; | ||
| } | } | ||
Version vom 22. Juni 2021, 10:49 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: 16px;
    font-weight: bold;
    color: #008000;
}
/* To make images responsive */
.res-img img {
	width: auto
	max-height: 60%;
}