MediaWiki:Group-user.css: Difference between revisions

m
no edit summary
(Trying to implement "pointer-events: none" for non-logged-in users as suggested by UniversalLoser.)
mNo edit summary
 
(7 intermediate revisions by the same user not shown)
Line 1: Line 1:
/* CSS placed here will affect registered users only */
/* CSS placed here will affect registered users only */
/* From https://en.wikipedia.org/wiki/MediaWiki:Group-user.css */
/* From https://en.wikipedia.org/wiki/MediaWiki:Group-user.css */
/*.anonymous-show {
.anonymous-show {
  display: none !important;
}*/
 
div.anonymous-show,
p.user-show {
   display: none !important;
   display: none !important;
}
}
span.anonymous-show,
span.anonymous-show {
small.anonymous-show {
   display: inline !important;
   display: inline !important;
   pointer-events: none;
   pointer-events: none !important;
}
table.anonymous-show {
  display: none !important;
}
li.anonymous-show {
  display: none !important;
}
}
div.user-show,
div.user-show,
Line 27: Line 15:
small.user-show {
small.user-show {
   display: inline !important;
   display: inline !important;
  pointer-events: auto !important;
}
}
table.user-show {
table.user-show {
AVS, avs, Bureaucrats, editinterface, Interface administrators, oversight, staff, Administrators
19,813

edits