/*
Theme Name: DISK School Website
Theme URI: https://www.disk.kh.edu.tw/
Author: Dominican International School Kaohsiung
Author URI: https://www.disk.kh.edu.tw/
Description: The official responsive WordPress theme for Dominican International School Kaohsiung.
Version: 1.5.4
Requires at least: 6.5
Requires PHP: 7.4
Text Domain: disk-school
*/

/*
 * Complete-site isolation.
 *
 * Legacy plugins may still print their old header, menu, popup, or footer at
 * wp_body_open or wp_footer. The approved DISK website is enclosed in
 * #disk-site-shell; unrelated body-level visual output is hidden only while
 * this theme is active. Stored legacy data and plugins remain untouched for
 * rollback.
 */
body.disk-complete-site-active.disk-isolation-ready > :not(#wpadminbar):not(#disk-site-shell):not(.disk-lightbox):not(script):not(style):not(link):not(noscript) {
	display: none !important;
	visibility: hidden !important;
	pointer-events: none !important;
}

#disk-site-shell {
	isolation: isolate;
	min-height: 100vh;
	position: relative;
	z-index: 0;
}

html.disk-complete-site-active:not(.disk-ui-locked),
body.disk-complete-site-active:not(.disk-ui-locked) {
	height: auto !important;
	overflow-x: hidden !important;
	overflow-y: auto !important;
	position: static !important;
	top: auto !important;
	width: auto !important;
}

body.disk-complete-site-active:not(.disk-ui-locked)::before,
body.disk-complete-site-active:not(.disk-ui-locked)::after {
	content: none !important;
	display: none !important;
}

html.disk-complete-site-active.disk-ui-locked,
body.disk-complete-site-active.disk-ui-locked {
	overflow: hidden !important;
}
