MediaWiki:Monobook.css: Unterschied zwischen den Versionen
Aus Liebliches-Feld.net
Zur Navigation springenZur Suche springen
Alarya (Diskussion | Beiträge) Test mit neuem Hintergrundbild-Pfad |
Alarya (Diskussion | Beiträge) Benutzermenü für kleine Bildschirme lesbar machen |
||
| Zeile 36: | Zeile 36: | ||
background: #FFF5CE; | background: #FFF5CE; | ||
font-size: 90%; | font-size: 90%; | ||
} | |||
@media screen and (min-width: 551px) { | |||
body.skin--responsive #p-personal .pBody ul { | |||
background-color: rgba(255, 245, 206, 0.99); | |||
} | } | ||
Version vom 26. März 2026, 22:31 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);
}