elsaofarendelle

tooltips fancy

Jul 22nd, 2016 (edited)
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.90 KB | None | 0 0
  1. <!--- TOOLTIPS START --->
  2.  
  3. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  4. <script type="text/javascript" src="http://static.tumblr.com/7qjmkr5/IUmmdsy41/jquery.style-my-tooltips.js"></script>
  5. <script>
  6. (function($){
  7. $(document).ready(function(){
  8. $("[title]").style_my_tooltips();
  9. });
  10. })(jQuery);
  11. </script>
  12.  
  13.  
  14. </style>
  15.  
  16. <!--- TOOLTIPS END --->
  17.  
  18. /* --- TOOLTIPS START --- */
  19.  
  20. #s-m-t-tooltip{
  21. max-width:300px;
  22. margin:15px;
  23. padding:2px 8px;
  24. border-bottom:1px solid #aab7b9;
  25. border-radius:0px;
  26. background:#e7e8dc;
  27. color:#aab7b9;
  28. z-index:9999999999999;
  29. font-size:15px;
  30. font-family: 'Calligraffitti', cursive;
  31. font-weight:bold;
  32. text-transform:normal;
  33. -webkit-transition:all 0.7s;
  34. -moz-transition:all 0.7s;
  35. -ms-transition:all 0.7s;
  36. -o-transition:all 0.7s;
  37. transition:all 0.7s;
  38. }
  39.  
  40.  
  41. /* --- TOOLTIPS END --- */
Advertisement
Add Comment
Please, Sign In to add comment