PHPIndex

This page lists files in the current directory. You can view content, get download/execute commands for Wget, Curl, or PowerShell, or filter the list using wildcards (e.g., `*.sh`).

dialog.css
wget 'https://sme10.lists2.roe3.org/guppy/inc/ckeditor/plugins/dialog/styles/dialog.css'
View Content
.cke_dialog_open {
	overflow: hidden;
}

.cke_dialog_container {
	position: fixed;
	overflow-y: auto;
	overflow-x: auto;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 10010;
}

.cke_dialog_body {
	position: relative;
}