Template:Infobox styles.css: Difference between revisions

Add .infobox-io-location-group stripe styling for Connectivity section location grouping (mirrors TBC group pattern) (via update-page on MediaWiki MCP Server)
I/O location groups: fix first-child top alignment, add content padding class (via update-page on MediaWiki MCP Server)
Line 91: Line 91:
.infobox-io-location-group {
.infobox-io-location-group {
     border-left: 3px solid #d0d0d5;
     border-left: 3px solid #d0d0d5;
     margin: 2px 0;
     margin: 4px 0 0 0;
    padding-left: 0;
}
}


.infobox-io-location-group + .infobox-io-location-group {
.infobox-io-location-group:first-child {
     margin-top: 6px;
     margin-top: 0;
}
}


.infobox-io-location-header {
.infobox-io-location-header {
     padding: 0.2em 0.4em;
     padding: 0.15em 0.4em;
     font-weight: bold;
     font-weight: bold;
     font-size: 0.92em;
     font-size: 0.92em;
     background-color: #e8e8ed;
     background-color: #e8e8ed;
     color: #333333;
     color: #333333;
}
.infobox-io-location-content {
    padding: 0.15em 0.4em 0.1em 0.4em;
}
}


MediaWiki Appliance - Powered by TurnKey Linux