Santa Fe Institute Collaboration Platform

Thermodynamics of Computation

Difference between revisions of "MediaWiki:Common.css"

From Thermodynamics of Computation
Line 23: Line 23:
 
}
 
}
  
.index {
+
.radioButtonItem.pseudo-button input {
        display: inline-block;
+
    display: contents;
        padding: 0 8px;
 
}
 
 
 
.index-active {
 
      border-bottom: 2px solid #58455f;
 
}
 
 
 
.index a:hover {
 
        text-decoration: none;
 
 
}
 
}
  
 
/* END ABC */
 
/* END ABC */

Revision as of 11:25, 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;
}

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

/* END ABC */