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.
a:hover{
text-decoration:none;
color: #D4AF37;}
header #logo h1{
display:none;
}
h1#firstHeading{
display:none!important;
}
#header{
background-image: url("https://wiki.twistedfates.net/w/images/c/c7/TwF_Wiki_Banner_1080w.png")!important;
background-repeat: no-repeat !important;
background-position: center;
background-size: full;
padding-top: 12%;
background-color: aqua;
heignt:100%;
}
@media screen {
#content a:hover, #sidebar a:hover, #prefooter a:hover {
color: rgb(249, 247, 244);
}
.mw-parser-output a.external, .link-mailto, .link-ftp, .link-irc, .link-audio, .link-video, .link-document {
background-image: none;
padding: 0;
}
}
@media screen {
.mw-parser-output a.external, .link-mailto, .link-ftp, .link-irc, .link-audio, .link-video, .link-document { background-image: none;
padding: 0;
}
#content a:hover, #sidebar a:hover, #prefooter a:hover {
color: #fff;
animation: glow 1s ease-in-out infinite alternate !important;
-webkit-animation: glow 1s ease-in-out infinite alternate !important;
-moz-animation: glow 1s ease-in-out infinite alternate !important;
}
@keyframes glow {
from {
text-shadow: 0 0 10px #fff,
0 0 10px #fff,
0 0 20px #00b8e6,
0 0 30px #00d7e6,
0 0 40px #00c4e6,
0 0 50px #00d7e6,
0 0 60px #00dee6;
}
to {
text-shadow: 0 0 20px #fff,
0 0 10px #4d94ff,
0 0 20px #4dbeff,
0 0 30px #4dd5ff,
0 0 40px #4dbeff,
0 0 50px #4dc7ff,
0 0 60px #4dc7ff;
}
}
/*---UI Edit---*/
.catlinks{
border-radius: 10px;
background-color: #142a2b;
border: none;
}
.editOptions{
background-color: #07f2f260 url(/w/skins/Gamepress/resources/css/nav-cyan.png) repeat-x 0 top;
color: #FAF9F6;
border: none;
border-radius: 10px;
}
input, textarea, select{
background-color: #142a2b;
color: #FAF9F6;
}