MediaWiki:Wikia.css

From Screamer Wiki
Revision as of 21:26, 6 January 2016 by imported>Lawiki1534virus (updated tabber)
Jump to: navigation, 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.
.tabbernav {
    font-family: inherit !important;
    font-weight: normal !important;
    font-size: 13px !important;
    border-bottom: 3px solid #595959 !important;
    padding: 0.3em 0 !important;
}
.tabbernav a {
    padding: 0.3em 0.5em !important;
    margin: 0 !important;
    color: #3a3a3a !important;
    border: none !important;
    background: transparent !important;
}
.tabberactive a {
    color: white !important;
    background: #A62E10 !important;
}
.tabbernav :not(.tabberactive) a:hover {
    background: rgba(42,161,152, 0.2) !important;
}
.tabbertab {
    border: none !important;
    padding: 0 !important;
}
body {
  cursor: url('http://vignette4.wikia.nocookie.net/screamerchecker/images/4/4c/Cursor.png'), pointer; }
 
a:link {
  cursor: url('http://vignette3.wikia.nocookie.net/screamerchecker/images/f/fd/Link.png'), pointer; }
 
a:hover{
  cursor: url('http://vignette3.wikia.nocookie.net/screamerchecker/images/f/fd/Link.png'), pointer; }
 
a:active{
  cursor: url('http://vignette3.wikia.nocookie.net/screamerchecker/images/c/ce/Press.png'), pointer; }
 
a:font{
  cursor: url('http://vignette2.wikia.nocookie.net/screamerchecker/images/3/38/Text.png'), pointer; }
 
a:element{
  cursor: url('http://vignette4.wikia.nocookie.net/screamerchecker/images/4/4c/Cursor.png'), pointer; }