Нема описа

um-tipsy.css 2.2KB

12345678910111213141516171819202122232425262728293031
  1. .tipsy { padding: 5px; position: absolute; z-index: 9999999999!important; }
  2. .tipsy-inner {
  3. font-size: 13px !important;
  4. line-height: 17px !important;
  5. background-color: #333333 !important;
  6. color: #fff !important;
  7. max-width: 250px !important;
  8. padding: 6px 10px !important;
  9. text-align: left !important;
  10. word-wrap: break-word !important;
  11. -webkit-font-smoothing: antialiased !important;
  12. -moz-osx-font-smoothing: grayscale !important;
  13. }
  14. .tipsy-inner { border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; }
  15. .tipsy-arrow { position: absolute !important; width: 0 !important; height: 0 !important; line-height: 0 !important; border: 5px dashed #333; }
  16. .tipsy-arrow-n { border-bottom-color: #333 !important }
  17. .tipsy-arrow-s { border-top-color: #333 !important }
  18. .tipsy-arrow-e { border-left-color: #333 !important }
  19. .tipsy-arrow-w { border-right-color: #333 !important }
  20. .tipsy-n .tipsy-arrow { top: 0px; left: 50%; margin-left: -5px; border-bottom-style: solid; border-top: none; border-left-color: transparent; border-right-color: transparent; }
  21. .tipsy-nw .tipsy-arrow { top: 0; left: 10px; border-bottom-style: solid; border-top: none; border-left-color: transparent; border-right-color: transparent;}
  22. .tipsy-ne .tipsy-arrow { top: 0; right: 10px; border-bottom-style: solid; border-top: none; border-left-color: transparent; border-right-color: transparent;}
  23. .tipsy-s .tipsy-arrow { bottom: 0; left: 50%; margin-left: -5px; border-top-style: solid; border-bottom: none; border-left-color: transparent; border-right-color: transparent; }
  24. .tipsy-sw .tipsy-arrow { bottom: 0; left: 10px; border-top-style: solid; border-bottom: none; border-left-color: transparent; border-right-color: transparent; }
  25. .tipsy-se .tipsy-arrow { bottom: 0; right: 10px; border-top-style: solid; border-bottom: none; border-left-color: transparent; border-right-color: transparent; }
  26. .tipsy-e .tipsy-arrow { right: 0; top: 50%; margin-top: -5px; border-left-style: solid; border-right: none; border-top-color: transparent; border-bottom-color: transparent; }
  27. .tipsy-w .tipsy-arrow { left: 0; top: 50%; margin-top: -5px; border-right-style: solid; border-left: none; border-top-color: transparent; border-bottom-color: transparent; }