User:76561199218134152/common.css: Difference between revisions
From Workers & Resources: Soviet Republic Official Wiki
No edit summary Tag: Reverted |
(Undo revision 6310 by 76561199218134152 (talk)) Tag: Undo |
||
Line 1: | Line 1: | ||
/* infobox styling */ | |||
:root { | :root { | ||
-- | --dark-red: #72070a; | ||
} | } | ||
.portable-infobox .pi-title { | .portable-infobox .pi-title { | ||
font-size: 1.375rem; | |||
border-bottom: 0; | border-bottom: 0; | ||
line-height: 2; | line-height: 2; | ||
font-weight: 700; | |||
font-weight: | |||
} | } | ||
.portable-infobox .pi-secondary-background { | .portable-infobox .pi-secondary-background { | ||
background-color: var(--dark-red); | |||
font-size: 1rem; | |||
color: white; | |||
text-align: center; | |||
background | |||
font- | |||
} | } |
Revision as of 04:17, 9 October 2024
/* infobox styling */ :root { --dark-red: #72070a; } .portable-infobox .pi-title { font-size: 1.375rem; border-bottom: 0; line-height: 2; font-weight: 700; } .portable-infobox .pi-secondary-background { background-color: var(--dark-red); font-size: 1rem; color: white; text-align: center; }