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

Delta Between Two Patch Sets: skin/firstRun.css

Issue 8403145: First attempt at creating a first-run page (Closed)
Left Patch Set: Created Oct. 17, 2012, 10:24 a.m.
Right Patch Set: Created Oct. 17, 2012, 2:44 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 | « firstRun.js ('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 body 1 body
2 { 2 {
3 font-family: Arial, Helvetica, sans-serif; 3 font-family: Arial, Helvetica, sans-serif;
4 font-size: 20px; 4 font-size: 20px;
5 background: repeating-linear-gradient(0deg, #F8F6F5, #F6F4F2 50%, #FCFBF9); 5 background: repeating-linear-gradient(0deg, #F8F6F5, #F6F4F2 50%, #FCFBF9);
6 background: -webkit-repeating-linear-gradient(0deg, #F5F4F3, #FAF9F8 50%, #F5F 4F3); 6 background: -webkit-repeating-linear-gradient(0deg, #F5F4F3, #FAF9F8 50%, #F5F 4F3);
7 background-size: 5px 5px; 7 background-size: 5px 5px;
8 max-width: 800px; 8 max-width: 800px;
9 margin: auto; 9 margin: auto;
10 line-height: 1.5; 10 line-height: 1.5;
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
43 #features > li 43 #features > li
44 { 44 {
45 margin-left: 50px; 45 margin-left: 50px;
46 list-style-image: url(/skin/checkmark.png); 46 list-style-image: url(/skin/checkmark.png);
47 } 47 }
48 48
49 #share1, 49 #share1,
50 #share2 50 #share2
51 { 51 {
52 display: none; 52 display: none;
53 text-align: center;
54 font-size: 120%;
55 margin-top: 40px;
53 } 56 }
54 57
55 :root[share-variant="1"] #share1, 58 :root[share-variant="1"] #share1,
56 :root[share-variant="2"] #share2 59 :root[share-variant="2"] #share2
57 { 60 {
58 display: block; 61 display: block;
59 } 62 }
60 63
61 #share-text1
62 {
63 margin-left: 200px;
64 fill: #FF0000;
65 font-family: Comic Sans MS;
66 font-weight: bold;
67 }
68
69 .share-image 64 .share-image
70 { 65 {
71 display: inline-block; 66 display: inline-block;
72 width: 64px; 67 width: 64px;
73 height: 64px; 68 height: 64px;
74 }
75
76 #share-images1 > .share-image
77 {
78 position: relative;
79 left: 350px;
80 top: -40px;
81 }
82
83 #share2
84 {
85 text-align: center;
86 font-size: 120%;
87 margin-top: 40px;
88 } 69 }
89 70
90 #share-images2 71 #share-images2
91 { 72 {
92 display: inline-block; 73 display: inline-block;
93 box-shadow: 0 0 4px 3px #EEEEEE; 74 box-shadow: 0 0 4px 3px #EEEEEE;
94 border-radius: 5px; 75 border-radius: 5px;
95 background: #FFFFFF; 76 background: #FFFFFF;
96 padding: 10px 40px; 77 padding: 10px 40px;
97 margin-bottom: 30px; 78 margin-bottom: 30px;
(...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after
150 } 131 }
151 } 132 }
152 133
153 @media (max-height: 700px) 134 @media (max-height: 700px)
154 { 135 {
155 body 136 body
156 { 137 {
157 font-size: 16px; 138 font-size: 16px;
158 } 139 }
159 } 140 }
LEFTRIGHT
« firstRun.js ('k') | no next file » | Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Toggle Comments ('s')

Powered by Google App Engine
This is Rietveld