/*
 * ILMS THEMES
 *
 * - classes orange, pink, blue, etc. are applied to the <body>
 * - themeable elements are using theme or themebg
 */
.pink .theme, .pink .message, .pink .pages .current, .pink .entry-content a { color: #FE00FF }
.pink .themebg, .pink th { color: #000000; background-color: #FE00FF }
.pink input.themebg, .pink button.themebg, .pink .button { border-color: #FE00FF }

.orange .theme, .orange .message, .orange .pages .current, .orange .entry-content a { color: #E5A425; }
.orange .themebg, .orange th { color: #000000; background-color: #E5A425; }
.orange input.themebg, .orange button.themebg, .orange .button { border-color: #E5A425 }

.blue .theme, .blue .message, .blue .pages .current, .blue .entry-content a { color: #02B0FF }
.blue .themebg, .blue th { color: #000000; background-color: #02B0FF }
.blue input.themebg, .blue button.themebg, .blue .button { border-color: #02B0FF }

.green .theme, .green .message, .green .pages .current, .green .entry-content a { color: #30EC33 }
.green .themebg, .green th { color: #000000; background-color: #30EC33 }
.green input.themebg, .green button.themebg, .green .button { border-color: #30EC33 }

.gray .theme, .gray .message, .gray .pages .current, .gray .entry-content a { color: #8C9591 }
.gray .themebg, .gray th { color: #000000; background-color: #8C9591 }
.gray input.themebg, .gray button.themebg, .gray .button { border-color: #8C9591 }

