MediaWiki:Common.css: Difference between revisions

MediaWiki interface page
No edit summary
No edit summary
Line 16: Line 16:
/* start customizing */
/* start customizing */
body {
body {
}
#p-logo {
top: -180px;
}
}

Revision as of 05:47, 20 December 2020

/* CSS placed here will be applied to all skins */


#mw-head-base,
#mw-page-base,
#mw-head,
#p-namespaces,
#footer,
.portal h5,
#p-tb,
#searchGoButton,
#mw-searchButton {
display: none; /* remove all tools and wikistuff */
}

/* start customizing */
body {
}