This repository has been archived on 2024-11-28. You can view files and clone it, but cannot push or open issues or pull requests.
MatritumCantat_Web/www/components/com_poll/poll_bars.css
2012-09-18 20:02:43 +00:00

22 lines
623 B
CSS

/* polls Bar Colors/Formats - Follow the format to add your own.
Then update the maxcolors setting for polls in
components/com_poll/poll.php -> $polls_maxcolors
*/
.polls_color_1{ background-color: #8D1B1B; border: 2px ridge #B22222; }
.polls_color_2{ background-color: #6740E1; border: 2px ridge #4169E1; }
.polls_color_3{ background-color: #8D8D8D; border: 2px ridge #D2D2D2; }
.polls_color_4{ background-color: #CC8500; border: 2px ridge #FFA500; }
.polls_color_5{ background-color: #5B781E; border: 2px ridge #6B8E23; }
/* polls Outside Table Border */
.pollstableborder {
border: 1px solid;
padding: 2px;
}