Benutzerin:Alarya/monobook.css: Unterschied zwischen den Versionen
Aus Liebliches-Feld.net
Zur Navigation springenZur Suche springen
Alarya (Diskussion | Beiträge) jetzt besser? |
Alarya (Diskussion | Beiträge) Test... |
||
| (10 dazwischenliegende Versionen derselben Benutzerin werden nicht angezeigt) | |||
| Zeile 1: | Zeile 1: | ||
#p-personal.pBody | @media screen and (min-width: 551px) { | ||
background-color: rgba(255, 245, 206, 0. | 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: " "; | |||
} | |||
} | |||
}*/ | |||
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: " ";
}
}
}*/