MediaWiki:Common.css: Unterschied zwischen den Versionen
Erscheinungsbild
Keine Bearbeitungszusammenfassung |
Keine Bearbeitungszusammenfassung |
||
| Zeile 12: | Zeile 12: | ||
background-color: #6a2529; | background-color: #6a2529; | ||
background-image: unset; | background-image: unset; | ||
} | } | ||
| Zeile 19: | Zeile 18: | ||
padding-bottom: 1rem; | padding-bottom: 1rem; | ||
position: relative; | position: relative; | ||
min-width: 160px; | |||
} | } | ||
Version vom 13. April 2026, 12:55 Uhr
/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */
@media screen {
body {
background-image: linear-gradient(rgba(255, 255, 255, 0.3), rgb(255, 255, 255)),url("../img/bg.jpg");
background-attachment: fixed;
background-position: center;
background-size: cover;
}
#mw-page-base, .mw-header, .vector-header-container .mw-header, .vector-header-container {
background-color: #6a2529;
background-image: unset;
}
.mw-header {
padding-top: 1rem;
padding-bottom: 1rem;
position: relative;
min-width: 160px;
}
.mw-logo-icon {
width: 40px;
height: 40px;
}
.mw-logo-container {
top: 18px;
left: 72px;
font-family: "Bokor" !important;
font-size: 1.6em;
text-transform: uppercase;
color: rgba(0,0,0,.9);
text-shadow: rgba(255,201,20,.5) 1px 1px 2px;
position:absolute;
}
.vector-sticky-header {
background-color: #fefdf3ee !important;
background-image: unset;
}
.vector-pinned-container {
background-color: unset;
}
.vector-sticky-pinned-container {
margin-left: 12px;
}
.vector-sticky-pinned-container::after {
background: unset;
}
.vector-toc .vector-pinnable-header {
margin-left: 0px;
}
.mw-page-container {
background-color: #fff9;
}
/* Link Colors */
a:link {
color: #8c2f34 !important;
}
a:visited {
color: #6a2529 !important;
}
a:link.new {
color: #dc3545 !important;
}
a.new {
color: #dc3545 !important;
}
.vector-menu .new a {
color: #dc3545 !important;
}
a:where(:not([role="button"])):visited {
color: var(#6a2529) !important;
}
#contentSub {
display: none;
}
.mw-indicators {
display:none !important;
}
}