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 22: Line 22:
/*Work in progress */
/*Work in progress */
li.gallerybox {
li.gallerybox {
     border: 1px solid #80964B;
     border: 1px solid #030303;
     display: inline-block;
     display: inline-block;
     vertical-align: top;
     vertical-align: top;

Revision as of 22:41, 19 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;
}

/*Work in progress */
li.gallerybox {
    border: 1px solid #030303;
    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;
}