﻿/**
* WoW Head Item Links
* For use with Wowhead phpBB3 Script
**/

/**
    Copyright (C) 2008  Adam Koch

    This program is free software: you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
    the Free Software Foundation, either version 3 of the License, or
    (at your option) any later version.

    This program is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    GNU General Public License for more details.

    You should have received a copy of the GNU General Public License
    along with this program.  If not, see <http://www.gnu.org/licenses/>.
**/

/* Poor (Gray) */
.quality0, .quality0 a:link, .quality0 a:active, .quality0 a:visited, .quality0 a:hover {
	color: #9D9D9D;
	text-decoration: none;
}

/* Common (White) */
.quality1, .quality1 a:link, .quality1 a:active, .quality1 a:visited, .quality1 a:hover {
	color: #CC9932;
	text-decoration: none;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
}

/* Uncommon (Green) */
.quality2, .quality2 a:link, .quality2 a:active, .quality2 a:visited, .quality2 a:hover {
	color: #1EFF00;
	text-decoration: none;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
}

/* Rare (Blue) */
.quality3, .quality3 a:link, .quality3 a:active, .quality3 a:visited, .quality3 a:hover {
	color: #0870C1;
	text-decoration: none;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
}

/* Epic (Purple) */
.quality4, .quality4 a:link, .quality4 a:active, .quality4 a:visited, .quality4 a:hover {
	color: #9035CF;
	text-decoration: none;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
}

/* Legendary (Orange) */
.quality5, .quality5 a:link, .quality5 a:active, .quality5 a:visited, .quality5 a:hover {
	color: #DE800D;
	text-decoration: none;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
}

/* Artifact (Tan-ish) */
.quality6, .quality6 a:link, .quality6 a:active, .quality6 a:visited, .quality6 a:hover {
	color: #E5CC63;
	text-decoration: none;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
}

/* Heirloom (Tan-ish) - Added in Wrath of the Lich King*/
.quality7, .quality7 a:link, .quality7 a:active, .quality7 a:visited, .quality7 a:hover {
	color: #E5CC63;
	text-decoration: none;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
}

/* Quests */
.quest, .quest a:link, .quest a:active, .quest a:visited, .quest a:hover {
	color: #0000FF;
	text-decoration: none;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
}

/* Spells */
.spell, .spell a:link, .spell a:active, .spell a:visited, .spell a:hover {
	color: white;
	text-decoration: none;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
}

/* Achievements */
.achievement, .achievement a:link, .achievement a:active, .achievement a:visited, .achievement a:hover {
	color: #D53057;
	text-decoration: none;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;

}
