MediaWiki:Group-user.css: Difference between revisions
From ihaveahax's Site
Jump to navigationJump to search
(Created page with "→CSS placed here will affect registered users only: →counter the css in [[MediaWiki:Common.css]]: #p-tb { display: block!important; }") |
No edit summary |
||
Line 4: | Line 4: | ||
#p-tb { | #p-tb { | ||
display: block!important; | display: block!important; | ||
} | |||
#mw-head-base, | |||
#mw-page-base, | |||
#mw-head, | |||
#p-namespaces, | |||
#footer, | |||
.portal h5, | |||
#p-tb, | |||
#searchGoButton, | |||
#mw-searchButton { | |||
display: block; | |||
} | |||
#mw-page-base { | |||
background-image: linear-gradient(to bottom,#fff 50%,#CCD0E5 100%); | |||
} | } |
Revision as of 06:16, 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;
}
#mw-page-base {
background-image: linear-gradient(to bottom,#fff 50%,#CCD0E5 100%);
}