You are here

qtip.css in qTip (Stylish jQuery Tooltips) 7

Same filename and directory in other branches
  1. 6.2 css/qtip.css
  2. 6 css/qtip.css
  3. 7.2 css/qtip.css
.qtip-link {
  border-bottom: 3px double blue;
  cursor: default;
  color: blue;
  display: inline;
}

/* This is a not-real-cool way to circumvent the automatic <br> and <p>
   tags placed by the filtering system */
.qtip-link br,
.qtip-link p {
  display: none;
}

.qtip-header,
.qtip-tooltip {
  display: none;
}

.speech-bubble-options {
  margin-left: 30px;
}

File

css/qtip.css
View source
  1. .qtip-link {
  2. border-bottom: 3px double blue;
  3. cursor: default;
  4. color: blue;
  5. display: inline;
  6. }
  7. /* This is a not-real-cool way to circumvent the automatic
    and

  8. tags placed by the filtering system */
  9. .qtip-link br,
  10. .qtip-link p {
  11. display: none;
  12. }
  13. .qtip-header,
  14. .qtip-tooltip {
  15. display: none;
  16. }
  17. .speech-bubble-options {
  18. margin-left: 30px;
  19. }