PluginProbe
GSpeech TTS – WordPress Text To Speech Plugin / 3.21.0
GSpeech TTS – WordPress Text To Speech Plugin v3.21.0
3.21.5 3.21.4 3.21.3 3.21.1 3.21.2 3.20.8 3.21.0 3.20.7 3.20.6 3.20.4 3.20.5 3.20.3 3.1.5 3.1.6 3.1.7 3.1.8 3.1.9 3.10.0 3.10.1 3.10.2 3.10.3 3.11.0 3.11.1 3.11.2 3.12.0 All 161 releases
gspeech / includes / css / the-tooltip.css

the-tooltip.css in GSpeech TTS – WordPress Text To Speech Plugin 3.21.0, at includes/css/the-tooltip.css

305 lines 8.8 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 .the-tooltip {
2 }
3 .the-tooltip > .tooltip_inner {
4 border: solid 1px;
5 border-radius: 5px;
6 -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 0.3) inset;
7 -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 0.3) inset;
8 box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 0.3) inset;
9 -webkit-box-sizing: border-box;
10 -moz-box-sizing: border-box;
11 -ms-box-sizing: border-box;
12 box-sizing: border-box;
13 font-size: 14px;
14 padding: 7px 13px 7px 12px;
15 position: absolute;
16 -webkit-transition: 0.2s 0s;
17 -moz-transition: 0.2s 0s;
18 -ms-transition: 0.2s 0s;
19 -o-transition: 0.2s 0s;
20 transition: 0.2s 0s;
21 width: 250px;
22 z-index: 999;
23 line-height: 24px;
24 font-weight: normal;
25 }
26 .the-tooltip > .tooltip_inner.powered_by {
27 background: rgb(30,87,153); /* Old browsers */
28 background: -moz-linear-gradient(top, rgba(30,87,153,1) 0%, rgba(41,137,216,1) 50%, rgba(32,124,202,1) 51%, rgba(125,185,232,1) 100%); /* FF3.6+ */
29 background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(30,87,153,1)), color-stop(50%,rgba(41,137,216,1)), color-stop(51%,rgba(32,124,202,1)), color-stop(100%,rgba(125,185,232,1))); /* Chrome,Safari4+ */
30 background: -webkit-linear-gradient(top, rgba(30,87,153,1) 0%,rgba(41,137,216,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%); /* Chrome10+,Safari5.1+ */
31 background: -o-linear-gradient(top, rgba(30,87,153,1) 0%,rgba(41,137,216,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%); /* Opera 11.10+ */
32 background: -ms-linear-gradient(top, rgba(30,87,153,1) 0%,rgba(41,137,216,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%); /* IE10+ */
33 background: linear-gradient(to bottom, rgba(30,87,153,1) 0%,rgba(41,137,216,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%); /* W3C */
34 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#7db9e8',GradientType=0 ); /* IE6-9 */
35 opacity: 0.99;
36 width: 202px !important;
37 padding: 4px 13px 5px 12px !important;
38 }
39 .the-tooltip.dark-midnight-blue > .tooltip_inner.powered_by:after {
40 border-color: rgb(17, 89, 162)!important;
41 }
42 .the-tooltip.bottom > .tooltip_inner.powered_by:after, .the-tooltip.bottom > .tooltip_inner.powered_by:before {
43 border-left-color: transparent !important;
44 border-right-color: transparent !important;
45 border-top-color: transparent !important;
46 bottom: 100%;
47 }
48 .the-tooltip.dark-midnight-blue > .tooltip_inner.powered_by {
49 border-color: rgb(0, 58, 116) !important;
50 }
51
52
53 .the-tooltip > .tooltip_inner * {
54 max-width: 100%;
55 }
56 .the-tooltip > .tooltip_inner:after, .the-tooltip > .tooltip_inner:before {
57 border: solid 11px;
58 content: "";
59 display: block;
60 margin: 0 20px 0 20px;
61 position: absolute;
62 }
63 .the-tooltip.bottom > .tooltip_inner {
64 }
65 .the-tooltip.bottom > .tooltip_inner:after {
66 margin-bottom: -1px;
67 }
68 .the-tooltip.bottom > .tooltip_inner:after, .the-tooltip.bottom > .tooltip_inner:before {
69 border-left-color: transparent !important;
70 border-right-color: transparent !important;
71 border-top-color: transparent !important;
72 bottom: 100%;
73 }
74 .the-tooltip.bottom > .tooltip_inner:before {
75 margin-bottom: 0px;
76 }
77 .the-tooltip.center > .tooltip_inner {
78 }
79 .the-tooltip.center > .tooltip_inner:after, .the-tooltip.center > .tooltip_inner:before {
80 left: 50%;
81 margin-left: -10px;
82 }
83 .the-tooltip.left > .tooltip_inner {
84 left: 0;
85 }
86 .the-tooltip.left > .tooltip_inner:after, .the-tooltip.left > .tooltip_inner:before {
87 left: 0;
88 }
89 .the-tooltip.right > .tooltip_inner {
90 right: 0;
91 }
92 .the-tooltip.right > .tooltip_inner:after, .the-tooltip.right > .tooltip_inner:before {
93 right: 0;
94 }
95 .the-tooltip.top > .tooltip_inner {
96 bottom: 100%;
97 margin-bottom: 15px;
98 }
99 .the-tooltip.top > .tooltip_inner:after {
100 margin-top: -1px;
101 }
102 .the-tooltip.top > .tooltip_inner:after, .the-tooltip.top > .tooltip_inner:before {
103 border-bottom-color: transparent !important;
104 border-left-color: transparent !important;
105 border-right-color: transparent !important;
106 top: 100%;
107 }
108 .the-tooltip.top > .tooltip_inner:before {
109 margin-top: 0px;
110 }
111 .the-tooltip.auto-width > .tooltip_inner {
112 white-space: nowrap;
113 width: auto;
114 }
115 .the-tooltip.auto-width > .tooltip_inner.extra_addition_127 {
116 white-space: nowrap;
117 width: auto;
118 }
119 .the-tooltip.full-width > .tooltip_inner {
120 left: 0;
121 margin-left: 0;
122 width: 100%;
123 }
124 .the-tooltip.apple-green > .tooltip_inner {
125 background-color: #8db600;
126 border-color: #658300;
127 color: #161d00;
128 }
129 .the-tooltip.apple-green > .tooltip_inner:after {
130 border-color: #8db600;
131 }
132 .the-tooltip.apple-green > .tooltip_inner:before {
133 border-color: #658300;
134 }
135 .the-tooltip.apple-green > .tooltip_inner {
136 text-shadow: 0 1px 0 rgba(255, 255, 255, 0.3);
137 }
138 .the-tooltip.apricot > .tooltip_inner {
139 background-color: #fbceb1;
140 border-color: #f9b080;
141 color: #441d03;
142 }
143 .the-tooltip.apricot > .tooltip_inner:after {
144 border-color: #fbceb1;
145 }
146 .the-tooltip.apricot > .tooltip_inner:before {
147 border-color: #f9b080;
148 }
149 .the-tooltip.apricot > .tooltip_inner {
150 text-shadow: 0 1px 0 rgba(255, 255, 255, 0.3);
151 }
152 .the-tooltip.black > .tooltip_inner {
153 background-color: rgba(51, 51, 51, 0.88);
154 border-color: #0d0d0d;
155 color: #ffffff;
156 }
157 .the-tooltip.black > .tooltip_inner:after {
158 border-color: rgba(80, 77, 77, 0.95);
159 }
160 .the-tooltip.black > .tooltip_inner:before {
161 border-color: #0d0d0d;
162 }
163 .the-tooltip.black > .tooltip_inner {
164 text-shadow: 0 1px 0 #000000;
165 }
166 .the-tooltip.carrot-orange > .tooltip_inner {
167 background-color: #ed9121;
168 border-color: #b3690f;
169 color: #251603;
170 }
171 .the-tooltip.carrot-orange > .tooltip_inner:after {
172 border-color: #ed9121;
173 }
174 .the-tooltip.carrot-orange > .tooltip_inner:before {
175 border-color: #b3690f;
176 }
177 .the-tooltip.carrot-orange > .tooltip_inner {
178 text-shadow: 0 1px 0 rgba(255, 255, 255, 0.3);
179 }
180 .the-tooltip.eggplant > .tooltip_inner {
181 background-color: #614051;
182 border-color: #33222b;
183 color: #ffffff;
184 }
185 .the-tooltip.eggplant > .tooltip_inner:after {
186 border-color: #614051;
187 }
188 .the-tooltip.eggplant > .tooltip_inner:before {
189 border-color: #33222b;
190 }
191 .the-tooltip.eggplant > .tooltip_inner {
192 text-shadow: 0 1px 0 #000000;
193 }
194 .the-tooltip.forest-green > .tooltip_inner {
195 background-color: #014421;
196 border-color: #001209;
197 color: #ffffff;
198 }
199 .the-tooltip.forest-green > .tooltip_inner:after {
200 border-color: #014421;
201 }
202 .the-tooltip.forest-green > .tooltip_inner:before {
203 border-color: #001209;
204 }
205 .the-tooltip.forest-green > .tooltip_inner {
206 text-shadow: 0 1px 0 #000000;
207 }
208 .the-tooltip.bright-lavender > .tooltip_inner {
209 background-color: #bf94e4;
210 border-color: #9a57d5;
211 color: #250e38;
212 }
213 .the-tooltip.bright-lavender > .tooltip_inner:after {
214 border-color: #bf94e4;
215 }
216 .the-tooltip.bright-lavender > .tooltip_inner:before {
217 border-color: #9a57d5;
218 }
219 .the-tooltip.bright-lavender > .tooltip_inner {
220 text-shadow: 0 1px 0 rgba(255, 255, 255, 0.3);
221 }
222 .the-tooltip.dark-midnight-blue > .tooltip_inner {
223 background-color: #003366;
224 border-color: #000d1a;
225 color: #ffffff;
226 }
227 .the-tooltip.dark-midnight-blue > .tooltip_inner:after {
228 border-color: #003366;
229 }
230 .the-tooltip.dark-midnight-blue > .tooltip_inner:before {
231 border-color: #000d1a;
232 }
233 .the-tooltip.dark-midnight-blue > .tooltip_inner {
234 text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
235 }
236 .the-tooltip.magic-mint > .tooltip_inner {
237 background-color: #aaf0d1;
238 border-color: #69e5ae;
239 color: #0c432a;
240 }
241 .the-tooltip.magic-mint > .tooltip_inner:after {
242 border-color: #aaf0d1;
243 }
244 .the-tooltip.magic-mint > .tooltip_inner:before {
245 border-color: #69e5ae;
246 }
247 .the-tooltip.magic-mint > .tooltip_inner {
248 text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
249 }
250 .the-tooltip.mustard > .tooltip_inner {
251 background-color: #ffdb58;
252 border-color: #f1bd00;
253 color: #3f3100;
254 }
255 .the-tooltip.mustard > .tooltip_inner:after {
256 border-color: #ffdb58;
257 }
258 .the-tooltip.mustard > .tooltip_inner:before {
259 border-color: #f1bd00;
260 }
261 .the-tooltip.mustard > .tooltip_inner {
262 text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
263 }
264 .the-tooltip.sienna > .tooltip_inner {
265 background-color: #882d17;
266 border-color: #47170c;
267 color: #ffffff;
268 }
269 .the-tooltip.sienna > .tooltip_inner:after {
270 border-color: #882d17;
271 }
272 .the-tooltip.sienna > .tooltip_inner:before {
273 border-color: #47170c;
274 }
275 .the-tooltip.sienna > .tooltip_inner {
276 text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
277 }
278 .the-tooltip.sky-blue > .tooltip_inner {
279 background-color: #87ceeb;
280 border-color: #45b3e0;
281 color: #0d3a4d;
282 }
283 .the-tooltip.sky-blue > .tooltip_inner:after {
284 border-color: #87ceeb;
285 }
286 .the-tooltip.sky-blue > .tooltip_inner:before {
287 border-color: #45b3e0;
288 }
289 .the-tooltip.sky-blue > .tooltip_inner {
290 text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
291 }
292 .the-tooltip.sunset > .tooltip_inner {
293 background-color: #fad6a5;
294 border-color: #f6b55d;
295 color: #4f2f04;
296 }
297 .the-tooltip.sunset > .tooltip_inner:after {
298 border-color: #fad6a5;
299 }
300 .the-tooltip.sunset > .tooltip_inner:before {
301 border-color: #f6b55d;
302 }
303 .the-tooltip.sunset > .tooltip_inner {
304 text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
305 }