qtip.css in qTip (Stylish jQuery Tooltips) 7
Same filename and directory in other branches
.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.cssView source
-
- .qtip-link {
- border-bottom: 3px double blue;
- cursor: default;
- color: blue;
- display: inline;
- }
-
- /* This is a not-real-cool way to circumvent the automatic
and
- 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;
- }