Santa Fe Institute Collaboration Platform

Thermodynamics of Computation

Difference between revisions of "MediaWiki:Common.css"

From Thermodynamics of Computation
Line 29: Line 29:
 
       opacity: 1;
 
       opacity: 1;
 
       padding: 0 10px;
 
       padding: 0 10px;
      white-space: nowrap;
 
 
}
 
}
  

Revision as of 11:43, November 30, 2018

/* CSS placed here will be applied to all skins */
.smwtype_wpg {
	max-width: 15%;
}

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

/* ABC */

.pseudo-button {
      border: 0 solid;
      border-radius: 2px;
      display:inline-block;
      opacity: 1;
      padding: 0.625em 0.9375em 0.546875em;
      white-space: nowrap;
}

.pseudo-button:hover {
      opacity: .9;
}

.pseudo-radiobutton {
      border: 0 solid;
      border-radius: 2px;
      display:inline-block;
      opacity: 1;
      padding: 0 10px;
}

.radioButtonItem.pseudo-radiobutton input {
    display: contents;
}

/* END ABC */