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 3: Line 3:
color: #D4AF37;}
color: #D4AF37;}


header #logo h1 a{
header #logo h1{
font-family: "Press Start 2P";
display:none;
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;
  }
}
}



Revision as of 00:06, 23 March 2023

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

header #logo h1{
display:none;
}

#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: 120px;
background-color: aqua;
}

h1#firstHeading, h2{
display:none!important;
}