PluginProbe ʕ •ᴥ•ʔ
Interactive Image Map Builder / 2.4
Interactive Image Map Builder v2.4
3.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-css.php
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-css.php
13 lines
1 <?php
2 $pointCssCode = "
3 .isimb-6310-hover-content {
4 transform: scale(0);
5 transition: all .5s;
6 position: absolute;
7 z-index:9999999999;
8 }
9 ";
10
11 wp_register_style("isimb-6310-template-" . esc_attr($ids) . "-css", "");
12 wp_enqueue_style("isimb-6310-template-" . esc_attr($ids) . "-css");
13 wp_add_inline_style("isimb-6310-template-" . esc_attr($ids) . "-css", $pointCssCode);