Difference between revisions of "MediaWiki:Monobook.css"

From Verge3D Wiki
Jump to navigationJump to search
Line 4: Line 4:
}
}


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

Revision as of 08:36, 15 October 2021

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

#globalWrapper {
    font-size: 140%;
}