MediaWiki:Wikia.css

From Portals of Phereon Wiki
Revision as of 11:01, 6 September 2019 by portalsofphereon>Olaroll

Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
/*********************************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;
}
 
/* Normal Tab; NOT selected */
ul.tabs li a {
    background: #a55b26;
    color: White;
    border: 2px solid Black;
    border-bottom: none;
}
 
/* 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;
}

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

ul.tabs li[data-tab="flytabs_BasicSpecies0"] a {
	color: #ffbd8a !important;
}
ul.tabs li[data-tab="flytabs_BasicSpecies1"] a {
	color: #9cce3c !important;
}
ul.tabs li[data-tab="flytabs_BasicSpecies2"] a {
	color: #65b9ff !important;
}
ul.tabs li[data-tab="flytabs_BasicSpecies3"] a {
	color: #ff6400 !important;
}
ul.tabs li[data-tab="flytabs_BasicSpecies4"] a {
	color: #f0ff00 !important;
}
ul.tabs li[data-tab="flytabs_BasicSpecies5"] a {
	color: #ff6ef5 !important;
}
ul.tabs li[data-tab="flytabs_BasicSpecies6"] a {
	color: #c3fff7 !important;
}
ul.tabs li[data-tab="flytabs_BasicSpecies7"] a {
	color: #3ce412 !important;
}
ul.tabs li[data-tab="flytabs_BasicSpecies8"] a {
	color: #d9d9d9 !important;
}
ul.tabs li[data-tab="flytabs_BasicSpecies9"] a {
	color: #b0794f !important;
}
ul.tabs li[data-tab="flytabs_BasicSpecies10"] a {
	color: #909090 !important;
}