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

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

Issue 29722640: Fixes #22 - Add download page (Closed) Base URL: https://hg.adblockplus.org/web.adblockplus.org
Left Patch Set: Resize abb logo, use linkify function Created March 20, 2018, 7:24 a.m.
Right Patch Set: Addressed comments #17 Created April 3, 2018, 3:19 p.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
Left: Side by side diff | Download
Right: Side by side diff | Download
« no previous file with change/comment | « pages/download.tmpl ('k') | static/img/abb-icon.png » ('j') | no next file with change/comment »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
LEFTRIGHT
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
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
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 }
LEFTRIGHT

Powered by Google App Engine
This is Rietveld