MediaWiki:Common.css: Unterschied zwischen den Versionen
Erscheinungsbild
Keine Bearbeitungszusammenfassung |
Keine Bearbeitungszusammenfassung |
||
| Zeile 3: | Zeile 3: | ||
*******************************/ | *******************************/ | ||
body { | body { | ||
background-color: #060e12; | background-color: #060e12; | ||
padding-top: 5.5rem; | padding-top: 5.5rem; | ||
background-image: | background-image: | ||
radial-gradient( | radial-gradient( | ||
ellipse 10% 100% at calc(50% - 800px) center, | ellipse 10% 100% at calc(50% - 800px) center, | ||
#112733 20%, | #112733 20%, | ||
#060e12 75%, | #060e12 75%, | ||
transparent 100% | transparent 100% | ||
), | ), | ||
radial-gradient( | radial-gradient( | ||
ellipse 10% 100% at calc(50% + 800px) center, | ellipse 10% 100% at calc(50% + 800px) center, | ||
#112733 20%, | #112733 20%, | ||
#060e12 75%, | #060e12 75%, | ||
transparent 100% | transparent 100% | ||
); | ); | ||
background-repeat: no-repeat; | background-repeat: no-repeat; | ||
background-size: auto 100%, auto 100%; | background-size: auto 100%, auto 100%; | ||
background-attachment: fixed; | background-attachment: fixed; | ||
} | } | ||
| Zeile 29: | Zeile 29: | ||
*******************************/ | *******************************/ | ||
.mw-page-container { | .mw-page-container { | ||
background-color: #060e1275 !important; | background-color: #060e1275 !important; | ||
background-repeat: no-repeat !important; | background-repeat: no-repeat !important; | ||
background-size: 100% 100%, 100% 100%; | background-size: 100% 100%, 100% 100%; | ||
border-bottom-left-radius: 30px !important; | border-bottom-left-radius: 30px !important; | ||
border-bottom-right-radius: 30px !important; | border-bottom-right-radius: 30px !important; | ||
padding: 20px !important; | padding: 20px !important; | ||
margin: 0 auto !important; | margin: 0 auto !important; | ||
max-width: 1600px; | max-width: 1600px; | ||
margin-top: -4rem; | margin-top: -4rem; | ||
} | } | ||
.mw-page-container .mw-content-container { | .mw-page-container .mw-content-container { | ||
background: transparent !important; | background: transparent !important; | ||
} | } | ||
| Zeile 49: | Zeile 49: | ||
*******************************/ | *******************************/ | ||
#pixo-custom-header { | #pixo-custom-header { | ||
position: fixed; | position: fixed; | ||
top: 0; | top: 0; | ||
left: 0; | left: 0; | ||
right: 0; | right: 0; | ||
height: 5.5rem; | height: 5.5rem; | ||
z-index: 1000; | z-index: 1000; | ||
background: transparent; | background: transparent; | ||
} | } | ||
/* Inhalt des Headers auf Containerbreite begrenzen */ | /* Inhalt des Headers auf Containerbreite begrenzen */ | ||
#pixo-custom-header-inner { | #pixo-custom-header-inner { | ||
box-sizing: border-box; | box-sizing: border-box; | ||
max-width: 1600px; | max-width: 1600px; | ||
margin: 0 auto; | margin: 0 auto; | ||
padding: 0 3rem; | padding: 0 3rem; | ||
height: 100%; | height: 100%; | ||
display: flex; | display: flex; | ||
align-items: center; | align-items: center; | ||
background-color: #060e12f0; | background-color: #060e12f0; | ||
border-bottom: 1px solid #112733; | border-bottom: 1px solid #112733; | ||
backdrop-filter: blur(8px); | backdrop-filter: blur(8px); | ||
border-bottom-left-radius: 30px; | border-bottom-left-radius: 30px; | ||
border-bottom-right-radius: 30px; | border-bottom-right-radius: 30px; | ||
} | } | ||
| Zeile 78: | Zeile 78: | ||
#pixo-custom-header-center, | #pixo-custom-header-center, | ||
#pixo-custom-header-right { | #pixo-custom-header-right { | ||
flex: 1 1 0; | flex: 1 1 0; | ||
display: flex; | display: flex; | ||
align-items: center; | align-items: center; | ||
gap: .75rem; | gap: .75rem; | ||
} | } | ||
#pixo-custom-header-left { | #pixo-custom-header-left { | ||
justify-content: flex-start; | justify-content: flex-start; | ||
} | } | ||
#pixo-custom-header-center { | #pixo-custom-header-center { | ||
justify-content: center; | justify-content: center; | ||
} | } | ||
#pixo-custom-header-right { | #pixo-custom-header-right { | ||
justify-content: flex-end; | justify-content: flex-end; | ||
} | } | ||
/* Suchbox optional etwas begrenzen, falls im Custom-Header verwendet */ | /* Suchbox optional etwas begrenzen, falls im Custom-Header verwendet */ | ||
#pixo-custom-header-left .vector-search-box-vue { | #pixo-custom-header-left .vector-search-box-vue { | ||
max-width: 260px; | max-width: 260px; | ||
} | } | ||
| Zeile 105: | Zeile 105: | ||
*******************************/ | *******************************/ | ||
.pixo-header-icon { | .pixo-header-icon { | ||
min-width: 2.25rem; | min-width: 2.25rem; | ||
height: 2.25rem; | height: 2.25rem; | ||
border-radius: 999px; | border-radius: 999px; | ||
display: inline-flex; | display: inline-flex; | ||
align-items: center; | align-items: center; | ||
justify-content: center; | justify-content: center; | ||
padding: 0 .6rem; | padding: 0 .6rem; | ||
font-size: 0.9rem; | font-size: 0.9rem; | ||
text-decoration: none; | text-decoration: none; | ||
border: none; | border: none; | ||
cursor: pointer; | cursor: pointer; | ||
} | } | ||
| Zeile 122: | Zeile 122: | ||
.vector-menu.mw-portlet.pixo-header-icon, | .vector-menu.mw-portlet.pixo-header-icon, | ||
.vector-dropdown.vector-user-menu.vector-button-flush-right.pixo-header-icon { | .vector-dropdown.vector-user-menu.vector-button-flush-right.pixo-header-icon { | ||
background: linear-gradient(90deg, #182436 0%, #263b57 100%); | background: linear-gradient(90deg, #182436 0%, #263b57 100%); | ||
color: #e5f3ff; | color: #e5f3ff; | ||
border: 1px solid #243242; | border: 1px solid #243242; | ||
} | } | ||
| Zeile 131: | Zeile 131: | ||
.vector-menu.mw-portlet.pixo-header-icon:hover, | .vector-menu.mw-portlet.pixo-header-icon:hover, | ||
.vector-dropdown.vector-user-menu.vector-button-flush-right.pixo-header-icon:hover { | .vector-dropdown.vector-user-menu.vector-button-flush-right.pixo-header-icon:hover { | ||
background: linear-gradient(90deg, #22324a 0%, #314868 100%); | background: linear-gradient(90deg, #22324a 0%, #314868 100%); | ||
} | } | ||
/* Logo-Link im Header etwas anpassen */ | /* Logo-Link im Header etwas anpassen */ | ||
#pixo-custom-header-center .mw-logo { | #pixo-custom-header-center .mw-logo { | ||
margin: 0; | margin: 0; | ||
display: flex; | display: flex; | ||
align-items: center; | align-items: center; | ||
} | } | ||
| Zeile 144: | Zeile 144: | ||
Pixo-Kacheln (Spiel-Grid) | Pixo-Kacheln (Spiel-Grid) | ||
======================================== */ | ======================================== */ | ||
.pixo-grid { | .pixo-grid { | ||
display: grid; | display: grid; | ||
grid-template-columns: repeat(3, 1fr); | grid-template-columns: repeat(3, 1fr); | ||
gap: 16px; | gap: 16px; | ||
width: 100%; | width: 100%; | ||
justify-content: center; | justify-content: center; | ||
} | } | ||
.pixo-card { | .pixo-card { | ||
display: block; | display: block; | ||
width: 100%; | width: 100%; | ||
min-height: 105%; | min-height: 105%; | ||
margin: 0; | margin: 0; | ||
border-radius: 25px; | border-radius: 25px; | ||
background: #31313131; | background: #31313131; | ||
border: 1px solid #f0f0f099; | border: 1px solid #f0f0f099; | ||
box-shadow: 0 5px 16px #00000080; | box-shadow: 0 5px 16px #00000080; | ||
overflow: hidden; | overflow: hidden; | ||
font-family: inherit; | font-family: inherit; | ||
flex-direction: column; | flex-direction: column; | ||
align-items: center; | align-items: center; | ||
text-align: center; | text-align: center; | ||
gap: 0.25rem; | gap: 0.25rem; | ||
} | } | ||
.pixo-card-hero { | .pixo-card-hero { | ||
position: relative; | position: relative; | ||
width: 100%; | width: 100%; | ||
height: 150px; | height: 150px; | ||
background: transparent; | background: transparent; | ||
overflow: hidden; | overflow: hidden; | ||
} | } | ||
.pixo-card-hero img { | .pixo-card-hero img { | ||
width: 100%; | width: 100%; | ||
height: 180px; | height: 180px; | ||
object-fit: cover; | object-fit: cover; | ||
border-radius: 20px; | border-radius: 20px; | ||
background: transparent; | background: transparent; | ||
display: block; | display: block; | ||
} | } | ||
.pixo-card--nohero .pixo-card-hero { | .pixo-card--nohero .pixo-card-hero { | ||
height: auto; | height: auto; | ||
padding: 0; | padding: 0; | ||
margin: 0; | margin: 0; | ||
border-radius: 20px; | border-radius: 20px; | ||
background: #31313131; | background: #31313131; | ||
border: 0; | border: 0; | ||
} | } | ||
.pixo-card-hero a, | .pixo-card-hero a, | ||
.pixo-card-hero img { | .pixo-card-hero img { | ||
border: 0 !important; | border: 0 !important; | ||
margin: 0 !important; | margin: 0 !important; | ||
padding: 0 !important; | padding: 0 !important; | ||
background: transparent !important; | background: transparent !important; | ||
box-shadow: none !important; | box-shadow: none !important; | ||
} | } | ||
.pixo-card-title-bar { | .pixo-card-title-bar { | ||
display: flex; | display: flex; | ||
align-items: center; | align-items: center; | ||
justify-content: flex-end; | justify-content: flex-end; | ||
width: 100%; | width: 100%; | ||
height: 30px; | height: 30px; | ||
background: #0a0a0ab3; | background: #0a0a0ab3; | ||
padding: 6px 12px; | padding: 6px 12px; | ||
box-sizing: border-box; | box-sizing: border-box; | ||
} | } | ||
.pixo-card-title-text { | .pixo-card-title-text { | ||
position: static; | position: static; | ||
display: block; | display: block; | ||
font-size: 1.3rem; | font-size: 1.3rem; | ||
font-weight: 700; | font-weight: 700; | ||
color: #fff; | color: #fff; | ||
text-shadow: 0 0 4px #000000e6; | text-shadow: 0 0 4px #000000e6; | ||
white-space: nowrap; | white-space: nowrap; | ||
padding: 0px 0px 2px 0px; | padding: 0px 0px 2px 0px; | ||
text-align: right; | text-align: right; | ||
} | } | ||
.pixo-card-hero-inner { | .pixo-card-hero-inner { | ||
display: inline-block; | display: inline-block; | ||
} | } | ||
.pixo-card-body ul { | .pixo-card-body ul { | ||
list-style: none; | list-style: none; | ||
margin: 0; | margin: 0; | ||
padding: 0; | padding: 0; | ||
} | } | ||
.pixo-card-body li { | .pixo-card-body li { | ||
margin: 0.1rem 0; | margin: 0.1rem 0; | ||
} | } | ||
.pixo-grid > .pixo-card:only-child { | .pixo-grid > .pixo-card:only-child { | ||
grid-column: 2 / 3; /* | grid-column: 2 / 3; | ||
} | |||
/********************************************* | |||
* Turnier-Seiten-Layout: Boxen + Tabellen | |||
*********************************************/ | |||
/* Container für Regelbox + Infobox nebeneinander */ | |||
.hunt-tournament-layout { | |||
display: grid; | |||
grid-template-columns: minmax(0, 60%) minmax(0, 30%); | |||
column-gap: 2rem; | |||
align-items: flex-start; | |||
margin-top: 1rem; | |||
} | |||
/* Regelbox nimmt nur 60% Breite im Grid ein */ | |||
.hunt-tournament-layout .huntpixo-regeln { | |||
margin: 0; /* Abstand über Layout steuern */ | |||
} | |||
/* Infobox weiter nach unten (unterhalb Turniername) und ca. 30% Breite */ | |||
.hunt-tournament-layout .hunt-infobox.fo-nttax-infobox { | |||
float: none; | |||
clear: none; | |||
width: 100%; | |||
max-width: none; | |||
margin: 0; | |||
} | |||
/* Tabellen unten: 80% Breite, zentriert */ | |||
.hunt-tournament-tables { | |||
margin-top: 2rem; | |||
display: flex; | |||
flex-direction: column; | |||
align-items: center; | |||
} | } | ||
| Zeile 255: | Zeile 282: | ||
* Hunt Turnier Infobox – Layout & Struktur | * Hunt Turnier Infobox – Layout & Struktur | ||
*********************************************/ | *********************************************/ | ||
.hunt-infobox.fo-nttax-infobox { | .hunt-infobox.fo-nttax-infobox { | ||
float: right; | /* ursprüngliches Float wird im Layout-Container überschrieben */ | ||
clear: right; | float: right; | ||
width: 320px; | clear: right; | ||
max-width: 100%; | width: 320px; | ||
margin: 0 0 1em 1em; | max-width: 100%; | ||
margin: 0 0 1em 1em; | |||
box-sizing: border-box; | box-sizing: border-box; | ||
border-radius: 12px; | border-radius: 12px; | ||
overflow: hidden; | overflow: hidden; | ||
font-size: 0.9rem; | font-size: 0.9rem; | ||
line-height: 1.4; | line-height: 1.4; | ||
border: 1px solid var(--hunt-infobox-border-color); | border: 1px solid var(--hunt-infobox-border-color); | ||
background: var(--hunt-infobox-bg); | background: var(--hunt-infobox-bg); | ||
box-shadow: 0 8px 24px var(--hunt-infobox-shadow-color); | box-shadow: 0 8px 24px var(--hunt-infobox-shadow-color); | ||
} | } | ||
.hunt-infobox-header { | .hunt-infobox-header { | ||
display: flex; | display: flex; | ||
flex-direction: column; | flex-direction: column; | ||
align-items: stretch; | align-items: stretch; | ||
background: var(--hunt-infobox-header-bg); | background: var(--hunt-infobox-header-bg); | ||
color: var(--hunt-infobox-header-text); | color: var(--hunt-infobox-header-text); | ||
} | } | ||
.hunt-infobox-title { | .hunt-infobox-title { | ||
padding: 8px 12px; | padding: 8px 12px; | ||
text-align: center; | text-align: center; | ||
font-size: 1.1rem; | font-size: 1.1rem; | ||
font-weight: 700; | font-weight: 700; | ||
text-transform: uppercase; | text-transform: uppercase; | ||
letter-spacing: 0.03em; | letter-spacing: 0.03em; | ||
margin: 0 !important; | margin: 0 !important; | ||
background: transparent !important; | background: transparent !important; | ||
border: none !important; | border: none !important; | ||
box-shadow: none !important; | box-shadow: none !important; | ||
} | } | ||
.hunt-infobox-image { | .hunt-infobox-image { | ||
position: relative; | position: relative; | ||
padding: 0; | padding: 0; | ||
text-align: center; | text-align: center; | ||
background: var(--hunt-infobox-header-image-bg); | background: var(--hunt-infobox-header-image-bg); | ||
height: 30%; | height: 30%; | ||
min-height: 90px; | min-height: 90px; | ||
} | } | ||
.hunt-infobox-image img { | .hunt-infobox-image img { | ||
max-width: 100%; | max-width: 100%; | ||
max-height: 100%; | max-height: 100%; | ||
height: 100%; | height: 100%; | ||
width: auto; | width: auto; | ||
object-fit: contain; | object-fit: contain; | ||
border-radius: 0; | border-radius: 0; | ||
box-shadow: none; | box-shadow: none; | ||
display: block; | display: block; | ||
margin: 0 auto; | margin: 0 auto; | ||
} | } | ||
.hunt-infobox-subtitle { | .hunt-infobox-subtitle { | ||
padding: 4px 12px 6px 12px; | padding: 4px 12px 6px 12px; | ||
text-align: center; | text-align: center; | ||
font-size: 0.85rem; | font-size: 0.85rem; | ||
font-weight: 600; | font-weight: 600; | ||
text-transform: uppercase; | text-transform: uppercase; | ||
letter-spacing: 0.08em; | letter-spacing: 0.08em; | ||
color: var(--hunt-infobox-label-text); | color: var(--hunt-infobox-label-text); | ||
background: rgba(0, 0, 0, 0.25); | background: rgba(0, 0, 0, 0.25); | ||
} | } | ||
.hunt-infobox-image a, | .hunt-infobox-image a, | ||
.hunt-infobox-image a img { | .hunt-infobox-image a img { | ||
border: none !important; | border: none !important; | ||
background: transparent !important; | background: transparent !important; | ||
box-shadow: none !important; | box-shadow: none !important; | ||
} | } | ||
.hunt-infobox-image a { | .hunt-infobox-image a { | ||
pointer-events: none; | pointer-events: none; | ||
cursor: default; | cursor: default; | ||
} | } | ||
.hunt-infobox-section { | .hunt-infobox-section { | ||
padding: 6px 10px; | padding: 6px 10px; | ||
} | } | ||
| Zeile 356: | Zeile 375: | ||
} | } | ||
/* | /* (restliche Infobox-Styles unverändert) */ | ||
.hunt-infobox a { | .hunt-infobox a { | ||
color: var(--hunt-infobox-link-color); | color: var(--hunt-infobox-link-color); | ||
text-decoration: none; | text-decoration: none; | ||
font-weight: 500; | font-weight: 500; | ||
} | } | ||
.hunt-infobox a:hover { | .hunt-infobox a:hover { | ||
text-decoration: underline; | text-decoration: underline; | ||
color: var(--hunt-infobox-link-hover); | color: var(--hunt-infobox-link-hover); | ||
} | } | ||
/* | /* Mobile/kleine Screens: Infobox unterhalb */ | ||
@media (max-width: 800px) { | |||
.hunt-infobox.fo-nttax-infobox { | |||
float: none; | |||
margin: 0 auto 1em auto; | |||
width: 100%; | |||
max-width: 420px; | |||
} | |||
.hunt-infobox.fo-nttax-infobox | |||
margin: 0 | |||
} | |||
.hunt- | .hunt-tournament-layout { | ||
grid-template-columns: 1fr; | |||
row-gap: 1.5rem; | |||
} | |||
} | } | ||
/********************************************* | /********************************************* | ||
* Hunt-Turnier Tabellen | * Hunt-Turnier Tabellen | ||
*********************************************/ | *********************************************/ | ||
.hunt-table { | |||
width: 80%; /* neu: 80% Breite */ | |||
max-width: 100%; | |||
border-collapse: separate; | |||
border-spacing: 0; | |||
background: transparent; | |||
margin-top: 0.5rem; | |||
border: none; | |||
} | |||
/* Tabellencontainer zentrieren */ | |||
.hunt-table { | .hunt-table { | ||
margin-left: auto; | |||
margin-right: auto; | |||
margin- | |||
} | } | ||
| Zeile 476: | Zeile 424: | ||
.hunt-table th, | .hunt-table th, | ||
.hunt-table td { | .hunt-table td { | ||
padding: 8px 12px; | padding: 8px 12px; | ||
border: none; | border: none; | ||
color: #f5f7fb; | color: #f5f7fb; | ||
} | } | ||
/* Headerzeile wie Infobox-Titel */ | /* Headerzeile wie Infobox-Titel */ | ||
.hunt-table th { | .hunt-table th { | ||
background: linear-gradient(90deg, #182436 0%, #263b57 100%); | background: linear-gradient(90deg, #182436 0%, #263b57 100%); | ||
color: #ffffff; | color: #ffffff; | ||
font-weight: 700; | font-weight: 700; | ||
text-align: left; | text-align: left; | ||
} | } | ||
/* Zeilen-Hintergrund abwechselnd wie Infobox */ | /* Zeilen-Hintergrund abwechselnd wie Infobox */ | ||
.hunt-table tr:nth-child(odd) td { | .hunt-table tr:nth-child(odd) td { | ||
background: rgba(255, 255, 255, 0.02); | background: rgba(255, 255, 255, 0.02); | ||
} | } | ||
.hunt-table tr:nth-child(even) td { | .hunt-table tr:nth-child(even) td { | ||
background: rgba(255, 255, 255, 0.06); | background: rgba(255, 255, 255, 0.06); | ||
} | } | ||
/* „Rahmen“ nur um jede Zeile | /* „Rahmen“ nur um jede Zeile */ | ||
.hunt-table tr td:first-child { | .hunt-table tr td:first-child { | ||
border-top-left-radius: 8px; | border-top-left-radius: 8px; | ||
border-bottom-left-radius: 8px; | border-bottom-left-radius: 8px; | ||
} | } | ||
.hunt-table tr td:last-child { | .hunt-table tr td:last-child { | ||
border-top-right-radius: 8px; | border-top-right-radius: 8px; | ||
border-bottom-right-radius: 8px; | border-bottom-right-radius: 8px; | ||
} | } | ||
| Zeile 512: | Zeile 460: | ||
* Hunt Turnier Infobox – Farben & Theme | * Hunt Turnier Infobox – Farben & Theme | ||
*********************************************/ | *********************************************/ | ||
:root { | :root { | ||
--hunt-infobox-bg: #060e12f0; | |||
--hunt-infobox-bg: #060e12f0; | --hunt-infobox-border-color: #243242; | ||
--hunt-infobox-border-color: #243242; | --hunt-infobox-shadow-color: rgba(0, 0, 0, 0.5); | ||
--hunt-infobox-shadow-color: rgba(0, 0, 0, 0.5); | --hunt-infobox-header-bg: linear-gradient(90deg, #182436 0%, #263b57 100%); | ||
--hunt-infobox-header-text: #ffffff; | |||
--hunt-infobox-header-image-bg: #060e12; | |||
--hunt-infobox-header-bg: linear-gradient(90deg, #182436 0%, #263b57 100%); | --hunt-infobox-image-shadow: rgba(0, 0, 0, 0.6); | ||
--hunt-infobox-header-text: #ffffff; | --hunt-infobox-row-bg-odd: rgba(255, 255, 255, 0.02); | ||
--hunt-infobox-header-image-bg: #060e12; | --hunt-infobox-row-bg-even: rgba(255, 255, 255, 0.06); | ||
--hunt-infobox-label-text: #c3d4e6; | |||
--hunt-infobox-value-text: #f5f7fb; | |||
--hunt-infobox-image-shadow: rgba(0, 0, 0, 0.6); | --hunt-infobox-link-color: #6cb6ff; | ||
--hunt-infobox-link-hover: #9dd1ff; | |||
--hunt-infobox-row-bg-odd: rgba(255, 255, 255, 0.02); | |||
--hunt-infobox-row-bg-even: rgba(255, 255, 255, 0.06); | |||
--hunt-infobox-label-text: #c3d4e6; | |||
--hunt-infobox-value-text: #f5f7fb; | |||
--hunt-infobox-link-color: #6cb6ff; | |||
--hunt-infobox-link-hover: #9dd1ff; | |||
} | } | ||
| Zeile 544: | Zeile 480: | ||
*********************************************/ | *********************************************/ | ||
/* ... unverändert ... */ | |||
. | |||
. | |||
. | |||
. | |||
/***************************** | /***************************** | ||
* HuntPixo-Regeln Box | * HuntPixo-Regeln Box | ||
****************************/ | ****************************/ | ||
.huntpixo-regeln { | .huntpixo-regeln { | ||
border: 1px solid #333; | border: 1px solid #333; | ||
border-radius: 6px; | border-radius: 6px; | ||
padding: 1rem 1.2rem 1.1rem 1.2rem; | padding: 1rem 1.2rem 1.1rem 1.2rem; | ||
margin: 1.5rem 0; | margin: 1.5rem 0; | ||
background: transparent; | background: transparent; | ||
color: #f5f5f5; | color: #f5f5f5; | ||
font-size: 0. | box-shadow: 0 0 10px rgba(0,0,0,0.4); | ||
font-size: 0.95rem; | |||
} | } | ||
. | /* ... restliche Regeln-/Info-Styles wie bisher ... */ | ||
/ | |||
. | |||
. | |||
/****************************************************** | /****************************************************** | ||
| Zeile 847: | Zeile 511: | ||
} | } | ||
.mw-parser-output p:has(> br:only-child) { | .mw-parser-output p:has(> br:only-child) { | ||
margin-top: 0; | margin-top: 0; | ||
margin-bottom: 0; | margin-bottom: 0; | ||
} | } | ||
Version vom 8. März 2026, 18:27 Uhr
/*******************************
* Hintergrund & Body (global)
*******************************/
body {
background-color: #060e12;
padding-top: 5.5rem;
background-image:
radial-gradient(
ellipse 10% 100% at calc(50% - 800px) center,
#112733 20%,
#060e12 75%,
transparent 100%
),
radial-gradient(
ellipse 10% 100% at calc(50% + 800px) center,
#112733 20%,
#060e12 75%,
transparent 100%
);
background-repeat: no-repeat;
background-size: auto 100%, auto 100%;
background-attachment: fixed;
}
/*******************************
* Content-Container (global)
*******************************/
.mw-page-container {
background-color: #060e1275 !important;
background-repeat: no-repeat !important;
background-size: 100% 100%, 100% 100%;
border-bottom-left-radius: 30px !important;
border-bottom-right-radius: 30px !important;
padding: 20px !important;
margin: 0 auto !important;
max-width: 1600px;
margin-top: -4rem;
}
.mw-page-container .mw-content-container {
background: transparent !important;
}
/*******************************
* Eigener Sticky-Header (global)
*******************************/
#pixo-custom-header {
position: fixed;
top: 0;
left: 0;
right: 0;
height: 5.5rem;
z-index: 1000;
background: transparent;
}
/* Inhalt des Headers auf Containerbreite begrenzen */
#pixo-custom-header-inner {
box-sizing: border-box;
max-width: 1600px;
margin: 0 auto;
padding: 0 3rem;
height: 100%;
display: flex;
align-items: center;
background-color: #060e12f0;
border-bottom: 1px solid #112733;
backdrop-filter: blur(8px);
border-bottom-left-radius: 30px;
border-bottom-right-radius: 30px;
}
/* Slots */
#pixo-custom-header-left,
#pixo-custom-header-center,
#pixo-custom-header-right {
flex: 1 1 0;
display: flex;
align-items: center;
gap: .75rem;
}
#pixo-custom-header-left {
justify-content: flex-start;
}
#pixo-custom-header-center {
justify-content: center;
}
#pixo-custom-header-right {
justify-content: flex-end;
}
/* Suchbox optional etwas begrenzen, falls im Custom-Header verwendet */
#pixo-custom-header-left .vector-search-box-vue {
max-width: 260px;
}
/*******************************
* Icon-Buttons im Header (global)
*******************************/
.pixo-header-icon {
min-width: 2.25rem;
height: 2.25rem;
border-radius: 999px;
display: inline-flex;
align-items: center;
justify-content: center;
padding: 0 .6rem;
font-size: 0.9rem;
text-decoration: none;
border: none;
cursor: pointer;
}
/* Header-Buttons mit gleichem Verlauf wie Tabellen-Header */
.pixo-header-icon,
.vector-menu.mw-portlet.pixo-header-icon,
.vector-dropdown.vector-user-menu.vector-button-flush-right.pixo-header-icon {
background: linear-gradient(90deg, #182436 0%, #263b57 100%);
color: #e5f3ff;
border: 1px solid #243242;
}
/* Hover etwas heller */
.pixo-header-icon:hover,
.vector-menu.mw-portlet.pixo-header-icon:hover,
.vector-dropdown.vector-user-menu.vector-button-flush-right.pixo-header-icon:hover {
background: linear-gradient(90deg, #22324a 0%, #314868 100%);
}
/* Logo-Link im Header etwas anpassen */
#pixo-custom-header-center .mw-logo {
margin: 0;
display: flex;
align-items: center;
}
/* ========================================
Pixo-Kacheln (Spiel-Grid)
======================================== */
.pixo-grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 16px;
width: 100%;
justify-content: center;
}
.pixo-card {
display: block;
width: 100%;
min-height: 105%;
margin: 0;
border-radius: 25px;
background: #31313131;
border: 1px solid #f0f0f099;
box-shadow: 0 5px 16px #00000080;
overflow: hidden;
font-family: inherit;
flex-direction: column;
align-items: center;
text-align: center;
gap: 0.25rem;
}
.pixo-card-hero {
position: relative;
width: 100%;
height: 150px;
background: transparent;
overflow: hidden;
}
.pixo-card-hero img {
width: 100%;
height: 180px;
object-fit: cover;
border-radius: 20px;
background: transparent;
display: block;
}
.pixo-card--nohero .pixo-card-hero {
height: auto;
padding: 0;
margin: 0;
border-radius: 20px;
background: #31313131;
border: 0;
}
.pixo-card-hero a,
.pixo-card-hero img {
border: 0 !important;
margin: 0 !important;
padding: 0 !important;
background: transparent !important;
box-shadow: none !important;
}
.pixo-card-title-bar {
display: flex;
align-items: center;
justify-content: flex-end;
width: 100%;
height: 30px;
background: #0a0a0ab3;
padding: 6px 12px;
box-sizing: border-box;
}
.pixo-card-title-text {
position: static;
display: block;
font-size: 1.3rem;
font-weight: 700;
color: #fff;
text-shadow: 0 0 4px #000000e6;
white-space: nowrap;
padding: 0px 0px 2px 0px;
text-align: right;
}
.pixo-card-hero-inner {
display: inline-block;
}
.pixo-card-body ul {
list-style: none;
margin: 0;
padding: 0;
}
.pixo-card-body li {
margin: 0.1rem 0;
}
.pixo-grid > .pixo-card:only-child {
grid-column: 2 / 3;
}
/*********************************************
* Turnier-Seiten-Layout: Boxen + Tabellen
*********************************************/
/* Container für Regelbox + Infobox nebeneinander */
.hunt-tournament-layout {
display: grid;
grid-template-columns: minmax(0, 60%) minmax(0, 30%);
column-gap: 2rem;
align-items: flex-start;
margin-top: 1rem;
}
/* Regelbox nimmt nur 60% Breite im Grid ein */
.hunt-tournament-layout .huntpixo-regeln {
margin: 0; /* Abstand über Layout steuern */
}
/* Infobox weiter nach unten (unterhalb Turniername) und ca. 30% Breite */
.hunt-tournament-layout .hunt-infobox.fo-nttax-infobox {
float: none;
clear: none;
width: 100%;
max-width: none;
margin: 0;
}
/* Tabellen unten: 80% Breite, zentriert */
.hunt-tournament-tables {
margin-top: 2rem;
display: flex;
flex-direction: column;
align-items: center;
}
/*********************************************
* Hunt Turnier Infobox – Layout & Struktur
*********************************************/
.hunt-infobox.fo-nttax-infobox {
/* ursprüngliches Float wird im Layout-Container überschrieben */
float: right;
clear: right;
width: 320px;
max-width: 100%;
margin: 0 0 1em 1em;
box-sizing: border-box;
border-radius: 12px;
overflow: hidden;
font-size: 0.9rem;
line-height: 1.4;
border: 1px solid var(--hunt-infobox-border-color);
background: var(--hunt-infobox-bg);
box-shadow: 0 8px 24px var(--hunt-infobox-shadow-color);
}
.hunt-infobox-header {
display: flex;
flex-direction: column;
align-items: stretch;
background: var(--hunt-infobox-header-bg);
color: var(--hunt-infobox-header-text);
}
.hunt-infobox-title {
padding: 8px 12px;
text-align: center;
font-size: 1.1rem;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 0.03em;
margin: 0 !important;
background: transparent !important;
border: none !important;
box-shadow: none !important;
}
.hunt-infobox-image {
position: relative;
padding: 0;
text-align: center;
background: var(--hunt-infobox-header-image-bg);
height: 30%;
min-height: 90px;
}
.hunt-infobox-image img {
max-width: 100%;
max-height: 100%;
height: 100%;
width: auto;
object-fit: contain;
border-radius: 0;
box-shadow: none;
display: block;
margin: 0 auto;
}
.hunt-infobox-subtitle {
padding: 4px 12px 6px 12px;
text-align: center;
font-size: 0.85rem;
font-weight: 600;
text-transform: uppercase;
letter-spacing: 0.08em;
color: var(--hunt-infobox-label-text);
background: rgba(0, 0, 0, 0.25);
}
.hunt-infobox-image a,
.hunt-infobox-image a img {
border: none !important;
background: transparent !important;
box-shadow: none !important;
}
.hunt-infobox-image a {
pointer-events: none;
cursor: default;
}
.hunt-infobox-section {
padding: 6px 10px;
}
/* Info-Grid nutzt gleiche Struktur wie Regeln */
.huntpixo-info-grid {
display: grid;
grid-template-columns: 1fr;
gap: 0.35rem;
}
/* (restliche Infobox-Styles unverändert) */
.hunt-infobox a {
color: var(--hunt-infobox-link-color);
text-decoration: none;
font-weight: 500;
}
.hunt-infobox a:hover {
text-decoration: underline;
color: var(--hunt-infobox-link-hover);
}
/* Mobile/kleine Screens: Infobox unterhalb */
@media (max-width: 800px) {
.hunt-infobox.fo-nttax-infobox {
float: none;
margin: 0 auto 1em auto;
width: 100%;
max-width: 420px;
}
.hunt-tournament-layout {
grid-template-columns: 1fr;
row-gap: 1.5rem;
}
}
/*********************************************
* Hunt-Turnier Tabellen
*********************************************/
.hunt-table {
width: 80%; /* neu: 80% Breite */
max-width: 100%;
border-collapse: separate;
border-spacing: 0;
background: transparent;
margin-top: 0.5rem;
border: none;
}
/* Tabellencontainer zentrieren */
.hunt-table {
margin-left: auto;
margin-right: auto;
}
/* Zellen */
.hunt-table th,
.hunt-table td {
padding: 8px 12px;
border: none;
color: #f5f7fb;
}
/* Headerzeile wie Infobox-Titel */
.hunt-table th {
background: linear-gradient(90deg, #182436 0%, #263b57 100%);
color: #ffffff;
font-weight: 700;
text-align: left;
}
/* Zeilen-Hintergrund abwechselnd wie Infobox */
.hunt-table tr:nth-child(odd) td {
background: rgba(255, 255, 255, 0.02);
}
.hunt-table tr:nth-child(even) td {
background: rgba(255, 255, 255, 0.06);
}
/* „Rahmen“ nur um jede Zeile */
.hunt-table tr td:first-child {
border-top-left-radius: 8px;
border-bottom-left-radius: 8px;
}
.hunt-table tr td:last-child {
border-top-right-radius: 8px;
border-bottom-right-radius: 8px;
}
/*********************************************
* Hunt Turnier Infobox – Farben & Theme
*********************************************/
:root {
--hunt-infobox-bg: #060e12f0;
--hunt-infobox-border-color: #243242;
--hunt-infobox-shadow-color: rgba(0, 0, 0, 0.5);
--hunt-infobox-header-bg: linear-gradient(90deg, #182436 0%, #263b57 100%);
--hunt-infobox-header-text: #ffffff;
--hunt-infobox-header-image-bg: #060e12;
--hunt-infobox-image-shadow: rgba(0, 0, 0, 0.6);
--hunt-infobox-row-bg-odd: rgba(255, 255, 255, 0.02);
--hunt-infobox-row-bg-even: rgba(255, 255, 255, 0.06);
--hunt-infobox-label-text: #c3d4e6;
--hunt-infobox-value-text: #f5f7fb;
--hunt-infobox-link-color: #6cb6ff;
--hunt-infobox-link-hover: #9dd1ff;
}
/*********************************************
* Hunt Turnier Portal-Boxen (3-Spalten-Layout)
*********************************************/
/* ... unverändert ... */
/*****************************
* HuntPixo-Regeln Box
****************************/
.huntpixo-regeln {
border: 1px solid #333;
border-radius: 6px;
padding: 1rem 1.2rem 1.1rem 1.2rem;
margin: 1.5rem 0;
background: transparent;
color: #f5f5f5;
box-shadow: 0 0 10px rgba(0,0,0,0.4);
font-size: 0.95rem;
}
/* ... restliche Regeln-/Info-Styles wie bisher ... */
/******************************************************
* Leere Absatz-Wrapper (nur <br>) ausblenden
******************************************************/
.mw-parser-output p:only-child br:only-child,
.mw-parser-output p > br:only-child {
display: none;
}
.mw-parser-output p:only-child br:only-child::before,
.mw-parser-output p > br:only-child::before {
content: "";
}
.mw-parser-output p:has(> br:only-child) {
margin-top: 0;
margin-bottom: 0;
}