MediaWiki:Group-user.css: Difference between revisions
From ihaveahax's Site
Jump to navigationJump to search
No edit summary |
No edit summary |
||
(2 intermediate revisions by the same user not shown) | |||
Line 6: | Line 6: | ||
} | } | ||
#mw-head-base, | #p-personal { | ||
display: block!important; | |||
} | |||
/*unused*/ | |||
/*#mw-head-base, | |||
#mw-page-base, | #mw-page-base, | ||
#mw-head, | #mw-head, | ||
Line 16: | Line 21: | ||
#mw-searchButton { | #mw-searchButton { | ||
display: block; | 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;
}*/