MediaWiki:Gadget-ms-Infoboxes-mobile.css: Difference between revisions

From Tardis Wiki, the free Doctor Who reference
no edit summary
(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
 
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: 70%;
         -ms-flex-preferred-size: 50%;
         -webkit-flex-basis: 70%;
         -webkit-flex-basis: 50%;
         -moz-flex-basis: 70%;
         -moz-flex-basis: 50%;
         flex-basis: 70%;
         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;
}
}
Cookies help us deliver our services. By using our services, you agree to our use of cookies.