MediaWiki:Common.css: Difference between revisions
MediaWiki interface page
More actions
TheMysterys (talk | contribs) mNo edit summary |
TheMysterys (talk | contribs) m Fixes animated images in infoboxes |
||
Line 18: | Line 18: | ||
.pixelated, .pi-image-thumbnail { | .pixelated, .pi-image-thumbnail { | ||
image-rendering: pixelated; | image-rendering: pixelated; | ||
} | |||
.afix img { | |||
width: 100%; | |||
height: auto; | |||
} | } | ||
Revision as of 04:54, 21 November 2024
/* CSS placed here will be applied to all skins */ .main-page-mccwiki { font-family: 'Nunito', sans-serif; text-transform: uppercase; font-size: 1.5em; text-align:center; color:white; margin-top: 0.5em; margin-bottom: 0.5em; background-color: #700008; } .wikitable th, .wikitable td { text-align: center; } .pixelated, .pi-image-thumbnail { image-rendering: pixelated; } .afix img { width: 100%; height: auto; } .pi-section-navigation .pi-section-tab,.pi-media-collection .pi-tab-link { border-bottom-left-radius: var(--border-radius--medium); border-bottom-right-radius: var(--border-radius--medium); } .pi-section-navigation .pi-section-tab.pi-section-active,.pi-section-navigation .pi-section-tab.current,.pi-media-collection .pi-tab-link.current { border-bottom-width: 2px; } .portable-infobox .pi-section-navigation,.portable-infobox .pi-media-collection-tabs { padding: 5px 0; } .pi-title { text-align: center; } .gamepasstable td { width: 120px; } .citizen-typeahead__item-md .citizen-typeahead__thumbnail { background-color: inherit; } .citizen-footer__ad{ margin-left: auto; } .citizen-footer__ad img { height: 10rem; } @media only screen and (max-width: 790px) { .citizen-footer__ad { height: 9rem; } } @media only screen and (max-width: 760px) { .citizen-footer__ad { margin-left: inherit; } }