Cookies help us deliver our services. By using our services, you agree to our use of cookies. More information

Difference between revisions of "MediaWiki:Common.css"

From Bioblast
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */
/* Hide the horizontal line below titles */
.mw-body .firstHeading {
.mw-body .firstHeading {
border-bottom:0px;
border-bottom:0px;
margin-top: 0;
margin-top: 0;
margin-bottom: 0;
margin-bottom: 0;
}
/* Less place in the upper part */
.container, .container-sm, .container-md, .container-lg, .container-cmln, .container-xl {
  max-width: 80%;
}
.skin-chameleon .mw-indicator-smw-entity-examiner {
  margin-top: 0;
}
}

Revision as of 12:01, 13 October 2022

/* CSS placed here will be applied to all skins */

/* Hide the horizontal line below titles */
.mw-body .firstHeading {
border-bottom:0px;
margin-top: 0;
margin-bottom: 0;
}

/* Less place in the upper part */
.container, .container-sm, .container-md, .container-lg, .container-cmln, .container-xl {
  max-width: 80%;
}

.skin-chameleon .mw-indicator-smw-entity-examiner {
  margin-top: 0;
}