403Webshell
Server IP : 51.89.169.208  /  Your IP : 3.135.190.163
Web Server : Apache
System : Linux ns3209505.ip-198-244-202.eu 4.18.0-553.27.1.el8_10.x86_64 #1 SMP Tue Nov 5 04:50:16 EST 2024 x86_64
User : yellowleaf ( 1019)
PHP Version : 7.4.33
Disable Function : exec,passthru,shell_exec,system
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : ON  |  Pkexec : ON
Directory :  /home/yellowleaf/public_html/members/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /home/yellowleaf/public_html/members/BACKUP_index.css
:root {
	--grey: #F1F0F6;
	--dark-grey: #8D8D8D;
	--light: #fff;
	--dark: #000;
	--light-green: #E3FFCB;
	--blue: #1775F1;
	--light-blue: #D0E4FF;
	--dark-blue: #0C5FCD;
	--red: #FC3B56;
}

html {
	overflow-x: hidden;
}

body {
	background: var(--grey);
	overflow: hidden;
}

a {
	text-decoration: none;
}

li {
	list-style: none;
}

section {
	padding: 0;
}







/* SIDEBAR */
.sidebar {
	position: fixed;
	max-width: 260px;
	width: 100%;
	background: var(--light);
	top: 0;
	left: 0;
	height: 100%;
	overflow-y: auto;
	scrollbar-width: none;
	transition: all .3s ease;
	z-index: 200;
}
.sidebar.hide {
	max-width: 48px;
}
.sidebar::-webkit-scrollbar {
	display: none;
}
.sidebar .brand {
	height: 64px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: sticky;
	top: 0;
	left: 0;
	z-index: 100;
	background: var(--light);
	transition: all .3s ease;
	padding: 0 20px 0 36px;
}
.sidebar .brand > * {
	transition: opacity .2s;
}
.sidebar.hide .brand > a {
	display: none;
}
.sidebar.hide .brand {
	padding: 0 8px;
}
.brand .toggle-sidebar {
	background-color: transparent;
	font-size: 20px;
	font-weight: 500;
	outline: none;
	border: none;
	cursor: pointer;
}
.sidebar .icon {
	min-width: 48px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 6px;
	font-size: 20px;
	color: var(--dark-grey);
}
.sidebar .icon-right {
	margin-left: auto;
	transition: all .3s ease;
}
.sidebar .side-menu {
	margin: 36px 0;
	padding: 0 20px;
	transition: all .3s ease;
}
.sidebar.hide .side-menu {
	padding: 0;
}
.sidebar .side-menu a {
	display: flex;
	align-items: center;
	font-size: 16px;
	color: var(--dark);
	padding: 10px 12px 10px 0;
	transition: all .3s ease;
	border-radius: 4px;
	white-space: nowrap;
}
.sidebar.hide .side-menu a {
	border-radius: 0;
}
.sidebar .side-dropdown a {
	padding: 6px 12px 6px 0;
}
.sidebar .side-menu > li > a:hover {
	background: var(--grey);
}
.sidebar .side-menu > li > a.active .icon-right {
	transform: rotateZ(90deg);
}
.sidebar .side-menu > li > a.active,
.sidebar .side-menu > li > a.active:hover {
	background: var(--yellow);
	color: var(--black);
}
.sidebar .side-menu > li > a.active .icon {
	color: var(--black);
}
.sidebar .divider {
	margin: 24px 0 4px;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 700;
	color: var(--dark-grey);
	transition: all .3s ease;
	white-space: nowrap;
}
.sidebar.hide:hover .divider {
	text-align: left;
}
.sidebar.hide .divider {
	text-align: center;
}
.sidebar .side-dropdown {
	padding-left: 54px;
	display: none;
}
.sidebar .side-dropdown a:hover {
	color: var(--yellow);
}
.sidebar .ads {
	width: 100%;
	padding: 20px;
}
.sidebar.hide .ads {
	display: none;
}
.sidebar.hide:hover .ads {
	display: block;
}
.sidebar .ads .wrapper {
	background: var(--grey);
	padding: 20px;
	border-radius: 10px;
}
.sidebar .btn-upgrade {
	font-size: 14px;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 12px 0;
	color: var(--black);
	background: var(--yellow);
	transition: all .3s ease;
	border-radius: 5px;
	font-weight: 600;
	margin-bottom: 12px;
}
.sidebar .btn-upgrade:hover {
	background: var(--dark-blue);
}
.sidebar .ads .wrapper p {
	font-size: 12px;
	color: var(--dark-grey);
	text-align: center;
}
.sidebar .ads .wrapper p span {
	font-weight: 700;
}
.sidebar-overlay {
	background-color: rgba(0, 0, 0, .5);
	opacity: 0;
	visibility: hidden;
	transition: all .2s;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 150;
}

.other-services{
	font-size: 20px;
	text-transform: uppercase;
	padding: 8px;
	/* border-radius: 5px; */
	/* box-shadow: 0px 4px 10px 5px #ececec; */
}
/* SIDEBAR */





/* CONTENT */
#content {
	position: relative;
	width: calc(100% - 260px);
	left: 260px;
	transition: all .3s ease;
}
.sidebar.hide ~ #content {
	width: calc(100% - 48px);
	left: 48px;
}
/* NAVBAR */
nav {
	background: var(--light);
	height: 64px;
	padding: 0 16px;
	display: flex;
	align-items: center;
	grid-gap: 28px;
	position: sticky;
	top: 0;
	left: 0;
	z-index: 100;
}
nav .toggle-sidebar {
	visibility: hidden;
	cursor: pointer;
	margin-right: auto;
	font-size: 18px;
}
nav form {
	max-width: 400px;
	width: 100%;
	margin-right: auto;
}
nav .form-group {
	position: relative;
}
nav .form-group input {
	width: 100%;
	background: var(--grey);
	border-radius: 5px;
	border: none;
	outline: none;
	padding: 10px 36px 10px 16px;
	transition: all .3s ease;
}
nav .form-group input:focus {
	box-shadow: 0 0 0 1px var(--yellow), 0 0 0 4px var(--light-blue);
}
nav .form-group .icon {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 16px;
	color: var(--dark-grey);
}
nav .nav-link {
	position: relative;
}
nav .nav-link .icon {
	font-size: 18px;
	color: var(--dark);
}
nav .nav-link .badge {
	position: absolute;
	top: -12px;
	right: -12px;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	border: 2px solid var(--light);
	background: var(--red);
	display: flex;
	justify-content: center;
	align-items: center;
	color: var(--light);
	font-size: 10px;
	font-weight: 700;
}
nav .divider {
	width: 1px;
	background: var(--grey);
	height: 12px;
	display: block;
}
nav .profile {
	position: relative;
}
nav .profile img {
	width: 36px;
	height: 36px;
	border-radius: 50%;
	object-fit: cover;
	cursor: pointer;
}
nav .profile .profile-link {
	position: absolute;
	top: calc(100% + 10px);
	right: 0;
	background: var(--light);
	padding: 10px 0;
	box-shadow: 4px 4px 16px rgba(0, 0, 0, .1);
	border-radius: 10px;
	width: 160px;
	opacity: 0;
	pointer-events: none;
	transition: all .3s ease;
}
nav .profile .profile-link.show {
	opacity: 1;
	pointer-events: visible;
	top: 100%;
}
nav .profile .profile-link a {
	padding: 10px 16px;
	display: flex;
	grid-gap: 10px;
	font-size: 14px;
	color: var(--dark);
	align-items: center;
	transition: all .3s ease;
}
nav .profile .profile-link a:hover {
	background: var(--grey);
}
/* NAVBAR */



/* MAIN */
main {
	width: 100%;
	padding: 20px 0 200px;
}
main .title {
	font-size: 28px;
	font-weight: 600;
	margin-bottom: 10px;
}
main .breadcrumbs {
	display: flex;
	grid-gap: 6px;
}
main .breadcrumbs li,
main .breadcrumbs li a {
	font-size: 14px;
}
main .breadcrumbs li a {
	color: var(--blue);
}
main .breadcrumbs li a.active,
main .breadcrumbs li.divider {
	color: var(--dark-grey);
	pointer-events: none;
}
/* MAIN */
/* CONTENT */



/* start: Styles */
.main-box {
	background-color: var(--white);
	padding: 16px;
	border-radius: 6px;
	box-shadow: 0 8px 16px rgba(0, 0, 0, .06);
}
.main-content {
	margin-top: 24px;
}
.advert-wrapper {
	display: grid;
	grid-template-columns: 1fr;
	gap: 20px;
	margin-top: 24px;
}
.advert-item {
	background-color: var(--white);
	box-shadow: 0 8px 16px rgba(0, 0, 0, .06);
	border-radius: 8px;
	display: flex;
}
.advert-item-image {
	border-radius: 8px 0 0 8px;
	overflow: hidden;
	min-width: 300px;
	width: 300px;
	position: relative;
}
.advert-item-image img {
	width: 100%;
	height: 100%;
	background-color: var(--gray);
	object-fit: contain;
	display: block;
}
.advert-item-info {
	width: 100%;
	padding: 16px;
}
.advert-item-top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 16px;
}
.advert-item-location {
	color: var(--green);
	font-weight: 500;
	display: flex;
	align-items: center;
}
.advert-item-location i,
.advert-item-location svg {
	margin-right: 4px;
	font-size: 20px;
}
.advert-item-status {
	font-size: 14px;
	font-weight: 500;
	padding: 4px 10px;
	border-radius: 4px;
	color: var(--white);
}
.advert-item-status.inactive {
	background-color: #fff5f8;
	color: var(--red);
}
.advert-item-status.active {
	background-color: #e8fff3;
	color: var(--green);
}
.advert-item-title {
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 8px;
	display: inline-block;
	color: var(--black);
}
.advert-item-description {
	color: var(--black);
	opacity: .5;
	max-height: 96px;
	overflow: hidden;
}
.advert-item-actions {
	display: flex;
	flex-wrap: wrap;
	margin-top: 16px;
}
.advert-item-actions > * {
	display: inline-block;
	margin-right: 4px;
	margin-top: 4px;
	border-radius: 4px;
	border: 1px solid var(--gray-200);
	text-decoration: none;
	color: var(--black);
	padding: 6px 12px;
	transition: background-color .2s;
	font-size: 14px;
}
.advert-item-actions > :hover {
	background-color: var(--gray);
}
/* .advert-item-dropdown {
	position: relative;
	margin-top: 24px;
	display: inline-block;
}
.advert-item-dropdown button {
	padding: 8px 12px;
	background-color: var(--gray);
	color: var(--gray-300);
	border-radius: 4px;
	transition: all .2s;
	outline: none;
	cursor: pointer;
	font-size: 14px;
	border: none;
}
.advert-item-dropdown.active button,
.advert-item-dropdown button:hover {
	background-color: #f1faff;
	color: var(--blue);
}
.advert-item-dropdown-list {
	position: absolute;
	top: 100%;
	left: 0;
	background-color: var(--white);
	padding: 4px 0;
	box-shadow: 0 8px 16px rgba(0, 0, 0, .06);
	min-width: 100%;
	display: none;
	z-index: 10;
}
.advert-item-dropdown.active .advert-item-dropdown-list {
	display: block;
}
.advert-item-dropdown-list a {
	display: block;
	padding: 6px 12px;
	color: var(--black);
	font-size: 14px;
	white-space: nowrap;
}
.advert-item-dropdown-list a:hover {
	background-color: var(--gray);
} */



.main-box {
	padding: 16px;
	border-radius: 6px;
	background-color: var(--white);
	box-shadow: 0 8px 16px rgba(0, 0, 0, .06);
	margin-bottom: 24px;
}
.main-title {
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 24px;
}
.logout {
	display: flex;
	align-items: center;
	color: var(--red);
}
.logout > * {
	margin-right: 8px;
}

/* .upload-image-input {
	display: none;
} */
.form-group .upload-image {
	width: 100%;
	background-color: #fafafa;
	border: 3px dashed var(--gray-100);
	border-radius: 6px;
	display: block;
	height: 300px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	position: relative;
}
.form-group .upload-image i {
	font-size: 64px;
	color: rgba(0, 0, 0, .2);
}
.form-group .upload-image-text {
	margin-top: 16px;
	font-size: 18px;
}
.form-group .upload-image img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: contain;
	background-color: #fafafa;
	display: block;
}
.image-upload-wrapper input {
	display: none;
}
label.image-upload-wrapper {
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--gray-200);
	text-align: center;
	width: 100%;
	max-width: 300px;
	height: 200px;
	border: 3px dashed var(--gray-200);
	cursor: pointer;
	padding: 20px;
	position: relative;
}
.image-upload-wrapper img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	object-fit: contain;
	background-color: var(--white);
	box-shadow: 0 0 0 3px var(--white);
}
.image-upload-text {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .5);
	text-align: center;
	color: var(--white);
	pointer-events: none;
	opacity: 0;
	transition: opacity .2s;
	padding: 20px;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center;
}
.image-upload-wrapper:hover .image-upload-text {
	opacity: 1;
}
.submit-advert-tab {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    margin-bottom: 2rem;
}
.submit-advert-tab::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    height: 2px;
    background-color: var(--black);
}
.submit-advert-tab > * {
    width: 2.5rem;
    height: 2.5rem;
    background-color: var(--black);
    color: var(--white);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    cursor: pointer;
	position: relative;
	z-index: 1;
}
.submit-advert-tab .active {
    background-color: var(--yellow);
}
/* end: Styles */






@media screen and (max-width: 991px) {
	.advert-item-image {
		min-width: 240px;
		width: 240px;
	}
}



@media screen and (max-width: 767px) {
	#content {
		position: relative;
		width: 100%;
		transition: all .3s ease;
		left: 0;
	}
	.sidebar.hide ~ #content {
		width: 100%;
		left: 0;
	}
	.sidebar.hide {
		max-width: 260px;
		left: -260px;
	}
	.sidebar {
		left: 0;
	}
	.sidebar-overlay {
		opacity: 1;
		visibility: visible;
	}
	.sidebar.hide ~ .sidebar-overlay {
		opacity: 0;
		visibility: hidden;
	}
	nav .nav-link,
	nav .divider {
		display: none;
	}
	nav .toggle-sidebar {
		visibility: visible;
	}
}




@media screen and (max-width: 575px) {
	.advert-item {
		flex-direction: column;
	}
	.advert-item-image {
		min-width: 100%;
		width: 100%;
		max-height: 240px;
		border-radius: 8px 8px 0 0;
	}
	.advert-item-location {
		font-size: 14px;
	}
	.advert-item-location i,
	.advert-item-location svg {
		font-size: 16px;
	}
}

Youez - 2016 - github.com/yon3zu
LinuXploit