MediaWiki:Group-user.css

From Pornopedia, the sexy encyclopedia
Revision as of 16:11, 23 January 2024 by Till Kraemer (talk | contribs) (+pointer-events: auto;)

Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
/* CSS placed here will affect registered users only */
/* From https://en.wikipedia.org/wiki/MediaWiki:Group-user.css */
/*.anonymous-show {
  display: none !important;
}*/

div.anonymous-show,
p.anonymous-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;
}
div.user-show,
p.user-show {
  display: block !important;
}
span.user-show,
small.user-show {
  display: inline !important;
  pointer-events: auto;
}
table.user-show {
  display: table !important;
}
li.user-show {
  display: list-item !important;
}

/* Increase the height of the image upload box */
#wpUploadDescription {
	height: 13em;
}