Guest User

Untitled

a guest
Feb 19th, 2018
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.18 KB | None | 0 0
  1. /**************************
  2. BEGIN TOOL TIP CSS
  3. **************************/
  4. a.tip {position: relative;}
  5. a span.tip-content,
  6. a span.tip-bottom {
  7. position: absolute;
  8. width: 273px;
  9. padding: 20px 50px 5px 20px;
  10. bottom: 48px;
  11. left: -50px;
  12. background: transparent url(images/tool-tips-content.png) no-repeat 0 0;
  13. color: #6a645c;
  14. }
  15. a span.tip-bottom {
  16. display: block;
  17. padding: 0 20px;
  18. bottom: 16px;
  19. height: 33px;
  20. background: transparent url(images/tool-tips-bottom.png) 0 0 no-repeat;
  21. }
  22. .tip-content strong {
  23. display: block;
  24. border-bottom: 1px dotted #c1c1c1;
  25. font: bold 12px Georgia;
  26. padding-bottom: 3px;
  27. margin-bottom: 5px;
  28. }
  29. .tip-content em {
  30. text-decoration: underline;
  31. font-style: normal;
  32. color: #5683ae;
  33. padding-right: 14px;
  34. background: transparent url(images/arrow.png) no-repeat right 2px;
  35. }
  36. .tip-content img {
  37. float: left;
  38. margin-right: 5px;
  39. }
  40. /*************************************
  41. ADDITIONAL CSS FOR NON JAVASCRIPT USE
  42. **************************************/
  43. a span.tip-content,
  44. a span.tip-bottom {visibility: hidden;}
  45.  
  46. a:hover span.tip-content,
  47. a:hover span.tip-bottom {visibility: visible;}
Add Comment
Please, Sign In to add comment