2 * qTip2 - Pretty powerful tooltips - v2.2.0
5 * Copyright (c) 2013 Craig Michael Thompson
6 * Released under the MIT, GPL licenses
7 * http://jquery.org/license
9 * Date: Mon Dec 16 2013 04:37 EST-0500
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;
61 border-color: transparent
;
64 .qtip-titlebar .qtip-close{
69 * html
.qtip-titlebar
.qtip-close
{ top: 16px; } /* IE fix */
71 .qtip-titlebar
.ui-icon
,
78 .qtip-icon, .qtip-icon .ui-icon{
79 -moz-border-radius: 3px;
80 -webkit-border-radius: 3px;
82 text-decoration: none
;
92 font: normal bold
10px/13px Tahoma
,sans-serif
;
95 background: transparent none no-repeat
-100em -100em;
98 /* Applied to 'focused' tooltips e.g. most recently displayed/interacted with */
101 /* Applied on hover of tooltips i.e. added/removed on mouseenter/mouseleave respectively */
104 /* Default tooltip style */
108 border-color: #F1D031;
110 background-color: #FFFFA3;
114 .qtip-default .qtip-titlebar{
115 background-color: #FFEF93;
118 .qtip-default .qtip-icon{
124 .qtip-default .qtip-titlebar .qtip-close{
131 /*! Light tooltip style */
133 background-color: white
;
134 border-color: #E2E2E2;
138 .qtip-light .qtip-titlebar{
139 background-color: #f1f1f1;
143 /*! Dark tooltip style */
145 background-color: #505050;
146 border-color: #303030;
150 .qtip-dark .qtip-titlebar{
151 background-color: #404040;
154 .qtip-dark .qtip-icon{
158 .qtip-dark .qtip-titlebar .ui-state-hover{
159 border-color: #303030;
163 /*! Cream tooltip style */
165 background-color: #FBF7AA;
166 border-color: #F9E98E;
170 .qtip-cream .qtip-titlebar{
171 background-color: #F0DE7D;
174 .qtip-cream .qtip-close .qtip-icon{
175 background-position: -82px 0;
179 /*! Red tooltip style */
181 background-color: #F78B83;
182 border-color: #D95252;
186 .qtip-red .qtip-titlebar{
187 background-color: #F06D65;
190 .qtip-red .qtip-close .qtip-icon{
191 background-position: -102px 0;
194 .qtip-red .qtip-icon{
195 border-color: #D95252;
198 .qtip-red .qtip-titlebar .ui-state-hover{
199 border-color: #D95252;
203 /*! Green tooltip style */
205 background-color: #CAED9E;
206 border-color: #90D93F;
210 .qtip-green .qtip-titlebar{
211 background-color: #B0DE78;
214 .qtip-green .qtip-close .qtip-icon{
215 background-position: -42px 0;
219 /*! Blue tooltip style */
221 background-color: #E5F6FE;
222 border-color: #ADD9ED;
226 .qtip-blue .qtip-titlebar{
227 background-color: #D0E9F5;
230 .qtip-blue .qtip-close .qtip-icon{
231 background-position: -2px 0;