Benutzerin:Alarya/monobook.css: Unterschied zwischen den Versionen
Alarya (Diskussion | Beiträge) Navkästen jetzt in beige? |
Alarya (Diskussion | Beiträge) Test für Favorites |
||
| Zeile 7: | Zeile 7: | ||
body.skin--responsive .mw-portlet > div, body.skin--responsive .pBody { | body.skin--responsive .mw-portlet > div, body.skin--responsive .pBody { | ||
background-color: rgb(255, 245, 206) | 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(/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(/images/fav-icons.png); | |||
background-position: -45px 3px; | |||
background-size: 60px; | |||
} | |||
#ca-unfavorite.icon a:before, #ca-favorite.icon a:before { | |||
content: " "; | |||
} | |||
} | |||
} | } | ||