Advertisement
planthed

Social box #1

Feb 12th, 2016
1,188
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.75 KB | None | 0 0
  1. /*SOCIAL BOX BY PAINTHEMES*/
  2.  
  3. /*style of your box*/
  4.  
  5. #social{
  6. z-index:999999;
  7. position:fixed;
  8. top:40px;
  9. right:10px;
  10. width:auto;
  11. max-width:200px;
  12. padding:10px;
  13. height:auto;
  14. text-align:right;
  15. }
  16.  
  17. /*style of the title*/
  18.  
  19. .tt{
  20. color:{color:accent}; /*color of your title text*/
  21. padding-right:5px;
  22. text-transform:uppercase;
  23. letter-spacing:1px;
  24. font-size:12px;
  25. border-right:1px solid {color:aacent};
  26. }
  27.  
  28. /*style of your bolded text*/
  29.  
  30. b1{
  31. font-style:italic;
  32. font-weight:bold;
  33. }
  34.  
  35. /*delete if you don't want your links with underline*/
  36.  
  37. #social a{border-bottom:1px solid {color:accent};}
  38.  
  39. #social a:hover{border-bottom:1px solid {color:text};}
  40.  
  41. /*delete if you don't want your links with underline*/
  42.  
  43. /*SOCIAL BOX BY PAINTHEMES*/
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement