MediaWiki:Common.css: Difference between revisions
From Zezenia Online Wiki
Fix class |
Add spoiler header style |
||
Line 3: | Line 3: | ||
.wikitable.infobox { | .wikitable.infobox { | ||
margin: 0 0 0 20px !important; | margin: 0 0 0 20px !important; | ||
} | |||
.zezenia-spoiler-container .zezenia-spoiler-header { | |||
font-weight: bold; | |||
font-size: 28px; | |||
text-align: center; | |||
} | } | ||
Revision as of 18:11, 13 May 2021
/* 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: 20px 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; }