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. 25, 2012, 1: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 | « no previous file | img/f_logo.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 width: 540px;
4 height: 540px;
5 margin: auto;
6 border: 5px solid #a42c23;
7 background: white;
8 }
9
10 h1
11 {
12 height: 120px;
13 font-family: Arial, Helvetica, sans;
14 font-size: 28px;
15 text-align: center;
16 margin: 0;
17 color: #a42c23;
18
19 display: -webkit-box;
20 -webkit-box-orient: vertical;
21 -webkit-box-pack: center;
22
23 display: box;
24 box-orient: vertical;
25 box-pack: center;
26 }
27
28 #facebook, #twitter, #gplus
29 {
30 padding-left: 125px;
31 height: 140px;
32 background-repeat: no-repeat;
33 background-size: 64px;
34 background-position: 30px 50%;
35
36 display: -webkit-box;
37 -webkit-box-orient: vertical;
38 -webkit-box-pack: center;
39
40 display: box;
41 box-orient: vertical;
42 box-pack: center;
43 }
44
45 #facebook, #twitter
46 {
47 padding-left: 135px;
48 }
49
50 #facebook
51 {
52 background-image: url("../img/f_logo.png");
53 background-color: #f3f4f8;
54 }
55
56 #twitter
57 {
58 background-image: url("../img/twitter-bird-light-bgs.png");
59 background-color: #d7e8f1;
60 }
61
62 #gplus
63 {
64 background-image: url("../img/gplus-64.png");
65 background-color: #f1f1f1;
66 }
67
68 #___plus_0
69 {
70 margin-top: 12px !important;
71 }
OLDNEW
« no previous file with comments | « no previous file | img/f_logo.png » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld