MediaWiki:Group-user.css: Difference between revisions

From Pornopedia, the sexy encyclopedia
No edit summary
mNo edit summary
Line 2: Line 2:
/* 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: inline !important;
   pointer-events: none !important;
   pointer-events: none !important;
}
}

Revision as of 16:44, 23 January 2024

/* CSS placed here will affect registered users only */
/* From https://en.wikipedia.org/wiki/MediaWiki:Group-user.css */
.anonymous-show {
  display: inline !important;
  pointer-events: none !important;
}
div.user-show,
p.user-show {
  display: block !important;
}
span.user-show,
small.user-show {
  display: inline !important;
  pointer-events: auto !important;
}
table.user-show {
  display: table !important;
}
li.user-show {
  display: list-item !important;
}

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