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

Side by Side Diff: skin/firstRun.css

Issue 8403145: First attempt at creating a first-run page (Closed)
Patch Set: Created Sept. 27, 2012, 8:19 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 | « skin/facebook.png ('k') | skin/twitter.png » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 body
2 {
3 font-family: Arial, Helvetica, sans-serif;
4 font-size: 20px;
5 background: repeating-linear-gradient(0deg, #F8F6F5, #F6F4F2 50%, #FCFBF9);
6 background: -webkit-repeating-linear-gradient(0deg, #F5F4F3, #FAF9F8 50%, #F5F 4F3);
7 background-size: 5px 5px;
8 max-width: 800px;
9 margin: auto;
10 line-height: 1.5;
11 }
12
13 h1
14 {
15 margin-top: 30px;
16 padding-top: 148px;
17 font-size: 250%;
18 font-weight: normal;
19 background-image: url(/icons/abp-128.png);
20 background-position: 50% 0%;
21 background-repeat: no-repeat;
22 }
23
24 #features > li
25 {
26 margin-left: 50px;
27 list-style-image: url(/skin/checkmark.png);
28 }
29
30 #features
31 {
32 margin: 40px 0px;
33 }
34
35 #share-text
36 {
37 margin: 40px 0px 0px 200px;
38 fill: #FF0000;
39 font-family: Comic Sans MS;
40 font-weight: bold;
41 }
42
43 .share-image
44 {
45 display: inline-block;
46 width: 64px;
47 height: 64px;
48 position: relative;
49 left: 350px;
50 top: -40px;
51 }
52
53 #share-facebook
54 {
55 background-image: url(/skin/facebook.png);
56 }
57
58 #share-twitter
59 {
60 background-image: url(/skin/twitter.png);
61 }
OLDNEW
« no previous file with comments | « skin/facebook.png ('k') | skin/twitter.png » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld