Advertisement
Unzo

Tumblr Controls Effect

Oct 16th, 2013
1,539
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1. Tutorial by Unzo - http://unzo.tumblr.com/
  2.  
  3. 01- Paste the following code after "<style type="text/css">" in your HTML code (ctrl+f to search)
  4.  
  5. #tumblr_controls{
  6. position:fixed !important;
  7. opacity:0.3;
  8. -webkit-filter:invert(100%);
  9. -moz-filter:invert(100%);
  10. -o-filter:invert(100%);
  11. filter:invert(100%);
  12. }
  13.  
  14. ----------------------------------------------------------------------------------------------------
  15.  
  16. 02- Update Preview -> Save. Refresh the page and done!
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement