Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /*POLL TAB BY PAINTHEMES.TUMBLR.COM*/
- #votebox {
- position:fixed!important;
- text-align:left;
- font-size: 5px;
- bottom:-30px;
- right:20px;
- padding: 8px;
- height:12px;
- width:150px;
- transition: all 0.6s ease-out;
- -o-transition-transition: all 0.6s ease-out;
- -webkit-transition: all 0.6s ease-out;
- -moz-transition: all 0.6s ease-out;
- }
- #votebox:hover{
- bottom:-35px;
- height:330px;
- transition: all 0.6s ease-out;
- -o-transition-transition: all 0.6s ease-out;
- -webkit-transition: all 0.6s ease-out;
- -moz-transition: all 0.6s ease-out;
- }
- vt{
- background:#fff; /*background of title*/
- width:90px;
- padding:10px;
- margin-left:17px;
- text-align:center;
- margin-top:-50px;
- position:fixed;
- font-family: Montserrat, Helvetica, Arial, sans-serif;
- letter-spacing:2px;
- text-transform:uppercase;
- font-weight:bold;
- color:black;
- height:12px;
- line-height:11px;
- font-size:13px;
- text-transform:uppercase; }
- /*font*/
- @import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);
- /*POLL TAB BY PAINTHEMES.TUMBLR.COM*/
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement