Keine Bearbeitungszusammenfassung
("Hiding" the notification text over the notification icon)
Zeile 30: Zeile 30:
.header-container.header-chrome {
.header-container.header-chrome {
     background: #1e2329;
     background: #1e2329;
}
.minerva-user-notifications > a {
    line-height: normal !important;
    color: #202122 !important;
}
}



Version vom 15. Dezember 2021, 12:34 Uhr

/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */

@import url( 'https://fonts.googleapis.com/css?family=Metamorphous|Metamorphous ');
/* Changes the default font used for MediaWiki headings to Noto Serif: */
#content h1, 
#content h2 {
  font-family: "Metamorphous";
}
/* Changes the background color of the bottom and left of each page, up to behind half of the logo: */

/*body, body #mw-page-base {*/
	/*background: #b8a681;*/
	/*background-image: url( "skins/Vector/wiki-bg.png" );*/
	/*background-repeat: no-repeat;*/

body, body #mw-page-base {
    background: url(skins/Vector/wiki-bg.png);
        background-repeat: repeat;
    background-repeat: no-repeat;
}

.mw-body {
    margin-top: -1px;
    border: 0px solid #a7d7f9;
    border-right-width: 1px;
    border-right-width: 0;
    background: #d4bf98;
}

.header-container.header-chrome {
    background: #1e2329;
}

.minerva-user-notifications > a {
    line-height: normal !important;
    color: #202122 !important;
}

.toggle-list__list {
    color: #44332e !important;
    background: #b8a681 !important;
}

.minerva-footer {
    border-top: solid 2px #37404b;
    overflow: auto;
    padding-bottom: 6px;
    background: #1e2329  !important;
    color: #bbbbbb  !important;
}
footer > .post-content > h2:first-child, .mw-footer > .post-content > h2:first-child {
    color: #bbbbbb  !important;
    border-bottom: solid 0px #37404b;
}

footer > .post-content .hlist, .mw-footer > .post-content .hlist, footer > .post-content .license, .mw-footer > .post-content .license {
    color: #bbbbbb  !important;
}

.last-modified-bar {
    background-color: transparent;
    border-bottom: solid 2px #37404b;
}

.header .branding-box h1 span, .header .branding-box a span {
    line-height: 1;
    font-size: inherit;
    color: #bbbbbb  !important;
}

.vector-menu-tabs .new{
    background: #c3b18d;
    border: 0px;
}

.vector-menu-tabs{
    background: #d5c096 !important;
    border: 0px;
}

.vector-menu-tabs .collapsible {
    background: #c3b18d;
    border: 0px;
}

.vector-menu-tabs li {
    background: #c3b18d;
    border: 0px;
}

.vector-menu-tabs .selected {
    background: #d5c096;
    border: 0px;
}

#content {color: #44332e !important;}

#firstHeading{
	color: #44332e;
}

#secondHeading{
	color: #44332e;
}

#thirdHeading{
	color: #44332e;
}

.catlinks {
    border: 0px solid #a2a9b1;
    background-color: #b7a683;
    padding: 5px;
    margin-top: 1em;
    clear: both;
}

.wikitable {
    border-top: 1px solid #ae9f82;
    border-bottom: 1px solid #ae9f82;
    border-left: 0px solid #ae9f82 !important;
    border-right: 0px solid #ae9f82 !important;
    background-color: #d4bf98;
}
.wikitable > tr > th, .wikitable > tr > td, .wikitable > * > tr > th, .wikitable > * > tr > td {
    border-top: 1px solid #ae9f82;
    border-bottom: 1px solid #ae9f82;
    border-left: 0px solid #ae9f82 !important;
    border-right: 0px solid #ae9f82 !important;
    padding: 0.2em 1.0em;
}

.wikitable > tr > th, .wikitable > * > tr > th {
    background-color: #c2b191;
    text-align: center;
}

div#mw-panel div.portal div.body ul li a {
    color: #0645AD;
}

#mw-panel .portal a, #mw-panel .portal a:visited {
    color: #decba5!important;
}

.vector-menu-portal h3 {
    color: #c5b28c!important;
    background-image: linear-gradient(to right,rgba(200,204,209,0) 0,#c5b28c 33%,#c5b28c 66%,rgba(200,204,209,0) 100%);

}

.toc, .toccolours {
    border: 0px solid #81675f;
    background-color: #c2b18f;
    padding: 5px;
    font-size: 95%;
}

h1, h2, h3 {
    margin-bottom: 0.6em;
    border-bottom: 1px solid #c2b18f;
    color: #44332e !important;

}

code {
    background: #c2b18f;
    border: 1px solid #b0a184
}

a:link {
    color: #646d79;
}

a:visited {
    color: #4d545e;
}

a:hover {
    color: #788391;
}

a:active {
    color: #788391;
}

.new a {
    color: #b14153;
}

.vector-menu-tabs li a {
    color: #788391;
}

.vector-menu-tabs .new a {
    color: #b14153;
}

.article-table.mw-collapsible.mw-made-collapsible.th {
    color: blue
    border: 1px solid #ae9f82;
    background-color: #d4bf98;
}

.wikitable.sidetable {
    border: 2px solid #ae9f82 !important;
    background-color: #c2b18f;
}

.toctogglelabel {
    color: #646d78
}

blockquote {
    border-left: 4px solid #81675f !important;
    padding: 8px 32px;
    margin-left: 0px;
    margin-right: 60%;
    background: #b7a685 !important;
}

.hlist-separated li::after {
    color: #646d79 !important;
}