MediaWiki:Group-user.css: Difference between revisions

From IdleOn MMO Wiki
(Created page with "→‎CSS placed here will affect registered users only: .anonymous-show { display: none !important; } div.editor-show, p.editor-show { display: block !important; } span.editor-show, small.editor-show { display: inline !important; } table.editor-show { display: table !important; } li.editor-show { display: list-item !important; } →‎Increase the height of the image upload box: #wpUploadDescription { height: 13em; }")
 
m (Kiokurashi moved page MediaWiki:Group-emailconfirmed.css to MediaWiki:Group-user.css without leaving a redirect)
 
(No difference)

Latest revision as of 18:42, 18 December 2023

/* CSS placed here will affect registered users only */
.anonymous-show {
  display: none !important;
}
div.editor-show,
p.editor-show {
  display: block !important;
}
span.editor-show,
small.editor-show {
  display: inline !important;
}
table.editor-show {
  display: table !important;
}
li.editor-show {
  display: list-item !important;
}

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