Poll Enhancement

Unmaintained Poll Enhancement v1

No permission to download
This derived from brogans icon replace in poll post and I thought I'd extend that and post a further enhancement by making the whole poll area a little more prominent. This alteration will change both the icon and the background.

Bare in mind, you can always change the colours to your own preference and/or style/site design.

First upload the poll.png icon into your widgets folder.
Secondly, Copy and paste the following into your EXTRA.css template.

Code:
.pollBlock .secondaryContent {
  border: 1px solid #d0b15e;
  background-color: #f6e8c3;
  border-radius: 5px; }
   
.pollBlock .pollContent .question .questionText {
  color: #a56101;
  font-size: 16pt; }
   
.pollBlock .pollContent .pollOptions, .pollBlock .pollContent .pollResults {
  border-bottom: 1px solid #dbc17c;
  border-top: 1px solid #dbc17c; }

#PollContainer .pollBlock .pollContent .questionMark {
  background: url("@imagePath/xenforo/widgets/poll.png") no-repeat scroll 0 0;
  color: transparent; }
   
.pollBlock .pollContent .pollOption label:hover { background: none repeat scroll 0 0 #eed593; }

Screenshots Below showing you what it looks like with the enhancements/colour changes.

poll_options.webp
poll_results.webp
  • poll.webp
    poll.webp
    1.1 KB · Views: 132

Latest updates

  1. Clean CSS and removed !importants

    Condensed and cleaned up the css also eliminated all !importants. Revert to original page for...

Latest reviews

Worked great & super easy to change to fit your sites theme. Great work!
Works like a charm!
Another great contribution to the xenForo community by Shelley :)
Top Bottom