MediaWiki:Common.css: Difference between revisions
Appearance
No edit summary |
No edit summary |
||
| Line 18: | Line 18: | ||
#ca-history { display: none!important; } | #ca-history { display: none!important; } | ||
h2 { | .vector-body h2 { | ||
font-size: 1.3em; | font-size: 1.3em; | ||
} | } | ||
h4 { | .vector-body h4 { | ||
font-size: 1.1em; | font-size: 1.1em; | ||
} | } | ||
Revision as of 12:57, 5 April 2024
/* CSS placed here will be applied to all skins */
/* Header */
.client-js .vector-search-box.vector-search-box-auto-expand-width {
margin-left: 0px !important;
}
/* Sidebar */
/* Disable "Switch to old look" menu item */
.vector-main-menu-action { display: none!important; }
/* All pages */
/* Hide unnecessary Tabs */
#ca-talk { display: none!important; }
#ca-history { display: none!important; }
.vector-body h2 {
font-size: 1.3em;
}
.vector-body h4 {
font-size: 1.1em;
}
/* Navbox */
/* Always put Navbox at the bottom of the page */
#navbox {
position: absolute;
bottom: 0;
width: 100%;
}