Santa Fe Institute Collaboration Platform

Thermodynamics of Computation

Difference between revisions of "MediaWiki:Common.css"

From Thermodynamics of Computation
(hide the main page title)
 
(22 intermediate revisions by one other user not shown)
Line 1: Line 1:
 
/* CSS placed here will be applied to all skins */
 
/* CSS placed here will be applied to all skins */
 +
/* hide the main page title */
 +
body.page-Santa_Fe_Institute_Collaboration_Platform_Thermodynamics_of_Computation_Wiki.action-view h1.firstHeading, body.page-Santa_Fe_Institute_Collaboration_Platform_Thermodynamics_of_Computation_Wiki.action-submit h1.firstHeading { display: none; }
 +
 +
 
.smwtype_wpg {
 
.smwtype_wpg {
 
max-width: 15%;
 
max-width: 15%;
Line 7: Line 11:
 
display: none;
 
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 */

Latest revision as of 01:27, December 12, 2018

/* CSS placed here will be applied to all skins */
/* hide the main page title */
body.page-Santa_Fe_Institute_Collaboration_Platform_Thermodynamics_of_Computation_Wiki.action-view h1.firstHeading, body.page-Santa_Fe_Institute_Collaboration_Platform_Thermodynamics_of_Computation_Wiki.action-submit h1.firstHeading { display: none; }


.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 */