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

Delta Between Two Patch Sets: skin/firstRun.css

Issue 29326238: Issue 3031 - Add Adblock Browser section to First Run Page (Closed)
Left Patch Set: Make section consistent, horisontal separation and small fixes Created Sept. 15, 2015, 12:43 p.m.
Right Patch Set: Reverted back to table-cell Created Sept. 16, 2015, 2:11 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 | « skin/abb-logo.png ('k') | no next file » | no next file with change/comment »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
LEFTRIGHT
1 /* 1 /*
2 * This file is part of Adblock Plus <https://adblockplus.org/>, 2 * This file is part of Adblock Plus <https://adblockplus.org/>,
3 * Copyright (C) 2006-2015 Eyeo GmbH 3 * Copyright (C) 2006-2015 Eyeo GmbH
4 * 4 *
5 * Adblock Plus is free software: you can redistribute it and/or modify 5 * Adblock Plus is free software: you can redistribute it and/or modify
6 * it under the terms of the GNU General Public License version 3 as 6 * it under the terms of the GNU General Public License version 3 as
7 * published by the Free Software Foundation. 7 * published by the Free Software Foundation.
8 * 8 *
9 * Adblock Plus is distributed in the hope that it will be useful, 9 * Adblock Plus is distributed in the hope that it will be useful,
10 * but WITHOUT ANY WARRANTY; without even the implied warranty of 10 * but WITHOUT ANY WARRANTY; without even the implied warranty of
(...skipping 138 matching lines...) Expand 10 before | Expand all | Expand 10 after
149 padding: 40px 0px; 149 padding: 40px 0px;
150 display: table; 150 display: table;
151 } 151 }
152 152
153 #general > div 153 #general > div
154 { 154 {
155 display: table-cell; 155 display: table-cell;
156 width: 50%; 156 width: 50%;
157 vertical-align: top; 157 vertical-align: top;
158 padding: 0px 50px; 158 padding: 0px 50px;
159 } 159 border: dashed 0 #969085;
160 160 -webkit-border-start-width: 1px;
161 #general > div:not(:first-child) 161 -moz-border-start-width: 1px;
162 { 162 border-inline-start-width: 1px;
163 border-left: dashed 1px #969085; 163 }
164 } 164
165 165 #general > div:first-child
166 html[dir="rtl"] #general > div:not(:first-child) 166 {
167 { 167 border: none;
168 border-left: none;
169 border-right: dashed 1px #969085;
170 } 168 }
171 169
172 #acceptable-ads-block h2 170 #acceptable-ads-block h2
173 { 171 {
174 margin-bottom: 34px; 172 margin-bottom: 34px;
175 } 173 }
176 174
177 #abb-promotion-block:lang(fr) 175 #abb-promotion-block:lang(fr)
178 { 176 {
179 display: none; 177 display: none;
178 }
179
180 #abb-promotion-block
181 {
182 text-align: center;
180 } 183 }
181 184
182 #abb-promotion-block h2 185 #abb-promotion-block h2
183 { 186 {
184 color: #7795b6; 187 color: #7795b6;
185 margin-bottom: 40px; 188 margin-bottom: 40px;
186 } 189 }
187 190
188 #abb-promotion-block a 191 #abb-promotion-block a
189 { 192 {
190 border: solid 1px #446a96; 193 border: solid 1px #446a96;
191 border-radius: 5px; 194 border-radius: 5px;
192 display: table; 195 display: inline-block;
193 padding: 6px 16px; 196 padding: 6px 16px;
194 background: -webkit-linear-gradient(top, #294e76, #6b92be); 197 background: -webkit-linear-gradient(bottom, #294e76, #6b92be);
195 background: linear-gradient(to top, #294e76, #6b92be); 198 background: linear-gradient(to top, #294e76, #6b92be);
196 text-decoration: none; 199 text-decoration: none;
197 width: 100%; 200 text-align: start;
198 -webkit-box-sizing: border-box;
199 -moz-box-sizing: border-box;
200 box-sizing: border-box;
201 } 201 }
202 202
203 #abb-promotion-block a > div 203 #abb-promotion-block a > div
204 { 204 {
205 display: table-cell; 205 display: table-cell;
206 vertical-align: middle; 206 vertical-align: middle;
207 padding: 6px; 207 padding: 6px;
208 } 208 }
209 209
210 #abb-promotion-block a > div:first-child
211 {
212 width: 1px;
213 }
214
215 #abb-promotion-block .title 210 #abb-promotion-block .title
216 { 211 {
217 font-size: 21px; 212 font-size: 21px;
218 color: #ffffff; 213 color: #ffffff;
219 font-weight: bold; 214 font-weight: bold;
220 } 215 }
221 216
222 #abb-promotion-block .subtitle 217 #abb-promotion-block .subtitle
223 { 218 {
224 font-size: 12px; 219 font-size: 12px;
225 color: #9ab7d6; 220 color: #9ab7d6;
226 } 221 }
227 222
228 #abb-promotion-block a:hover 223 #abb-promotion-block a:hover
229 { 224 {
230 box-shadow: 0px 0px 5px #5D5D5D; 225 box-shadow: 0px 0px 5px #5D5D5D;
231 } 226 }
232 227
233 #abb-promotion-block a:active 228 #abb-promotion-block a:active
234 { 229 {
235 box-shadow: 0px 0px 5px 1px #5D5D5D; 230 box-shadow: 0px 0px 5px 1px #5D5D5D;
236 } 231 }
237 232
238 @media (max-width: 960px) 233 @media (max-width: 960px)
239 { 234 {
240 #general 235 #general
241 { 236 {
242 display: block; 237 display: block;
243 }
244
245 #general > div:not(:first-child),
246 html[dir="rtl"] #general > div:not(:first-child)
247 {
248 border: none;
249 }
250
251 #general > div:not(:first-child)
252 {
253 border-top: dashed 1px #969085;
254 } 238 }
255 239
256 #general > div 240 #general > div
257 { 241 {
258 display: block; 242 display: block;
259 width: auto; 243 width: auto;
260 padding: 10px 0px; 244 padding: 10px 0px;
261 margin: 0px 50px; 245 margin: 0px 50px;
246 border-width: 1px 0 0;
262 } 247 }
263 } 248 }
264 249
265 section > p 250 section > p
266 { 251 {
267 margin: 15px 0 0 0; 252 margin: 15px 0 0 0;
268 } 253 }
269 254
270 #logo 255 #logo
271 { 256 {
(...skipping 437 matching lines...) Expand 10 before | Expand all | Expand 10 after
709 background-image: url(donate.png); 694 background-image: url(donate.png);
710 background-repeat: repeat-x; 695 background-repeat: repeat-x;
711 } 696 }
712 697
713 footer 698 footer
714 { 699 {
715 margin: 0 auto 30px; 700 margin: 0 auto 30px;
716 max-width: 960px; 701 max-width: 960px;
717 text-align: center; 702 text-align: center;
718 } 703 }
LEFTRIGHT

Powered by Google App Engine
This is Rietveld