MediaWiki:Common.css

From Andrealphus Games
Revision as of 01:37, 26 March 2020 by andrealphusgames>Spiritwriter
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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.
.spoilerblur {
    background-color: #333;
    display: inline-block;
    -webkit-transition: all 1s 0 linear;
    -moztransition: all 1s 0 linear;
    -o-transition: all 1s 0 linear;
    -ms-transition: all 1s 0 linear;
    transition: all 1s 0 linear
}

.spoilerblur:hover {
    background-color: inherit;
    -webkit-transition-delay: 0.5s;
    -moz-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
    -ms-transition-delay: 0.5s;
    transition-delay: 0.5s
}