|
@@ -1310,12 +1310,12 @@
|
|
|
set(hotspot[get(schp_name)].autoalpha,false);
|
|
|
set(hotspot[get(schp_name)].distorted,false);
|
|
|
set(hotspot[get(schp_name)].width,'prop');
|
|
|
- set(hotspot[get(schp_name)].height,'50');
|
|
|
+ set(hotspot[get(schp_name)].height,34);
|
|
|
+ if(device.mobile,set(hotspot[get(schp_name)].height,30));
|
|
|
set(hotspot[get(schp_name)].visible,true);
|
|
|
set(hotspot[get(schp_name)].onhover,showtext(get(hotspottitle),skintext));
|
|
|
addhotspot(get(schp_name));
|
|
|
- set(hotspot[get(schp_name)].onclick,'js(__krfn.utils.linkopen(get(hotspot[get(name)].hotspotlink),%2));');
|
|
|
- if(device.mobile,set(hotspot[get(schp_name)].scale,0.8));
|
|
|
+ set(hotspot[get(schp_name)].onclick,'js(__krfn.utils.linkopen(%8,%2));');
|
|
|
|
|
|
if(%7 == false,
|
|
|
,
|
|
@@ -1324,7 +1324,7 @@
|
|
|
);
|
|
|
|
|
|
if(%6 == '1',
|
|
|
- txtadd(hotspot[get(schp_name)].onloaded,"do_crop_animation(60,60, 30);");
|
|
|
+ txtadd(hotspot[get(schp_name)].onloaded,"do_crop_animation(56,56, 30);");
|
|
|
);
|
|
|
|
|
|
txtadd(hotspot[get(schp_name)].onloaded,"add_all_the_time_tooltip(hotspot[get(name)].hotspottitle);");
|
|
@@ -1335,7 +1335,7 @@
|
|
|
|
|
|
txtadd(tooltipname, 'tooltip_', get(schp_name));
|
|
|
|
|
|
- set(plugin[get(tooltipname)].onclick,'js(__krfn.utils.linkopen(get(hotspot[get(schp_name)].hotspotlink),%2));');
|
|
|
+ set(plugin[get(tooltipname)].onclick,'js(__krfn.utils.linkopen(%8,%2));');
|
|
|
|
|
|
if(%10 == true,
|
|
|
set(plugin[get(tooltipname)].visible,true);,
|
|
@@ -1353,26 +1353,33 @@
|
|
|
set(plugin[get(tooltipname)].x,0);
|
|
|
set(plugin[get(tooltipname)].y,0);
|
|
|
set(plugin[get(tooltipname)].autowidth,true);
|
|
|
- set(plugin[get(tooltipname)].height,36);
|
|
|
- if(device.mobile,set(plugin[get(tooltipname)].scale,0.7));
|
|
|
- if(device.mobile,set(plugin[get(tooltipname)].height,48));
|
|
|
-
|
|
|
- set(plugin[get(tooltipname)].background,true);
|
|
|
- set(plugin[get(tooltipname)].backgroundcolor,0x000000);
|
|
|
- set(plugin[get(tooltipname)].roundedge,5);
|
|
|
- set(plugin[get(tooltipname)].backgroundalpha,0.7);
|
|
|
- set(plugin[get(tooltipname)].padding,5);
|
|
|
+ set(plugin[get(tooltipname)].height,34);
|
|
|
+ if(device.mobile,set(plugin[get(tooltipname)].height,30));
|
|
|
+ if(device.mobile,set(plugin[get(tooltipname)].scale,1));
|
|
|
+
|
|
|
+ set(plugin[get(tooltipname)].background,false);
|
|
|
+ <!-- set(plugin[get(tooltipname)].backgroundcolor,0x000000); -->
|
|
|
+ <!-- set(plugin[get(tooltipname)].roundedge,5); -->
|
|
|
+ set(plugin[get(tooltipname)].style,rrdius);
|
|
|
+
|
|
|
+ <!-- set(plugin[get(tooltipname)].backgroundalpha,0.7); -->
|
|
|
+ <!-- set(plugin[get(tooltipname)].padding,5); -->
|
|
|
set(plugin[get(tooltipname)].vcenter,true);
|
|
|
- set(plugin[get(tooltipname)].border,true);
|
|
|
+ set(plugin[get(tooltipname)].border,false);
|
|
|
set(plugin[get(tooltipname)].borderwidth,1);
|
|
|
set(plugin[get(tooltipname)].bordercolor,0xFFFFFF);
|
|
|
set(plugin[get(tooltipname)].borderalpha,0.2);
|
|
|
set(plugin[get(tooltipname)].glow,0);
|
|
|
set(plugin[get(tooltipname)].glowcolor,0xFFFFFF);
|
|
|
- set(plugin[get(tooltipname)].css,'text-align:center; color:#FFFFFF; font-family:STXihei; font-size:14px;');
|
|
|
+ set(plugin[get(tooltipname)].css,'display:flex;align-items:center;padding:5px 10px;margin:0;
|
|
|
+ text-align:center;background:rgb(0 0 0 / 60%);position: relative;left: 0px;width:100%;height:100%;
|
|
|
+ border-bottom-right-radius:4px;border-top-right-radius:4px; color:#FFFFFF;
|
|
|
+ font-family:STXihei; font-size:13px;');
|
|
|
if(device.mobile,
|
|
|
- set(plugin[get(tooltipname)].css,'text-align:center; color:#FFFFFF;
|
|
|
- font-family:STXihei; font-weight:bold; font-size:14px;'); );
|
|
|
+ set(plugin[get(tooltipname)].css,'display:flex;align-items:center;padding:0 6px;margin:0;
|
|
|
+ text-align:center;background:rgb(0 0 0 / 60%);width:100%;height:100%;
|
|
|
+ border-bottom-right-radius:4px;border-top-right-radius:4px; color:#FFFFFF;
|
|
|
+ font-family:STXihei; font-size:14px;'););
|
|
|
set(plugin[get(tooltipname)].textshadow,0);
|
|
|
set(plugin[get(tooltipname)].textshadowrange,6.0);
|
|
|
set(plugin[get(tooltipname)].textshadowangle,90);
|