MediaWiki:Gadget-wix-interactive.css: Difference between revisions

Content deleted Content added
No edit summary
No edit summary
Line 1,705:
grid-template-columns: 1fr;
}
}
 
 
/* ================================================================
BUILDING BLOCKS — data-wix-module="building-blocks"
Stacked-bar visualisation of initial recognition building blocks.
================================================================ */
 
 
/* ── 69. Status Banner ──────────────────────────────────────────── */
 
.wix-bb-banner {
display: flex;
align-items: center;
gap: 0.65rem;
padding: 0.65rem 1rem;
border-radius: var(--wix-radius);
margin-bottom: 1.25rem;
font-size: 0.85em;
font-weight: 600;
border: 1px solid transparent;
transition:
background var(--wix-transition),
color var(--wix-transition);
}
 
.wix-bb-banner--profit {
background: var(--wix-correct-bg);
color: var(--wix-correct);
border-color: var(--wix-correct-border, #82e0aa);
}
 
.wix-bb-banner--onerous {
background: var(--wix-wrong-bg);
color: var(--wix-wrong);
border-color: var(--wix-wrong-border, #f1948a);
}
 
.wix-bb-banner-detail {
font-weight: 400;
opacity: 0.85;
}
 
 
/* ── 70. Chart Area ─────────────────────────────────────────────── */
 
.wix-bb-chart {
background: var(--wix-bg);
border: 1px solid var(--wix-border);
border-radius: var(--wix-radius);
padding: 1.25rem 1rem 0.75rem;
margin-bottom: 1.25rem;
}
 
 
/* ── 71. Bar Row ────────────────────────────────────────────────── */
 
.wix-bb-row {
display: flex;
align-items: flex-end;
justify-content: center;
gap: 1.4rem;
height: 300px;
padding-bottom: 36px;
position: relative;
}
 
.wix-bb-row::before {
content: '';
position: absolute;
bottom: 35px;
left: 0;
right: 0;
height: 1px;
background: var(--wix-border);
}
 
.wix-bb-zero {
position: absolute;
bottom: 38px;
left: 6px;
font-size: 0.7em;
color: var(--wix-text-muted);
font-weight: 500;
}
 
 
/* ── 72. Bar Groups + Stacks ────────────────────────────────────── */
 
.wix-bb-group {
display: flex;
flex-direction: column;
align-items: center;
gap: 0.35rem;
width: 100px;
}
 
.wix-bb-stack {
display: flex;
flex-direction: column;
justify-content: flex-end;
width: 62px;
height: 260px;
}
 
.wix-bb-seg {
width: 100%;
border-radius: 0;
position: relative;
transition: height 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
}
 
.wix-bb-seg:first-child {
border-radius: var(--wix-radius) var(--wix-radius) 0 0;
}
 
.wix-bb-seg-val {
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
font-size: 0.68em;
font-weight: 700;
color: #fff;
white-space: nowrap;
pointer-events: none;
}
 
.wix-bb-bar-label {
font-size: 0.72em;
font-weight: 600;
text-align: center;
color: var(--wix-text-muted);
line-height: 1.25;
}
 
 
/* ── 73. Operator Signs ─────────────────────────────────────────── */
 
.wix-bb-op {
font-size: 1.5rem;
color: var(--wix-text-muted);
align-self: center;
padding-bottom: 36px;
opacity: 0.5;
}
 
 
/* ── 74. Legend ──────────────────────────────────────────────────── */
 
.wix-bb-legend {
display: flex;
flex-wrap: wrap;
gap: 0.85rem;
justify-content: center;
margin-top: 0.65rem;
font-size: 0.72em;
color: var(--wix-text-muted);
}
 
.wix-bb-legend-item {
display: flex;
align-items: center;
gap: 0.3rem;
font-weight: 500;
}
 
.wix-bb-legend-swatch {
width: 12px;
height: 12px;
border-radius: 3px;
}
 
 
/* ── 75. Slider Controls ────────────────────────────────────────── */
 
.wix-bb-controls {
margin-bottom: 1.25rem;
}
 
.wix-bb-controls-title {
font-size: 0.78em;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 0.06em;
color: var(--wix-text-muted);
margin-bottom: 0.85rem;
}
 
.wix-bb-slider-row {
display: flex;
align-items: center;
gap: 0.75rem;
margin-bottom: 0.75rem;
}
 
.wix-bb-slider-label {
font-size: 0.82em;
font-weight: 600;
width: 160px;
flex-shrink: 0;
display: flex;
align-items: center;
gap: 0.4rem;
}
 
.wix-bb-slider-dot {
width: 10px;
height: 10px;
border-radius: 50%;
flex-shrink: 0;
}
 
.wix-bb-slider-row input[type="range"] {
flex: 1;
}
 
.wix-bb-slider-val {
width: 100px;
text-align: right;
font-size: 0.82em;
font-weight: 700;
font-variant-numeric: tabular-nums;
flex-shrink: 0;
}
 
 
/* ── 76. Insight Box ────────────────────────────────────────────── */
 
.wix-bb-insight {
font-size: 0.85em;
line-height: 1.65;
color: var(--wix-text);
}
 
.wix-bb-insight strong { font-weight: 700; }
.wix-bb-hl-csm { color: #27ae60; font-weight: 700; }
.wix-bb-hl-loss { color: #e74c3c; font-weight: 700; }
 
 
/* ── 77. Mobile ─────────────────────────────────────────────────── */
 
@media (max-width: 640px) {
.wix-bb-row { gap: 0.5rem; }
.wix-bb-group { width: 68px; }
.wix-bb-stack { width: 44px; }
.wix-bb-bar-label { font-size: 0.62em; }
.wix-bb-slider-label { width: 120px; font-size: 0.76em; }
.wix-bb-slider-val { width: 85px; font-size: 0.76em; }
.wix-bb-op { font-size: 1.2rem; }
}