:root { 
 /* Default */ --font-family: Verdana;
 /*         */ --font-color: black;
 /*         */ --background-color: #101112;
 /*         */ --menu-gradient:     linear-gradient(to bottom, #56b1f4 0%, #6baafb 50%, #56b1f4 51%, #7cecf7 100%);
 /* Default */ --menu-active-gradient: linear-gradient(#444444 0%, #323232 100%);
 /* Default */ --menu-gradient-color: #000000;
 /* Default */ --menu-active-gradient-color: #ffffff;
 /*         */ --content-background: #4a9ab9;
 /* Default */ --content-border: 2px solid #000;
 /*         */ --header-background: #233a40;
 /*         */ --header-left-image-background: url(/layout/banners/layout-articuno-left.png);
 /*         */ --header-right-image-background: url(/layout/banners/layout-articuno-right.png);
 /*         */ --header-overlay-background: #4a9ab9CC;
 /*         */ --header-pokemon-background: #233a40;
 /* Default */ --header-notification-badge-background: linear-gradient(to bottom, #F06969 0%,#e00 100%);
 /* Default */ --header-notification-badge-color: white;
 /* Default */ --mobile-menu-color: #929292;
 /*         */ --navigation-dropdown-background: #2bb1e4;
 /*         */ --hyperlink-color: #6bfbef;
 /* Default */ --hyperlink-font-family: Verdana;
 /* Default */ --hyperlink-hover-color: #FBA96B;
 /*         */ --table-main-background: #233a40;
 /* Default */ --table-main-border: #000000 1px solid;
 /*         */ --table-header-color: #6bfbef;
 /*         */ --table-row-a-background: #2bb1e4;
 /*         */ --table-row-b-background: #3583a2;
 /*         */ --input-border: 2px solid #000000;
 /*         */ --input-font-color: #000000;
 /* Default */ --input-background: var(--menu-gradient);
 /*         */ --input-text-font-color: #000000;
 /*         */ --input-text-background: #84d3ff;
 /*         */ --success-background: #78cd5c;
 /*         */ --error-background: #f29e54;
 /*         */ --neutral-background: #ffc04c;
 /*         */ --error-text-color: #DD3939;
 /*         */ --success-text-color: #3AE600;
 /* Default */ --neutral-text-color: blue;
 /*         */ --options-page-background: #78e5f7;
 /*         */ --announcements-background: #2bb1e4;
 /*         */ --pokemon-selection-background: #2bb1e4;
 /*         */ --side-menu-background: #2bb1e4;
 /*         */ --side-menu-link-a-background: #3583a2;
 /*         */ --side-menu-link-b-background: #169ed2;
 /* Default */ --hue-highlight-filter: hue-rotate(180deg);
 /* Default */ --highlight-animation-gradient: linear-gradient( 90deg, rgb(153, 204, 255), rgb(173, 224, 255), rgb(193, 244, 255), rgb(213, 264, 255), rgb(193, 244, 255), rgb(173, 224, 255), rgb(153, 204, 255));
 /* Default */ --highlight-rainbow-animation-gradient: linear-gradient(124deg, #ff2400, #e81d1d, #e8b71d, #e3e81d, #1de840, #1ddde8, #2b1de8, #dd00f3, #dd00f3);
 /* Default */ --tooltip-background: #FFC04C;
 /* Default */ --tooltip-border: 2px solid #000000;
 /*         */ --message-bubble-right-background:   linear-gradient(to bottom, rgb(210,244,254) 25%, rgb(149,194,253) 100%);
 /*         */ --message-bubble-right-arrow: #d2f4fe;
 /*         */ --message-bubble-left-background:   linear-gradient(to bottom, rgb(172,228,75) 25%, rgb(122,205,71) 100%);
 /*         */ --message-bubble-left-arrow: #ace44b;
 /*         */ --bar-background: #202020;
 /*         */ --percent-bar-background: linear-gradient(to bottom,  #9dd53a 0%,#a1d54f 50%,#80c217 51%,#7cbc0a 100%);
 /*         */ --exp-bar-background: linear-gradient(to bottom,  #d0e4f7 0%,#73b1e7 24%,#0a77d5 50%,#539fe1 79%,#87bcea 100%);
 /* Default */ --battles-continue-background: #68A090;
 /* Default */ --battles-continue-border: 1px solid #44685e;
 /* Default */ --chaterpie-message-color: var(--font-color);
 /*         */ --chaterpie-message-a-background: #799ead;
 /*         */ --chaterpie-message-b-background: #92c0ce;
 /*         */ --chaterpie-highlight-color: lightyellow;
 /*         */ --rank-color-admin: red;
 /*         */ --rank-color-developer: #FF34B3;
 /*         */ --rank-color-super-mod: #FF34B3;
 /*         */ --rank-color-mod: blue;
 /*         */ --rank-color-artist: purple;
 /*         */ --rank-color-trial-mod: green;
 /*         */ --rank-color-chat-mod: #006FE0;
 /*         */ --rank-color-scyther: green;
 /*         */ --rank-color-donator: lightgreen;
 /* Default */ --rank-color-champion: yellow;
 /* Default */ --rank-color-member: black;
 /* Default */ --secret-dungeon-tilesheet: url('/core/dungeon/dungeon_tiles.png');}