Template:Infobox styles.css: Difference between revisions
Add TBC entry styles (light, dark, OS dark) for the new Time Base Correction infobox section (via update-page on MediaWiki MCP Server) |
Replace TBC card styles with grouped container styles — left border accent per entry group, matching infobox label/value layout (via update-page on MediaWiki MCP Server) |
||
| Line 69: | Line 69: | ||
} | } | ||
/* ===== TBC | /* ===== TBC GROUP STYLES ===== */ | ||
.infobox-tbc- | .infobox-tbc-group { | ||
border-left: 3px solid #6c5ce7; | border-left: 3px solid #6c5ce7; | ||
margin: 2px 0; | |||
padding-left: 0; | |||
} | } | ||
.infobox-tbc- | .infobox-tbc-group + .infobox-tbc-group { | ||
margin-top: 6px; | |||
.infobox-tbc- | |||
margin-top: | |||
} | } | ||
| Line 230: | Line 210: | ||
} | } | ||
/* TBC | /* TBC group dark mode */ | ||
html.skin-theme-clientpref-night .infobox-tbc- | html.skin-theme-clientpref-night .infobox-tbc-group { | ||
border-left-color: #7c6cf7; | border-left-color: #7c6cf7; | ||
} | } | ||
| Line 367: | Line 334: | ||
} | } | ||
/* TBC | /* TBC group OS dark mode */ | ||
html.skin-theme-clientpref-os .infobox-tbc- | html.skin-theme-clientpref-os .infobox-tbc-group { | ||
border-left-color: #7c6cf7; | border-left-color: #7c6cf7; | ||
} | } | ||