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 17: Line 17:
.mw-body-content {
.mw-body-content {
line-height: 1.45;
line-height: 1.45;
        font-color: ##000000
}
}

Revision as of 21:54, 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;
}

.mw-body-content {
	line-height: 1.45;
        font-color: ##000000
}