MediaWiki:Common.css
From Zezenia Online Wiki
Note: After publishing, you may have to bypass your browser's cache to see the changes.
- Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
- Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
- Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
- Opera: Press Ctrl-F5.
/* CSS placed here will be applied to all skins */ .wikitable.infobox { margin: 0 0 0 20px !important; } .zezenia-spoiler-container .zezenia-spoiler-header { font-weight: bold; font-size: 28px; text-align: center; } .zezenia-spoiler-container .mw-collapsible-toggle { float: none; margin: 0 auto; display: block; text-align: center; font-size: 24px; font-weight: bold; } /* Landing page */ .zezenia-landing-grid { display: flex; flex-direction: column; flex-wrap: wrap; margin: 20px; } @media(min-width: 500px) { .zezenia-landing-grid { flex-direction: row; } } .zezenia-landing-item { background: rgba(0, 0, 0, 0.02); border: 1px solid #eee; border-radius: 4px; text-align: center; font-weight: 600; flex: 1 0 25%; margin: 10px; padding: 10px 0; } .zezenia-landing-item .floatnone { min-height: 80px; line-height: 80px; } .zezenia-image-marker { position: absolute; background: rgba(0,0,0,0.6); border-radius: 4px; font-size: 15px; font-weight: bold; padding: 4px; color: #fff; } .zezenia-image-marker > a { color: #fff !important; } .zezenia-map-embed iframe { border: 1px solid #eee; }