Peppermint (talk | contribs) No edit summary |
Peppermint (talk | contribs) No edit summary |
||
Line 44: | Line 44: | ||
-moz-animation: glow 1s ease-in-out infinite alternate !important; | -moz-animation: glow 1s ease-in-out infinite alternate !important; | ||
} | } | ||
@keyframes glow { | |||
@keyframes glow { | |||
from { | from { | ||
text-shadow: 0 0 10px #fff, 0 0 20px # | 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 { | to { | ||
text-shadow: 0 0 20px #fff, 0 0 | 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; | |||
} | } | ||
} | } |
Revision as of 02:13, 24 March 2023
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;
}
}