MediaWiki:Common.css: Difference between revisions

MediaWiki interface page
(Created page with "→‎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 { dis...")
 
No edit summary
Line 16: Line 16:
/* start customizing */
/* start customizing */
body {
body {
background-color: #c3dee9; /* example for a new color */
padding: 260px 0 0 60px; /* example for a new proportion */
}
}
#p-logo {
#p-logo {
top: -180px;
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 {
}
#p-logo {
top: -180px;
}