PluginProbe
Jetpack – WP Security, Backup, Speed, & Growth / 12.3
Jetpack – WP Security, Backup, Speed, & Growth v12.3
16.2-beta 12.0.3 12.1.3 12.2.3 12.3.2 12.4.2 12.5.2 12.6.4 12.7.3 12.8.3 12.9.5 13.0.2 13.1.5 13.2.4 13.3.3 13.4.5 13.5.2 13.6.2 13.7.2 13.8.3 13.9.2 14.0.1 14.1.1 14.2.2 14.3.1 All 501 releases
jetpack / modules / sharedaddy / amp-sharing.css

amp-sharing.css in Jetpack – WP Security, Backup, Speed, & Growth 12.3, at modules/sharedaddy/amp-sharing.css

129 lines 2.0 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 amp-social-share,
2 .amp-social-share {
3 border-radius: 50%;
4 color: #fff;
5 -webkit-border-radius: 50%;
6 position: relative;
7 line-height: 1;
8 width: 32px;
9 height: 32px;
10 margin: 0 5px 5px 0;
11 vertical-align: middle;
12 }
13
14 amp-social-share::before,
15 .amp-social-share::before {
16 display: inline-block;
17 font: normal 18px/1 'social-logos';
18 padding: 7px;
19 position: relative;
20 top: 1px;
21 vertical-align: top;
22 text-align: center;
23 }
24
25 .amp-social-share.print {
26 background: #e9e9e9;
27 font-size: 0;
28 cursor: pointer;
29 display: inline-block;
30 vertical-align: middle;
31 border: none;
32 padding: 0;
33 }
34
35 .amp-social-share.print::before {
36 content: '\f469';
37 color: #656565;
38 }
39
40 amp-social-share[type='email'] {
41 background: #e9e9e9;
42 color: #656565;
43 }
44
45 amp-social-share[type='email']::before {
46 content: '\f410';
47 }
48
49 amp-social-share[type='tumblr'] {
50 background: #2c4762;
51 }
52
53 amp-social-share[type='tumblr']::before {
54 content: '\f607';
55 }
56
57 amp-social-share[type='facebook'] {
58 background: #1877F2;
59 }
60
61 amp-social-share[type='facebook']::before {
62 content: '\f203';
63 }
64
65 amp-social-share[type='twitter'] {
66 background: #00acee;
67 }
68
69 amp-social-share[type='twitter']::before {
70 content: '\f202';
71 }
72
73 amp-social-share[type='pinterest'] {
74 background: #ca1f27;
75 }
76
77 amp-social-share[type='pinterest']::before {
78 content: '\f210';
79 }
80
81 amp-social-share[type='telegram'] {
82 background: #0088cc;
83 }
84
85 amp-social-share[type='telegram']::before {
86 content: '\f606';
87 }
88
89 amp-social-share[type='linkedin'] {
90 background: #0077b5;
91 }
92
93 amp-social-share[type='linkedin']::before {
94 content: '\f207';
95 }
96
97 amp-social-share[type='pocket'] {
98 background: #ee4056;
99 }
100
101 amp-social-share[type='pocket']::before {
102 content: '\f224';
103 }
104
105 amp-social-share[type='reddit'] {
106 background: #cee3f8;
107 color: #555;
108 }
109
110 amp-social-share[type='reddit']::before {
111 content: '\f222';
112 }
113
114 amp-social-share[type='skype'] {
115 background: #00AFF0;
116 }
117
118 amp-social-share[type='skype']::before {
119 content: '\f220';
120 }
121
122 amp-social-share[type='whatsapp'] {
123 background: #43d854;
124 }
125
126 amp-social-share[type='whatsapp']::before {
127 content: '\f608';
128 }
129