Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Delta Between Two Patch Sets: static/css/main.css

Issue 29720653: Fixes #30 - Adjustments to hero unit section of index page (Closed) Base URL: https://hg.adblockplus.org/web.adblockplus.org
Left Patch Set: Rebased Created March 14, 2018, 12:53 p.m.
Right Patch Set: Addressed #13 & #14 Created March 14, 2018, 2:51 p.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
Right: Side by side diff | Download
« no previous file with change/comment | « static/css/index.css ('k') | static/img/hero-video.jpg » ('j') | no next file with change/comment »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
LEFTRIGHT
(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
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
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 }
LEFTRIGHT

Powered by Google App Engine
This is Rietveld