Advertisement
abuiyad

Slide out Follow button Widget in Blogger CSS

Oct 25th, 2016
705
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 1.44 KB | None | 0 0
  1. #arlinafollowSubscribe {
  2.     background-color: #464646;
  3.     width: 220px;
  4.     color: #fff;
  5.     position: fixed;
  6.     z-index: 999;
  7.     right: 10px;
  8.     bottom: 0
  9. }
  10. .arlinafollowButton {
  11.     background: #464646;
  12.     color: #fff;
  13.     font-size: 13px;
  14.     line-height: 28px;
  15.     padding: 0 10px;
  16.     text-decoration: none;
  17.     position: absolute;
  18.     top: -28px;
  19.     right: 0;
  20.     display: block;
  21.     border-radius: 2px 2px 0 0;
  22.     height: 28px;
  23.     font-weight: 700
  24. }
  25. .arlinafollowButton span {
  26.     background: url("https://4.bp.blogspot.com/-fc3-0J--iW8/VyPNjRmxJtI/AAAAAAAAD7U/emRRY6ntYEg3IaL-mev9XxE9M1OKh50fACLcB/s1600/follow-blogger.png") no-repeat scroll 0 3px transparent;
  27.     padding-left: 15px
  28. }
  29. .arlinafollowButton:hover,
  30. .arlinafollowButton:focus,
  31. .followActive,
  32. .followActive:hover {
  33.     color: #fff
  34. }
  35. .arlinafollowButton:hover span,
  36. .followActive span {
  37.     background-position: 0 -37px!important
  38. }
  39. .followactive {
  40.     background-color: #333
  41. }
  42. .arlinafollowForm {
  43.     padding: 15px;
  44.     margin: auto;
  45.     text-align: center;
  46.     font-size: 12px
  47. }
  48. .arlinafollowForm p {
  49.     margin: 10px 0
  50. }
  51. .arlinaFollowFooter {
  52.     text-align: center;
  53.     font-size: 11px;
  54.     padding: 7px 0;
  55.     margin: 0 0 -15px;
  56.     border-top: 1px solid #3c3c3c
  57. }
  58. .arlinaFollowFooter a {
  59.     color: #aaa;
  60.     background: none;
  61.     text-decoration: none
  62. }
  63. .arlinaFollowFooter a:hover {
  64.     color: #fff;
  65.     background: none
  66. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement