MediaWiki:Common.css: Difference between revisions
mNo edit summary |
mNo edit summary |
||
| Line 12: | Line 12: | ||
--ooo-tab-arrow-border: var(--border-color-base, #a2a9b1); | --ooo-tab-arrow-border: var(--border-color-base, #a2a9b1); | ||
--ooo-tab-arrow-shadow: none; | --ooo-tab-arrow-shadow: none; | ||
--ooo-tab-arrow-focus: 0 0 0 2px rgba(255, | --ooo-tab-arrow-focus: 0 0 0 2px rgba(255,196,0,.4); | ||
/* ===== OOO Design Tokens (Theme Adaptive) ===== */ | /* ===== OOO Design Tokens (Theme Adaptive) ===== */ | ||
| Line 265: | Line 265: | ||
.wikitable tr:hover td { | .wikitable tr:hover td { | ||
background: rgba(255, | background: rgba(255,196,0,0.05); | ||
} | } | ||
| Line 345: | Line 345: | ||
padding: 30px; | padding: 30px; | ||
border-radius: 14px; | border-radius: 14px; | ||
border: 1px solid rgba( | border: 1px solid rgba(245,196,0,0.35); | ||
background: rgba( | background: rgba(245,196,0,0.05); | ||
transition: 0.2s ease; | transition: 0.2s ease; | ||
} | } | ||
.ooo-card:hover { | .ooo-card:hover { | ||
border-color: rgba( | border-color: rgba(245,196,0,0.6); | ||
} | } | ||
| Line 391: | Line 391: | ||
to right, | to right, | ||
var(--ooo-accent), | var(--ooo-accent), | ||
rgba(255, | rgba(255,196,0,0.3) | ||
); | ); | ||
} | } | ||
| Line 427: | Line 427: | ||
.skin-theme-clientpref-night .ooo-section-title::before, | .skin-theme-clientpref-night .ooo-section-title::before, | ||
.skin-theme-clientpref-night .ooo-section-title::after { | .skin-theme-clientpref-night .ooo-section-title::after { | ||
box-shadow: 0 0 8px rgba(255, | box-shadow: 0 0 8px rgba(255,196,0,0.6); | ||
} | } | ||
| Line 433: | Line 433: | ||
.skin-theme-clientpref-os .ooo-section-title::before, | .skin-theme-clientpref-os .ooo-section-title::before, | ||
.skin-theme-clientpref-os .ooo-section-title::after { | .skin-theme-clientpref-os .ooo-section-title::after { | ||
box-shadow: 0 0 8px rgba(255, | box-shadow: 0 0 8px rgba(255,196,0,0.6); | ||
} | } | ||
} | } | ||