User:Merds/CSS/Infobox.css: Difference between revisions
no edit summary
No edit summary |
No edit summary |
||
(5 intermediate revisions by the same user not shown) | |||
Line 2:
/* variables */
:root {
--table-header: #
}
Line 14:
float: right;
table-layout: fixed;
margin: 0.5em 0 1em 1em;
}
Line 41 ⟶ 42:
.infobox .infobox-header {
background: var(--table-header);
padding: 0.5em 0;
font-weight: bold;▼
text-align: center;
color: white;
font-size: 1.15em;▼
▲ font-weight: bold;
line-height: 1.4em;
}▼
.infobox .infobox-image {▼
text-align: center;▼
background: var(--body-main);
}
Line 51 ⟶ 60:
text-align: center;
color: white;
▲}
▲ font-size: 1.15em;
▲.infobox .infobox-image {
▲ text-align: center;
}
Line 65 ⟶ 66:
}
.infobox tr
padding:
}
.infobox th:not(.infobox-header):not(.infobox-subheader):not(.infobox-nested) {
border-right: 2px solid var(--table-
text-align: right;
padding:
}
|