Advertisement
planthed

Poll tab. Step 1

Apr 20th, 2016
213
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.02 KB | None | 0 0
  1. /*POLL TAB BY PAINTHEMES.TUMBLR.COM*/
  2.  
  3. #votebox {
  4. position:fixed!important;
  5. text-align:left;
  6. font-size: 5px;
  7. bottom:-30px;
  8. right:20px;
  9. padding: 8px;
  10. height:12px;
  11. width:150px;
  12. transition: all 0.6s ease-out;
  13. -o-transition-transition: all 0.6s ease-out;
  14. -webkit-transition: all 0.6s ease-out;
  15. -moz-transition: all 0.6s ease-out;
  16. }
  17. #votebox:hover{
  18. bottom:-35px;
  19. height:330px;
  20. transition: all 0.6s ease-out;
  21. -o-transition-transition: all 0.6s ease-out;
  22. -webkit-transition: all 0.6s ease-out;
  23. -moz-transition: all 0.6s ease-out;
  24. }
  25.  
  26. vt{
  27. background:#fff; /*background of title*/
  28. width:90px;
  29. padding:10px;
  30. margin-left:17px;
  31. text-align:center;
  32. margin-top:-50px;
  33. position:fixed;
  34. font-family: Montserrat, Helvetica, Arial, sans-serif;
  35. letter-spacing:2px;
  36. text-transform:uppercase;
  37. font-weight:bold;
  38. color:black;
  39. height:12px;
  40. line-height:11px;
  41. font-size:13px;
  42. text-transform:uppercase; }
  43.  
  44. /*font*/
  45. @import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);
  46.  
  47. /*POLL TAB BY PAINTHEMES.TUMBLR.COM*/
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement