MediaWiki:Vector.css: Unterschied zwischen den Versionen
Aus Liebliches-Feld.net
Zur Navigation springenZur Suche springen
Alarya (Diskussion | Beiträge) Test mit neuem Hintergrundbild-Pfad |
Keine Bearbeitungszusammenfassung |
||
| (7 dazwischenliegende Versionen von 2 Benutzern werden nicht angezeigt) | |||
| Zeile 11: | Zeile 11: | ||
#p-Navigation.vector-menu.vector-menu-portal.portal.portal-first { | #p-Navigation.vector-menu.vector-menu-portal.portal.portal-first { | ||
background: #FFF5CE; | background: #FFF5CE; | ||
} | |||
@media screen { | |||
.vector-legacy-sidebar .vector-menu-portal { | |||
background: #FFF5CE; | |||
} | |||
} | |||
@media screen { | |||
#p-categorytree-portlet .vector-menu-content { | |||
font-size: 0.75em; | |||
} | |||
} | } | ||
| Zeile 29: | Zeile 41: | ||
#ca-history, | #ca-history, | ||
#ca-watch, | #ca-watch, | ||
#ca-unwatch, | |||
#ca-delete, | |||
#ca-move, | |||
#ca-protect, | |||
#ca-favorite, | |||
#ca-nstab-mediawiki.selected, | #ca-nstab-mediawiki.selected, | ||
#ca-nstab-special.selected { | #ca-nstab-special.selected { | ||
| Zeile 37: | Zeile 54: | ||
{ | { | ||
margin-left :225px; | margin-left :225px; | ||
} | |||
#p-personal ul { | |||
background-color: rgba(255, 245, 206, 0.99); | |||
} | } | ||
Aktuelle Version vom 28. März 2026, 10:32 Uhr
/* Das folgende CSS wird für Benutzer der Vector-Benutzeroberfläche geladen. */
#p-tb.vector-menu.vector-menu-portal.portal {
background: #FFF5CE;
}
#p-Spielerstaedte.vector-menu.vector-menu-portal.portal {
background: #FFF5CE;
}
#p-Navigation.vector-menu.vector-menu-portal.portal.portal-first {
background: #FFF5CE;
}
@media screen {
.vector-legacy-sidebar .vector-menu-portal {
background: #FFF5CE;
}
}
@media screen {
#p-categorytree-portlet .vector-menu-content {
font-size: 0.75em;
}
}
body {
background: url(/w/images/titel31.png) no-repeat #FFF5CE;
}
#mw-head {
background: url(/w/images/titel31.png) no-repeat #FFF5CE;
}
#ca-view,
#ca-nstab-main.selected,
#ca-nstab-main.mediawiki,
#ca-talk,
#ca-edit,
#ca-history,
#ca-watch,
#ca-unwatch,
#ca-delete,
#ca-move,
#ca-protect,
#ca-favorite,
#ca-nstab-mediawiki.selected,
#ca-nstab-special.selected {
background: #FFF5CE;
}
#footer.mw-footer
{
margin-left :225px;
}
#p-personal ul {
background-color: rgba(255, 245, 206, 0.99);
}