Difference between revisions of "MediaWiki:Monobook.css"

From Verge3D Wiki
Jump to navigationJump to search
Line 2: Line 2:
.portlet h3 {
.portlet h3 {
     text-transform: none;
     text-transform: none;
}
/* Bring the text to 14px */
.mw-content-text {
  font-size: 0.875em;
}
}

Revision as of 08:26, 15 October 2021

/* All CSS here will be loaded for users of the MonoBook skin */
.portlet h3 {
    text-transform: none;
}

/* Bring the text to 14px */
.mw-content-text {
  font-size: 0.875em;
}