Santa Fe Institute Collaboration Platform

Thermodynamics of Computation

Difference between revisions of "MediaWiki:Common.css"

From Thermodynamics of Computation
Line 6: Line 6:
 
.sysop-show, .user-show {
 
.sysop-show, .user-show {
 
display: none;
 
display: none;
 +
}
 +
 +
.index {
 +
        display: inline-block;
 +
        padding: 0 3px 3px 3px;
 +
}
 +
 +
.index-active {
 +
      border-bottom: 2px solid #58455f;
 
}
 
}

Revision as of 09:26, November 29, 2018

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

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

.index {
        display: inline-block;
        padding: 0 3px 3px 3px; 
}

.index-active {
       border-bottom: 2px solid #58455f;
}