The Promised Neverland Wiki
Advertisement
The Promised Neverland Wiki

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";

 
/* Active Links */
#WikiaMainContent a:hover, #WikiaMainContent a:active, #WikiaRailWrapper a:hover, #WikiaRailWrapper a:active {
    color: white !important;
    text-shadow: darkorange 0 0 7px, orange 0 0 7px, darkorange 0 0 7px, orange 0 0 7px, darkorange 0 0 7px, orange 0 0 7px, darkorange 0 0 7px, orange 0 0 7px;
    transition: all 0.5s ease-in;
    text-decoration: none;
}
 
a.new {
    text-shadow: 0 0 7px orange, 0 0 7px darkorange, 0 0 7px orange, 0 0 7px darkorange, 0 0 7px orange !important;
    color: darkorange !important;
}
 
a.new:hover, a.new:active {
 color: white !important;
 transition: all 0.5s ease-in;
}
Advertisement