Santa Fe Institute Collaboration Platform

Thermodynamics of Computation

MediaWiki:Common.css

From Thermodynamics of Computation
Revision as of 13:13, November 30, 2018 by WikiWorks2 (talk | contribs)

Note: After saving, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Go to Menu → Settings (Opera → Preferences on a Mac) and then to Privacy & security → Clear browsing data → Cached images and files.
/* 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: #f0f0f0;
} 

label.pseudo-radiobutton:first-of-type {
    display: none;
}

.current {
    color: #36c;
    font-weight: bold;
}

/* END ABC */