MediaWiki:Common.css: Unterschied zwischen den Versionen
Aus Bibliothek
Keine Bearbeitungszusammenfassung |
Keine Bearbeitungszusammenfassung |
||
Zeile 19: | Zeile 19: | ||
.sidebar-chunk { | .sidebar-chunk { | ||
border-radius: 20px; | border-radius: 20px; | ||
background-color: # | background-color: #d0d0d0 !important; | ||
} | } | ||
Zeile 25: | Zeile 25: | ||
border-radius: 20px; | border-radius: 20px; | ||
margin-top: 1em; | margin-top: 1em; | ||
background-color: # | background-color: #d0d0d0; | ||
} | } | ||
Version vom 13. Januar 2021, 16:56 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;*/
}
/*
.mw-wiki-logo {
background-color: #bbbbbb;
border-radius: 20px 50px 20px 50px;
}
*/