Difference between revisions of "MediaWiki:Common.css"
Jump to navigation
Jump to search
Line 27: | Line 27: | ||
div#mw-panel div.portal div.body ul li { | div#mw-panel div.portal div.body ul li { | ||
font-size: 0.85em; | font-size: 0.85em; | ||
− | font-weight: | + | } |
+ | |||
+ | div#mw-panel div.portal h3 { | ||
+ | font-size: 0.9em; | ||
+ | font-weight: 700; | ||
} | } |
Revision as of 13:15, 1 December 2018
/* CSS placed here will be applied to all skins */
#footer-places {
display: none;
}
#footer-icons {
display: none;
}
#p-namespaces {
display: none;
}
.mw-body {
margin-left: 12em;
}
.mw-navigation {
white-space: nowrap;
}
div#mw-panel {
width: inherit;
}
div#mw-panel div.portal div.body ul li {
font-size: 0.85em;
}
div#mw-panel div.portal h3 {
font-size: 0.9em;
font-weight: 700;
}