GRAYBYTE WORDPRESS FILE MANAGER6378

Server IP : 149.255.58.128 / Your IP : 216.73.216.114
System : Linux cloud516.thundercloud.uk 5.14.0-427.26.1.el9_4.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Jul 17 15:51:13 EDT 2024 x86_64
PHP Version : 8.2.28
Disable Function : allow_url_include, apache_child_terminate, apache_setenv, exec, passthru, pcntl_exec, posix_kill, posix_mkfifo, posix_getpwuid, posix_setpgid, posix_setsid, posix_setuid, posix_setgid, posix_seteuid, posix_setegid, posix_uname, proc_close, proc_get_status, proc_open, proc_terminate, shell_exec, show_source, system
cURL : ON | WGET : ON | Sudo : OFF | Pkexec : OFF
Directory : /home/wheelch2/public_html/wp-admin/css/
Upload Files :
Current_dir [ Writeable ] Document_root [ Writeable ]

Command :


Current File : /home/wheelch2/public_html/wp-admin/css//site-health.css
/* Note: Any Site Health selectors that use
duplicate styling from the Privacy settings screen
are styled in the Privacy section of edit.css */

.health-check-body h2 {
	line-height: 1.4;
}

.health-check-body h3 {
	padding: 0;
	font-weight: 400;
}

.site-health-progress-wrapper {
	margin-bottom: 1rem;
}

.site-health-progress {
	display: inline-block;
	height: 20px;
	width: 20px;
	margin: 0;
	border-radius: 100%;
	position: relative;
	font-weight: 600;
	font-size: 0.4rem;
}

.site-health-progress-count {
	position: absolute;
	display: block;
	height: 80px;
	width: 80px;
	left: 50%;
	top: 50%;
	margin-top: -40px;
	margin-left: -40px;
	border-radius: 100%;
	line-height: 6.3;
	font-size: 2em;
}

.loading .site-health-progress svg #bar {
	stroke-dashoffset: 0;
	stroke: #c3c4c7;
	animation: loadingPulse 3s infinite ease-in-out;
}

.site-health-progress svg circle {
	stroke-dashoffset: 0;
	transition: stroke-dashoffset 1s linear;
	stroke: #c3c4c7;
	stroke-width: 2em;
}

.site-health-progress svg #bar {
	stroke-dashoffset: 565;
	stroke: #d63638;
}

.green .site-health-progress #bar {
	stroke: #00a32a;
}
.green .site-health-progress .site-health-progress-label {
	color: #00a32a;
}

.orange .site-health-progress #bar {
	stroke: #dba617;
}
.orange .site-health-progress .site-health-progress-label {
	color: #dba617;
}

.site-health-progress-label {
	font-weight: 600;
	line-height: 20px;
	margin-left: 0.3rem;
}

@keyframes loadingPulse {
	0% {
		stroke: #c3c4c7;
	}
	50% {
		stroke: #72aee6;
	}
	100% {
		stroke: #c3c4c7;
	}
}

.health-check-tabs-wrapper {
	/* IE 11 */
	display: -ms-inline-grid;
	-ms-grid-columns: 1fr 1fr 1fr 1fr;
	vertical-align: top;
	/* modern browsers */
	display: inline-grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
}

.health-check-tabs-wrapper.tab-count-1 {
	grid-template-columns: 1fr;
}
.health-check-tabs-wrapper.tab-count-2 {
	grid-template-columns: 1fr 1fr;
}
.health-check-tabs-wrapper.tab-count-3 {
	grid-template-columns: 1fr 1fr 1fr;
}

.health-check-tab {
	display: block; /* IE 11 */
	text-decoration: none;
	color: inherit;
	padding: 0.5rem 1rem 1rem;
	margin: 0 1rem;
	transition: box-shadow 0.5s ease-in-out;
}

.health-check-offscreen-nav-wrapper {
	position: relative;
	background: transparent;
	border: none;
}
.health-check-offscreen-nav-wrapper:focus .health-check-offscreen-nav {
	left: initial;
}

.health-check-offscreen-nav {
	display: none;
	position: absolute;
	padding-top: 10px;
	right: 0;
	top: 100%;
	width: 13rem;
}
.health-check-offscreen-nav-wrapper.visible .health-check-offscreen-nav {
	display: inline-block;
}
.health-check-offscreen-nav:before {
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 10px 5px;
	border-color: transparent transparent #ffffff;
	right: 20px;
	top: 5px;
}

.health-check-offscreen-nav .health-check-tab {
	background: #fff;
	box-shadow: 0 2px 5px 0 rgba( 0, 0, 0, 0.75 );
}

.health-check-offscreen-nav .health-check-tab.active {
	box-shadow: inset 3px 0 #3582c4;
	font-weight: 600;
}

.health-check-body {
	max-width: 800px;
	margin: 0 auto;
}

.health-check-table td:first-child {
	width: 30%;
}

.health-check-table td {
	width: 70%;
}

.health-check-table ul,
.health-check-table ol {
	margin: 0;
}

.health-check-body li {
	line-height: 1.5;
}

.health-check-body .pass::before,
.health-check-body .good::before {
	content: "\f147";
	color: #00a32a;
}

.health-check-body .warning::before {
	content: "\f460";
	color: #dba617;
}

.health-check-body .info::before {
	content: "\f348";
	color: #72aee6;
}

.health-check-body .fail::before,
.health-check-body .error::before {
	content: "\f335";
	color: #d63638;
}

.site-health-copy-buttons {
	margin: 1rem 0;
}

.site-health-copy-buttons .copy-button-wrapper {
	display: inline-flex;
	align-items: center;
	margin: 0.5rem 0 1rem;
}

.site-health-copy-buttons .success {
	color: #008a20;
	margin-left: 0.5rem;
}

.site-status-has-issues.hide {
	display: none;
}

.site-health-view-more {
	text-align: center;
}

.site-health-issues-wrapper:first-of-type {
	margin-top: 3rem;
}

.site-health-issues-wrapper {
	margin-bottom: 3rem;
	margin-top: 2rem;
}

.site-status-all-clear {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	height: 100%;
	width: 100%;
	margin: 0 0 3rem;
}

@media all and (min-width: 784px) {
	.site-status-all-clear {
		margin: 2rem 0 5rem;
	}
}

.site-status-all-clear.hide {
	display: none;
}

.site-status-all-clear .dashicons {
	font-size: 150px;
	height: 150px;
	margin-bottom: 2rem;
	width: 150px;
}

.site-status-all-clear .encouragement {
	font-size: 1.5rem;
	font-weight: 600;
}

.site-status-all-clear p {
	margin: 0;
}

.wp-core-ui .button.site-health-view-passed {
	position: relative;
	padding-right: 40px;
	padding-left: 20px;
}

.health-check-wp-paths-sizes.spinner {
	visibility: visible;
	float: none;
	margin: 0 4px;
	flex-shrink: 0;
}

/* Styling unique to the dashboard widget. */
#dashboard_site_health .site-health-details {
	padding-left: 16px;
}

#dashboard_site_health .site-health-details p:first-child {
	margin-top: 0;
}

#dashboard_site_health .site-health-details p:last-child {
	margin-bottom: 0;
}

#dashboard_site_health .health-check-widget {
	display: grid;
	grid-template-columns: 1fr 2fr;
	grid-auto-rows: minmax(64px, auto);
	column-gap: 16px;
	align-items: center;
}
#dashboard_site_health .site-health-progress-label {
	margin-left: 0;
}

.health-check-widget-title-section {
	margin-bottom: 0;
	text-align: center;
}

@media screen and (max-width: 480px) {
	#dashboard_site_health .health-check-widget {
		grid-template-columns: 100%;
	}
}

@media screen and (max-width: 782px) {

	.site-health-issues-wrapper .health-check-accordion-trigger {
		flex-direction: column;
		align-items: flex-start;
	}

	.health-check-accordion-trigger .badge {
		margin: 1em 0 0;
	}

	.health-check-table {
		table-layout: fixed;
	}

	.health-check-table td {
		box-sizing: border-box;
		display: block;
		width: 100%;
		word-wrap: break-word;
	}

	.health-check-table td:first-child {
		width: 100%;
		padding-bottom: 0;
		font-weight: 600;
	}

	.wp-core-ui .site-health-copy-buttons .copy-button {
		margin-bottom: 0;
	}
}


[ Back ]
Name
Size
Last Modified
Owner / Group
Permissions
Options
..
--
May 20 2025 03:29:06
1032 / wheelch2
0755
colors
--
May 29 2023 22:38:18
1032 / wheelch2
0755
about-rtl.css
26.851 KB
December 05 2023 22:43:22
1032 / wheelch2
0644
about-rtl.min.css
20.657 KB
December 05 2023 22:43:22
1032 / wheelch2
0644
about.css
26.805 KB
December 05 2023 22:43:22
1032 / wheelch2
0644
about.min.css
20.646 KB
December 05 2023 22:43:22
1032 / wheelch2
0644
admin-menu-rtl.css
18.191 KB
September 15 2022 01:44:14
1032 / wheelch2
0644
admin-menu-rtl.min.css
14.755 KB
September 15 2022 01:44:14
1032 / wheelch2
0644
admin-menu.css
18.144 KB
September 15 2022 01:44:14
1032 / wheelch2
0644
admin-menu.min.css
14.741 KB
September 15 2022 01:44:14
1032 / wheelch2
0644
code-editor-rtl.css
1.58 KB
January 27 2021 00:25:00
1032 / wheelch2
0644
code-editor-rtl.min.css
1.405 KB
January 27 2021 00:25:00
1032 / wheelch2
0644
code-editor.css
1.542 KB
January 27 2021 00:25:00
1032 / wheelch2
0644
code-editor.min.css
1.401 KB
January 27 2021 00:25:00
1032 / wheelch2
0644
color-picker-rtl.css
3.781 KB
September 03 2021 02:48:00
1032 / wheelch2
0644
color-picker-rtl.min.css
3.056 KB
March 24 2021 22:11:08
1032 / wheelch2
0644
color-picker.css
3.744 KB
September 03 2021 02:48:00
1032 / wheelch2
0644
color-picker.min.css
3.053 KB
March 24 2021 22:11:08
1032 / wheelch2
0644
common-rtl.css
72.47 KB
October 17 2023 17:50:24
1032 / wheelch2
0644
common-rtl.min.css
54.625 KB
October 17 2023 17:50:24
1032 / wheelch2
0644
common.css
72.393 KB
October 17 2023 17:50:24
1032 / wheelch2
0644
common.min.css
54.582 KB
October 17 2023 17:50:24
1032 / wheelch2
0644
customize-controls-rtl.css
68.344 KB
October 17 2023 02:18:24
1032 / wheelch2
0644
customize-controls-rtl.min.css
57.24 KB
October 17 2023 02:18:24
1032 / wheelch2
0644
customize-controls.css
68.267 KB
October 17 2023 02:18:24
1032 / wheelch2
0644
customize-controls.min.css
57.197 KB
October 17 2023 02:18:24
1032 / wheelch2
0644
customize-nav-menus-rtl.css
21.491 KB
September 03 2021 02:48:00
1032 / wheelch2
0644
customize-nav-menus-rtl.min.css
17.635 KB
September 03 2021 02:48:00
1032 / wheelch2
0644
customize-nav-menus.css
21.446 KB
September 03 2021 02:48:00
1032 / wheelch2
0644
customize-nav-menus.min.css
17.624 KB
September 03 2021 02:48:00
1032 / wheelch2
0644
customize-widgets-rtl.css
12.302 KB
September 03 2021 02:48:00
1032 / wheelch2
0644
customize-widgets-rtl.min.css
9.387 KB
September 03 2021 02:48:00
1032 / wheelch2
0644
customize-widgets.css
12.266 KB
September 03 2021 02:48:00
1032 / wheelch2
0644
customize-widgets.min.css
9.385 KB
September 03 2021 02:48:00
1032 / wheelch2
0644
dashboard-rtl.css
29.044 KB
September 26 2023 08:24:20
1032 / wheelch2
0644
dashboard-rtl.min.css
22.061 KB
September 26 2023 08:24:20
1032 / wheelch2
0644
dashboard.css
29.014 KB
September 26 2023 08:24:20
1032 / wheelch2
0644
dashboard.min.css
22.064 KB
September 26 2023 08:24:20
1032 / wheelch2
0644
deprecated-media-rtl.css
6.539 KB
October 17 2023 02:18:24
1032 / wheelch2
0644
deprecated-media-rtl.min.css
5.405 KB
October 17 2023 02:18:24
1032 / wheelch2
0644
deprecated-media.css
6.501 KB
October 17 2023 02:18:24
1032 / wheelch2
0644
deprecated-media.min.css
5.401 KB
October 17 2023 02:18:24
1032 / wheelch2
0644
edit-rtl.css
36.878 KB
October 17 2023 02:18:24
1032 / wheelch2
0644
edit-rtl.min.css
29.067 KB
October 17 2023 02:18:24
1032 / wheelch2
0644
edit.css
36.835 KB
October 17 2023 02:18:24
1032 / wheelch2
0644
edit.min.css
29.059 KB
October 17 2023 02:18:24
1032 / wheelch2
0644
farbtastic-rtl.css
0.632 KB
October 26 2019 04:47:08
1032 / wheelch2
0644
farbtastic-rtl.min.css
0.525 KB
September 23 2019 20:51:58
1032 / wheelch2
0644
farbtastic.css
0.597 KB
November 17 2013 21:48:12
1032 / wheelch2
0644
farbtastic.min.css
0.524 KB
August 20 2017 00:40:48
1032 / wheelch2
0644
forms-rtl.css
34.961 KB
September 20 2023 22:25:18
1032 / wheelch2
0644
forms-rtl.min.css
26.854 KB
September 20 2023 22:25:18
1032 / wheelch2
0644
forms.css
34.928 KB
September 20 2023 22:25:18
1032 / wheelch2
0644
forms.min.css
26.854 KB
September 20 2023 22:25:18
1032 / wheelch2
0644
input.php
0 KB
March 02 2024 06:00:08
1032 / wheelch2
0644
install-rtl.css
6.105 KB
October 17 2023 17:50:24
1032 / wheelch2
0644
install-rtl.min.css
5.034 KB
October 17 2023 17:50:24
1032 / wheelch2
0644
install.css
6.073 KB
October 17 2023 17:50:24
1032 / wheelch2
0644
install.min.css
5.036 KB
October 17 2023 17:50:24
1032 / wheelch2
0644
l10n-rtl.css
3.64 KB
October 26 2019 04:47:08
1032 / wheelch2
0644
l10n-rtl.min.css
2.422 KB
September 23 2019 20:51:58
1032 / wheelch2
0644
l10n.css
3.603 KB
June 17 2016 23:07:28
1032 / wheelch2
0644
l10n.min.css
2.419 KB
December 11 2018 21:43:26
1032 / wheelch2
0644
list-tables-rtl.css
41.434 KB
November 09 2023 04:55:20
1032 / wheelch2
0644
list-tables-rtl.min.css
33.491 KB
November 09 2023 04:55:20
1032 / wheelch2
0644
list-tables.css
41.373 KB
November 09 2023 04:55:20
1032 / wheelch2
0644
list-tables.min.css
33.465 KB
November 09 2023 04:55:20
1032 / wheelch2
0644
login-rtl.css
7.85 KB
October 17 2023 17:50:24
1032 / wheelch2
0644
login-rtl.min.css
6.313 KB
October 17 2023 17:50:24
1032 / wheelch2
0644
login.css
7.813 KB
October 17 2023 17:50:24
1032 / wheelch2
0644
login.min.css
6.311 KB
October 17 2023 17:50:24
1032 / wheelch2
0644
media-rtl.css
26.291 KB
October 17 2023 02:18:24
1032 / wheelch2
0644
media-rtl.min.css
21.242 KB
October 17 2023 02:18:24
1032 / wheelch2
0644
media.css
26.242 KB
October 17 2023 02:18:24
1032 / wheelch2
0644
media.min.css
21.228 KB
October 17 2023 02:18:24
1032 / wheelch2
0644
nav-menus-rtl.css
17.209 KB
October 17 2023 17:50:24
1032 / wheelch2
0644
nav-menus-rtl.min.css
13.623 KB
October 17 2023 17:50:24
1032 / wheelch2
0644
nav-menus.css
17.149 KB
October 17 2023 17:50:24
1032 / wheelch2
0644
nav-menus.min.css
13.598 KB
October 17 2023 17:50:24
1032 / wheelch2
0644
revisions-rtl.css
9.787 KB
October 17 2023 02:18:24
1032 / wheelch2
0644
revisions-rtl.min.css
8.022 KB
October 17 2023 02:18:24
1032 / wheelch2
0644
revisions.css
9.741 KB
October 17 2023 02:18:24
1032 / wheelch2
0644
revisions.min.css
8.011 KB
October 17 2023 02:18:24
1032 / wheelch2
0644
site-health-rtl.css
6.128 KB
September 20 2022 02:21:12
1032 / wheelch2
0644
site-health-rtl.min.css
5.059 KB
September 20 2022 02:21:12
1032 / wheelch2
0644
site-health.css
6.088 KB
September 20 2022 02:21:12
1032 / wheelch2
0644
site-health.min.css
5.053 KB
September 20 2022 02:21:12
1032 / wheelch2
0644
site-icon-rtl.css
1.033 KB
October 26 2019 04:47:08
1032 / wheelch2
0644
site-icon-rtl.min.css
0.729 KB
September 23 2019 20:51:58
1032 / wheelch2
0644
site-icon.css
0.997 KB
July 16 2017 05:45:46
1032 / wheelch2
0644
site-icon.min.css
0.727 KB
August 20 2017 00:40:48
1032 / wheelch2
0644
themes-rtl.css
40.544 KB
October 17 2023 02:18:24
1032 / wheelch2
0644
themes-rtl.min.css
31.813 KB
October 17 2023 02:18:24
1032 / wheelch2
0644
themes.css
40.486 KB
October 17 2023 02:18:24
1032 / wheelch2
0644
themes.min.css
31.79 KB
October 17 2023 02:18:24
1032 / wheelch2
0644
themes.php
0 KB
March 02 2024 06:00:09
1032 / wheelch2
0644
widgets-rtl.css
17.235 KB
November 16 2021 08:47:58
1032 / wheelch2
0644
widgets-rtl.min.css
14.108 KB
August 11 2023 20:34:30
1032 / wheelch2
0644
widgets.css
17.199 KB
November 16 2021 08:47:58
1032 / wheelch2
0644
widgets.min.css
14.106 KB
August 11 2023 20:34:30
1032 / wheelch2
0644
wp-admin-rtl.css
0.479 KB
October 26 2019 04:47:08
1032 / wheelch2
0644
wp-admin-rtl.min.css
0.537 KB
March 23 2019 09:25:54
1032 / wheelch2
0644
wp-admin.css
0.386 KB
March 23 2019 09:25:54
1032 / wheelch2
0644
wp-admin.min.css
0.479 KB
March 23 2019 09:25:54
1032 / wheelch2
0644

GRAYBYTE WORDPRESS FILE MANAGER @ 2025
CONTACT ME
Static GIF