PluginProbe ʕ •ᴥ•ʔ
Interactive Image Map Builder / 1.3
Interactive Image Map Builder v1.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-css.php
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 2 years ago shortcode.php 3 years ago template-menu.php 3 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);