MediaWiki:Vector.css: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
Keine Bearbeitungszusammenfassung |
Keine Bearbeitungszusammenfassung |
||
Zeile 49: | Zeile 49: | ||
} | } | ||
a, a:visited, a:active { | a, a:visited, a:active, .vector-legacy-sidebar .vector-menu-portal .vector-menu-content li a, .vector-legacy-sidebar .vector-menu-portal .vector-menu-content li a:visited { | ||
color: #a7d7f9; | color: #a7d7f9; | ||
} | } |
Version vom 30. September 2023, 09:18 Uhr
/* Das folgende CSS wird für Benutzer der Vector-Benutzeroberfläche geladen. */
body {
background-color: #3070b0;
font-size: 14px;
line-height: 1.75;
}
#mw-page-base:before {
background-image: linear-gradient(to bottom,rgba(48,112,176,.1) 25%,#3070b0);
position: absolute;
bottom: 0;
content: "";
display: block;
height: 10em;
width: 100%;
z-index: -1;
}
#mw-page-base {
background: #3070b0 url(/resources/assets/header.png) no-repeat 50%/cover;
position: sticky;
top: 0;
opacity: 100%;
height: 10em;
width: 100%;
z-index: -2;
}
#left-navigation, #right-navigation {
margin-top: 7.5em;
}
#p-personal ul {
padding-left: 0;
}
.vector-user-menu-legacy {
background-color: rgba(0,0,0,.5);
top: 0 !important;
right: 0 !important;
padding: 0.5em;
border-left: 1px solid gold;
border-bottom: 1px solid gold;
}
a.new {
color: #f00;
}
a, a:visited, a:active, .vector-legacy-sidebar .vector-menu-portal .vector-menu-content li a, .vector-legacy-sidebar .vector-menu-portal .vector-menu-content li a:visited {
color: #a7d7f9;
}