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
 
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
body.skin--responsive.theme-dark .portable-infobox {
body.skin--responsive.theme-dark .portable-infobox {
background: #2e3238;
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 {
.portable-infobox .pi-title {
text-align: center;
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;
}
}

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;
}