MediaWiki:Common.css: Difference between revisions

From Rejoice in the Catholic Faith
No edit summary
No edit summary
Line 20: Line 20:




/* Increase content text font size by 15% */
/* enlarge text size */
.mw-content-text {
body {
     font-size: 115%;
     font-size: 115%;
}
}

Revision as of 16:13, 17 February 2024

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


.noautonum .tocnumber { display: none; }


/* so that the tagline will show in all skins */
#siteSub {
  display:block;
  font-weight:normal;
  font-size:normal;
}


/* so that columns won't spread all the way across the page */
/* see Books of the Bibles entry */
div#columns {
  max-width: 450px;
}


/* enlarge text size */
body {
    font-size: 115%;
}