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

Side by Side Diff: anwiki/_override-static/global/global/css/main.css

Issue 9199005: Removed horizontal gradient for background image (Closed)
Patch Set: Created Jan. 14, 2013, 11:02 a.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 | « no previous file | anwiki/_override-static/global/global/img/background.png » ('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);
11 background-image: -webkit-linear-gradient(left, #efede9, #f8f6f2 50%, #f4f2ee) ;
12 background-image: -moz-linear-gradient(left, #efede9, #f8f6f2 50%, #f4f2ee);
13 background-image: -ms-linear-gradient(left, #efede9, #f8f6f2 50%, #f4f2ee);
14 background-image: -o-linear-gradient(left, #efede9, #f8f6f2 50%, #f4f2ee);
15 background-image: linear-gradient(left, #efede9, #f8f6f2 50%, #f4f2ee);
16 background-size: 5px 5px;
17 margin: 0; 11 margin: 0;
18 } 12 }
19 13
20 a img 14 a img
21 { 15 {
22 border: none; 16 border: none;
23 } 17 }
24 18
25 a:link, a:visited 19 a:link, a:visited
26 { 20 {
(...skipping 334 matching lines...) Expand 10 before | Expand all | Expand 10 after
361 355
362 div.animation[started="false"] 356 div.animation[started="false"]
363 { 357 {
364 cursor: pointer; 358 cursor: pointer;
365 } 359 }
366 360
367 div.animation[started="true"] 361 div.animation[started="true"]
368 { 362 {
369 -moz-user-select: none; 363 -moz-user-select: none;
370 } 364 }
OLDNEW
« no previous file with comments | « no previous file | anwiki/_override-static/global/global/img/background.png » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld