MediaWiki:Vector.css: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
Keine Bearbeitungszusammenfassung |
Keine Bearbeitungszusammenfassung |
||
| Zeile 58: | Zeile 58: | ||
} | } | ||
.infobox .td | .infobox .td { | ||
margin-top: 40px; | margin-top: 40px; | ||
padding-top: 15px; | padding-top: 15px; | ||
Version vom 2. August 2024, 22:55 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);
border-radius: 10px;
border-spacing: 0px;
font-size: 0.85em;
width: 300px;
margin: 0.5em 0 1em 1em;
box-shadow: 0 0.25rem 0.35rem -0.25rem rgba(0, 0, 0, 0.1);
float: right;
word-break: break-word;
}
.infobox-krieg {
width: 350px !important;
}
.infobox .td {
margin-top: 40px;
padding-top: 15px;
padding-bottom: 15px;
}
.infobox .infobox-header {
color: var(--royal-orange);
border-radius: 7px 7px 0px 0px;
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;
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;
}
.infobox .full-content {
font-weight: normal;
font-size: small;
vertical-align: center;
text-align: left;
padding-left: 1.5em;
padding-right: 1.5em;
padding-bottom: 10px;
}
.infobox .half-content-left {
font-weight: normal;
font-size: small;
vertical-align: center;
text-align: left;
padding-left: 1.5em;
padding-right: 0.5em;
padding-top: 5px;
padding-bottom: 5px;
border-right: 1px solid var(--beige-dark-2);
}
.infobox .half-content-right {
font-weight: normal;
font-size: small;
vertical-align: center;
text-align: left;
padding-left: 1.5em;
padding-right: 0.5em;
padding-top: 5px;
padding-bottom: 5px;
}
.infobox .full-image {
padding: 0px !important;
}
/* END INFOBOX */
/* START PAGE-TABLE */
.page-table {
border: 2px solid var(--beige-mid);
border-collapse: collapse;
background: var(--beige-light-2);
width: 500px%;
margin: 0em 0em 0em 0em;
padding: 0px;
box-shadow: 0 0.25rem 0.35rem -0.25rem rgba(0, 0, 0, 0.1);
table-layout: fixed;
word-break: break-word;
}
.page-table .sub-title {
border: 1px solid var(--beige-mid);
color: var(--text-brown);
background-color: var(--beige-dark);
padding: 1em 1em 1em 1em;
}
.page-table .content {
vertical-align: top;
border: 1px solid var(--beige-mid);
padding: 1em 1em 1em 1em;
}
/* END PAGE-TABLE */