Santa Fe Institute Collaboration Platform

Thermodynamics of Computation

Difference between revisions of "MediaWiki:Group-user.css"

From Thermodynamics of Computation
(Created page with "→‎CSS placed here will affect registered users only: →‎Show hidden items that have class="user-show".: div.user-show, p.user-show { display: block !important; } span.u...")
 
(No difference)

Latest revision as of 02:11, November 29, 2018

/* CSS placed here will affect registered users only */
/* Show hidden items that have class="user-show". */
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;
}

.anon-show, .anon-show {
	display: none !important;
}