|
|
| (10 intermediate revisions by the same user not shown) |
| Line 1: |
Line 1: |
| div.ajax-poll {
| |
| background: none !important;
| |
| padding: 0 25px 0 0 !important;
| |
| border: none !important;
| |
| }
| |
|
| |
| .pollAnswerName {
| |
| padding-left: 0;
| |
| }
| |
|
| |
| .pollAnswerVotes {
| |
| border: none !important;
| |
| background: rgba(0, 0, 0, 0.5) !important;
| |
| height: 5px !important;
| |
| line-height: 18px !important;
| |
| }
| |
|
| |
| .pollAnswerVotes div {
| |
| border: none !important;
| |
| background-color: #FFF !important;
| |
| height: 5px !important;
| |
| box-shadow: none !important;
| |
| line-height: 18px !important;
| |
| }
| |
|
| |
|
| .pollAnswerVotes span {
| |
| font-weight: bold;
| |
| top: auto !important;
| |
| bottom: 100%;
| |
| left: auto !important;
| |
| right: 0;
| |
| }
| |
|
| |
| div.ajax-poll div.header {
| |
| width: 100% !important;
| |
| background: none;
| |
| padding-left: 5px;
| |
| }
| |
|
| |
| .ajax-poll form input[type="submit"] {
| |
| width: 100%;
| |
| height: auto;
| |
| padding: 7px 12px;
| |
| background-image: none !important;
| |
| border-radius: 5px !important;
| |
| text-transform: uppercase;
| |
| font-weight: bold;
| |
| font-family: Century Gothic !important;
| |
| box-shadow: 0 2px 2px rgba(0,0,0,0.5) !important;
| |
| }
| |
|
| |
| #ajax-poll-area > div:last-child {
| |
| font-size: 12px !important;
| |
| font-style: italic !important;
| |
| }
| |
|
| |
| /* Button (similar to the one in NewsBox) */
| |
| .navButton {
| |
| background: #A10164;
| |
| font-family: Century Gothic, sans-serif;
| |
| font-weight: bold;
| |
| display: inline-block;
| |
| border: 3px solid #FFFFFF;
| |
| border-radius: 10px;
| |
| color: #FFF;
| |
| padding: 10px;
| |
| text-shadow: 1.5px 1.5px rgba(0,0,0,0.7);
| |
| margin-bottom: 5px;
| |
| box-shadow: 0 3px 0px rgba(0, 0, 0, 0.5);
| |
| text-align: center;
| |
| }
| |
|
| |
| .navButton a {
| |
| color: #FFF;
| |
| text-decoration: none;
| |
| }
| |
|
| |
| .navButton a:hover {
| |
| text-decoration: none;
| |
| color: rgba(255,255,255,0.5);
| |
| }
| |
|
| |
| .navButton a:after {
| |
| display: none !important;
| |
| }
| |