Advertisement
Guest User

sharebar

a guest
Feb 10th, 2013
44
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.64 KB | None | 0 0
  1. #related > div:first-child {
  2. clear: both;
  3. }
  4. #related .metasingle {
  5. background-color: #ffffff;
  6. border: 1px solid #e5e5e5;
  7. margin-left: -15px;
  8. width: 622px;
  9. height:22px;
  10. margin-bottom: -5px;
  11. }
  12. #related .metasingle h3 {
  13. margin: 4px 0 6px;
  14. padding-left: 0;
  15. margin-top: 0;
  16. }
  17. #related .metasingle h3 img {
  18. width: 70px;
  19. height: 32px;
  20. }
  21. #related .metasingle h3 + div {
  22. margin-top: -34px;
  23. }
  24. #related .metasingle a p {
  25. color: rgb(194, 194, 194);
  26. text-align: left;
  27. text-transform: uppercase;
  28. font-size: 11px;
  29. }
  30. #related .metasingle div + a p {
  31. margin-top: -25px;
  32. margin-left: 85px;
  33. }
  34. #related .metasingle div + a:hover p {
  35. color:#2B4687;
  36. }
  37. #related .metasingle div + a + a p {
  38. margin-top: -39px;
  39. margin-left: 164px;
  40. }
  41. #related .metasingle div + a + a:hover p {
  42. color:#9AE4E8;
  43. }
  44. #related .metasingle div + a + a + a p {
  45. margin-top: -39px;
  46. margin-left: 234px;
  47. }
  48. #related .metasingle div + a + a + a:hover p {
  49. color:#C22823;
  50. }
  51. #related .metasingle div + a + a + a + a p {
  52. margin-top: -39px;
  53. margin-left: 315px;
  54. }
  55. #related .metasingle div + a + a + a + a:hover p {
  56. color:#565656;
  57. }
  58. #related .metasingle div + a + a + a + a + div {
  59. clear: both;
  60. }
  61. #related .metasingle .st_sharethis_custom1 p {
  62. color: rgb(194, 194, 194);
  63. text-align: right;
  64. text-transform: uppercase;
  65. margin-top: -5px;
  66. font-size: 11px;
  67. }
  68. #related .metasingle div:last-child {
  69. clear: both;
  70. }
  71.  
  72.  
  73. <div id="related" class="clearfix">
  74. <div></div>
  75. <div class="metasingle">
  76. <h3>
  77. <img src="http://ianrobertdouglas.com/wp-content/uploads/2013/02/share.png" alt="">
  78. </h3>
  79. <div>
  80. <?php if(function_exists('pf_show_link')){echo pf_show_link();} ?>
  81. </div>
  82. <a href="http://www.facebook.com/sharer.php?u=<?php the_permalink();?>&amp;t=<?php the_title(); ?>" target="blank">
  83. <p>Facebook</p>
  84. </a>
  85. <a href="http://twitter.com/share?text=<?php the_title(); ?>&amp;url=<?php the_permalink();?>" target="_blank">
  86. <p>Twitter</p>
  87. </a>
  88. <a href="https://plusone.google.com/_/+1/confirm?hl=ru&amp;url=_URL_&amp;title=_TITLE_" target="_blank">
  89. <p>Google+</p>
  90. </a>
  91. <a href="http://bufferapp.com/add" data-text="<?php the_title(); ?>" data-url="<?php the_permalink(); ?>" data-picture="<?php if(function_exists('the_post_thumbnail')) echo wp_get_attachment_url(get_post_thumbnail_id()); ?>" target="_blank">
  92. <p>Buffer</p>
  93. </a>
  94. <div></div>
  95. <span class="st_sharethis_custom1">
  96. <p>More Options</p>
  97. </span>
  98. <script src="http://w.sharethis.com/button/buttons.js"></script>
  99. <script>
  100. stLight.options({
  101. publisher:'d51bd40b-6eed-4740-81e7-aa3ee0bd9f85',
  102. });
  103. </script>
  104. <div></div>
  105. </div>
  106. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement