MediaWiki:Vector.css: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
Keine Bearbeitungszusammenfassung |
Keine Bearbeitungszusammenfassung |
||
| Zeile 88: | Zeile 88: | ||
padding-right: 1.5em; | padding-right: 1.5em; | ||
margin-top: 1.2em; | margin-top: 1.2em; | ||
margin-bottom: | margin-bottom: 100px; | ||
} | } | ||
/* END INFOBOX */ | /* END INFOBOX */ | ||
Version vom 25. Juli 2024, 22:02 Uhr
/* Das folgende CSS wird für Benutzer der Vector-Benutzeroberfläche geladen. */
/* ---- START VARIABLEN ---- */
:root {
--beige-dark: #c7aa90;
--beige-dark-2: #ceb499;
--beige-mid: #896c53;
--beige-light: #dbd2bf;
--beige-light-2: #d4c8b2;
--pale-ocean: #2d3843;
--royal-orange: #d49d49;
--text-brown: #513e2a;
--text-color: #3c3c3c;
--link-color: #8f7459;
--redlink-color: #c7aa90;
}
/* START TEST */
.vector-menu-dropdown .mw-list-item a {
color: red;
}
/* END TEST */
/* START VECTOR TABS */
.vector-menu-tabs-legacy .selected {
background: var(--beige-light);
}
.vector-menu-tabs-legacy ul li {
background: var(--beige-dark);
}
.vector-menu-tabs, .vector-menu-tabs a, #mw-head .vector-menu-dropdown .vector-menu-heading {
background-image: linear-gradient(to bottom,rgba(167,215,249,0) 0,var(--beige-dark) 100%);
background-repeat: no-repeat;
background-size: 1px 100%;
}
/* ENDE VECTOR TABS */
/* START INFOBOX */
.infobox {
background: var(--beige-light-2);
border: 1px solid var(--beige-mid);
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 .infobox-header {
color: var(--royal-orange);
background-color: var(--pale-ocean);
font-size: 1.4em;
line-height: 1.4em;
padding: 0.5em 0;
}
.infobox .section-title {
color: var(--beige-dark);
background-color: var(--pale-ocean);
font-size: 1.0em;
line-height: 1.0em;
padding: 0.5em 0;
}
.infobox .sub-title {
color: var(--text-brown);
background-color: var(--beige-dark);
font-size: 1.0em;
line-height: 1.0em;
padding: 0.5em 0;
}
.infobox .half-title {
font-weight: bold;
padding-left: 1.5em;
margin-top: 2.2em;
margin-bottom: 0.2em;
}
.infobox .half-content {
padding-right: 1.5em;
margin-top: 1.2em;
margin-bottom: 100px;
}
/* END INFOBOX */