summaryrefslogtreecommitdiff
blob: 5d7932e0868b4ff506bd6e79dff1f3068aad76bb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
amp-social-share,
.amp-social-share {
	border-radius: 50%;
	color: #fff;
	-webkit-border-radius: 50%;
	position: relative;
	line-height: 1;
	width: 32px;
	height: 32px;
	margin: 0 5px 5px 0;
	vertical-align: middle;
}

amp-social-share::before,
.amp-social-share::before {
	display: inline-block;
	font: normal 18px/1 'social-logos';
	padding: 7px;
	position: relative;
	top: 1px;
	vertical-align: top;
	text-align: center;
}

.amp-social-share.print {
	background: #e9e9e9;
	font-size: 0;
	cursor: pointer;
	display: inline-block;
	vertical-align: middle;
	border: none;
	padding: 0;
}

.amp-social-share.print::before {
	content: '\f469';
	color: #656565;
}

amp-social-share[type='tumblr'] {
	background: #2c4762;
}

amp-social-share[type='tumblr']::before {
	content: '\f607';
}

amp-social-share[type='facebook'] {
	background: #1877F2;
}

amp-social-share[type='facebook']::before {
	content: '\f203';
}

amp-social-share[type='twitter'] {
	background: #00acee;
}

amp-social-share[type='twitter']::before {
	content: '\f202';
}

amp-social-share[type='pinterest'] {
	background: #ca1f27;
}

amp-social-share[type='pinterest']::before {
	content: '\f210';
}

amp-social-share[type='telegram'] {
	background: #0088cc;
}

amp-social-share[type='telegram']::before {
	content: '\f606';
}

amp-social-share[type='linkedin'] {
	background: #0077b5;
}

amp-social-share[type='linkedin']::before {
	content: '\f207';
}

amp-social-share[type='pocket'] {
	background: #ee4056;
}

amp-social-share[type='pocket']::before {
	content: '\f224';
}

amp-social-share[type='reddit'] {
	background: #cee3f8;
	color: #555;
}

amp-social-share[type='reddit']::before {
	content: '\f222';
}

amp-social-share[type='skype'] {
	background: #00AFF0;
}

amp-social-share[type='skype']::before {
	content: '\f220';
}

amp-social-share[type='whatsapp'] {
	background: #43d854;
}

amp-social-share[type='whatsapp']::before {
	content: '\f608';
}