MediaWiki:Common.css: Difference between revisions

From Warcraft Watch Secrets
Jump to navigation Jump to search
Content deleted Content added
No edit summary
No edit summary
Line 1: Line 1:
.theme-vector, .wtooltip {
.skin-vector-legacy, .wtooltip {
/*** site background ***/
/*** site background ***/
--theme-site-background: #101010;
--theme-site-background: #101010;

Revision as of 00:19, 2 August 2025

.skin-vector-legacy, .wtooltip {
	/*** site background ***/
	--theme-site-background: #101010;
	--theme-background-color: #181818;
	--theme-background-color-alt: #202020;
	--theme-background-color--secondary: #282828;
	--theme-background-color--tertiary: #303030;
	/*** site accents ***/
	--theme-accent-color: #ed7117;
	--theme-accent-color-bright: #f0c873;
	--theme-header-background-color: #062540;
	/*** text color ***/
	--theme-text-color: #fff;
	--theme-text-color-alt: #e0e0e0;
	--theme-heading-color: var(--theme-text-color);
	/*** link text color ***/
	--theme-link-color: #5a93cc;
	--theme-link-color-hover: var(--theme-link-color);
	--theme-link-color-visited: #2673BF;
	--theme-link-color-redlink: #F05048;
	--theme-link-color-focus: var(--theme-link-color);
	--theme-link-color-nav: #518fce;
	--theme-link-color-nav-visited: #518fce;
	/* default color for icons */
	--theme-icon-color: var(--theme-link-color);
	--theme-icon-color-redlink: var(--theme-link-color-redlink);
	--theme-icon-color-hover: var(--theme-link-color-hover);
	/* default common color */
	--theme-border-color: #383838;
	--theme-highlight-background: rgba(240, 200, 115, 0.3);
	/* dropdown menu */
	--theme-dropdown-border-color: var(--theme-accent-color);
	--theme-dropdown-background: rgb(18,18,18);

	/* Background colors */	
	--wcw-bg-blue: #16181D;
	--wcw-bg-green: #161A16;
	--wcw-bg-gray: #181818;
	--wcw-bg-red: #1A1616;

	/* Class color codes, adjusted colors are different from in-game for better contrast on dark mode */
	--class-color--deathknight: #FF324A; /* adjusted */
	--class-color--demonhunter: #D43AFF; /* adjusted */
	--class-color--druid: #FF7C0A;
	--class-color--evoker: #33937F;
	--class-color--hunter: #AAD372;
	--class-color--mage: #3FC7EB;
	--class-color--monk: #00FF98;
	--class-color--paladin: #F48CBA;
	--class-color--priest: #FFFFFF;
	--class-color--rogue: #FFF468;
	--class-color--shaman: #0086FF; /* adjusted */
	--class-color--warlock: #8788EE;
	--class-color--warrior: #C69B6D;
	
	/* Resource colors */
	--resource-color--energy:#FFFF00;
	--resource-color--focus:#FF8040;
	--resource-color--mana:#007CFF; /* adjusted */
	--resource-color--rage:#FF0000;

	/* Text colors */
	--wow-text-color--say: #E6E68E;
	--wow-text-color--yell: #FF4040;
	--wow-text-color--emote: #F87431;
	--wow-text-color--whisper: #F8B0DE;
	--wow-text-color--bossemote: #f0d000;

	/* Quality colors */
	--quality-color--poor: #9D9D9D;
	--quality-color--common: white;
	--quality-color--uncommon: #1EFF00;
	--quality-color--rare: #0070FF;
	--quality-color--epic: #a335ee;
	--quality-color--legendary: #ff8000;
	--quality-color--artifact: #E6CC80;
	--quality-color--heirloom: #00CCFF; /* token same as heirloom */
	--quality-color--enchant: #FFD100;

	/* Reputation colors */
	--rep-color--hated: #cc2222;
	--rep-color--hostile: red;
	--rep-color--unfriendly: #ee6622;
	--rep-color--neutral: yellow;
	--rep-color--friendly: lime;
	--rep-color--honored: #00ff88;
	--rep-color--revered: #00ffcc;
	--rep-color--exalted: cyan; /* paragon same as exalted */

	/* Faction colors, see Template:Capital */
	--horde-text-color: #ffbbbb;
	--horde-background-color: #661111;
	--neutral-text-color: #ccc;
	--alliance-text-color: #99ccee;
	--alliance-background-color: #143A66;

	/* Skills */
	--skill-red: #DD2222;
	--skill-orange: #FF8040;
	--skill-yellow: #FDCD00;
	--skill-green: #40BF40;
	--skill-gray: #808080;

	/* tooltip */
	--tooltip-border-color: #b0b0b0;

	/* Debuffs */
	--debuff-default: #cc0000;
	--debuff-magic: #3399ff;
	--debuff-curse: #9900ff;
	--debuff-disease: #996600;
	--debuff-poison: #009900;

	/* Gem Attributes (Forbidden Reach) */
	--gemattrib-fire: #FF5100;
	--gemattrib-frost: #00D1FF;
	--gemattrib-earth: #FFAB00;
	--gemattrib-nature: #40C040;
	--gemattrib-arcane: #E97DFF;
	--gemattrib-shadow: #834FFF;
	--gemattrib-necromantic: #FF516C;

	/* Other */
	--blizztext-color: #00C0FF;
	--abilitylink-color: #7ad5ff;
	--talentlink-color: #4e96f7;
	--achievementlink-color: #CC9900;
	--flavor-color: #ffd517;
	
	/* API */
	--wowapi-text-color: #ecbc21;
	--wowapi-text-color-alt: #4ec9b0;
}