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