User:Merds/CSS/Infobox.css: Difference between revisions
no edit summary
No edit summary |
No edit summary |
||
Line 41:
.infobox .infobox-header {
background: var(--table-header);
font-weight: bold;▼
text-align: center;▼
color: white;▼
}▼
.infobox .infobox-subheader {▼
background: var(--table-subheader);▼
font-weight: bold;
text-align: center;
Line 59 ⟶ 52:
.infobox .infobox-image {
text-align: center;
background: var(--body-main);
▲}
▲.infobox .infobox-subheader {
▲ background: var(--table-subheader);
▲ font-weight: bold;
▲ text-align: center;
▲ color: white;
}
|