Benutzerin:Alarya/monobook.css: Unterschied zwischen den Versionen

Aus Liebliches-Feld.net
Zur Navigation springenZur Suche springen
Test...
Test...
 
Zeile 8: Zeile 8:
   background-color: rgb(255, 245, 206)
   background-color: rgb(255, 245, 206)
}
}
 
/*
@media screen and (min-width: 551px) {
@media screen and (min-width: 551px) {
body:not(.skin--responsive), body.skin--responsive {
body:not(.skin--responsive), body.skin--responsive {
Zeile 27: Zeile 27:
}
}
}
}
}
}*/

Aktuelle Version vom 29. März 2026, 10:55 Uhr

@media screen and (min-width: 551px) {
  body.skin--responsive #p-personal .pBody ul {
  background-color: rgba(255, 245, 206, 0.7);
}

@media screen and (min-width: 551px) {
  body.skin--responsive .mw-portlet > div, body.skin--responsive .pBody {
  background-color: rgb(255, 245, 206)
}
/*
@media screen and (min-width: 551px) {
	body:not(.skin--responsive), body.skin--responsive {
		#ca-favorite.icon a, #ca-favorite.icon a:hover {
			display: unset;
			background-image: url(/w/images/fav-icons.png);
			background-position: 4px 3px;
			background-size: 60px;
		}
		#ca-unfavorite.icon a, #ca-unfavorite.icon a:hover {
			display: unset;
			background-image: url(/w/images/fav-icons.png);
			background-position: -45px 3px;
			background-size: 60px;
		}
		#ca-unfavorite.icon a:before, #ca-favorite.icon a:before {
			content: "   ";
		}
	}
}*/