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 7: Line 7:
 
div.anon-show,
 
div.anon-show,
 
p.anon-show {
 
p.anon-show {
   display: block !important;
+
   display: block;
 
}
 
}
 
span.anon-show,
 
span.anon-show,
 
small.anon-show {
 
small.anon-show {
   display: inline !important;
+
   display: inline;
 
}
 
}
 
table.anon-show {
 
table.anon-show {
   display: table !important;
+
   display: table;
 
}
 
}
 
li.anon-show {
 
li.anon-show {
   display: list-item !important;
+
   display: list-item;
 
}
 
}

Revision as of 06:09, 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;
}
span.anon-show,
small.anon-show {
  display: inline;
}
table.anon-show {
  display: table;
}
li.anon-show {
  display: list-item;
}