onediewreckshun

tooltip css

Mar 9th, 2013
506
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.55 KB | None | 0 0
  1. #s-m-t-tooltip {/* tutorial by kimsjongin.tumblr.com */
  2.  
  3. max-width:300px;
  4.  
  5. padding:3px 4px 5px 4px;
  6.  
  7. margin:20px 0px 0px 20px;
  8.  
  9. background-color:#fff; /* change the background color */
  10.  
  11. border:1px solid #ddd; /* change the border color */
  12.  
  13. font-family:calibri; /* change the font */
  14.  
  15. font-size:9px; /* change the font size */
  16.  
  17. letter-spacing:2px; /* change the letter spacing */
  18.  
  19. text-transform:uppercase; /* can be uppercase, lowercase, none*/
  20.  
  21. color:#999; /* change the text color */
  22.  
  23. z-index:999999999999999999999999999999999999;
  24.  
  25. }
Advertisement
Add Comment
Please, Sign In to add comment