LEFT | RIGHT |
1 body | 1 body |
2 { | 2 { |
3 font-family: "Source Sans Pro", Arial, sans-serif; | 3 font-family: "Source Sans Pro", Arial, sans-serif; |
4 margin: 0; | 4 margin: 0; |
5 /* Start below fixed navbar */ | 5 /* Start below fixed navbar */ |
6 padding-top: 4em; | 6 padding-top: 4em; |
7 line-height: 1.5; | 7 line-height: 1.5; |
8 } | 8 } |
9 | 9 |
10 #content, | 10 #content, |
(...skipping 199 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
210 { | 210 { |
211 .button | 211 .button |
212 { | 212 { |
213 display: block; | 213 display: block; |
214 width: 100%; | 214 width: 100%; |
215 } | 215 } |
216 } | 216 } |
217 | 217 |
218 .button.primary | 218 .button.primary |
219 { | 219 { |
220 color: #fff; | 220 color: #fff !important; |
221 background-color: #c70d2c; | 221 background-color: #c70d2c !important; |
222 box-shadow: 0px 2px 5px #95989A; | 222 box-shadow: 0px 2px 5px #95989A; |
223 } | 223 } |
224 | 224 |
225 .button.primary:hover | 225 .button.primary:hover |
226 { | 226 { |
227 background-color: #E00F32; | 227 background-color: #E00F32 !important; |
228 } | 228 } |
229 | 229 |
230 .button.primary:active | 230 .button.primary:active |
231 { | 231 { |
232 background-color: #AD102A; | 232 background-color: #AD102A !important; |
233 } | 233 } |
234 | 234 |
235 .button.accent, | 235 .button.accent, |
236 .button.accent:visited | 236 .button.accent:visited |
237 { | 237 { |
238 background: #077CA6; | 238 background: #077CA6 !important; |
239 color: #fff; | 239 color: #fff !important; |
240 margin-left: 2px; | 240 margin-left: 2px; |
241 margin-right: 2px; | 241 margin-right: 2px; |
242 } | 242 } |
243 | 243 |
244 .button.accent:hover, | 244 .button.accent:hover, |
245 .button.accent:active, | 245 .button.accent:active, |
246 .button.accent:focus | 246 .button.accent:focus |
247 { | 247 { |
248 box-shadow: inset 0 0 0 3px #005D80; | 248 box-shadow: inset 0 0 0 3px #005D80; |
249 } | 249 } |
(...skipping 641 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
891 .content .horizontal-list | 891 .content .horizontal-list |
892 { | 892 { |
893 padding: 0; | 893 padding: 0; |
894 } | 894 } |
895 | 895 |
896 .horizontal-list li | 896 .horizontal-list li |
897 { | 897 { |
898 display: inline; | 898 display: inline; |
899 list-style: none; | 899 list-style: none; |
900 } | 900 } |
LEFT | RIGHT |