MediaWiki:Wikia.css: Difference between revisions

From Portals of Phereon Wiki
Content added Content deleted
portalsofphereon>Olaroll
No edit summary
portalsofphereon>Olaroll
No edit summary
Line 59: Line 59:
}
}
/*ul.tabs li[data-tab="flytabs_NavSpecies9"] a {
/*ul.tabs li[data-tab="flytabs_NavSpecies9"] a {
color: #b0794f !important;*/
color: #b0794f !important;
}
}*/
ul.tabs li a[href="/wiki/Template:NavBasicSpecies/Beast"] {
ul.tabs li a[href="/wiki/Template:NavBasicSpecies/Beast"] {
color: #FF0000 !important;
color: #FF0000 !important;

Revision as of 23:45, 6 September 2019

/*********************************Tabview Design**********************************/

/* Selected Tab */
ul.tabs li.selected a {
    color: White;
    background: #572806;
    border: 3px solid Black;
    border-bottom: none;
    border-radius: 4px 4px 0 0;
    text-shadow:0 0 1.5px black, 0 0 1.5px black, 0 0 1.5px black, 0 0 1.5px black, 0 0 1.5px black
}
 
/* Normal Tab; NOT selected */
ul.tabs li a {
    background: #a55b26;
    color: White;
    border: 2px solid Black;
    border-bottom: none;
    text-shadow:0 0 1.5px black, 0 0 1.5px black, 0 0 1.5px black, 0 0 1.5px black, 0 0 1.5px black
}
 
/* Contents of the selected tab */
.tabBody.selected {
    background: #caac95;
    color: Black;
    border: 3px solid Black;
    border-radius: 0 0 6px 6px;
    padding: 5px;
    box-shadow: 3px 3px 6px Black;
}

/* Species tab colors */
ul.tabs li[data-tab="flytabs_NavSpecies0"] a {
	color: #ffbd8a !important;
}
ul.tabs li[data-tab="flytabs_NavSpecies1"] a {
	color: #9cce3c !important;
}
ul.tabs li[data-tab="flytabs_NavSpecies2"] a {
	color: #65b9ff !important;
}
ul.tabs li[data-tab="flytabs_NavSpecies3"] a {
	color: #ff6400 !important;
}
ul.tabs li[data-tab="flytabs_NavSpecies4"] a {
	color: #f0ff00 !important;
}
ul.tabs li[data-tab="flytabs_NavSpecies5"] a {
	color: #ff6ef5 !important;
}
ul.tabs li[data-tab="flytabs_NavSpecies6"] a {
	color: #c3fff7 !important;
}
ul.tabs li[data-tab="flytabs_NavSpecies7"] a {
	color: #3ce412 !important;
}
ul.tabs li[data-tab="flytabs_NavSpecies8"] a {
	color: #d9d9d9 !important;
}
/*ul.tabs li[data-tab="flytabs_NavSpecies9"] a {
	color: #b0794f !important;
}*/
ul.tabs li a[href="/wiki/Template:NavBasicSpecies/Beast"] {
	color: #FF0000 !important;
}

ul.tabs li[data-tab="flytabs_NavSpecies10"] a {
	color: #909090 !important;
}

/* No section edit buttons */

.editsection { display: none; }

/* Changing the color of the links */
a {
	-webkit-transition: all 200ms;
	-moz-transition: all 200ms;
	-ms-transition: all 200ms;
	-o-transition: all 200ms;
	transition: all 200ms;
}

a:hover {
	-webkit-transition: all 300ms;
	-moz-transition: all 200ms;
	-ms-transition: all 200ms;
	-o-transition: all 200ms;
	transition: all 200ms;
	text-shadow: 0px 0px 2px #42bcd5;
	color: #42bcd5;
}