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

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

Issue 5636796054503424: Issue 1170 - [adblockplus.org Anwiki to CMS migration] Migrate content (Closed)
Patch Set: Remove includes/common.tmpl which is no longer required. Created March 7, 2015, 7:01 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
« no previous file with comments | « static/css/index-mobile.css ('k') | static/favicon.ico » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 222 matching lines...) Expand 10 before | Expand all | Expand 10 after
233 a[hreflang="de"]:not(:lang(de)):after 233 a[hreflang="de"]:not(:lang(de)):after
234 { 234 {
235 background-position: -34px 0px; 235 background-position: -34px 0px;
236 } 236 }
237 237
238 a[hreflang="en"]:not(:lang(en)):after 238 a[hreflang="en"]:not(:lang(en)):after
239 { 239 {
240 background-position: -51px 0px; 240 background-position: -51px 0px;
241 } 241 }
242 242
243 #language-selector a:after
244 {
245 display: none;
246 }
247
248 #logo 243 #logo
249 { 244 {
250 position: absolute; 245 position: absolute;
251 width: 128px; 246 width: 128px;
252 height: 128px; 247 height: 128px;
253 background-position: -83px -83px; 248 background-position: -83px -83px;
254 } 249 }
255 250
256 #content h1 251 #content h1
257 { 252 {
(...skipping 121 matching lines...) Expand 10 before | Expand all | Expand 10 after
379 374
380 div.animation[started="false"] 375 div.animation[started="false"]
381 { 376 {
382 cursor: pointer; 377 cursor: pointer;
383 } 378 }
384 379
385 div.animation[started="true"] 380 div.animation[started="true"]
386 { 381 {
387 -moz-user-select: none; 382 -moz-user-select: none;
388 } 383 }
OLDNEW
« no previous file with comments | « static/css/index-mobile.css ('k') | static/favicon.ico » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld