MediaWiki:Group-user.css: Difference between revisions
Jump to navigation
Jump to search
imported>Scott.Munro (Created page with "→CSS placed here will affect registered users only: .anonymous-show { display: none !important; } div.user-show, p.user-show { display: block !important; } span.user-...") |
imported>Scott.Munro mNo edit summary |
||
(3 intermediate revisions by one other user not shown) | |||
Line 3: | Line 3: | ||
display: none !important; | display: none !important; | ||
} | } | ||
div.user-show, | div.user-show, |
Latest revision as of 05:39, 1 May 2025
/* CSS placed here will affect registered users only */
.anonymous-show {
display: none !important;
}
div.user-show,
p.user-show {
display: block !important;
}
span.user-show,
small.user-show {
display: inline !important;
}
table.user-show {
display: table !important;
}
li.user-show {
display: list-item !important;
}