MediaWiki:Minerva.css
Hinweis: Leere nach dem Veröffentlichen den Browser-Cache, um die Änderungen sehen zu können.
- Firefox/Safari: Umschalttaste drücken und gleichzeitig Aktualisieren anklicken oder entweder Strg+F5 oder Strg+R (⌘+R auf dem Mac) drücken
- Google Chrome: Umschalttaste+Strg+R (⌘+Umschalttaste+R auf dem Mac) drücken
- Internet Explorer/Edge: Strg+F5 drücken oder Strg drücken und gleichzeitig Aktualisieren anklicken
- Opera: Strg+F5
/* All CSS here will be loaded for users of the MinervaNeue skin */
/* ---- START VARIABLEN ---- */
:root {
--beige-dark: #c7aa90;
--beige-dark-2: #ceb499;
--beige-mid: #896c53;
--beige-light: #dbd2bf;
--beige-light-2: #d4c8b2;
--pale-white: #e7e3da;
--pale-ocean: #2d3843;
--royal-orange: #d49d49;
--text-brown: #513e2a;
--text-color: #3c3c3c;
--link-color: #8f7459;
--redlink-color: #c7aa90;
}
.header-container {
background-color: var(--pale-ocean) !important;
}
.minerva-header .branding-box a {
color: var(--pale-white) !important;
}
.mainpage-header .header-intro h1 {
font-size: 1.0em;
}
/* START INFOBOX */
.infobox {
background: var(--beige-light-2) !important;
border: 1px solid var(--beige-mid) !important;
border-radius: 10px;
font-size: 0.85em;
width: 300px;
margin: 0.5em 0 1em 1em;
border-collapse: collapse;
box-shadow: 0 0.25rem 0.35rem -0.25rem rgba(0, 0, 0, 0.1);
float: right;
table-layout: fixed;
word-break: break-word;
}
.infobox .full-image {
padding: 0px !important;
}
.infobox td {
border-bottom: 0px !important;
border-top: 0px !important;
border: 0px !important;
}
.infobox th {
border-bottom: 0px !important;
border-top: 0px !important;
border: 0px !important;
}
.infobox .infobox-header {
color: var(--royal-orange);
background-color: var(--pale-ocean);
font-size: 1.4em;
text-align: center;
line-height: 1.4em;
padding: 0.5em 0;
}
.infobox .section-title {
color: var(--beige-dark);
background-color: var(--pale-ocean);
font-size: 1.0em;
text-align: center;
line-height: 1.0em;
padding: 0.5em 0;
}
.infobox .sub-title {
color: var(--text-brown);
background-color: var(--beige-dark);
font-size: 1.0em;
text-align: center;
line-height: 1.0em;
padding: 0.5em 0;
}
.infobox .half-title {
font-weight: bold;
vertical-align: center;
text-align: left;
padding-left: 1.5em;
padding-top: 5px;
padding-bottom: 5px;
}
.infobox .half-content {
font-weight: normal;
font-size: small;
vertical-align: center;
text-align: left;
padding-right: 1.5em;
}
/* END INFOBOX */
/* START PAGE-TABLE */
.page-table {
border-collapse: separate;
border-spacing: 0;
background-color: var(--beige-light-2);
min-width: 350px;
}
.page-table .sub-title {
color: var(--text-brown);
background-color: var(--beige-dark);
padding: 1em 1em 1em 1em;
}
.page-table .content {
vertical-align: top;
padding: 1em 1em 1em 1em;
}
.page-table tr th,
.page-table tr td {
border-right: 1px solid var(--beige-mid);
border-bottom: 1px solid var(--beige-mid);
padding: 5px;
}
.page-table tr th:first-child,
.page-table tr td:first-child {
border-left: 1px solid var(--beige-mid);
}
.page-table tr th {
background: #eee;
text-align: left;
border-top: solid 1px var(--beige-mid);
}
/* top-left border-radius */
.page-table tr:first-child th:first-child {
border-top-left-radius: 6px;
}
/* top-right border-radius */
.page-table tr:first-child th:last-child {
border-top-right-radius: 6px;
}
/* bottom-left border-radius */
.page-table tr:last-child td:first-child {
border-bottom-left-radius: 6px;
}
/* bottom-right border-radius */
.page-table tr:last-child td:last-child {
border-bottom-right-radius: 6px;
}
/* END PAGE-TABLE */
.showcase-card {
margin-bottom: 20px;
}
.last-modified-bar {
background-color: var(--pale-ocean);
}
.last-modified-bar .minerva-icon {
background-color: var(--pale-white);
}
.last-modified-bar__text {
color: var(--pale-white);
}
.minerva-footer {
background-color: var(--pale-ocean);
}
.mw-footer > .post-content #p-lang:not(:target):first-child + .minerva-footer-logo {
color: var(--pale-white);
}
.mw-footer .hlist li::after {
color: var(--beige-mid);
}
.post-content .footer-content {
color: var(--beige-mid);
}