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 1: Line 1:
/*Edit List Appearance*/
/*---HEADER---*/
 
#header{
div.vectorTabs ul li {background-color: #200D24;
background-image: url("https://wiki.twistedfates.net/w/images/c/c7/TwF_Wiki_Banner_1080w.png")!important;
border: 0;
background-repeat: no-repeat !important;
background-position: center;
background-size: full;
padding-top: 12%;
background-color: aqua;
heignt:100%;
}
}


div.vectorTabs li{
border-radius: 4px 4px 0px 0px
}


/*---CATEGORY END---*/


div.vectorTabs span{
/*---TEXT FORMATTING/DECORATION---*/
background-image: none;
background-color: transparent;
}
 
div.vectorTabs li.selected {
background-color: #200D24;
border: 0;
}
 


a:hover{
a:hover{
Line 32: Line 26:
   display:none!important;
   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 {
@media screen {
Line 88: Line 71:
}
}


/*---UI Edit---*/
 
 
/*Edit List Appearance*/
 
 
 
/*---CATEGORY END---*/
 
 
/*---UI EDIT---*/
.catlinks{
.catlinks{
border-radius: 10px;
border-radius: 10px;
Line 106: Line 98:
color: #FAF9F6;
color: #FAF9F6;
}
}
/*---CATEGORY END---*/

Revision as of 08:48, 27 March 2023

/*---HEADER---*/
#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%;
}


/*---CATEGORY END---*/

/*---TEXT FORMATTING/DECORATION---*/

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

header #logo h1{
display:none;
}

h1#firstHeading{
   display:none!important;
}

@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;
  }
}



/*Edit List Appearance*/



/*---CATEGORY END---*/


/*---UI EDIT---*/
.catlinks{
border-radius: 10px;
background-color: #142a2b;
border: none;
}

.editOptions{
background-color: #07f2f260;
color: #FAF9F6;
border: none;
border-radius: 10px !important;
}

input, textarea, select{
background-color: #142a2b;
color: #FAF9F6;
}

/*---CATEGORY END---*/