GRAYBYTE WORDPRESS FILE MANAGER9449

Server IP : 149.255.58.128 / Your IP : 216.73.216.35
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/mobilityscootereftalia.com/wp-admin/css/
Upload Files :
Current_dir [ Writeable ] Document_root [ Writeable ]

Command :


Current File : /home/wheelch2/mobilityscootereftalia.com/wp-admin/css//site-icon-rtl.css
/*! This file is auto-generated */
/*------------------------------------------------------------------------------
  28.0 - Site Icon
------------------------------------------------------------------------------*/

.site-icon-section {
	--site-icon-removal: #b32d2e;
}

.site-icon-preview {
	--site-icon-input-border: #8c8f94;
	--site-icon-preview-background: #fff;
	--site-icon-preview-browser-top: #dcdcde;
	--site-icon-preview-browser-bottom: #a7aaad;
	--site-icon-preview-browser-border: rgba(255, 255, 255, 0.2);
	--site-icon-address-bar-background: #f0f0f1;
	--site-icon-address-bar-close: #646970;
	--site-icon-address-bar-text: #3c434a;
	--site-icon-shadow-1: rgba(0, 0, 0, 0.1);
	--site-icon-shadow-2: rgba(0, 0, 0, 0.2);
	--site-icon-shadow-3: rgba(0, 0, 0, 0.5);

	direction: initial;
	display: flex;
	height: 60px;
	padding: 8px 8px 0 0;
	align-items: flex-start;
	position: relative;
	overflow: hidden;
	box-sizing: border-box;
	border: 1px solid var(--site-icon-input-border);
	border-radius: 4px;
	background-color: var(--site-icon-preview-background);
	width: 275px;
}

@media (prefers-color-scheme: dark) {
	.site-icon-preview {
		--site-icon-preview-browser-top: #2c3338;
		--site-icon-preview-browser-bottom: #111;
		--site-icon-address-bar-background: #3c434a;
		--site-icon-address-bar-close: #f0f0f1;
		--site-icon-address-bar-text: #f0f0f1;
	}
}

.site-icon-preview.settings {
	height: 88px;
	padding: 16px 16px 0 0;
	width: 350px;
	margin: 0 0 16px 0;
}

.site-icon-preview.crop {
	width: 258px;
	height: 100%;
	display: grid;
	grid-template-columns: 8px 1fr;
	grid-template-rows: 64px 1fr;
	padding-right: 0;
	row-gap: 16px;
	direction: inherit;
}

.site-icon-preview.hidden {
	display: none;
}

.site-icon-preview .direction-wrap {
	grid-template-columns: 44px 1fr;
	gap: 8px;
	display: grid;
	direction: rtl;
	height: 100%;
	width: 100%;
}

.site-icon-preview.settings .direction-wrap {
	grid-template-columns: 58px 1fr;
	gap: 16px;
}

.site-icon-preview:after {
	--after-size: 150%;
	aspect-ratio: 1/1;
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: var(--after-size);;
	transform: translate(calc(-1*(var(--after-size) * -0.125)), calc(var(--after-size) * -0.125));
	filter: blur(5px);
	opacity: 0.5;
	background: var(--site-icon-url);
}

.site-icon-preview .app-icon-preview {
	aspect-ratio: 1/1;
	border-radius: 10px;
	box-shadow: 0 1px 5px 0 var(--site-icon-shadow-3);
	flex-shrink: 0;
	width: 100%;
	z-index: 1;
}

.site-icon-preview-browser {
	display: flex;
	padding: 4px 12px 0 4px;
	align-items: flex-start;
	gap: 16px;
	flex: 1 0 0;
	z-index: 1;
	border-top-right-radius: 10px;
	border-top: 1px solid var(--site-icon-preview-browser-border);
	border-right: 1px solid var(--site-icon-preview-browser-border);
	background: linear-gradient(-180deg, var(--site-icon-preview-browser-top) 0%, var(--site-icon-preview-browser-bottom) 100%);
	box-shadow: 0 10px 22px 0 var(--site-icon-shadow-2);
}

.site-icon-preview .browser-buttons {
	width: 48px;
	height: 40px;
	fill: var(--site-icon-input-border);
}

.site-icon-preview-tab {
	padding: 8px;
	align-items: center;
	gap: 8px;
	flex: 1 0 0;
	border-radius: 4px;
	background-color: var(--site-icon-address-bar-background);
	box-shadow: 0 1px 3px 0 var(--site-icon-shadow-1);
	display: grid;
	grid-template-columns: 24px auto 24px;
}

.site-icon-preview-browser .browser-icon-preview {
	box-shadow: 0 0 20px 0 var(--site-icon-shadow-1);
}

.site-icon-preview-tab > img,
.site-icon-preview-tab > svg {
	width: 24px;
	height: 24px;
}

.site-icon-preview-tab > svg {
	fill: var(--site-icon-address-bar-close);
}

.site-icon-preview-site-title {
	color: var(--site-icon-address-bar-text);
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	font-weight: 500;
}

.site-icon-preview-crop-modal .image-preview-wrap.app-icon-preview {
	width: 64px;
	height: 64px;
	margin: 0;
	grid-column: 2;
}

.site-icon-preview-crop-modal .site-icon-preview-browser {
	grid-column: 2;
}

.site-icon-preview-crop-modal .image-preview-wrap {
	overflow: hidden;
	aspect-ratio: 1/1;
}

.site-icon-preview-crop-modal .image-preview-wrap.browser {
	width: 24px;
	height: 24px;
}

button.reset.remove-site-icon {
	color: var(--site-icon-removal);
	text-decoration: none;
	border-color: transparent;
	box-shadow: none;
	background: transparent;
}

button.reset.remove-site-icon:focus,
button.reset.remove-site-icon:hover {
	background: var(--site-icon-removal);
	color: #fff;
	border-color: var(--site-icon-removal);
	box-shadow: 0 0 0 1px var(--site-icon-removal);
}

.site-icon-action-buttons {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

[ Back ]
Name
Size
Last Modified
Owner / Group
Permissions
Options
..
--
May 20 2025 11:42:25
1032 / wheelch2
0755
colors
--
October 16 2024 01:01:17
1032 / wheelch2
0755
.htaccess
0 KB
March 26 2025 13:57:36
1032 / wheelch2
0444
about-rtl.css
27.471 KB
April 16 2025 03:38:58
1032 / wheelch2
0644
about-rtl.min.css
21.262 KB
April 16 2025 03:38:58
1032 / wheelch2
0644
about.css
27.438 KB
April 16 2025 03:38:58
1032 / wheelch2
0644
about.min.css
21.264 KB
April 16 2025 03:38:58
1032 / wheelch2
0644
admin-menu-rtl.css
18.257 KB
April 16 2025 03:38:58
1032 / wheelch2
0644
admin-menu-rtl.min.css
14.787 KB
April 16 2025 03:38:58
1032 / wheelch2
0644
admin-menu.css
18.209 KB
April 16 2025 03:38:58
1032 / wheelch2
0644
admin-menu.min.css
14.773 KB
April 16 2025 03:38:58
1032 / wheelch2
0644
code-editor-rtl.css
1.58 KB
January 26 2021 18:54:59
1032 / wheelch2
0644
code-editor-rtl.min.css
1.405 KB
January 26 2021 18:54:59
1032 / wheelch2
0644
code-editor.css
1.542 KB
January 26 2021 18:54:59
1032 / wheelch2
0644
code-editor.min.css
1.401 KB
January 26 2021 18:54:59
1032 / wheelch2
0644
color-picker-rtl.css
3.781 KB
September 02 2021 22:18:00
1032 / wheelch2
0644
color-picker-rtl.min.css
3.056 KB
March 24 2021 16:41:07
1032 / wheelch2
0644
color-picker.css
3.744 KB
September 02 2021 22:18:00
1032 / wheelch2
0644
color-picker.min.css
3.053 KB
March 24 2021 16:41:07
1032 / wheelch2
0644
common-rtl.css
75.985 KB
April 16 2025 03:38:58
1032 / wheelch2
0644
common-rtl.min.css
57.637 KB
April 16 2025 03:38:58
1032 / wheelch2
0644
common.css
75.902 KB
April 16 2025 03:38:58
1032 / wheelch2
0644
common.min.css
57.588 KB
April 16 2025 03:38:58
1032 / wheelch2
0644
customize-controls-rtl.css
70.601 KB
April 16 2025 03:38:58
1032 / wheelch2
0644
customize-controls-rtl.min.css
59.293 KB
April 16 2025 03:38:58
1032 / wheelch2
0644
customize-controls.css
70.521 KB
April 16 2025 03:38:58
1032 / wheelch2
0644
customize-controls.min.css
59.247 KB
April 16 2025 03:38:58
1032 / wheelch2
0644
customize-nav-menus-rtl.css
21.677 KB
April 16 2025 03:38:58
1032 / wheelch2
0644
customize-nav-menus-rtl.min.css
17.768 KB
April 16 2025 03:38:58
1032 / wheelch2
0644
customize-nav-menus.css
21.632 KB
April 16 2025 03:38:58
1032 / wheelch2
0644
customize-nav-menus.min.css
17.757 KB
April 16 2025 03:38:58
1032 / wheelch2
0644
customize-widgets-rtl.css
12.354 KB
April 16 2025 03:38:58
1032 / wheelch2
0644
customize-widgets-rtl.min.css
9.433 KB
April 16 2025 03:38:58
1032 / wheelch2
0644
customize-widgets.css
12.318 KB
April 16 2025 03:38:58
1032 / wheelch2
0644
customize-widgets.min.css
9.431 KB
April 16 2025 03:38:58
1032 / wheelch2
0644
dashboard-rtl.css
29.127 KB
November 13 2024 04:45:47
1032 / wheelch2
0644
dashboard-rtl.min.css
22.133 KB
November 13 2024 04:45:47
1032 / wheelch2
0644
dashboard.css
29.097 KB
November 13 2024 04:45:47
1032 / wheelch2
0644
dashboard.min.css
22.137 KB
November 13 2024 04:45:47
1032 / wheelch2
0644
deprecated-media-rtl.css
6.498 KB
January 26 2024 14:04:12
1032 / wheelch2
0644
deprecated-media-rtl.min.css
5.368 KB
January 26 2024 14:04:12
1032 / wheelch2
0644
deprecated-media.css
6.46 KB
January 26 2024 14:04:12
1032 / wheelch2
0644
deprecated-media.min.css
5.364 KB
January 26 2024 14:04:12
1032 / wheelch2
0644
edit-rtl.css
37.071 KB
February 12 2025 04:39:10
1032 / wheelch2
0644
edit-rtl.min.css
29.183 KB
February 12 2025 04:39:10
1032 / wheelch2
0644
edit.css
37.029 KB
February 12 2025 04:39:10
1032 / wheelch2
0644
edit.min.css
29.175 KB
February 12 2025 04:39:10
1032 / wheelch2
0644
farbtastic-rtl.css
0.632 KB
October 26 2019 00:17:07
1032 / wheelch2
0644
farbtastic-rtl.min.css
0.525 KB
September 23 2019 16:21:58
1032 / wheelch2
0644
farbtastic.css
0.597 KB
November 17 2013 16:18:11
1032 / wheelch2
0644
farbtastic.min.css
0.524 KB
August 19 2017 20:10:47
1032 / wheelch2
0644
forms-rtl.css
36.07 KB
November 13 2024 04:45:47
1032 / wheelch2
0644
forms-rtl.min.css
27.78 KB
November 13 2024 04:45:47
1032 / wheelch2
0644
forms.css
36.037 KB
November 13 2024 04:45:47
1032 / wheelch2
0644
forms.min.css
27.781 KB
November 13 2024 04:45:47
1032 / wheelch2
0644
install-rtl.css
6.014 KB
April 16 2025 03:38:58
1032 / wheelch2
0644
install-rtl.min.css
4.92 KB
April 16 2025 03:38:58
1032 / wheelch2
0644
install.css
5.981 KB
April 16 2025 03:38:58
1032 / wheelch2
0644
install.min.css
4.922 KB
April 16 2025 03:38:58
1032 / wheelch2
0644
l10n-rtl.css
4.472 KB
July 16 2024 17:39:08
1032 / wheelch2
0644
l10n-rtl.min.css
3.129 KB
July 16 2024 17:39:08
1032 / wheelch2
0644
l10n.css
4.434 KB
July 16 2024 17:39:08
1032 / wheelch2
0644
l10n.min.css
3.125 KB
July 16 2024 17:39:08
1032 / wheelch2
0644
list-tables-rtl.css
43.14 KB
November 13 2024 04:45:47
1032 / wheelch2
0644
list-tables-rtl.min.css
34.869 KB
November 13 2024 04:45:47
1032 / wheelch2
0644
list-tables.css
43.08 KB
November 13 2024 04:45:47
1032 / wheelch2
0644
list-tables.min.css
34.844 KB
November 13 2024 04:45:47
1032 / wheelch2
0644
login-rtl.css
7.801 KB
April 16 2025 03:38:58
1032 / wheelch2
0644
login-rtl.min.css
6.232 KB
April 16 2025 03:38:58
1032 / wheelch2
0644
login.css
7.766 KB
April 16 2025 03:38:58
1032 / wheelch2
0644
login.min.css
6.231 KB
April 16 2025 03:38:58
1032 / wheelch2
0644
media-rtl.css
26.343 KB
April 16 2025 03:38:58
1032 / wheelch2
0644
media-rtl.min.css
21.288 KB
April 16 2025 03:38:58
1032 / wheelch2
0644
media.css
26.293 KB
April 16 2025 03:38:58
1032 / wheelch2
0644
media.min.css
21.272 KB
April 16 2025 03:38:58
1032 / wheelch2
0644
nav-menus-rtl.css
17.635 KB
April 16 2025 03:38:58
1032 / wheelch2
0644
nav-menus-rtl.min.css
13.922 KB
April 16 2025 03:38:58
1032 / wheelch2
0644
nav-menus.css
17.575 KB
April 16 2025 03:38:58
1032 / wheelch2
0644
nav-menus.min.css
13.896 KB
April 16 2025 03:38:58
1032 / wheelch2
0644
revisions-rtl.css
9.951 KB
November 13 2024 04:45:47
1032 / wheelch2
0644
revisions-rtl.min.css
8.125 KB
November 13 2024 04:45:47
1032 / wheelch2
0644
revisions.css
9.905 KB
November 13 2024 04:45:47
1032 / wheelch2
0644
revisions.min.css
8.113 KB
November 13 2024 04:45:47
1032 / wheelch2
0644
site-health-rtl.css
6.237 KB
April 16 2025 03:38:58
1032 / wheelch2
0644
site-health-rtl.min.css
5.156 KB
April 16 2025 03:38:58
1032 / wheelch2
0644
site-health.css
6.197 KB
April 16 2025 03:38:58
1032 / wheelch2
0644
site-health.min.css
5.15 KB
April 16 2025 03:38:58
1032 / wheelch2
0644
site-icon-rtl.css
4.538 KB
November 13 2024 04:45:47
1032 / wheelch2
0644
site-icon-rtl.min.css
3.854 KB
November 13 2024 04:45:47
1032 / wheelch2
0644
site-icon.css
4.494 KB
November 13 2024 04:45:47
1032 / wheelch2
0644
site-icon.min.css
3.845 KB
November 13 2024 04:45:47
1032 / wheelch2
0644
themes-rtl.css
41.117 KB
April 16 2025 03:38:58
1032 / wheelch2
0644
themes-rtl.min.css
32.155 KB
April 16 2025 03:38:58
1032 / wheelch2
0644
themes.css
41.061 KB
April 16 2025 03:38:58
1032 / wheelch2
0644
themes.min.css
32.133 KB
April 16 2025 03:38:58
1032 / wheelch2
0644
widgets-rtl.css
17.253 KB
November 13 2024 04:45:47
1032 / wheelch2
0644
widgets-rtl.min.css
14.086 KB
November 13 2024 04:45:47
1032 / wheelch2
0644
widgets.css
17.217 KB
November 13 2024 04:45:47
1032 / wheelch2
0644
widgets.min.css
14.084 KB
November 13 2024 04:45:47
1032 / wheelch2
0644
wp-admin-rtl.css
0.479 KB
October 26 2019 00:17:07
1032 / wheelch2
0644
wp-admin-rtl.min.css
0.537 KB
March 23 2019 03:55:53
1032 / wheelch2
0644
wp-admin.css
0.386 KB
March 23 2019 03:55:53
1032 / wheelch2
0644
wp-admin.min.css
0.479 KB
March 23 2019 03:55:53
1032 / wheelch2
0644

GRAYBYTE WORDPRESS FILE MANAGER @ 2025
CONTACT ME
Static GIF