The Promised Neverland Wiki
The Promised Neverland Wiki
mNo edit summary
mNo edit summary
Line 1: Line 1:
 
@import "/index.php?title=MediaWiki:Common.css&action=raw&ctype=text/css";
 
@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;
  +
}

Revision as of 07:18, 2 November 2019

@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;
}