Santa Fe Institute Collaboration Platform

Thermodynamics of Computation

Difference between revisions of "MediaWiki:Common.css"

From Thermodynamics of Computation
Line 36: Line 36:
  
 
.radioButtonItem.pseudo-radiobutton:hover {
 
.radioButtonItem.pseudo-radiobutton:hover {
     background: #f0f0f0;
+
     background: #555;
 +
    color: #fff;
 +
    cursor: pointer;
 
}  
 
}  
 
.current {
 
    color: #36c;
 
    font-weight: bold;
 
}
 
  
 
/* END ABC */
 
/* END ABC */

Revision as of 14:21, 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;
}

.radioButtonItem.pseudo-radiobutton:hover {
    background: #555;
    color: #fff;
    cursor: pointer;
} 

/* END ABC */