2 * qTip2 - Pretty powerful tooltips - v2.2.1
6 * Released under the MIT licenses
7 * http://jquery.org/license
9 * Date: Sun Sep 7 2014 12:09 GMT+0100+0100
10 * Plugins: tips modal viewport svg imagemap ie6
11 * Styles: core basic css3
37 word-wrap: break-word
;
42 padding: 5px 35px 5px 10px;
45 border-width: 0 0 1px;
49 .qtip-titlebar + .qtip-content{ border-top-width: 0 !important
; }
51 /* Default close button class */
54 right: -9px; top: -9px;
55 z-index: 11; /* Overlap .qtip-tip */
60 border: 1px solid transparent
;
63 .qtip-titlebar .qtip-close{
68 * html
.qtip-titlebar
.qtip-close
{ top: 16px; } /* IE fix */
70 .qtip-titlebar
.ui-icon
,
77 .qtip-icon, .qtip-icon .ui-icon{
78 -moz-border-radius: 3px;
79 -webkit-border-radius: 3px;
81 text-decoration: none
;
91 font: normal bold
10px/13px Tahoma
,sans-serif
;
94 background: transparent none no-repeat
-100em -100em;
97 /* Applied to 'focused' tooltips e.g. most recently displayed/interacted with */
100 /* Applied on hover of tooltips i.e. added/removed on mouseenter/mouseleave respectively */
103 /* Default tooltip style */
105 border: 1px solid
#F1D031;
107 background-color: #FFFFA3;
111 .qtip-default .qtip-titlebar{
112 background-color: #FFEF93;
115 .qtip-default .qtip-icon{
121 .qtip-default .qtip-titlebar .qtip-close{
127 /*! Light tooltip style */
129 background-color: white
;
130 border-color: #E2E2E2;
134 .qtip-light .qtip-titlebar{
135 background-color: #f1f1f1;
139 /*! Dark tooltip style */
141 background-color: #505050;
142 border-color: #303030;
146 .qtip-dark .qtip-titlebar{
147 background-color: #404040;
150 .qtip-dark .qtip-icon{
154 .qtip-dark .qtip-titlebar .ui-state-hover{
155 border-color: #303030;
159 /*! Cream tooltip style */
161 background-color: #FBF7AA;
162 border-color: #F9E98E;
166 .qtip-cream .qtip-titlebar{
167 background-color: #F0DE7D;
170 .qtip-cream .qtip-close .qtip-icon{
171 background-position: -82px 0;
175 /*! Red tooltip style */
177 background-color: #F78B83;
178 border-color: #D95252;
182 .qtip-red .qtip-titlebar{
183 background-color: #F06D65;
186 .qtip-red .qtip-close .qtip-icon{
187 background-position: -102px 0;
190 .qtip-red .qtip-icon{
191 border-color: #D95252;
194 .qtip-red .qtip-titlebar .ui-state-hover{
195 border-color: #D95252;
199 /*! Green tooltip style */
201 background-color: #CAED9E;
202 border-color: #90D93F;
206 .qtip-green .qtip-titlebar{
207 background-color: #B0DE78;
210 .qtip-green .qtip-close .qtip-icon{
211 background-position: -42px 0;
215 /*! Blue tooltip style */
217 background-color: #E5F6FE;
218 border-color: #ADD9ED;
222 .qtip-blue .qtip-titlebar{
223 background-color: #D0E9F5;
226 .qtip-blue .qtip-close .qtip-icon{
227 background-position: -2px 0;
232 -webkit-box-shadow: 1px 1px 3px 1px rgba
(0, 0, 0, 0.15);
233 -moz-box-shadow: 1px 1px 3px 1px rgba
(0, 0, 0, 0.15);
234 box-shadow: 1px 1px 3px 1px rgba
(0, 0, 0, 0.15);
237 /* Add rounded corners to your tooltips in: FF3+, Chrome 2+, Opera 10.6+, IE9+, Safari 2+ */
241 -moz-border-radius: 5px;
242 -webkit-border-radius: 5px;
246 .qtip-rounded .qtip-titlebar{
247 -moz-border-radius: 4px 4px 0 0;
248 -webkit-border-radius: 4px 4px 0 0;
249 border-radius: 4px 4px 0 0;
252 /* Youtube tooltip style */
254 -moz-border-radius: 2px;
255 -webkit-border-radius: 2px;
258 -webkit-box-shadow: 0 0 3px #333;
259 -moz-box-shadow: 0 0 3px #333;
260 box-shadow: 0 0 3px #333;
263 border: 0 solid transparent
;
266 background-image: -webkit-gradient
(linear
,left top
,left bottom
,color-stop
(0,#4A4A4A),color-stop
(100%,black
));
267 background-image: -webkit-linear-gradient
(top
,#4A4A4A 0,black
100%);
268 background-image: -moz-linear-gradient
(top
,#4A4A4A 0,black
100%);
269 background-image: -ms-linear-gradient
(top
,#4A4A4A 0,black
100%);
270 background-image: -o-linear-gradient
(top
,#4A4A4A 0,black
100%);
273 .qtip-youtube .qtip-titlebar{
274 background-color: #4A4A4A;
275 background-color: rgba
(0,0,0,0);
278 .qtip-youtube .qtip-content{
280 font: 12px arial
,sans-serif
;
282 filter: progid:DXImageTransform
.Microsoft
.Gradient
(GradientType
=0,StartColorStr
=#4a4a4a,EndColorStr
=#000000);
283 -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#4a4a4a,EndColorStr=#000000);";
286 .qtip-youtube .qtip-icon{
290 .qtip-youtube .qtip-titlebar .ui-state-hover{
291 border-color: #303030;
295 /* jQuery TOOLS Tooltip style */
298 background: rgba
(0, 0, 0, 0.7);
299 background-image: -webkit-gradient
(linear
, left top
, left bottom
, from
(#717171), to
(#232323));
300 background-image: -moz-linear-gradient
(top
, #717171, #232323);
301 background-image: -webkit-linear-gradient
(top
, #717171, #232323);
302 background-image: -ms-linear-gradient
(top
, #717171, #232323);
303 background-image: -o-linear-gradient
(top
, #717171, #232323);
305 border: 2px solid
#ddd;
306 border: 2px solid rgba
(241,241,241,1);
308 -moz-border-radius: 2px;
309 -webkit-border-radius: 2px;
312 -webkit-box-shadow: 0 0 12px #333;
313 -moz-box-shadow: 0 0 12px #333;
314 box-shadow: 0 0 12px #333;
318 .qtip-jtools .qtip-titlebar{
319 background-color: transparent
;
320 filter:progid:DXImageTransform
.Microsoft
.gradient
(startColorstr
=#717171,endColorstr
=#4A4A4A);
321 -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#717171,endColorstr=#4A4A4A)";
323 .qtip-jtools .qtip-content{
324 filter:progid:DXImageTransform
.Microsoft
.gradient
(startColorstr
=#4A4A4A,endColorstr
=#232323);
325 -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#4A4A4A,endColorstr=#232323)";
328 .qtip-jtools
.qtip-titlebar
,
329 .qtip-jtools .qtip-content{
330 background: transparent
;
332 border: 0 dashed transparent
;
335 .qtip-jtools .qtip-icon{
339 .qtip-jtools .qtip-titlebar .ui-state-hover{
346 -webkit-box-shadow: 4px 4px 5px rgba
(0, 0, 0, 0.4);
347 -moz-box-shadow: 4px 4px 5px rgba
(0, 0, 0, 0.4);
348 box-shadow: 4px 4px 5px rgba
(0, 0, 0, 0.4);
350 background-color: #D9D9C2;
352 border: 0 dashed transparent
;
355 .qtip-cluetip .qtip-titlebar{
356 background-color: #87876A;
358 border: 0 dashed transparent
;
361 .qtip-cluetip .qtip-icon{
362 border-color: #808064;
365 .qtip-cluetip .qtip-titlebar .ui-state-hover{
366 border-color: #696952;
374 background: rgba
(0, 0, 0, .87);
377 border: 0 solid transparent
;
380 font-family: 'Lucida Grande', sans-serif
;
383 text-shadow: 0 1px black
;
386 .qtip-tipsy .qtip-titlebar{
387 padding: 6px 35px 0 10px;
388 background-color: transparent
;
391 .qtip-tipsy .qtip-content{
395 .qtip-tipsy .qtip-icon{
400 .qtip-tipsy .qtip-titlebar .ui-state-hover{
401 border-color: #303030;
407 border: 3px solid
#959FA9;
409 -moz-border-radius: 3px;
410 -webkit-border-radius: 3px;
413 background-color: #F9F9F9;
420 .qtip-tipped .qtip-titlebar{
421 border-bottom-width: 0;
425 background-image: -webkit-gradient
(linear
, left top
, left bottom
, from
(#3A79B8), to
(#2E629D));
426 background-image: -webkit-linear-gradient
(top
, #3A79B8, #2E629D);
427 background-image: -moz-linear-gradient
(top
, #3A79B8, #2E629D);
428 background-image: -ms-linear-gradient
(top
, #3A79B8, #2E629D);
429 background-image: -o-linear-gradient
(top
, #3A79B8, #2E629D);
430 filter:progid:DXImageTransform
.Microsoft
.gradient
(startColorstr
=#3A79B8,endColorstr
=#2E629D);
431 -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3A79B8,endColorstr=#2E629D)";
434 .qtip-tipped .qtip-icon{
435 border: 2px solid
#285589;
439 .qtip-tipped .qtip-icon .ui-icon{
440 background-color: #FBFBFB;
446 * Twitter Bootstrap style.
448 * Tested with IE 8, IE 9, Chrome 18, Firefox 9, Opera 11.
449 * Does not work with IE 7.
452 /** Taken from Bootstrap body */
457 /** Taken from Bootstrap .popover */
459 background-color: #ffffff;
460 border: 1px solid
#ccc;
461 border: 1px solid rgba
(0, 0, 0, 0.2);
462 -webkit-border-radius: 6px;
463 -moz-border-radius: 6px;
465 -webkit-box-shadow: 0 5px 10px rgba
(0, 0, 0, 0.2);
466 -moz-box-shadow: 0 5px 10px rgba
(0, 0, 0, 0.2);
467 box-shadow: 0 5px 10px rgba
(0, 0, 0, 0.2);
468 -webkit-background-clip: padding-box
;
469 -moz-background-clip: padding
;
470 background-clip: padding-box
;
473 .qtip-bootstrap .qtip-titlebar{
474 /** Taken from Bootstrap .popover-title */
480 background-color: #f7f7f7;
481 border-bottom: 1px solid
#ebebeb;
482 -webkit-border-radius: 5px 5px 0 0;
483 -moz-border-radius: 5px 5px 0 0;
484 border-radius: 5px 5px 0 0;
487 .qtip-bootstrap .qtip-titlebar .qtip-close{
490 * .qtip-titlebar .qtip-close{
495 * border-style: solid;
503 .qtip-bootstrap .qtip-content{
504 /** Taken from Bootstrap .popover-content */
508 .qtip-bootstrap .qtip-icon{
511 * .qtip-default .qtip-icon {
512 * border-color: #CCC;
513 * background: #F1F1F1;
517 background: transparent
;
520 .qtip-bootstrap .qtip-icon .ui-icon{
523 * .qtip-icon .ui-icon{
531 /* Taken from Bootstrap .close */
537 text-shadow: 0 1px 0 #ffffff;
539 filter: alpha
(opacity
=20);
542 .qtip-bootstrap .qtip-icon .ui-icon:hover{
543 /* Taken from Bootstrap .close:hover */
545 text-decoration: none
;
548 filter: alpha
(opacity
=40);
552 /* IE9 fix - removes all filters */
553 .qtip:not
(.ie9haxors
) div
.qtip-content
,
554 .qtip:not(.ie9haxors) div.qtip-titlebar{
567 /* Opera bug #357 - Incorrect tip position
568 https://github.com/Craga89/qTip2/issues/367 */
569 x:-o-prefocus
, .qtip
.qtip-tip
{
574 .qtip
.qtip-tip
.qtip-vml
,
575 .qtip .qtip-tip canvas{
579 background: transparent
;
580 border: 0 dashed transparent
;
583 .qtip .qtip-tip canvas{ top: 0; left: 0; }
585 .qtip .qtip-tip .qtip-vml{
586 behavior: url
(#default#VML
);
587 display: inline-block
;
595 width: 100%; height: 100%;
598 /* Applied to modals with show.modal.blur set to true */
599 #qtip-overlay.blurs
{ cursor: pointer
; }
601 /* Change opacity of overlay here */
605 width: 100%; height: 100%;
607 background-color: black
;
610 filter:alpha
(opacity
=70);
611 -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
616 position: absolute
!important
;