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

Side by Side Diff: static/css/main.css

Issue 29337807: Issue 3097 - Refactored subscriptions list table on adblockplus.org/en/subscriptions (Closed)
Patch Set: Changed table into unordered list, refactored list markup, refactored main css and templates to support multiple footer elements Created Feb. 27, 2016, 4:16 p.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
OLDNEW
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 background-color: #f8f6f2; 9 background-color: #f8f6f2;
10 background-image: url(../img/background.png); 10 background-image: url(../img/background.png);
(...skipping 235 matching lines...) Expand 10 before | Expand all | Expand 10 after
246 } 246 }
247 247
248 #logo 248 #logo
249 { 249 {
250 position: absolute; 250 position: absolute;
251 width: 128px; 251 width: 128px;
252 height: 128px; 252 height: 128px;
253 background-position: -83px -83px; 253 background-position: -83px -83px;
254 } 254 }
255 255
256 #content h1 256 h1
Thomas Greiner 2016/07/15 16:07:54 Did you make sure that this won't have any side ef
juliandoucette 2016/07/19 22:29:17 Yes. But I will revert this main.css change and ap
Thomas Greiner 2016/07/27 09:42:10 Thanks.
257 { 257 {
258 font-size: 30px; 258 font-size: 30px;
259 } 259 }
260 260
261 #content h2 261 h2
262 { 262 {
263 font-weight: bold; 263 font-weight: bold;
264 font-size: 25px; 264 font-size: 25px;
265 } 265 }
266 266
267 #content h3 267 h3
268 { 268 {
269 font-size: 20px; 269 font-size: 20px;
270 } 270 }
271 271
272 #adblock-browser-notification 272 #adblock-browser-notification
273 { 273 {
274 box-sizing: border-box; 274 box-sizing: border-box;
275 color: #000000; 275 color: #000000;
276 font-size: 16px; 276 font-size: 16px;
277 background-color: #ffffff; 277 background-color: #ffffff;
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
316 .toc ul ul 316 .toc ul ul
317 { 317 {
318 padding-left: 40px; 318 padding-left: 40px;
319 } 319 }
320 320
321 .toc li 321 .toc li
322 { 322 {
323 margin: 4px 0; 323 margin: 4px 0;
324 } 324 }
325 325
326 footer 326 .footer-main
327 { 327 {
328 display: block; 328 display: block;
329 background: white; 329 background: white;
330 box-shadow: 0 -1px 0 0 #b5b4b0, 0 -2px 0 0 #e4e1dc; 330 box-shadow: 0 -1px 0 0 #b5b4b0, 0 -2px 0 0 #e4e1dc;
331 padding: 0; 331 padding: 0;
332 } 332 }
333 333
334 footer nav h1, footer nav li 334 .footer-main nav h1, .footer-main nav li
335 { 335 {
336 color: #444444; 336 color: #444444;
337 border-bottom: 1px solid #dedede; 337 border-bottom: 1px solid #dedede;
338 } 338 }
339 339
340 footer h1 340 .footer-main h1
341 { 341 {
342 font-size: 16px;
342 margin-top: 0; 343 margin-top: 0;
343 margin-bottom: 15px; 344 margin-bottom: 15px;
344 } 345 }
345 346
346 footer nav li 347 .footer-main nav li
347 { 348 {
348 margin-bottom: 5px; 349 margin-bottom: 5px;
349 } 350 }
350 351
351 #social-list 352 #social-list
352 { 353 {
353 list-style: none; 354 list-style: none;
354 padding: 0; 355 padding: 0;
355 margin: 0; 356 margin: 0;
356 } 357 }
(...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after
408 409
409 div.animation[started="false"] 410 div.animation[started="false"]
410 { 411 {
411 cursor: pointer; 412 cursor: pointer;
412 } 413 }
413 414
414 div.animation[started="true"] 415 div.animation[started="true"]
415 { 416 {
416 -moz-user-select: none; 417 -moz-user-select: none;
417 } 418 }
OLDNEW

Powered by Google App Engine
This is Rietveld