Created
January 23, 2020 23:26
-
-
Save kellymears/f4cc370b6572cb09af326e0fd348140e to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* Custom CSS for Rock The Vote Widget */ | |
| body { | |
| background-image: none; | |
| background-color: transparent; | |
| } | |
| h1, h2, h3, h4, h5, h6, legend, label { | |
| color: rgba(0, 0, 0, 0.9); | |
| } | |
| input, select, textarea { | |
| color: #000000; | |
| } | |
| #main .step_4 h3.ovr_step_4 { | |
| color: rgba(0, 0, 0, 0.9); | |
| } | |
| a:link, a:visited { | |
| color: #99ccff; | |
| } | |
| input, textarea { | |
| letter-spacing: 0; | |
| } | |
| #header { | |
| display: none; | |
| } | |
| #header .header-text { | |
| display: none; | |
| } | |
| .intro-message { | |
| display: none; | |
| } | |
| #main p { | |
| color: rgba(0, 0, 0, 0.9); | |
| } | |
| #main #other_language_link select { | |
| color: #000; | |
| } | |
| #main form ul li h3, #main form ul li.width_f h3, #main form ul.flat li h3, #main form ul.flat li.width_f h3 { | |
| color: rgba(0, 0, 0, 0.9); | |
| } | |
| #main form ul.radio li label, #main form ul.checkbox li label, #main form ul.flat.radio li label, #main form ul.flat.checkbox li label { | |
| color: rgba(0, 0, 0, 0.9); | |
| } | |
| #main form ul .has_license .checkbox-explanation p, #main form ul.flat .has_license .checkbox-explanation p, #main .download h2 { | |
| color: #fe6802; | |
| border: 2px solid #fe6802; | |
| } | |
| #main form .rollover_button button, | |
| #main form .rollover_button span.button-style { | |
| border: 2px solid #fe6802 !important; | |
| color: #fe6802 !important; | |
| } | |
| #main form .rollover_button button, | |
| #main form .rollover_button span.button-style { | |
| border: 2px solid #fe6802 !important; | |
| background: #fe6802 !important; | |
| color: white !important; | |
| } | |
| #main .download h2 { | |
| font-weight: bold; | |
| } | |
| #main .download p { | |
| color: rgba(0, 0, 0, 0.9); | |
| } | |
| #tooltip-email_address { | |
| display: none; | |
| } | |
| .already-registered { | |
| display: none; | |
| } | |
| #main .download p { | |
| color: rgba(0, 0, 0, 0.9); | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment