MediaWiki:Common.css
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 } .article-table, .WikiaTable { background: rgba(var(--theme-page-dynamic-color-1--rgb), .02); border: 0 var(--theme-border-color); border-collapse: collapse; margin: 1em 1em 1em 0 } .article-table td, .article-table th, .WikiaTable td, .WikiaTable th { border-bottom: 1px solid var(--theme-border-color); padding: 6px 12px } .article-table th, .WikiaTable th { background: rgba(var(--theme-page-dynamic-color-1--rgb), .05); text-align: left } .article-table caption, .WikiaTable caption { font-weight: 700 }