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 36: Line 36:
   .mw-parser-output a.external, .link-mailto, .link-ftp, .link-irc, .link-audio, .link-video, .link-document { background-image: none;
   .mw-parser-output a.external, .link-mailto, .link-ftp, .link-irc, .link-audio, .link-video, .link-document { background-image: none;
padding: 0;
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 20px #fff, 0 0 30px #e60073, 0 0 40px #e60073, 0 0 50px #e60073, 0 0 60px #e60073, 0 0 70px #e60073;
  }
  to {
    text-shadow: 0 0 20px #fff, 0 0 30px #ff4da6, 0 0 40px #ff4da6, 0 0 50px #ff4da6, 0 0 60px #ff4da6, 0 0 70px #ff4da6, 0 0 80px #ff4da6;
   }
   }
}
}

Revision as of 01:49, 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 20px #fff, 0 0 30px #e60073, 0 0 40px #e60073, 0 0 50px #e60073, 0 0 60px #e60073, 0 0 70px #e60073;
  }
  to {
    text-shadow: 0 0 20px #fff, 0 0 30px #ff4da6, 0 0 40px #ff4da6, 0 0 50px #ff4da6, 0 0 60px #ff4da6, 0 0 70px #ff4da6, 0 0 80px #ff4da6;
  }
}