MediaWiki:Vector.css: Unterschied zwischen den Versionen

Aus Wiki der Akademie der Bildenden Künste Nürnberg
Zur Navigation springen Zur Suche springen
Zeile 57: Zeile 57:
.vector-menu-tabs, .vector-menu-tabs a, #mw-head .vector-menu-dropdown h3 {
.vector-menu-tabs, .vector-menu-tabs a, #mw-head .vector-menu-dropdown h3 {
     background-image: linear-gradient(rgba(255, 255, 255, 0), #a2a9b1);
     background-image: linear-gradient(rgba(255, 255, 255, 0), #a2a9b1);
}
.mw-body h1, .mw-body-content h1, .mw-body-content h2 {
    font-family: unset;
    font-weight: bold;
}
}

Version vom 3. Januar 2022, 01:05 Uhr

body {
    background: none;
}

#mw-panel {
    background-image: none;
}

.mw-workspace-container, .mw-content-container, .mw-article-toolbar-container, header {
    max-width: 90em;
    margin-left: auto !important;
    margin-right: auto !important;
}

.mw-body {
    border-top: 1px solid #a2a9b1;
}

.mw-page-container {
    border: none;
}

.vector-menu-tabs li {
    background-image: none;
}

header a {
    color: black !important;
}

#searchform {
    max-width: none
}

#p-search {
    margin-left: auto;
    float: none;
    width: 100%;
    flex-basis: unset;
    margin: 1em 0;
}

#p-search input {
    font-size: 1.5em;
    font-weight: bold;
}

#p-personal {
    flex-basis: unset;
    margin-left: none;
}

#p-search > #searchform, #p-search .wvui-typeahead-search {
    max-width: none;
}

.vector-menu-tabs, .vector-menu-tabs a, #mw-head .vector-menu-dropdown h3 {
    background-image: linear-gradient(rgba(255, 255, 255, 0), #a2a9b1);
}

.mw-body h1, .mw-body-content h1, .mw-body-content h2 {
    font-family: unset;
    font-weight: bold;
}