MediaWiki:Common.css: Difference between revisions

From Bioblast
No edit summary
No edit summary
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;
}
Cookies help us deliver our services. By using our services, you agree to our use of cookies.