bluerosemarcella

Tooltip 1

Dec 30th, 2013
454
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.51 KB | None | 0 0
  1. #s-m-t-tooltip {
  2.  
  3. max-width:300px;
  4.  
  5. opacity:1;
  6.  
  7. padding:3px 4px 5px 4px;
  8.  
  9. margin:-35px 0px -10px 30px;
  10.  
  11. background-color:#fff; /* change the background color */
  12.  
  13. border:0.5px solid #5D7B93; /* change the border color */
  14.  
  15. font-family:'cambria'; /* change the font */
  16.  
  17. font-size:9px; /* change the font size */
  18.  
  19. letter-spacing:2px; /* change the letter spacing */
  20.  
  21. text-transform:uppercase; /* can be uppercase, lowercase, none*/
  22.  
  23. color:#5D7B93; /* change the text color */
  24.  
  25. z-index:1000;
  26.  
  27. }
Advertisement
Add Comment
Please, Sign In to add comment