MediaWiki:Common.css: Difference between revisions

From StarLogo Nova Wiki
No edit summary
Tag: Reverted
No edit summary
Tag: Manual revert
Line 21: Line 21:


.mw-logo {
.mw-logo {
margin-left: 0%;
margin-left: 3%;
}
}


#p-personal {
#p-personal {
margin-right: 0%;
margin-right: 3%;
}
}

Revision as of 19:05, 11 January 2023

/* CSS placed here will be applied to all skins */
#ca-talk { display: none !important; }

.mw-headline {
font-family: Arial;
font-weight: bold;
}

#firstHeading {
font-family: Arial;
font-weight: bold;
}

#left-navigation, #mw-panel, #p-personal-more, #mw-sidebar-button, #p-cactions, #ca-view, #ca-history, #ca-unwatch {
display: none;
}

.mw-footer-container {
display: none;
}

.mw-logo {
margin-left: 3%;
}

#p-personal {
margin-right: 3%;
}