HEX
Server: Apache/2.4.41 (Ubuntu)
System: Linux wordpress-ubuntu-s-2vcpu-4gb-fra1-01 5.4.0-169-generic #187-Ubuntu SMP Thu Nov 23 14:52:28 UTC 2023 x86_64
User: root (0)
PHP: 7.4.33
Disabled: pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare,
Upload Files
File: /var/www/linde/wp-content/plugins/custom-taxonomy-order-ne/css/customtaxorder.css
/*
Plugin Name: Custom Taxonomy Order NE
Plugin URI: http://timelord.nl/
*/

/* Menu Icon */
#icon-customtaxorder {
	background-image: url('../images/icon-128x128.png');
	background-repeat: no-repeat;
	margin: 0 10px 10px 0;
	float: left;
	width: 45px;
	height: 45px;
	background-size: contain;
}
.customtaxorder h1 {
	line-height: 45px;
}

.customtaxorder .order-widget {
	width: 512px;
}
.customtaxorder #poststuff .order-widget {
	float: left;
	margin: 0 20px 20px 0;
}
.customtaxorder #sub-posts,
.customtaxorder #go-sub-posts {
	margin-top: 13px;
}

.customtaxorder .order-widget th {
	padding-left: 12px;
}
.customtaxorder .metabox-holder h2.widget-top {
	padding: 8px 12px;
}

.customtaxorder ul#custom-order-list {
	list-style: none;
}
.customtaxorder li.lineitem {
	border: 1px solid #dfdfdf;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background-color: #fff;
	cursor: move;
	margin: 3px auto;
	padding: 4px 8px 2px;
	height: 24px;
	line-height: 24px;
	overflow: hidden;
}
.customtaxorder li.outer {
	background-color: #f5f5f5;
}
.customtaxorder .sortable-placeholder{
	border: 1px dashed #dfdfdf;
	margin: 3px auto;
	height: 30px;
}
.customtaxorder #publishing-action-return-sub-posts {
	margin: 0 0 10px 0;
}


/* Dark Mode */
.dark-mode .customtaxorder h2.widget-top,
.dark-mode .customtaxorder .widget h2.widget-top {
	border: 1px solid #191f25;
	background-color: #32373c;
	color: #bbc8dd;
}
.dark-mode .customtaxorder li.lineitem {
	border: 1px solid #191f25;
	background-color: #32373c;
	color: #bbc8dd;
}