MediaWiki:Common.css: Difference between revisions
Appearance
No edit summary |
No edit summary Tag: Manual revert |
||
| (35 intermediate revisions by the same user not shown) | |||
| Line 2: | Line 2: | ||
/* Header */ | /* Header */ | ||
#p-search { | |||
margin-left: | margin-left: 3rem !important; | ||
} | } | ||
| Line 15: | Line 15: | ||
/* All pages */ | /* All pages */ | ||
/* Hide unnecessary Tabs */ | /* Hide unnecessary Tabs */ | ||
#ca-talk { display: none!important; } | #ca-talk { display: none !important; } | ||
#ca-history { display: none!important; } | #ca-history { display: none !important; } | ||
.vector-body h2 { | .vector-body h2 { | ||
| Line 38: | Line 38: | ||
a, | a, | ||
a:visited { | a:visited { | ||
color: #264d9e; | color: #264d9e !important; | ||
} | } | ||
| Line 44: | Line 44: | ||
a.new, | a.new, | ||
a.new:visited { | a.new:visited { | ||
color: #6d6d6d; | color: #6d6d6d !important; | ||
} | } | ||
Latest revision as of 19:09, 29 March 2025
/* CSS placed here will be applied to all skins */
/* Header */
#p-search {
margin-left: 3rem !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.5em;
}
.vector-body h3 {
font-size: 1.25em;
}
.vector-body h4 {
font-size: 1.1em;
}
.vector-body h5 {
font-size: 0.9em;
}
/* Change links to be another color. */
a,
a:visited {
color: #264d9e !important;
}
/* Change redlinks to be another color. */
a.new,
a.new:visited {
color: #6d6d6d !important;
}
/* Navbox */
/* Always put Navbox at the bottom of the page */
#navbox {
position: absolute;
bottom: 0;
width: 100%;
}