/* Color Container */ a.Silver { background-color: #C0C0C0; } a.Citrine { background-color: #F2D839; } a.Orange { background-color: #FFA500; } a.Pumpkin { background-color: #FF7518; } a.Red { background-color: #F50000; } a.Crimson { background-color: #C00000; } a.Ruby { background-color: #E0115F; } a.Amaranth { background-color: #E52B50; } a.Thulite { background-color: #DE6FA1; } a.Pink { background-color: #FF6FF2; } a.Purpureus { background-color: #9A4EAE; } a.Antisia { background-color: #915C83; } a.Cerulean { background-color: #007BA7; } a.Cobalt { background-color: #0047AB; } a.Aqua { background-color: #20E4FF; } a.Mint { background-color: #39F2B1; } a.Keppel { background-color: #3AB09E; } a.Teal { background-color: #008585; } a.Green { background-color: #008500; } a.Chartreuse { background-color: #7FFF00; } a.Nitrate { background-color: #95CC00; } a.Lilive { background-color: #C0C000; } a.Daive { background-color: #858500; } a.Zaffre { background-color: #0014A8; } a.Amethyst { background-color: #9966CC; } /* Text Color */ #content .Silver { color: #C0C0C0; } #content .Citrine { color: #F2D839; } #content .Orange { color: #FFA500; } #content .Pumpkin { color: #FF7518; } #content .Red { color: #F50000; } #content .Crimson { color: #C00000; } #content .Ruby { color: #E0115F; } #content .Amaranth { color: #E52B50; } #content .Irresistible { color: #B3446C; } #content .Thulite { color: #DE6FA1; } #content .Pink { color: #FF6FF2; } #content .Purpureus { color: #9A4EAE; } #content .Antisia { color: #915C83; } #content .Cerulean { color: #007BA7; } #content .Cobalt { color: #0047AB; } #content .Aqua { color: #20E4FF; } #content .Turquoise { color: #40E0D0; } #content .Mint { color: #39F2B1; } #content .Keppel { color: #3AB09E; } #content .Teal { color: #008585; } #content .Green { color: #008500; } #content .Lime { color: #BFFF00; } #content .Chartreuse { color: #7FFF00; } #content .Nitrate { color: #95CC00; } #content .Lilive { color: #C0C000; } #content .Daive { color: #858500; } #content .Zaffre { color: #0014A8; } #content .Amethyst { color: #9966CC; } /* Username colors */ #content .guest { color: gray; } #content #chatList span.guest { font-weight: bold; } #content .user { color: #FFF; } #content #chatList span.user { font-weight: bold; } #content .moderator { color: #0A0; } #content #chatList span.moderator { font-weight: bold; } #content .admin { color: #A00; } #content #chatList span.admin { font-weight: bold; } #content .chatBot { color: #9E8DA7; } #content #chatList span.chatBot { font-weight: bold; font-style: italic; } #content .purple { color: #824CA0; } #content #chatList span.purple { font-weight: bold; } #content .cmod { color: #09F; } #content #chatList span.cmod { font-weight: bold; } #content .bots { color: #9E8DA7; } #content #chatList span.bots { font-weight: bold; } #content .donator { color: #EE9400; } #content #chatList span.donator { font-weight: bold; }