images
2 years ago
services
2 years ago
admin-sharing-rtl.css
2 years ago
admin-sharing-rtl.min.css
2 years ago
admin-sharing.css
2 years ago
admin-sharing.js
2 years ago
admin-sharing.min.css
2 years ago
amp-sharing.css
2 years ago
recaptcha.php
4 years ago
sharedaddy.php
2 years ago
sharing-service.php
2 years ago
sharing-sources.php
2 years ago
sharing.css
2 years ago
sharing.js
3 years ago
sharing.php
2 years ago
amp-sharing.css
129 lines
| 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: #0866ff; |
| 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 |