MediaWiki:Common.css: Unterschied zwischen den Versionen
Aus Bibliothek
Keine Bearbeitungszusammenfassung |
Keine Bearbeitungszusammenfassung |
||
Zeile 67: | Zeile 67: | ||
hr { | hr { | ||
color: #bea370; | background-color: #bea370; | ||
} | } | ||
/* | /* |
Version vom 14. Januar 2021, 14:39 Uhr
/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */
#mw-header-container {
background-color: #bea370;
}
.color-middle {
background-color: #666666;
}
.color-left {
background-color: #666666;
}
.color-right {
background-color: #666666;
}
.sidebar-chunk {
border-radius: 20px;
background-color: #d0d0d0 !important;
}
#mw-content {
border-radius: 20px;
margin-top: 1em;
background-color: #d0d0d0;
}
img[alt="Rechenzentrum Gierskopp"] {
background-color: #bbbbbb;
border-radius: 10px;
padding: 10px;
}
img[alt="Privatarchiv Köster Olsberg"] {
background-color: #999999;
border-radius: 10px;
padding: 10px;
}
#mw-content-container {
border-bottom-color: #666666;
background-color: #222222;
}
.tools-inline li.selected {
border-bottom-color: #bea370;
}
.mw-footer-container {
background-color: #222222;
}
.mw-body h1.firstHeading {
border-bottom-color: #bea370;
}
a:hover, a:visited {
color: #ae7200;
text-shadow: 2px 2px 4px #666666;
}
a {
color: #ae7200;
/*text-shadow: 1px 1px 2px #bea370;*/
}
hr {
background-color: #bea370;
}
/*
.mw-wiki-logo {
background-color: #bbbbbb;
border-radius: 20px 50px 20px 50px;
}
*/