MediaWiki:Vector.css: Unterschied zwischen den Versionen

Aus Firestone Idle RPG Wiki
Zur Navigation springen Zur Suche springen
Keine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung
Zeile 61: Zeile 61:
     border: 1px solid gold;
     border: 1px solid gold;
     border-left: none;
     border-left: none;
}
display: block;
    color: #fff;
    text-align: center;
    font-weight: bold;
    background-image: linear-gradient(to right,rgba(255,215,0,0) 0,#ffd700 33%,#ffd700 66%,rgba(255,215,0,0) 100%);
}
}

Version vom 30. September 2023, 10:29 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;
}

.vector-legacy-sidebar .vector-menu-portal {
    margin: 0.25em;
    margin-left: -0.5em;
    padding: 0.5em;
    direction: ltr;
    background-color: rgba(0,0,0,.5);
    border: 1px solid gold;
    border-left: none;
}

display: block;
    color: #fff;
    text-align: center;
    font-weight: bold;
    background-image: linear-gradient(to right,rgba(255,215,0,0) 0,#ffd700 33%,#ffd700 66%,rgba(255,215,0,0) 100%);
}