Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!--- TOOLTIPS START --->
- <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
- <script type="text/javascript" src="http://static.tumblr.com/7qjmkr5/IUmmdsy41/jquery.style-my-tooltips.js"></script>
- <script>
- (function($){
- $(document).ready(function(){
- $("[title]").style_my_tooltips();
- });
- })(jQuery);
- </script>
- </style>
- <!--- TOOLTIPS END --->
- /* --- TOOLTIPS START --- */
- #s-m-t-tooltip{
- max-width:300px;
- margin:15px;
- padding:2px 8px;
- border-bottom:1px solid #aab7b9;
- border-radius:0px;
- background:#e7e8dc;
- color:#aab7b9;
- z-index:9999999999999;
- font-size:15px;
- font-family: 'Calligraffitti', cursive;
- font-weight:bold;
- text-transform:normal;
- -webkit-transition:all 0.7s;
- -moz-transition:all 0.7s;
- -ms-transition:all 0.7s;
- -o-transition:all 0.7s;
- transition:all 0.7s;
- }
- /* --- TOOLTIPS END --- */
Advertisement
Add Comment
Please, Sign In to add comment