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

Side by Side Diff: css/main.css

Issue 8689009: share-page: Initial implementation (Closed)
Patch Set: Created Oct. 24, 2012, 3:17 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 | « no previous file | img/f_logo.png » ('j') | index.html » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 body
2 {
3 width: 540px;
4 height: 540px;
5 margin: auto;
6 border: 5px solid #a42c23;
7 background: white;
8 }
9
10 h1
11 {
12 font-family: Arial, Helvetica, sans;
13 font-size: 28px;
14 line-height: 120px;
Wladimir Palant 2012/10/25 07:24:34 I guess that a lengthy text requiring a line break
15 text-align: center;
16 margin: 0;
17 color: #a42c23;
18 }
19
20 #facebook, #twitter, #gplus
21 {
22 padding-left: 125px;
23 height: 140px;
24 background-repeat: no-repeat;
25 background-size: 64px;
26 background-position: 30px 50%;
27
28 display: -webkit-box;
29 -webkit-box-orient: vertical;
30 -webkit-box-pack: center;
31
32 display: box;
33 box-orient: vertical;
34 box-pack: center;
35 }
36
37 #facebook, #twitter
38 {
39 padding-left: 135px;
40 }
41
42 #facebook
43 {
44 background-image: url("../img/f_logo.png");
45 background-color: #f3f4f8;
46 }
47
48 #twitter
49 {
50 background-image: url("../img/twitter-bird-light-bgs.png");
51 background-color: #d7e8f1;
52 }
53
54 #gplus
55 {
56 background-image: url("../img/gplus-64.png");
57 background-color: #f1f1f1;
58 }
59
60 #___plus_0
61 {
62 margin-top: 12px !important;
63 }
OLDNEW
« no previous file with comments | « no previous file | img/f_logo.png » ('j') | index.html » ('J')

Powered by Google App Engine
This is Rietveld