LEFT | RIGHT |
(no file at all) | |
1 * | 1 * |
2 { | 2 { |
3 font-family: Arial, sans; | 3 font-family: Arial, sans; |
4 font-size: 16px; | 4 font-size: 16px; |
5 } | 5 } |
6 | 6 |
7 body | 7 body |
8 { | 8 { |
9 margin: 0; | 9 margin: 0; |
10 /* Start below fixed navbar */ | 10 /* Start below fixed navbar */ |
(...skipping 187 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
198 { | 198 { |
199 .button | 199 .button |
200 { | 200 { |
201 display: block; | 201 display: block; |
202 width: 100%; | 202 width: 100%; |
203 } | 203 } |
204 } | 204 } |
205 | 205 |
206 .button.primary | 206 .button.primary |
207 { | 207 { |
208 color: #fff; | 208 color: #fff !important; |
209 background-color: #c70d2c; | 209 background-color: #c70d2c !important; |
210 box-shadow: 0px 2px 5px #95989A; | 210 box-shadow: 0px 2px 5px #95989A; |
211 } | 211 } |
212 | 212 |
213 .button.primary:hover | 213 .button.primary:hover |
214 { | 214 { |
215 background-color: #E00F32; | 215 background-color: #E00F32 !important; |
216 } | 216 } |
217 | 217 |
218 .button.primary:active | 218 .button.primary:active |
219 { | 219 { |
220 background-color: #AD102A; | 220 background-color: #AD102A !important; |
221 } | 221 } |
222 | 222 |
223 .button.accent, | 223 .button.accent, |
224 .button.accent:visited | 224 .button.accent:visited |
225 { | 225 { |
226 background: #077CA6; | 226 background: #077CA6 !important; |
227 color: #fff; | 227 color: #fff !important; |
228 margin-left: 2px; | 228 margin-left: 2px; |
229 margin-right: 2px; | 229 margin-right: 2px; |
230 } | 230 } |
231 | 231 |
232 .button.accent:hover, | 232 .button.accent:hover, |
233 .button.accent:active, | 233 .button.accent:active, |
234 .button.accent:focus | 234 .button.accent:focus |
235 { | 235 { |
236 box-shadow: inset 0 0 0 3px #005D80; | 236 box-shadow: inset 0 0 0 3px #005D80; |
237 } | 237 } |
(...skipping 556 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
794 left: 50%; | 794 left: 50%; |
795 width: 80px; | 795 width: 80px; |
796 margin-top: -60px; | 796 margin-top: -60px; |
797 margin-left: -40px; | 797 margin-left: -40px; |
798 } | 798 } |
799 | 799 |
800 .hide-disclaimer .video-play | 800 .hide-disclaimer .video-play |
801 { | 801 { |
802 margin-top: -40px; | 802 margin-top: -40px; |
803 } | 803 } |
LEFT | RIGHT |