MediaWiki:Mobile.css: Difference between revisions
MediaWiki interface page
More actions
No edit summary Tags: Mobile edit Mobile web edit |
No edit summary Tags: Mobile edit Mobile web edit |
||
| Line 137: | Line 137: | ||
.sv-class-overview__value{ | .sv-class-overview__value{ | ||
text-align:left; | text-align:left; | ||
} | |||
/* ------------------------------------------------------------------------ | |||
SV GameInfo / GameSkills (mobile): enforce opaque surfaces + no frosted glass | |||
------------------------------------------------------------------------ */ | |||
.sv-gi-card, | |||
.sv-skill-card { | |||
background-image: none !important; | |||
} | |||
/* Shared components (from Common.css) */ | |||
.sv-gi-card .sv-tabpanel, | |||
.sv-skill-card .sv-tabpanel, | |||
.sv-gi-card .sv-disclose-pop, | |||
.sv-skill-card .sv-disclose-pop, | |||
.sv-gi-card .sv-tip-pop, | |||
.sv-skill-card .sv-tip-pop { | |||
background: var(--sv-ui-bg0) !important; | |||
border-color: var(--sv-ui-line1) !important; | |||
-webkit-backdrop-filter: none !important; | |||
backdrop-filter: none !important; | |||
} | |||
/* Button-like surfaces */ | |||
.sv-gi-card .sv-tab, | |||
.sv-skill-card .sv-tab, | |||
.sv-gi-card .sv-disclose-btn, | |||
.sv-skill-card .sv-disclose-btn, | |||
.sv-gi-card .sv-tip-btn, | |||
.sv-skill-card .sv-tip-btn { | |||
background: var(--sv-ui-bg2) !important; | |||
border-color: var(--sv-ui-line2) !important; | |||
} | |||
/* Key module panels that still come from TemplateStyles */ | |||
.sv-gi-card .sv-meta-card, | |||
.sv-skill-card .sv-meta-card, | |||
.sv-skill-level, | |||
.sv-gi-card .sv-scaling-row, | |||
.sv-skill-card .sv-scaling-row, | |||
.sv-gi-card .sv-core-row, | |||
.sv-skill-card .sv-core-row, | |||
.sv-gi-card .sv-core-cell, | |||
.sv-skill-card .sv-core-cell, | |||
.sv-gi-card .sv-kw-cell, | |||
.sv-skill-card .sv-kw-cell, | |||
.sv-gi-card .sv-ref-card, | |||
.sv-skill-card .sv-ref-card { | |||
background: var(--sv-ui-bg1) !important; | |||
border-color: var(--sv-ui-line1) !important; | |||
} | } | ||
} | } | ||