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 |
||
(3 intermediate revisions by the same user not shown) | |||
Line 5: | Line 5: | ||
display: block!important; | display: block!important; | ||
} | } | ||
#p-personal { | |||
display: block!important; | |||
} | |||
/*unused*/ | |||
/*#mw-head-base, | |||
#mw-page-base, | |||
#mw-head, | |||
#p-namespaces, | |||
#footer, | |||
.portal h5, | |||
#p-tb, | |||
#searchGoButton, | |||
#mw-searchButton { | |||
display: block; | |||
}*/ |
Latest revision as of 16:00, 24 December 2020
/* CSS placed here will affect registered users only */
/* counter the css in [[MediaWiki:Common.css]] */
#p-tb {
display: block!important;
}
#p-personal {
display: block!important;
}
/*unused*/
/*#mw-head-base,
#mw-page-base,
#mw-head,
#p-namespaces,
#footer,
.portal h5,
#p-tb,
#searchGoButton,
#mw-searchButton {
display: block;
}*/