MediaWiki:Common.css
Appearance
Note: After publishing, you may have to bypass your browser's cache to see the changes.
- Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
- Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
- Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5.
/* CSS placed here will be applied to all skins */
h1, h2, h3 ,h4 {
font-family:Mulish, sans-serif !important;
font-weight:700;
color:#092f76
}
a:visited, #p-personal a{
color:#0645ad !important
}
input{
border-radius:3px !important
}
.mw-logo {
position:relative;
height:80px;
}
.mw-logo img{
position:absolute;
top:0;
left:20px;
min-width:150px;
min-height:130px;
object-fit:contain
}
.mw-logo:hover{
filter: grayscale(1);
}
.mw-content-container {
max-width:100%
}
#footer img,#ca-talk, #mw-panel #p-tb, .tox-statusbar__branding, .tox-promotion, #left-navigation .vector-menu-content-list, #mw-sidebar-button{
display:none
}
nav#mw-panel {
display:block !important;
background:#fff !important;
padding-top:30px;
}
.mw-footer-container {
padding: 0;
text-align:center
}
.mw-footer-container ul{
width:100%;
display:flex;
justify-content:center
}
.mw-footer-container li{
float:none !important
}
@media (min-width: 1000px) {
.mw-page-container-inner {
display:grid;
width: 100%;
grid-template: min-content min-content min-content 1fr min-content / 202px 20px minmax(0,1fr) !important;
grid-template-areas: 'header header header' 'sitenotice sitenotice sitenotice' 'sidebar gutter content' 'toc gutter content' 'footer footer footer';
}
}