Santa Fe Institute Collaboration Platform

COMPLEX TIME: Adaptation, Aging, & Arrow of Time

Get Involved!
Contact: Caitlin Lorraine McShea, Program Manager, cmcshea@santafe.edu

Difference between revisions of "MediaWiki:Common.css"

From Complex Time
Line 2: Line 2:
 
.sysop-show, .user-show {
 
.sysop-show, .user-show {
 
display: none;
 
display: none;
 +
}
 +
 +
/* Show stuff only to anons - overridden for users */
 +
div.anon-show,
 +
p.anon-show {
 +
  display: block !important;
 +
}
 +
span.anon-show,
 +
small.anon-show {
 +
  display: inline !important;
 +
}
 +
table.anon-show {
 +
  display: table !important;
 +
}
 +
li.anon-show {
 +
  display: list-item !important;
 
}
 
}

Revision as of 06:07, July 26, 2018

/* CSS placed here will be applied to all skins */
.sysop-show, .user-show {
	display: none;
}

/* Show stuff only to anons - overridden for users */
div.anon-show,
p.anon-show {
  display: block !important;
}
span.anon-show,
small.anon-show {
  display: inline !important;
}
table.anon-show {
  display: table !important;
}
li.anon-show {
  display: list-item !important;
}