MediaWiki:Group-user.css: Difference between revisions

From ihaveahax's Site
Jump to navigationJump to search
No edit summary
No edit summary
Line 16: Line 16:
#mw-searchButton {
#mw-searchButton {
display: block;
display: block;
}
#mw-page-base {
background-image: linear-gradient(to bottom,#fff 50%,#CCD0E5 100%);
}
}

Revision as of 19:48, 4 December 2020

/* CSS placed here will affect registered users only */

/* counter the css in [[MediaWiki:Common.css]] */
#p-tb {
	display: block!important;
}

#mw-head-base,
#mw-page-base,
#mw-head,
#p-namespaces,
#footer,
.portal h5,
#p-tb,
#searchGoButton,
#mw-searchButton {
	display: block;
}