1078 lines
24 KiB
CSS
1078 lines
24 KiB
CSS
/* ==========================================================================
|
|
1. Theme Variables (Light Mode Default)
|
|
========================================================================== */
|
|
:root {
|
|
--paddingSite: 40px;
|
|
--card-radius: 20px;
|
|
--card-bg: #ffffff;
|
|
--bg: #FDFDFD;
|
|
--white-bg: #FDFDFD;
|
|
--card-shadow: 0 10px 30px rgba(15, 23, 42, 0.08);
|
|
--accent: #2d73ac;
|
|
--accent-soft: #f0f5ff;
|
|
--border-subtle: #d4d7e1;
|
|
--text-main: #191919;
|
|
--text-muted: #5e5e5e;
|
|
--disabled-bg: #f3f4f6;
|
|
--disabled-border: #cbd5f5;
|
|
--main-button: #36454F;
|
|
|
|
/* Extracted system states */
|
|
--selection-bg: #0000003d;
|
|
--selection-text: #ffffffff;
|
|
--moz-selection-bg: #a4bf4a99;
|
|
--moz-selection-text: #000000;
|
|
|
|
--input-bg: #ffffff;
|
|
--input-text: #000000;
|
|
--input-focus-bg: #ffffff;
|
|
--input-readonly-bg: #e2e2e2;
|
|
--input-readonly-text: #000000;
|
|
|
|
--table-th-bg: #ffffff;
|
|
--table-th-text: #1e293b;
|
|
--table-th-border: #1e293b;
|
|
--table-row-even-bg: #f8f8f860;
|
|
|
|
--table-user-th-bg: #232431;
|
|
--table-user-th-text: #ffffff;
|
|
--table-user-bg: #f9fafb;
|
|
--table-user-border: rgba(209, 213, 219, 0.9);
|
|
|
|
--alert-notpaid-odd: #fff0f0;
|
|
--alert-notpaid-even: #ffe5e5;
|
|
--alert-notpaid-hover: #ffdbdb;
|
|
|
|
--menu-bg: #ffffff;
|
|
--menu-text-heading: #1a1a1a;
|
|
--menu-text-muted: #555555;
|
|
--menu-input-border: #cccccc;
|
|
--menu-nav-bg: #f9fafc;
|
|
--menu-nav-text: #333333;
|
|
|
|
/* Dropdown Arrow Asset */
|
|
--select-arrow: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'><path d='M6 9L12 15L18 9' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/></svg>");
|
|
--select-arrow-open: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'><path d='M18 15L12 9L6 15' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/></svg>");
|
|
|
|
/* Dynamic Button State Variables - Light */
|
|
--btn-turnerin-bg: #378cd243;
|
|
--btn-turnerin-border: #3382c3;
|
|
--btn-turnerin-text: #256396;
|
|
|
|
--btn-result-bg: #c538d83d;
|
|
--btn-result-border: #be3bcf;
|
|
--btn-result-text: #781467;
|
|
|
|
--btn-start-bg: #ecfdf3;
|
|
--btn-start-border: #4ade80;
|
|
--btn-start-text: #15803d;
|
|
|
|
--btn-stopp-bg: #fef2f2;
|
|
--btn-stopp-border: #fca5a5;
|
|
--btn-stopp-text: #b91c1c;
|
|
}
|
|
|
|
/* ==========================================================================
|
|
2. Theme Variables (Dark Mode Override)
|
|
========================================================================== */
|
|
@media (prefers-color-scheme: dark) {
|
|
:root {
|
|
--card-bg: #1e1e1e;
|
|
--bg: #121212;
|
|
--card-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
|
|
--accent: #529fd6;
|
|
--accent-soft: rgba(45, 115, 172, 0.15);
|
|
--border-subtle: #2d2d2d;
|
|
--text-main: #f5f5f5;
|
|
--text-muted: #a0a0a0;
|
|
--disabled-bg: #1a1a1a;
|
|
--disabled-border: #333333;
|
|
--main-button: #e2e8f0;
|
|
|
|
--selection-bg: rgba(255, 255, 255, 0.15);
|
|
--selection-text: #ffffff;
|
|
--moz-selection-bg: rgba(255, 255, 255, 0.15);
|
|
--moz-selection-text: #ffffff;
|
|
|
|
--input-bg: #282828;
|
|
--input-text: #ffffff;
|
|
--input-focus-bg: #1e1e1e;
|
|
--input-readonly-bg: #2a2a2a;
|
|
--input-readonly-text: #888888;
|
|
|
|
--table-th-bg: #222222;
|
|
--table-th-text: #ffffff;
|
|
--table-th-border: #444444;
|
|
--table-row-even-bg: rgba(255, 255, 255, 0.02);
|
|
|
|
--table-user-th-bg: #2d2e3d;
|
|
--table-user-th-text: #ffffff;
|
|
--table-user-bg: #181922;
|
|
--table-user-border: rgba(255, 255, 255, 0.15);
|
|
|
|
--alert-notpaid-odd: #3d1a1a;
|
|
--alert-notpaid-even: #4a1f1f;
|
|
--alert-notpaid-hover: #5c2424;
|
|
|
|
--menu-bg: #1e1e1e;
|
|
--menu-text-heading: #ffffff;
|
|
--menu-text-muted: #aaaaaa;
|
|
--menu-input-border: #444444;
|
|
--menu-nav-bg: #161719;
|
|
--menu-nav-text: #ffffff;
|
|
|
|
--select-arrow: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'><path d='M6 9L12 15L18 9' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/></svg>");
|
|
--select-arrow-open: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'><path d='M18 15L12 9L6 15' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/></svg>");
|
|
|
|
/* Dynamic Button State Variables - Dark */
|
|
--btn-turnerin-bg: rgba(55, 140, 210, 0.2);
|
|
--btn-turnerin-border: #529fd6;
|
|
--btn-turnerin-text: #aadaff;
|
|
|
|
--btn-result-bg: rgba(197, 56, 216, 0.2);
|
|
--btn-result-border: #d45ee3;
|
|
--btn-result-text: #f7c3f3;
|
|
|
|
--btn-start-bg: rgba(21, 128, 61, 0.25);
|
|
--btn-start-border: #22c55e;
|
|
--btn-start-text: #86efac;
|
|
|
|
--btn-stopp-bg: rgba(185, 28, 28, 0.25);
|
|
--btn-stopp-border: #ef4444;
|
|
--btn-stopp-text: #fca5a5;
|
|
}
|
|
}
|
|
|
|
/* ==========================================================================
|
|
3. Core Global Layout & Application Base
|
|
========================================================================== */
|
|
*,
|
|
*::after,
|
|
*::before {
|
|
box-sizing: border-box;
|
|
-webkit-tap-highlight-color: transparent;
|
|
font-family: "Google Sans Flex", sans-serif;
|
|
font-optical-sizing: auto;
|
|
font-style: normal;
|
|
font-variation-settings: "slnt" 0, "wdth" 100, "GRAD" 0, "ROND" 0;
|
|
}
|
|
|
|
html,
|
|
body,
|
|
section {
|
|
margin: 0;
|
|
overscroll-behavior: none;
|
|
}
|
|
|
|
body {
|
|
margin: 0;
|
|
width: 100vw;
|
|
background: var(--bg);
|
|
color: var(--text-main);
|
|
}
|
|
|
|
::selection {
|
|
background: var(--selection-bg);
|
|
color: var(--selection-text);
|
|
}
|
|
|
|
::-moz-selection {
|
|
background: var(--moz-selection-bg);
|
|
color: var(--moz-selection-text);
|
|
}
|
|
|
|
input {
|
|
border: none;
|
|
outline: none;
|
|
}
|
|
|
|
.nopadding {
|
|
height: 40px;
|
|
padding: 0 !important;
|
|
}
|
|
|
|
.bgSection {
|
|
position: relative;
|
|
margin-left: auto;
|
|
width: 100vw;
|
|
box-sizing: border-box !important;
|
|
background: none;
|
|
}
|
|
|
|
/* ==========================================================================
|
|
4. Component Blocks (Headers, Headings, Controls)
|
|
========================================================================== */
|
|
.headerDivKampfrichter {
|
|
padding: var(--paddingSite);
|
|
background-color: var(--bg-top);
|
|
margin-bottom: var(--paddingSite);
|
|
position: relative;
|
|
z-index: 3;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
}
|
|
|
|
.heading_fv_selturnerin,
|
|
.heading_fv_selturnerin>* {
|
|
margin-top: 0;
|
|
font-weight: 400;
|
|
margin-bottom: 20px;
|
|
}
|
|
|
|
.divLiveSyncronisation {
|
|
padding: var(--paddingSite);
|
|
}
|
|
|
|
.heading_fv_alleturnerinnen {
|
|
margin-top: 0;
|
|
font-weight: 400;
|
|
}
|
|
|
|
.headingPanelDiv {
|
|
display: flex;
|
|
flex-direction: column;
|
|
}
|
|
|
|
.headingPanelDiv>* {
|
|
color: var(--white-bg);
|
|
}
|
|
|
|
.headingPanel {
|
|
margin-top: 0;
|
|
margin-bottom: 10px;
|
|
font-weight: 200;
|
|
}
|
|
|
|
.headingPanelGeraet {
|
|
margin: 0;
|
|
font-weight: 700;
|
|
}
|
|
|
|
#wsInfo {
|
|
margin: 0;
|
|
font-weight: 300;
|
|
opacity: 0;
|
|
transition: all 2s ease;
|
|
}
|
|
|
|
.playcontrolDiv {
|
|
display: flex;
|
|
justify-content: center;
|
|
margin: 20px 0;
|
|
}
|
|
|
|
.noKampfrichterDiv {
|
|
display: none;
|
|
justify-content: center;
|
|
align-items: center;
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
width: 100%;
|
|
min-height: 100vh;
|
|
height: 100%;
|
|
background-color: rgba(18, 18, 18, 0.8);
|
|
backdrop-filter: blur(3px);
|
|
z-index: 2;
|
|
}
|
|
|
|
.noKampfrichterDiv>h1 {
|
|
color: var(--bg-top);
|
|
}
|
|
|
|
.adminButtonDiv {
|
|
display: flex;
|
|
flex-direction: row;
|
|
flex-wrap: wrap;
|
|
gap: 15px;
|
|
}
|
|
|
|
.singleAbtDiv:not(:last-child) {
|
|
margin-bottom: 60px;
|
|
}
|
|
|
|
.titleSingleAbt {
|
|
font-weight: 400;
|
|
color: var(--bg-top);
|
|
}
|
|
|
|
/* ==========================================================================
|
|
5. Interactive Data Tables
|
|
========================================================================== */
|
|
table {
|
|
border-collapse: collapse;
|
|
margin: 0;
|
|
padding: 0;
|
|
width: 100%;
|
|
}
|
|
|
|
table.widefat {
|
|
table-layout: auto;
|
|
}
|
|
|
|
.tableWraperOverflowY {
|
|
overflow-x: auto;
|
|
overflow-y: hidden;
|
|
overscroll-behavior-x: contain;
|
|
-webkit-overflow-scrolling: touch;
|
|
}
|
|
|
|
.allTurnerinenDiv .widefat input {
|
|
min-width: 60px;
|
|
display: flex;
|
|
margin: auto;
|
|
background: none;
|
|
text-align: center;
|
|
}
|
|
|
|
.allTurnerinenDiv .editTurnerin,
|
|
.allTurnerinenDiv .editTurnerinAdmin {
|
|
background: none;
|
|
border: none;
|
|
cursor: pointer;
|
|
}
|
|
|
|
.allTurnerinenDiv .editTurnerin svg,
|
|
.allTurnerinenDiv .editTurnerinAdmin svg {
|
|
transition: transform 0.3s ease;
|
|
}
|
|
|
|
.allTurnerinenDiv .editTurnerin svg:hover,
|
|
.allTurnerinenDiv .editTurnerinAdmin svg:hover {
|
|
transform: scale(1.2);
|
|
animation-name: stiftWackler;
|
|
animation-duration: 0.5s;
|
|
}
|
|
|
|
@keyframes stiftWackler {
|
|
25% { transform: rotate(-10deg) scale(1.05); }
|
|
75% { transform: rotate(10deg) scale(1.15); }
|
|
100% { transform: rotate(0deg) scale(1.2); }
|
|
}
|
|
|
|
.customDisplayEditorTable th {
|
|
color: var(--table-th-text);
|
|
border-bottom: solid 1px var(--table-th-border);
|
|
font-weight: 600;
|
|
font-size: 0.9rem;
|
|
letter-spacing: 0.05em;
|
|
padding: var(--padding-th);
|
|
white-space: nowrap;
|
|
position: sticky;
|
|
background-color: var(--table-th-bg);
|
|
top: 0;
|
|
z-index: 2;
|
|
}
|
|
|
|
.customDisplayEditorTable th sup {
|
|
font-size: 0.65rem;
|
|
margin-left: 2px;
|
|
vertical-align: super;
|
|
}
|
|
|
|
.customDisplayEditorTable td {
|
|
padding: var(--padding-td);
|
|
border-bottom: 1px solid var(--border-subtle);
|
|
vertical-align: middle;
|
|
transition: background-color 0.2s ease;
|
|
color: var(--text-main);
|
|
font-size: 0.9rem;
|
|
}
|
|
|
|
.customDisplayEditorTable tbody > tr:nth-child(even) td {
|
|
background-color: var(--table-row-even-bg);
|
|
}
|
|
|
|
.customDisplayEditorTable tbody > tr:hover td {
|
|
background-color: var(--table-row-hover-bg) !important;
|
|
}
|
|
|
|
.customDisplayEditorTable tr:last-child td {
|
|
border-bottom: none;
|
|
}
|
|
|
|
/* Alert Unpaid Custom States */
|
|
.customDisplayEditorTable tr:nth-child(odd).notpaid td {
|
|
background-color: var(--alert-notpaid-odd);
|
|
}
|
|
|
|
.customDisplayEditorTable tr:nth-child(even).notpaid td {
|
|
background-color: var(--alert-notpaid-even);
|
|
}
|
|
|
|
.customDisplayEditorTable tr.notpaid:hover td {
|
|
background-color: var(--alert-notpaid-hover) !important;
|
|
}
|
|
|
|
/* ==========================================================================
|
|
6. Custom Input Cards & Scoring Blocks
|
|
========================================================================== */
|
|
.div_edit_values_user {
|
|
margin: 2rem auto;
|
|
padding: 1.6rem 1.8rem;
|
|
background: var(--card-bg);
|
|
color: var(--text-main);
|
|
flex-direction: column;
|
|
align-items: center;
|
|
}
|
|
|
|
.div_edit_values_all_gereate {
|
|
display: flex;
|
|
flex-direction: row;
|
|
flex-wrap: wrap;
|
|
gap: 3rem;
|
|
width: 100%;
|
|
justify-content: space-around;
|
|
}
|
|
|
|
.heading_fv_selturnerin {
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
gap: .35rem;
|
|
align-items: baseline;
|
|
font-size: 1.15rem;
|
|
letter-spacing: 0.01em;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
}
|
|
|
|
.current-turnerin-name {
|
|
font-weight: 700;
|
|
color: var(--text-main);
|
|
margin: 10px 0 20px 0;
|
|
font-size: 1.5rem;
|
|
}
|
|
|
|
.heading_fv_nextturnerin {
|
|
margin: 1.5rem 0 0.75rem;
|
|
font-size: 0.9rem;
|
|
text-transform: uppercase;
|
|
color: var(--text-muted);
|
|
letter-spacing: 0.08em;
|
|
}
|
|
|
|
.all_vaules_div,
|
|
.all_edit_vaules_div {
|
|
display: inline-flex;
|
|
flex-wrap: wrap;
|
|
gap: 1rem;
|
|
margin-bottom: 1.25rem;
|
|
align-items: center;
|
|
}
|
|
|
|
.all_vaules_div {
|
|
flex-direction: column;
|
|
}
|
|
|
|
.all_e_vaules_div {
|
|
display: grid;
|
|
gap: 1rem;
|
|
}
|
|
|
|
.editkampfrichter_user {
|
|
border-collapse: collapse;
|
|
background: var(--table-user-bg);
|
|
border-radius: 5px;
|
|
overflow: hidden;
|
|
min-width: 180px;
|
|
box-shadow: 0 0 0 1px var(--table-user-border);
|
|
}
|
|
|
|
.editkampfrichter_user th,
|
|
.editkampfrichter_user td {
|
|
padding: 0.6rem 0.75rem;
|
|
text-align: center;
|
|
white-space: nowrap;
|
|
}
|
|
|
|
.editkampfrichter_user th {
|
|
font-size: 0.8rem;
|
|
letter-spacing: 0.09em;
|
|
color: var(--table-user-th-text);
|
|
background: var(--table-user-th-bg);
|
|
font-weight: 500;
|
|
}
|
|
|
|
.table_endnote_edit {
|
|
margin-top: 1rem;
|
|
width: 100%;
|
|
}
|
|
|
|
.fullinput {
|
|
width: 100%;
|
|
box-sizing: border-box;
|
|
border: 2px solid var(--border-subtle);
|
|
background: var(--input-bg);
|
|
color: var(--input-text);
|
|
font-size: 1.2rem;
|
|
line-height: 1.3;
|
|
outline: none;
|
|
transition: border-color 0.15s ease, box-shadow 0.15s ease, background-color 0.15s ease;
|
|
text-align: center;
|
|
font-weight: 600;
|
|
border-radius: 0 0 5px 5px;
|
|
height: 40px;
|
|
letter-spacing: 2px;
|
|
}
|
|
|
|
.fullinput:focus {
|
|
border: 4px solid var(--accent);
|
|
box-shadow: 0 0 0 1px rgba(82, 159, 214, 0.25);
|
|
background: var(--input-focus-bg);
|
|
}
|
|
|
|
.fullinput:disabled,
|
|
.fullinput[readonly] {
|
|
background: var(--input-readonly-bg);
|
|
border: none;
|
|
color: var(--input-readonly-text);
|
|
opacity: 1;
|
|
cursor: not-allowed;
|
|
font-weight: 400;
|
|
}
|
|
|
|
.fullinput:disabled:hover,
|
|
.fullinput:disabled:focus,
|
|
.fullinput[readonly]:hover,
|
|
.fullinput[readonly]:focus {
|
|
box-shadow: none;
|
|
border-color: var(--disabled-border);
|
|
}
|
|
|
|
[id^="note-user-"]:disabled {
|
|
background: none;
|
|
border: none;
|
|
color: var(--bg-top);
|
|
font-weight: 600;
|
|
text-align: center;
|
|
}
|
|
|
|
input[type="number"] {
|
|
-moz-appearance: textfield;
|
|
}
|
|
|
|
input[type="number"]::-webkit-inner-spin-button,
|
|
input[type="number"]::-webkit-outer-spin-button {
|
|
-webkit-appearance: none;
|
|
margin: 0;
|
|
}
|
|
|
|
.editkampfrichter_user_text {
|
|
margin-top: 0.9rem;
|
|
font-size: 0.85rem;
|
|
color: var(--text-muted);
|
|
line-height: 1.4;
|
|
}
|
|
|
|
.fv_nextturnerin {
|
|
display: inline-flex;
|
|
align-items: center;
|
|
gap: 0.4rem;
|
|
min-height: 1.75rem;
|
|
font-weight: 500;
|
|
color: var(--accent);
|
|
text-decoration: none;
|
|
border-bottom: 1px dashed rgba(45, 115, 172, 0.45);
|
|
padding-bottom: 0.05rem;
|
|
transition: all 0.3s;
|
|
}
|
|
|
|
.fv_nextturnerin:hover {
|
|
font-size: 1.1rem;
|
|
}
|
|
|
|
.singleEXNoteAdminTable {
|
|
display: flex;
|
|
flex-direction: row;
|
|
}
|
|
|
|
.singleEXNoteAdminTableLable {
|
|
width: 40px;
|
|
margin: 3px 0 3px 10px;
|
|
text-align: end;
|
|
}
|
|
|
|
.allNotentable {
|
|
display: flex;
|
|
flex-direction: row;
|
|
gap: 3rem;
|
|
flex-wrap: wrap;
|
|
justify-content: center;
|
|
}
|
|
|
|
.singleNotentable {
|
|
display: flex;
|
|
flex-direction: column;
|
|
gap: 1rem;
|
|
}
|
|
|
|
/* ==========================================================================
|
|
7. Form Element Selects & Standard Buttons
|
|
========================================================================== */
|
|
select {
|
|
appearance: none;
|
|
-webkit-appearance: none;
|
|
-moz-appearance: none;
|
|
width: 100%;
|
|
padding: 12px 35px 12px 14px !important;
|
|
font-size: 16px;
|
|
border: 1px solid var(--border-subtle);
|
|
border-radius: 4px;
|
|
background-color: var(--input-bg);
|
|
color: var(--input-text);
|
|
background-image: var(--select-arrow);
|
|
background-repeat: no-repeat;
|
|
background-position: right 10px center;
|
|
background-size: 20px;
|
|
cursor: pointer;
|
|
}
|
|
|
|
select:open {
|
|
background-image: var(--select-arrow-open);
|
|
}
|
|
|
|
.blackBtn {
|
|
background: var(--main-button);
|
|
border: 1px solid var(--border-subtle);
|
|
color: var(--bg);
|
|
padding: 10px 20px;
|
|
border-radius: 10px;
|
|
transition: transform 0.3s ease;
|
|
letter-spacing: 1px;
|
|
display: flex;
|
|
align-self: flex-start;
|
|
}
|
|
|
|
.blackBtn:hover {
|
|
transform: scale(1.02);
|
|
}
|
|
|
|
.blackBtn:active {
|
|
transform: scale(0.98);
|
|
}
|
|
|
|
.buttonNewAdminStyle {
|
|
background-color: var(--bg-top);
|
|
color: #fff;
|
|
border: none;
|
|
border-radius: 5px;
|
|
font-weight: 200;
|
|
cursor: pointer;
|
|
padding: 12px 18px;
|
|
transition: all 0.3s ease;
|
|
box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
|
|
}
|
|
|
|
.editUserButtons {
|
|
display: flex;
|
|
}
|
|
|
|
.div-submit-display-result,
|
|
.div-submit-display-start {
|
|
display: flex;
|
|
flex-direction: column;
|
|
}
|
|
|
|
.submit-display-turnerin,
|
|
.submit-display-start,
|
|
.submit-musik-start,
|
|
.submit-musik-stopp,
|
|
.submit-display-result {
|
|
appearance: none;
|
|
border: none;
|
|
border-radius: 999px;
|
|
padding: 0.5rem 1.1rem;
|
|
font-size: 0.9rem;
|
|
font-weight: 600;
|
|
cursor: pointer;
|
|
margin: 0.35rem 0.4rem 0 0;
|
|
transition: transform 0.08s ease, box-shadow 0.12s ease, background-color 0.12s ease, color 0.12s ease;
|
|
display: inline-flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
align-self: center;
|
|
}
|
|
|
|
.submit-display-turnerin {
|
|
background-color: var(--btn-turnerin-bg);
|
|
border: solid 1px var(--btn-turnerin-border);
|
|
color: var(--btn-turnerin-text);
|
|
}
|
|
|
|
.submit-display-result {
|
|
background-color: var(--btn-result-bg);
|
|
border: solid 1px var(--btn-result-border);
|
|
color: var(--btn-result-text);
|
|
}
|
|
|
|
.submit-display-start.start,
|
|
.submit-musik-start {
|
|
background: var(--btn-start-bg);
|
|
border: 1px solid var(--btn-start-border);
|
|
color: var(--btn-start-text);
|
|
}
|
|
|
|
.submit-display-start.stopp,
|
|
.submit-musik-stopp {
|
|
background: var(--btn-stopp-bg);
|
|
border: 1px solid var(--btn-stopp-border);
|
|
color: var(--btn-stopp-text);
|
|
}
|
|
|
|
.submit-display-turnerin:hover,
|
|
.submit-display-start:hover,
|
|
.submit-musik-start:hover,
|
|
.submit-musik-stopp:hover,
|
|
.submit-display-result:hover {
|
|
transform: scale(1.02);
|
|
}
|
|
|
|
.submit-display-turnerin:active,
|
|
.submit-display-start:active,
|
|
.submit-musik-start:active,
|
|
.submit-musik-stopp:active,
|
|
.submit-display-result:active {
|
|
transform: scale(0.98);
|
|
}
|
|
|
|
/* ==========================================================================
|
|
8. Slide-Out Flyout Sidebar Component System
|
|
========================================================================== */
|
|
.kampfrichterBurgerMenuDiv {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
width: 28px;
|
|
height: 28px;
|
|
cursor: pointer;
|
|
z-index: 99;
|
|
color: var(--bg);
|
|
}
|
|
|
|
.kampfrichterBurgerMenuDiv svg {
|
|
width: 100%;
|
|
height: 100%;
|
|
stroke: currentColor;
|
|
transition: transform 0.3s ease;
|
|
}
|
|
|
|
.kampfrichterBurgerMenuDiv.open svg {
|
|
transform: rotate(45deg);
|
|
}
|
|
|
|
.internMenuDiv {
|
|
background-color: var(--menu-bg);
|
|
box-shadow: none;
|
|
position: fixed;
|
|
right: 0;
|
|
top: 150px;
|
|
height: fit-content;
|
|
width: 100%;
|
|
max-width: 400px;
|
|
transform: translateX(100%);
|
|
z-index: 100;
|
|
padding: 20px;
|
|
border-radius: 20px 0 0 20px;
|
|
transition: transform 0.2s cubic-bezier(.4, 0, .2, 1);
|
|
opacity: 1;
|
|
}
|
|
|
|
.internMenuDiv.open {
|
|
transform: translateX(0);
|
|
box-shadow: 4px 0 20px rgba(0, 0, 0, 0.15);
|
|
}
|
|
|
|
.innerInternMenuDiv {
|
|
display: flex;
|
|
flex-direction: column;
|
|
gap: 14px;
|
|
overflow-y: auto;
|
|
}
|
|
|
|
.innerInternMenuDiv h3 {
|
|
font-size: 1.1rem;
|
|
font-weight: 500;
|
|
margin: 10px 0;
|
|
color: var(--menu-text-heading);
|
|
letter-spacing: 0.5px;
|
|
}
|
|
|
|
.text_akt_abt {
|
|
font-size: 1rem;
|
|
color: var(--menu-text-muted);
|
|
text-align: center;
|
|
line-height: 1.6;
|
|
}
|
|
|
|
.innerInternMenuDiv form {
|
|
margin: 0;
|
|
}
|
|
|
|
.innerInternMenuDiv input[type="submit"],
|
|
.innerInternMenuDiv select {
|
|
width: 100%;
|
|
padding: 12px 14px;
|
|
border-radius: 10px;
|
|
border: 1px solid var(--menu-input-border);
|
|
font-size: 0.95rem;
|
|
transition: all 0.3s ease;
|
|
}
|
|
|
|
.innerInternMenuDiv input[type="submit"]:focus,
|
|
.innerInternMenuDiv select:focus {
|
|
outline: none;
|
|
border-color: var(--accent);
|
|
box-shadow: 0 0 6px rgba(82, 159, 214, 0.3);
|
|
}
|
|
|
|
.innerInternMenuDiv .button-secondary {
|
|
background: linear-gradient(135deg, #2d73ac, #1f4f75);
|
|
color: #fff;
|
|
border: none;
|
|
border-radius: 12px;
|
|
font-weight: 600;
|
|
cursor: pointer;
|
|
padding: 12px 18px;
|
|
transition: transform 0.2s ease, background 0.3s ease;
|
|
box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
|
|
}
|
|
|
|
.innerInternMenuDiv .button-secondary:hover {
|
|
background: linear-gradient(135deg, #245d8a, #163b5a);
|
|
transform: translateY(-2px);
|
|
}
|
|
|
|
.gruppennav {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
gap: 8px;
|
|
background: var(--menu-nav-bg);
|
|
padding: 10px 16px;
|
|
border-radius: 12px;
|
|
box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05);
|
|
}
|
|
|
|
.gruppennav p {
|
|
margin: 0 6px;
|
|
font-weight: 600;
|
|
color: var(--menu-nav-text);
|
|
}
|
|
|
|
.button_gruppe {
|
|
border: none;
|
|
background: var(--bg-top);
|
|
color: white;
|
|
width: 36px;
|
|
height: 36px;
|
|
border-radius: 50%;
|
|
font-size: 1.1rem;
|
|
cursor: pointer;
|
|
transition: all 0.3s ease;
|
|
box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
|
|
}
|
|
|
|
.button_gruppe:hover {
|
|
transform: scale(1.05);
|
|
}
|
|
|
|
.labelnamekr {
|
|
font-size: 1rem;
|
|
font-weight: 500;
|
|
margin-top: 14px;
|
|
display: block;
|
|
color: var(--text-main);
|
|
}
|
|
|
|
.inputnamekr {
|
|
margin-bottom: 12px;
|
|
}
|
|
|
|
.footerInternMenu {
|
|
display: flex;
|
|
flex-direction: row;
|
|
justify-content: space-between;
|
|
position: absolute;
|
|
bottom: 12px;
|
|
gap: 40px;
|
|
width: calc(100% - 40px);
|
|
}
|
|
|
|
.footerInternMenu>* {
|
|
display: flex;
|
|
}
|
|
|
|
.abmeldenbutton {
|
|
width: 100%;
|
|
padding: 14px;
|
|
background: linear-gradient(135deg, #e53935, #b71c1c);
|
|
border: none;
|
|
border-radius: 12px;
|
|
font-weight: 600;
|
|
color: #fff;
|
|
cursor: pointer;
|
|
transition: transform 0.2s ease, background 0.3s ease;
|
|
box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
|
|
}
|
|
|
|
.abmeldenbutton:hover {
|
|
background: linear-gradient(135deg, #c62828, #8e1919);
|
|
transform: translateY(-2px);
|
|
}
|
|
|
|
.menuTransition {
|
|
transition: all 0.3s cubic-bezier(.4, 0, .2, 1);
|
|
}
|
|
|
|
.menuTransition>.kampfrichterBurgerMenuLine {
|
|
transition: all 0.3s ease-out;
|
|
}
|
|
|
|
.closeInternMenuMobileDiv {
|
|
display: none;
|
|
width: 5vw;
|
|
height: 100px;
|
|
position: absolute;
|
|
top: 30px;
|
|
right: -5vw;
|
|
background-color: #09090966;
|
|
border-radius: 0 10px 10px 0;
|
|
}
|
|
|
|
/* ==========================================================================
|
|
9. Helper Utils, Spans, Flex Structure & Layout Anomalies
|
|
========================================================================== */
|
|
.singleValueSpan[data-bold="true"] {
|
|
font-weight: 600;
|
|
}
|
|
|
|
.staticText {
|
|
white-space: pre;
|
|
}
|
|
|
|
.tdSpan {
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
|
|
.verticalLayoutEl {
|
|
display: grid;
|
|
grid-template-columns: 1fr;
|
|
}
|
|
|
|
.verticalLayoutElRow {
|
|
display: flex;
|
|
justify-content: end;
|
|
}
|
|
|
|
.verticalLayoutEl .changebleValue {
|
|
text-align: right;
|
|
}
|
|
|
|
.emtyPlaceholder {
|
|
color: transparent;
|
|
user-select: none;
|
|
}
|
|
|
|
.nonExistentEl {
|
|
display: none !important;
|
|
}
|
|
|
|
.hidden {
|
|
display: none !important;
|
|
}
|
|
|
|
.opacity50 {
|
|
opacity: 0.5;
|
|
}
|
|
|
|
.buttonNextAbt,
|
|
.buttonPrevAbt,
|
|
.button_gruppe {
|
|
line-height: 0;
|
|
}
|
|
|
|
.titleWidthNormalInput {
|
|
width: 309.398px;
|
|
}
|
|
|
|
.flexRow {
|
|
display: flex;
|
|
flex-direction: row;
|
|
align-items: center;
|
|
gap: 5px;
|
|
}
|
|
|
|
.fullHeightRectangle {
|
|
display: flex;
|
|
}
|
|
|
|
.horizontalLabelWrapper {
|
|
display: flex;
|
|
flex-direction: column;
|
|
}
|
|
|
|
/* ==========================================================================
|
|
10. Media Injects & Breakpoint Adaptations
|
|
========================================================================== */
|
|
@media (max-width: 480px) {
|
|
.internMenuDiv {
|
|
max-width: 95vw;
|
|
}
|
|
|
|
.internMenuDiv.open .closeInternMenuMobileDiv {
|
|
display: block;
|
|
}
|
|
}
|
|
|
|
@media (max-width: 600px) {
|
|
.div_edit_values_user,
|
|
.allTurnerinenDiv {
|
|
padding: var(--paddingSite) calc(var(--paddingSite) * 0.75);
|
|
margin-bottom: var(--paddingSite);
|
|
}
|
|
|
|
.notMobile {
|
|
display: none;
|
|
}
|
|
|
|
.allTurnerinenDiv th {
|
|
padding: 12px 6px;
|
|
}
|
|
|
|
.allTurnerinenDiv td {
|
|
padding: 10px 6px;
|
|
}
|
|
|
|
.ranglisteExportBMDesktop {
|
|
display: none;
|
|
}
|
|
|
|
.ranglisteExportBMMobile {
|
|
display: block;
|
|
}
|
|
}
|
|
|
|
@media (min-width: 601px) {
|
|
.div_edit_values_user,
|
|
.allTurnerinenDiv {
|
|
padding: var(--paddingSite) calc(var(--paddingSite) * 1.5);
|
|
margin-bottom: var(--paddingSite);
|
|
}
|
|
|
|
.ranglisteExportBMDesktop {
|
|
display: block;
|
|
}
|
|
|
|
.ranglisteExportBMMobile {
|
|
display: none;
|
|
}
|
|
}
|
|
|
|
@media (max-width: 750px) {
|
|
.editUserButtons {
|
|
flex-direction: column;
|
|
align-items: center;
|
|
}
|
|
} |