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 36: | Line 36: | ||
li.gallerybox div.thumb { | li.gallerybox div.thumb { | ||
background-color: # | background-color: #4a494d; | ||
border: 1px solid #80964B; | border: 1px solid #80964B; | ||
margin: 2px 2px 0px 2px; | margin: 2px 2px 0px 2px; |
Revision as of 02:49, 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: #4a494d; border: 1px solid #80964B; 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; }