Jump to content

MediaWiki:Group-user.css: Difference between revisions

Trying to implement "pointer-events: none" for non-logged-in users as suggested by UniversalLoser.
(Created page with "→‎CSS placed here will affect registered users only: →‎From https://en.wikipedia.org/wiki/MediaWiki:Group-user.css: .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; } →‎Increase the height of the image upload box: #wpUploadDescription { heigh...")
 
(Trying to implement "pointer-events: none" for non-logged-in users as suggested by UniversalLoser.)
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;
}
span.anonymous-show,
small.anonymous-show {
  display: inline !important;
  pointer-events: none;
}
table.anonymous-show {
  display: none !important;
}
li.anonymous-show {
   display: none !important;
   display: none !important;
}
}
AVS, avs, Bureaucrats, editinterface, Interface administrators, oversight, staff, Administrators
19,813

edits

Cookies help us deliver our services. By using our services, you agree to our use of cookies.