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