Template:Infobox-style.css: Difference between revisions

From Polcompball Wiki
Jump to navigationJump to search
Content added Content deleted
No edit summary
No edit summary
 
(One intermediate revision by the same user not shown)
Line 5: Line 5:
body.skin--responsive.theme-dark .portable-infobox .mw-collapsible-toggle-default .mw-collapsible-text {
body.skin--responsive.theme-dark .portable-infobox .mw-collapsible-toggle-default .mw-collapsible-text {
color: #a0b6ff;
color: #a0b6ff;
}

body.skin--responsive.theme-dark .portable-infobox h2 {
border-bottom: none;
}
}


Line 19: Line 23:
}
}


.portable-infobox section h2 {
.portable-infobox h2 {
border-bottom: none;
border-bottom: none;
}
}

Latest revision as of 21:17, 11 February 2024

body.skin--responsive.theme-dark .portable-infobox {
    background: #2e3238;
}

body.skin--responsive.theme-dark .portable-infobox .mw-collapsible-toggle-default .mw-collapsible-text {
    color: #a0b6ff;
}

body.skin--responsive.theme-dark .portable-infobox h2 {
    border-bottom: none;
}

.portable-infobox .pi-title {
    text-align: center;
}

.portable-infobox .pi-tab-link.pi-item-spacing.current {
    color: #000;
}

.portable-infobox .pi-border-color {
    border: none;
}

.portable-infobox h2 {
    border-bottom: none;
}

.portable-infobox .mw-collapsible-toggle-default .mw-collapsible-text {
    color: #a0b6ff;
}