PluginProbe ʕ •ᴥ•ʔ
Interactive Image Map Builder / 2.3
Interactive Image Map Builder v2.3
trunk 1.0 1.1 1.2 1.3 1.4 1.5 1.6 1.7 1.8 1.9 2.0 2.1 2.2 2.3 2.4 2.5 2.6 2.7 2.8 2.9 3.0 3.1
interactive-image-map-builder / output-common-css.css
interactive-image-map-builder Last commit date
assets 1 year ago settings 1 year ago functions.php 1 year ago header.php 2 years ago home.php 2 years ago index.php 1 year ago license.php 2 years ago output-common-css.css 1 year ago output-css.php 2 years ago readme.txt 1 year ago shortcode.php 1 year ago template-menu.php 2 years ago
output-common-css.css
448 lines
1 .isimb-6310-drag {
2 width: auto;
3 height: auto;
4 display: inline-block !important;
5 position: absolute;
6 bottom: 0;
7 left: 0;
8 cursor: pointer;
9 background: transparent !important;
10 border: none !important;
11 }
12
13 .isimb-6310-hide {
14 display: none;
15 }
16
17 .isimb-6310-point-icons,
18 .isimb-6310-point-icons * {
19 float: left;
20 }
21
22 .isimb-6310-builder-box {
23 width: 100%;
24 background: transparent;
25 padding: 0;
26 position: relative;
27 overflow: hidden;
28 }
29 .isimb-6310-annotation-box-inner {
30 transition: transform 0.3s ease;
31 }
32 .isimb-6310-annotation-box-inner:active {
33 cursor: grabbing;
34 }
35 .isimb-6310-builder-box .isimb-6310-main-image {
36 width: 100%;
37 height: auto;
38 padding: 0;
39 margin: 0;
40 }
41
42 .isimb-6310-drag .isimb-6310-pin-main-img,
43 .isimb-6310-drag .isimb-6310-pin-hover-img {
44 position: relative;
45 text-decoration: none;
46 }
47
48 .isimb-6310-pin-hover-img {
49 display: none !important;
50 text-decoration: none;
51 }
52
53 .isimb-6310-drag:hover .isimb-6310-pin-hover-img {
54 display: inline-block !important;
55 text-decoration: none;
56 }
57
58 .isimb-6310-drag:hover .isimb-6310-pin-main-img {
59 display: none !important;
60 }
61
62 /* Template CSS Start */
63
64 /* temp 01 */
65
66 .isimb-6310-tooltip.isimb-6310-template-01 a {
67 text-decoration: none;
68 font-size: 20px;
69 color: #000000;
70 }
71
72 .isimb-6310-tooltip.isimb-6310-template-01 {
73 float: left;
74 width: auto;
75 background: lightcoral;
76 position: relative;
77 margin-top: 50px;
78 margin-left: 50px;
79 }
80
81 .isimb-6310-template-01-hover-content {
82 width: auto;
83 background-color: transparent;
84 color: rgb(0, 0, 0);
85 text-align: center;
86 border-radius: 6px;
87 z-index: 1;
88 float: left;
89 position: relative;
90 width: 100%;
91 height: 100%;
92 }
93
94 /* temp 02 */
95
96 .isimb-6310-template-02-hover-content {
97 background-color: transparent;
98 color: #fff;
99 text-align: center;
100 position: relative;
101 border-radius: 6px;
102 z-index: 1;
103 left: 0;
104 }
105
106 .isimb-6310-template-02-content {
107 align-items: center;
108 justify-content: center;
109 }
110
111 .isimb-6310-pos-right-tooltip::after {
112 content: "";
113 position: absolute;
114 width: 0;
115 height: 0;
116 border-top: 10px solid transparent;
117 border-bottom: 10px solid transparent;
118 border-right: 10px solid black;
119 left: -9px;
120 top: 50%;
121 }
122
123 .isimb-6310-template-02-content iframe {
124 max-height: 100% !important;
125 max-width: 100% !important;
126 position: relative;
127 border: 1px solid #fff;
128 }
129 .isimb-6310-close-button {
130 background-repeat: no-repeat;
131 position: absolute;
132 cursor: pointer;
133 z-index: 9999999;
134 }
135 .isimb-6310-popup {
136 float: left;
137 padding: 0 !important;
138 margin: 0 !important;
139 /* line-height: 0!important; */
140 }
141
142 /* temp 03 */
143
144 .isimb-6310-template-03-hover-content {
145 width: 400px;
146 transition: 0.5s;
147 position: relative;
148 z-index: 1;
149 }
150
151 .isimb-6310-template-03-tooltip-testimonial {
152 padding: 20px;
153 background: cornsilk;
154 float: left;
155 width: 100%;
156 }
157
158 .isimb-6310-template-03-tooltip-testimonial
159 .isimb-6310-template-03-tooltip-pic {
160 width: 40%;
161 height: auto;
162 float: left;
163 margin-right: 10px;
164 position: relative;
165 }
166
167 .isimb-6310-template-03-tooltip-testimonial
168 .isimb-6310-template-03-tooltip-pic
169 img {
170 width: 100% !important;
171 height: auto !important;
172 border-radius: 0 !important;
173 animation: unset !important;
174 }
175
176 .isimb-6310-template-03-tooltip-testimonial
177 .isimb-6310-template-03-tooltip-testimonial-content {
178 width: calc(60% - 10px);
179 float: left;
180 }
181
182 .isimb-6310-template-03-tooltip-testimonial
183 .isimb-6310-template-03-tooltip-testimonial-title {
184 font-size: 24px;
185 color: #e16b47;
186 text-transform: capitalize;
187 width: 100%;
188 float: left;
189 }
190
191 .isimb-6310-template-03-tooltip-testimonial
192 .isimb-6310-template-03-tooltip-description {
193 font-size: 13px;
194 color: #7c7c7c;
195 line-height: 22px;
196 float: left;
197 width: 100%;
198 }
199
200 /* temp 04 */
201
202 .isimb-6310-template-04-tooltip-testimonial {
203 width: 400px;
204 background: #3e2a41;
205 transition: 0.5s;
206 bottom: 0;
207 position: relative;
208 display: flex;
209 flex-direction: column;
210 justify-content: center;
211 align-items: center;
212 margin-top: 50px;
213 }
214
215 .isimb-6310-template-04-tooltip-testimonial-content {
216 justify-content: center;
217 align-items: center;
218 display: flex;
219 flex-direction: column;
220 }
221
222 .isimb-6310-template-04-tooltip-pic {
223 width: 120px;
224 height: 120px;
225 border-radius: 50%;
226 margin-top: -50px;
227 overflow: hidden;
228 border: 8px solid rgba(255, 255, 255, 0.15);
229 }
230
231 .isimb-6310-template-04-tooltip-pic img {
232 width: 100% !important;
233 height: 100% !important;
234 position: relative !important;
235 }
236
237 .isimb-6310-template-04-tooltip-title {
238 font-size: 25px;
239 font-weight: bold;
240 color: rgb(255, 255, 255);
241 margin: 10px 0 0 0;
242 font-family: sans-serif;
243 }
244
245 .isimb-6310-template-04-tooltip-description {
246 display: inline-block;
247 margin: 10px;
248 padding: 8px;
249 border: 1px solid rgb(0 0 0 / 15%);
250 font-size: 14px;
251 color: rgb(255, 255, 255);
252 position: relative;
253 box-sizing: border-box;
254 font-family: sans-serif;
255 text-decoration: none;
256 }
257
258 /* temp 05 */
259
260 .isimb-6310-template-05-hover-content {
261 width: 450px;
262 background: #3e2a41;
263 transition: 0.5s;
264 bottom: 0;
265 position: relative;
266 z-index: 1;
267 float: left;
268 }
269
270 .isimb-6310-template-05-hover-content
271 .isimb-6310-template-05-tooltip-testimonial {
272 margin: 20px 0;
273 display: flex;
274 }
275
276 .isimb-6310-template-05-tooltip-testimonial-content {
277 width: 100%;
278 float: left;
279 display: flex;
280 flex-direction: column;
281 align-items: center;
282 margin: 8px;
283 }
284
285 .isimb-6310-template-05-tooltip-pic {
286 width: 90%;
287 border-radius: 50%;
288 margin: 0 auto;
289 overflow: hidden;
290 border: 8px solid rgba(255, 255, 255, 0.15);
291 display: flex;
292 justify-content: center;
293 align-items: center;
294 }
295
296 .isimb-6310-template-05-tooltip-pic img {
297 width: 100% !important;
298 height: auto;
299 position: relative !important;
300 }
301
302 .isimb-6310-template-05-tooltip-testimonial-content
303 .isimb-6310-template-05-tooltip-title {
304 font-size: 16px;
305 font-weight: bold;
306 color: #fff;
307 margin: 10px 0 0 0;
308 text-align: center;
309 }
310
311 .isimb-6310-template-05-tooltip-description {
312 display: inline-block;
313 padding: 10px;
314 border: 1px solid rgb(255 255 255 / 15%);
315 font-size: 14px;
316 color: white;
317 position: relative;
318 margin: 8px;
319 font-family: sans-serif;
320 line-height: 20px;
321 }
322
323 /* media queries */
324
325 @media only screen and (max-width: 767px) {
326 /* temp 03 */
327
328 .isimb-6310-template-03-hover-content {
329 width: 300px;
330 }
331 .isimb-6310-template-03-tooltip-testimonial {
332 display: flex;
333 flex-direction: column;
334 align-items: center;
335 padding: 15px 5px;
336 }
337 .isimb-6310-template-03-tooltip-testimonial
338 .isimb-6310-template-03-tooltip-pic {
339 margin: 0 auto;
340 width: 50%;
341 }
342 .isimb-6310-template-03-tooltip-testimonial
343 .isimb-6310-template-03-tooltip-testimonial-content {
344 width: 100%;
345 }
346 .isimb-6310-template-03-tooltip-testimonial-title {
347 width: 100%;
348 text-align: center;
349 margin: 15px 0;
350 }
351 .isimb-6310-template-03-tooltip-description {
352 width: 100%;
353 text-align: center;
354 }
355
356 /* temp 04 */
357
358 .isimb-6310-template-04-tooltip-testimonial {
359 width: 300px;
360 }
361 .isimb-6310-template-04-tooltip-pic {
362 /* width: 50%; */
363 }
364
365 /* temp 05 */
366
367 .isimb-6310-template-05-tooltip-testimonial {
368 width: 300px;
369 }
370 .isimb-6310-template-05-tooltip-testimonial {
371 flex-direction: column;
372 align-items: center;
373 }
374 .isimb-6310-template-05-hover-content {
375 width: 100%;
376 }
377 .isimb-6310-template-05-tooltip-testimonial-content {
378 width: calc(100% - 16px);
379 }
380 .isimb-6310-template-05-hover-content
381 .isimb-6310-template-05-tooltip-testimonial {
382 margin: 0 auto;
383 }
384
385 .isimb-6310-template-05-tooltip-pic {
386 width: 50%;
387 }
388 }
389
390 /* button */
391
392 .isimb-6310-template-tooltip-button {
393 text-align: center;
394 float: left;
395 width: 100%;
396 }
397 .isimb-6310-template-tooltip-button a {
398 text-decoration: none;
399 display: inline-block;
400 text-align: center;
401 width: 100px;
402 height: 30px;
403 line-height: 30px;
404 border-radius: 10px;
405 }
406 /* output model sectio */
407 .isimb-6310-modal {
408 display: none;
409 position: fixed;
410 z-index: 9999;
411 padding-top: 70px;
412 padding-bottom: 50px;
413 left: 0;
414 top: 0;
415 width: 100%;
416 height: 100%;
417 overflow: auto;
418 background-color: rgba(0, 0, 0, 0.6);
419 }
420 .isimb-6310-modal-content {
421 position: relative;
422 margin: auto;
423 padding: 0;
424 padding: 0;
425 -webkit-animation-duration: 0.4s;
426 animation-duration: 0.4s;
427 display: flex;
428 justify-content: center;
429 }
430 .isimb-6310-hover-content *,
431 .isimb-6310-modal-content * {
432 text-decoration: none !important;
433 }
434
435 .ui-widget-content .isimb-6310-hover-content {
436 position: relative !important;
437 transform: scale(1) !important;
438 }
439 div[role="tooltip"] {
440 box-shadow: none !important;
441 background: transparent !important;
442 }
443 .isimb-6310-modal-content-element {
444 width: 100%;
445 display: flex;
446 justify-content: center;
447 }
448