MediaWiki:Common.css: Difference between revisions

From ChamoruWiki
Jump to navigationJump to search
Created page with "CSS placed here will be applied to all skins: body { font-size: 100%; Try 110% or 16px for larger base size: line-height: 1.6; } Optional: bump table and infobox fonts slightly: .infobox, table { font-size: 95%; }"
 
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 */
body {
body {
   font-size: 100%; /* Try 110% or 16px for larger base size */
   font-size: 105%; /* Try 110% or 16px for larger base size */
   line-height: 1.6;
   line-height: 1.6;
}
}

Revision as of 10:57, 6 May 2025

/* CSS placed here will be applied to all skins */
body {
  font-size: 105%; /* Try 110% or 16px for larger base size */
  line-height: 1.6;
}

/* Optional: bump table and infobox fonts slightly */
.infobox,
table {
  font-size: 95%;
}