Advertisement
hazzstop

tooltips #2(paste under {CustomCSS} )

Nov 30th, 2013
400
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. #s-m-t-tooltip{
  2. max-width:250px;
  3. z-index:999999;
  4. margin:10px;
  5. padding:2px 5px;
  6. border-radius:3px;
  7. text-transform:uppercase; /* cand be lowercase or none */
  8. border:1px solid #DDD; /* change the border width and color */
  9. background:#FFF; /* change the background color */
  10. color:#AAA; /* change the text color */
  11. font-family:calibri; /* change the font */
  12. font-size:8px; /* change the font size */
  13. box-shadow:1px 1px 3px rgba(0,0,0,.1);}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement