MediaWiki:Common.css

From Industrial-Craft-Wiki
Revision as of 16:41, 4 May 2011 by Corintho (talk | contribs)
Jump to navigation Jump to search

Note: After publishing, 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: Press Ctrl-F5.
/* CSS placed here will be applied to all skins */
.pops a {
  background-color: #ffc !important;
}
.grid-input {
    left: 2px;
    position: absolute;
    top: 2px;
    z-index: 1;
}
.grid-output {
    left: 10px;
    position: absolute;
    top: 10px;
    z-index: 1;
}
.grid-input-number {
    left: 22px;
    position: absolute;
    top: 17px;
    z-index: 2;
}
.grid-input-number2 {
    left: 10px;
    position: absolute;
    top: 17px;
    z-index: 2;
}
.grid-output-number {
    left: 30px;
    position: absolute;
    top: 25px;
    z-index: 2;
}
.grid-output-number2 {
    left: 18px;
    position: absolute;
    top: 25px;
    z-index: 2;
}
div.grid-input-slide > span.grid-input, div.grid-input-slide > span.grid-input-numbers, div.grid-output-slide > span.grid-output, div.grid-output-slide > span.grid-output-numbers {
    display: none;
}