Template:Infobox/Body/styles.css: Difference between revisions
From Terra Invicta Official Wiki
< Template:Infobox | Body
Llamageddon (talk | contribs) mNo edit summary |
Llamageddon (talk | contribs) mNo edit summary |
||
| (5 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
/** This dark infobox theme is intended to compliment the palette of the mbhh theme the wiki uses */ | /** This dark infobox theme is intended to compliment the palette of the mbhh theme the wiki uses */ | ||
.portable-infobox.pi-theme-dark { | .portable-infobox.pi-theme-dark { | ||
width: | width: 400px; | ||
border-style: solid; | border-style: solid; | ||
border-width: 1px; | border-width: 1px; | ||
| Line 48: | Line 48: | ||
.portable-infobox .pi-data-label { | .portable-infobox .pi-data-label { | ||
flex-basis: 120px; | |||
white-space: nowrap; | white-space: nowrap; | ||
} | } | ||
Latest revision as of 22:17, 14 December 2025
/** This dark infobox theme is intended to compliment the palette of the mbhh theme the wiki uses */
.portable-infobox.pi-theme-dark {
width: 400px;
border-style: solid;
border-width: 1px;
border-color: #45494e;
}
.portable-infobox.pi-theme-dark .pi-background {
background-color: #21252a;
}
.portable-infobox.pi-theme-dark .pi-secondary-background {
background-color: #1a1e23;
}
.portable-infobox.pi-theme-dark .pi-font {
color: white;
}
.portable-infobox.pi-theme-dark .pi-secondary-font {
color: orange;
}
.portable-infobox.pi-theme-dark .pi-border-color {
border-color: #45494e;
}
.portable-infobox.pi-theme-dark.pi-background {
background-color: #1a1e23;
}
.portable-infobox.pi-theme-dark .pi-section-navigation {
background-color: #21252a;
}
.portable-infobox.pi-theme-dark .pi-section-label {
color: white;
}
.portable-infobox.pi-theme-dark .pi-section-tab.pi-section-active {
background-color: #45494e;
}
.portable-infobox.pi-theme-dark .pi-section-tab {
background-color: #21252a;
}
.portable-infobox .pi-data-label {
flex-basis: 120px;
white-space: nowrap;
}


