Нема описа

amp-sharing.css 1.9KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120
  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. amp-social-share::before,
  14. .amp-social-share::before {
  15. display: inline-block;
  16. font: normal 18px/1 'social-logos';
  17. padding: 7px;
  18. position: relative;
  19. top: 1px;
  20. vertical-align: top;
  21. text-align: center;
  22. }
  23. .amp-social-share.print {
  24. background: #e9e9e9;
  25. font-size: 0;
  26. cursor: pointer;
  27. display: inline-block;
  28. vertical-align: middle;
  29. border: none;
  30. padding: 0;
  31. }
  32. .amp-social-share.print::before {
  33. content: '\f469';
  34. color: #656565;
  35. }
  36. amp-social-share[type='tumblr'] {
  37. background: #2c4762;
  38. }
  39. amp-social-share[type='tumblr']::before {
  40. content: '\f607';
  41. }
  42. amp-social-share[type='facebook'] {
  43. background: #1877F2;
  44. }
  45. amp-social-share[type='facebook']::before {
  46. content: '\f203';
  47. }
  48. amp-social-share[type='twitter'] {
  49. background: #00acee;
  50. }
  51. amp-social-share[type='twitter']::before {
  52. content: '\f202';
  53. }
  54. amp-social-share[type='pinterest'] {
  55. background: #ca1f27;
  56. }
  57. amp-social-share[type='pinterest']::before {
  58. content: '\f210';
  59. }
  60. amp-social-share[type='telegram'] {
  61. background: #0088cc;
  62. }
  63. amp-social-share[type='telegram']::before {
  64. content: '\f606';
  65. }
  66. amp-social-share[type='linkedin'] {
  67. background: #0077b5;
  68. }
  69. amp-social-share[type='linkedin']::before {
  70. content: '\f207';
  71. }
  72. amp-social-share[type='pocket'] {
  73. background: #ee4056;
  74. }
  75. amp-social-share[type='pocket']::before {
  76. content: '\f224';
  77. }
  78. amp-social-share[type='reddit'] {
  79. background: #cee3f8;
  80. color: #555;
  81. }
  82. amp-social-share[type='reddit']::before {
  83. content: '\f222';
  84. }
  85. amp-social-share[type='skype'] {
  86. background: #00AFF0;
  87. }
  88. amp-social-share[type='skype']::before {
  89. content: '\f220';
  90. }
  91. amp-social-share[type='whatsapp'] {
  92. background: #43d854;
  93. }
  94. amp-social-share[type='whatsapp']::before {
  95. content: '\f608';
  96. }