DaphneRoss

Tumblr Controls

Aug 13th, 2013
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1.  
  2. #tumblr_controls {
  3. top: 100% !important;
  4. margin: -28px 0 0 0;
  5. right: 5px !important;
  6. position: fixed !important;
  7. -webkit-transition: opacity 0.8s linear;
  8. opacity: 0.60;
  9. }
  10.  
  11. #tumblr_controls:hover {
  12. -webkit-transition: opacity 0.8s linear;
  13. opacity: 1;
  14. }
Advertisement
Add Comment
Please, Sign In to add comment