MediaWiki:Monobook.css: Unterschied zwischen den Versionen
Aus Liebliches-Feld.net
Zur Navigation springenZur Suche springen
K Änderung 1280506 von Rondrastein (Diskussion) rückgängig gemacht. Markierung: Rückgängigmachung |
Alarya (Diskussion | Beiträge) Reparatur wg. Favorites |
||
| Zeile 47: | Zeile 47: | ||
background-color: rgb(255, 245, 206) | background-color: rgb(255, 245, 206) | ||
} | } | ||
/* repariert Ausblendung der Seitenaktionen, wenn Extension:Favorites aktiv ist und $wgUseIconFavorite = true; | |||
besseres und responsives Design noch nachtragen */ | |||
#ca-favorite.icon a, #ca-favorite.icon a:hover { display: unset; } | |||
#ca-unfavorite.icon a, #ca-unfavorite.icon a:hover { display: unset; } | |||
Aktuelle Version vom 29. März 2026, 10:54 Uhr
/* Das folgende CSS wird für Benutzer der Benutzeroberfläche MonoBook geladen */
body {
background: url(/w/images/titel31.png) no-repeat #fff5ce;
}
#p-cactions li.selected a {
z-index: 3;
padding: 0 1em .2em!important;
background-color: #FFF5CE;
}
#p-cactions .new a {
color: #ba0000;
}
#p-cactions li a:hover {
z-index: 3;
text-decoration: none;
background-color: #FFF5CE;
}
.pBody {
font-size: 95%;
background: #FFF5CE;
color: black;
border-collapse: collapse;
border: 1px solid #aaa;
padding: 0 .8em .3em .5em;
}
#footer,
#p-search-label,
#p-tb-label,
#p-Spielerstaedte-label,
#p-Navigation-label {
background: #FFF5CE;
font-size: 90%;
}
@media screen and (min-width: 551px) {
body.skin--responsive #p-personal .pBody ul {
background-color: rgba(255, 245, 206, 0.99);
}
@media screen and (min-width: 551px) {
body.skin--responsive .mw-portlet > div, body.skin--responsive .pBody {
background-color: rgb(255, 245, 206)
}
/* repariert Ausblendung der Seitenaktionen, wenn Extension:Favorites aktiv ist und $wgUseIconFavorite = true;
besseres und responsives Design noch nachtragen */
#ca-favorite.icon a, #ca-favorite.icon a:hover { display: unset; }
#ca-unfavorite.icon a, #ca-unfavorite.icon a:hover { display: unset; }