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 1: Line 1:
 
/* CSS placed here will be applied to all skins */
 
/* CSS placed here will be applied to all skins */
 +
html, body {
 +
      -webkit-backface-visibility: visible;
 +
}
 +
 
.sysop-show, .user-show {
 
.sysop-show, .user-show {
 
display: none;
 
display: none;

Revision as of 23:25, January 20, 2019

/* CSS placed here will be applied to all skins */
html, body {
       -webkit-backface-visibility: visible;
}

.sysop-show, .user-show {
	display: none;
}

.popupform-innercontainer {
        overflow: scroll; 
       -webkit-overflow-scrolling: touch !important;
        height: 80%;
        width: 80%;
}