Sie sind nicht angemeldet.

81

Samstag, 8. Oktober 2022, 17:29

Thanks for you answer.

it's a shame because I like to have the interface I want.We can do without it without putting a title and pass only with the html but it blocks the layout.

maybe a future update ?

Thanks,

damien

82

Mittwoch, 13. September 2023, 19:12

Infobox popup background color

Hello,
how can I change the Infobox popup background color?
Thanks for help.




light_line

Fortgeschrittener

  • »light_line« ist der Autor dieses Themas

Beiträge: 169

Beruf: krpano freelancer || creating ideas & coding them || krpano developer

  • Nachricht senden

83

Montag, 18. September 2023, 09:36

you have to use the CSS to customize the popup colors like this:

Quellcode

1
2
3
4
5
6
7
div#popup-box {
	background-color: #000000 !important;
	color: #ffffff !important;
}
div#popup-box #popup-box-title {
	color: #ffffff !important;
}

84

Dienstag, 19. September 2023, 19:26

you have to use the CSS to customize the popup colors like this:

Quellcode

1
2
3
4
5
6
7
div#popup-box {
	background-color: #000000 !important;
	color: #ffffff !important;
}
div#popup-box #popup-box-title {
	color: #ffffff !important;
}
Hi, thank you for your help, I've added your code to the index.html file but it doesn't work (I've read a forum where Klaus said to add a CSS in that file).

85

Samstag, 23. September 2023, 03:49

gaptat-san.


I am not sure if this is correct or not,
In my case, This has changed the display.

Quellcode

1
2
3
4
5
6
7
8
	<action name="pop_1">			open_infobox_popup(			'<font color="#xxx">xxxxxxxxxx</font>',			'', '			<style>
			/* Easy light-box css */
				div#popup-box {					background-color: #fff000 !important;					color: #ffffff !important;				}				div#popup-box #popup-box-title {					color: #ffffff !important;				}
			/* CSS */
				・・・
			</style>
			・・・
		</action>

86

Dienstag, 26. September 2023, 18:16

The plugin does not work for me in Krpano 1.21 when viewing in full screen mode. How can this be fixed?