Akame Ga Kill! Fanon Wiki
Advertisement

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.
@import "/index.php?title=MediaWiki:Common.css&action=raw&ctype=text/css";

/* Fixed background image */
body {
background: transparent url(https://vignette.wikia.nocookie.net/akamegakillfanon/images/8/84/Wiki_Background.jpg) no-repeat;
background-attachment: fixed;
}

/* Navigation bar rounding */
 
.WikiHeader {
     border-radius: 0.85em 0.85em 0 0;
}
 
.WikiHeader .navbackground, .WikiHeader > nav .subnav-2 {
     border-radius: 0 0.85em 0 0.85em;
}
 
.WikiHeader > nav li:first-child {
     border-radius: 0.85em 0 0 0;
}
 
.WikiHeader > nav li:last-child {
     border-radius: 0 0.85em 0 0;
}
 
.WikiHeader nav li.marked, .WikiHeader > nav .subnav-2 li.marked2 .subnav-2a {
     border-radius: 0.85em 0.85em 0 0;
}
 
.WikiHeader nav {
     border-radius: 1em 1em 0 0;
}
 
.WikiHeader > nav li.marked > a {
     border-top: none;
}
 
.WikiHeader > nav .subnav-3 {
     border-radius: 0 0.85em 0.85em 0.85em;
}
 
.GlobalNavigation .subnav {
     border-radius: 0 0 0.85em 0.85em;
     border-color: #0A1700;
}

/* Custom cursor */
body {
    cursor: url('https://vignette.wikia.nocookie.net/akamegakillfanon/images/7/7a/18762.png/revision/latest?cb=20151212070239'), pointer; 
}
a:hover{
    cursor: url('https://vignette.wikia.nocookie.net/akamegakillfanon/images/4/48/Normal_Select.png/revision/latest?cb=20151212071334'), pointer; 
}
Advertisement