Tech, emailconfirmed, Administrators (Semantic MediaWiki), Curators (Semantic MediaWiki), Administrators
12,473
edits
Bongolium500 (talk | contribs) (Created page with "→======================== This CSS page controls the GENERAL look of infoboxes. If you're looking for styles that only affect INDIVIDUAL infoboxes, please go to MediaWiki:Gadget-ms-Themes.css =========================: .portable-infobox { border: 1px solid var(--accent-2); background: #fff; color: black; line-height: 130%; padding: 5px; } @media screen and (min-width: 721px) { .portable-infobox { width: 250px !important;...") Tags: Mobile edit Mobile web edit |
Bongolium500 (talk | contribs) No edit summary Tags: Mobile edit Mobile web edit |
||
Line 94: | Line 94: | ||
color: #000; | color: #000; | ||
padding-right: 10px; | padding-right: 10px; | ||
-ms-flex-preferred-size: | -ms-flex-preferred-size: 50%; | ||
-webkit-flex-basis: | -webkit-flex-basis: 50%; | ||
-moz-flex-basis: | -moz-flex-basis: 50%; | ||
flex-basis: | flex-basis: 50%; | ||
line-height: 120%; | line-height: 120%; | ||
font-size: 12px; | font-size: 12px; | ||
Line 297: | Line 297: | ||
.wds-tabs__tab { | .wds-tabs__tab { | ||
color: black; | color: black; | ||
} | |||
.portable-infobox .pi-data-label { | |||
display: none; | |||
} | } |
edits