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 5: Line 5:
 
display: none;
 
display: none;
 
}
 
}
 
+
/*
 
.popupform-wrapper .popupform-container .popupform-innercontainer {
 
.popupform-wrapper .popupform-container .popupform-innercontainer {
     /*height: 80%;
+
     height: 80%;
     width: 80%;*/
+
     width: 80%;
 
}
 
}
 
+
*/
 
@supports (-webkit-overflow-scrolling: touch) {
 
@supports (-webkit-overflow-scrolling: touch) {
   .popupform-wrapper .popupform-container .popupform-innercontainer {
+
   .popupform-wrapper .popupform-container div.popupform-innercontainer {
       /*overflow-y: scroll !important;
+
       overflow-y: scroll !important;
       -webkit-overflow-scrolling: touch !important;*/
+
       -webkit-overflow-scrolling: touch !important;
 
   }
 
   }
 
}
 
}

Revision as of 11:20, January 27, 2019

/* CSS placed here will be applied to all skins */


.sysop-show, .user-show {
	display: none;
}
/*
.popupform-wrapper .popupform-container .popupform-innercontainer {
    height: 80%;
    width: 80%;
}
*/
@supports (-webkit-overflow-scrolling: touch) {
   .popupform-wrapper .popupform-container div.popupform-innercontainer {
      overflow-y: scroll !important;
      -webkit-overflow-scrolling: touch !important;
   }
}