Difference between revisions of "MediaWiki:Monobook.css"

From Verge3D Wiki
Jump to navigationJump to search
(Created page with "→‎All CSS here will be loaded for users of the MonoBook skin: @media screen and (min-width: 551px) .portlet h3 { text-transform: inherit; }")
 
Line 1: Line 1:
/* All CSS here will be loaded for users of the MonoBook skin */
/* All CSS here will be loaded for users of the MonoBook skin */
@media screen and (min-width: 551px)
@media screen and (min-width: 551px) .portlet h3 {
.portlet h3 {
     text-transform: inherit;
     text-transform: inherit;
}
}

Revision as of 13:18, 7 October 2021

/* All CSS here will be loaded for users of the MonoBook skin */
@media screen and (min-width: 551px) .portlet h3 {
    text-transform: inherit;
}