MediaWiki:Common.css: Difference between revisions
From DM Live - the Depeche Mode live encyclopedia for the masses
Jump to navigationJump to search
No edit summary |
No edit summary |
||
Line 25: | Line 25: | ||
display: inline-block; | display: inline-block; | ||
vertical-align: top; | vertical-align: top; | ||
background: # | background: #c3c7d1; | ||
height: 205px; | height: 205px; | ||
border-radius: 10px; | border-radius: 10px; |
Revision as of 02:51, 20 June 2019
/* CSS placed here will be applied to all skins */ .columnizeme ul { display: block; } .columnizeme-3 ul { column-count: 3; -moz-column-count: 3; -webkit-column-count: 3; } /* Set body text size to 13px */ #bodyContent { font-size: 0.813em; color: #000000; } .mw-body-content { line-height: 1.45; } /*Gallery*/ li.gallerybox { border: 1px solid #c3c7d1; display: inline-block; vertical-align: top; background: #c3c7d1; height: 205px; border-radius: 10px; -moz-border-radius: 10px; -webkit-border-radius: 10px; -khtml-border-radius: 10px; -icab-border-radius: 10px; -o-border-radius: 10px; } li.gallerybox div.thumb { background-color: #c3c7d1; border: 1px solid #c3c7d1; margin: 2px 2px 0px 2px; text-align: center; border-radius: 10px; -moz-border-radius: 10px; -webkit-border-radius: 10px; -khtml-border-radius: 10px; -icab-border-radius: 10px; -o-border-radius: 10px; } div.gallerytext { font-size: 85%; line-height: 12px; overflow: hidden; padding: 0px 4px; word-wrap: break-word; height: 50px; }