Anonymous
×
Create a new article
Write your page title here:
We currently have 15 articles on TwistedFates Database. Type your article name above or click on one of the titles below and start writing!



TwistedFates Database
15Articles

MediaWiki:Common.css: Difference between revisions

No edit summary
No edit summary
Line 42: Line 42:
#header{
#header{
background-image: url("https://wiki.twistedfates.net/w/images/c/c7/TwF_Wiki_Banner_1080w.png");
background-image: url("https://wiki.twistedfates.net/w/images/c/c7/TwF_Wiki_Banner_1080w.png");
}
h1#firstHeading, h2{
display:none;
}
}

Revision as of 08:08, 22 March 2023

a:hover{
text-decoration:none;
color: #D4AF37;}

header #logo h1 a{
font-family: "Press Start 2P";
span {
    font-size: 5.6rem;
    text-align: center;
    line-height: 1;
    color: #c6e2ff;
    animation: neon 1.5s ease-in-out infinite alternate;
  }

}

/*-- Animation Keyframes --*/

// animation

@keyframes neon {
  from {
    text-shadow:
    0 0 6px #008c9692,
    0 0 30px #008c9634,
    0 0 12px #008c9652,
    0 0 21px #008c9692,   
    0 0 34px #008c9678,
    0 0 54px #008c9692;
  }
  to {
    text-shadow:
    0 0 6px #00a78b98,
    0 0 30px #00a78b42,
    0 0 12px #00a78b58,
    0 0 22px #00a78b84,
    0 0 38px #00a78b88,
    0 0 60px #00a78b99;
  }
}

#header{
background-image: url("https://wiki.twistedfates.net/w/images/c/c7/TwF_Wiki_Banner_1080w.png");
}

h1#firstHeading, h2{
display:none;
}