MediaWiki:Vector.css: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
Wendl (Diskussion | Beiträge) |
Wendl (Diskussion | Beiträge) |
||
Zeile 5: | Zeile 5: | ||
} | } | ||
#mw-panel { | |||
background-image: none !important; | background-image: none !important; | ||
padding-left: 10px; | padding-left: 10px; |
Version vom 3. Januar 2022, 14:11 Uhr
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.7.2/font/bootstrap-icons.css"); body { background: rgb(57, 57, 57); } #mw-panel { background-image: none !important; padding-left: 10px; } #mw-navigation a { color: black !important; } #mw-sidebar-checkbox:not(:checked) ~ .mw-header #mw-sidebar-button:before { background-image: none; } .mw-workspace-container, .mw-content-container, .mw-article-toolbar-container, header { /*max-width: 80em;*/ /*margin-left: auto !important;*/ /*margin-right: auto !important;*/ } .mw-body { border-top: 1px solid #a2a9b1; } .mw-page-container { border: none; padding: 0; } .mw-header { background: rgb(57, 57, 57); margin-top: 0; padding: 0.5em 1em; } .vector-menu-tabs li { background-image: none; } .mw-logo { color: white !important; margin-right: 2.85714286em; } .mw-logo strong { font-size: 1em; } #searchform { max-width: none } #p-search { margin-left: 0; float: none; /*width: 100%;*/ flex-basis: unset; /*margin: 2em 0 0 0;*/ } #p-search input { /*font-size: 1.5em;*/ font-weight: bold; background-color: white; } #p-personal { flex-basis: unset; margin-left: none; } #p-personal a, #p-personal a:visited { color: rgb(195, 195, 195) !important; } #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(#a2a9b1, #a2a9b1); background-size: 1px 65%; } .mw-body h1, .mw-body-content h1, .mw-body-content h2 { font-family: unset; font-weight: bold; } img { max-width: 100%; height: auto; } a, a:visited, .toctogglelabel { color: rgb(0, 158, 185); } svg { color: white; }