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 8: Line 8:
}
}


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


/* Less space in the upper part */
.skin-chameleon .mw-indicator-smw-entity-examiner {
.skin-chameleon .mw-indicator-smw-entity-examiner {
   margin-top: 0;
   margin-top: 0;
}
}

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

/* Website witdh set to 80% of the screen */
.container, .container-sm, .container-md, .container-lg, .container-cmln, .container-xl {
  max-width: 80%;
}

/* Less space in the upper part */
.skin-chameleon .mw-indicator-smw-entity-examiner {
  margin-top: 0;
}