Template:Infobox styles.css: Difference between revisions
Add .infobox-accessory class support for accessory infoboxes (via update-page on MediaWiki MCP Server) |
Add .infobox-io-location-group stripe styling for Connectivity section location grouping (mirrors TBC group pattern) (via update-page on MediaWiki MCP Server) |
||
| Line 85: | Line 85: | ||
.infobox-tbc-group + .infobox-tbc-group { | .infobox-tbc-group + .infobox-tbc-group { | ||
margin-top: 6px; | margin-top: 6px; | ||
} | |||
/* ===== I/O LOCATION GROUP STYLES ===== */ | |||
.infobox-io-location-group { | |||
border-left: 3px solid #d0d0d5; | |||
margin: 2px 0; | |||
padding-left: 0; | |||
} | |||
.infobox-io-location-group + .infobox-io-location-group { | |||
margin-top: 6px; | |||
} | |||
.infobox-io-location-header { | |||
padding: 0.2em 0.4em; | |||
font-weight: bold; | |||
font-size: 0.92em; | |||
background-color: #e8e8ed; | |||
color: #333333; | |||
} | } | ||
| Line 229: | Line 249: | ||
html.skin-theme-clientpref-night .infobox-tbc-group { | html.skin-theme-clientpref-night .infobox-tbc-group { | ||
border-left-color: #45475a; | border-left-color: #45475a; | ||
} | |||
/* I/O location group dark mode */ | |||
html.skin-theme-clientpref-night .infobox-io-location-group { | |||
border-left-color: #45475a; | |||
} | |||
html.skin-theme-clientpref-night .infobox-io-location-header { | |||
background-color: #3a3a4e; | |||
color: #cdd6f4; | |||
} | } | ||
| Line 361: | Line 391: | ||
html.skin-theme-clientpref-os .infobox-tbc-group { | html.skin-theme-clientpref-os .infobox-tbc-group { | ||
border-left-color: #45475a; | border-left-color: #45475a; | ||
} | |||
/* I/O location group OS dark mode */ | |||
html.skin-theme-clientpref-os .infobox-io-location-group { | |||
border-left-color: #45475a; | |||
} | |||
html.skin-theme-clientpref-os .infobox-io-location-header { | |||
background-color: #3a3a4e; | |||
color: #cdd6f4; | |||
} | } | ||