Linux vps-61133.fhnet.fr 4.9.0-19-amd64 #1 SMP Debian 4.9.320-2 (2022-06-30) x86_64
Apache/2.4.25 (Debian)
Server IP : 93.113.207.21 & Your IP : 216.73.216.119
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
var /
www /
html_old /
iNetty /
public /
material /
custom /
Delete
Unzip
Name
Size
Permission
Date
Action
custom.css
8.26
KB
-rwxrwxrwx
2022-04-21 13:43
Save
Rename
label{ margin-bottom: 0!important; } /* The container */ .checkbox-label { display: block!important; position: relative!important; padding-left: 35px!important; margin-bottom: 12px!important; cursor: pointer!important; font-size: 15px!important; -webkit-user-select: none!important; -moz-user-select: none!important; -ms-user-select: none!important; user-select: none!important; } /* Hide the browser's default checkbox */ .checkbox-label input { position: absolute!important; opacity: 0!important; cursor: pointer!important; height: 0!important; width: 0!important; } /* Create a custom checkbox */ .checkmark { position: absolute!important; top: 0!important; left: 0!important; height: 20px!important; width: 20px!important; background-color: #eee!important; } /* On mouse-over, add a grey background color */ .checkbox-label:hover input ~ .checkmark { background-color: #ccc!important; } /* When the checkbox is checked, add a blue background */ .checkbox-label input:checked ~ .checkmark { background-color: #2196F3!important; } /* Create the checkmark/indicator (hidden when not checked) */ .checkmark:after { content: ""!important; position: absolute!important; display: none!important; } /* Show the checkmark when checked */ .checkbox-label input:checked ~ .checkmark:after { display: block!important; } /* Style the checkmark/indicator */ .checkbox-label .checkmark:after { left: 7px!important; top: 4px!important; width: 5px!important; height: 10px!important; border: solid white!important; border-width: 0 3px 3px 0!important; -webkit-transform: rotate(45deg)!important; -ms-transform: rotate(45deg)!important; transform: rotate(45deg)!important; } /* Client filter */ .searchClientInput { width:100%; box-sizing: border-box; font-size: 16px; padding: 5px; border: none; border-bottom: 1px solid #ddd; } .dropdown-content { display: block; position: absolute; max-height: 350px; left: 0; padding: 0!important; background-color: rgb(238, 238, 238); overflow: auto; z-index: 1; } .dropdown-content::-webkit-scrollbar { display: none; } .clientList{ display: none; } .dropdown-content a { color: black; padding: 12px 16px; text-decoration: none; display: block; } .dropdown a:hover {background-color: #ddd;} .show {display: block;} .cursor-pointer:hover { cursor: pointer; } .grid-center { display: grid; place-items: center; } .flex{ display: flex; flex-direction: row; flex-wrap: wrap; justify-content: space-around; align-items: center; } .intervention-modal { overflow-y: auto !important; } .intervention-modal-body { max-height: calc(100vh - 120px); overflow-y: auto; } .membersHistoryList, .carsHistoryList, .membersList{ list-style: none; margin: 0!important; padding: 0!important; width: 100%; max-height:300px; overflow-y: scroll; justify-content: center; } .membersHistoryListElement, .carsHistoryListElement{ width: 90%; padding: 10px 20px; -webkit-box-shadow: 0px 9px 25px -5px rgba(0,0,0,0.24); box-shadow: 0px 9px 25px -5px rgba(0,0,0,0.24); border-bottom: 2px solid #00aaf1; border-radius: 5px; margin-bottom: 20px; } .membersHistoryListElement .header, .carsHistoryListElement .header{ margin-bottom: 10px; } .membersHistoryListElement .header span, .carsHistoryListElement .header span{ padding: 10px 35px; background-color: #00aaf1; border-radius: 5px; color:white; } .membersHistoryList .main .members, .carsHistoryList .main .cars, .membersListElement .main .members{ padding:0; list-style: none; justify-content: flex-start; } .membersHistoryList .main .members .member, .carsHistoryList .main .cars .car, .membersListElement .main .members .member{ min-width: 150px; margin: 5px 10px; padding: 5px 15px; background-color: rgb(255, 255, 255); -webkit-box-shadow: 0px 9px 25px -5px rgba(0,0,0,0.24); box-shadow: 0px 9px 25px -5px rgba(0,0,0,0.24); border-bottom: 2px solid #00aaf1; border-radius: 5px; justify-content: space-between; } .membersHistoryList .main .members .member span, .carsHistoryList .main .cars .car span, .membersListElement .main .members .member span{ color:black; margin: 0px 20px 0 5px; } .carsHistoryList{ max-height: 195px; } .membersHistoryList .footer, .carsHistoryList .footer{ justify-content: flex-end; padding: 0; } .carsHistoryListElement .header span{ padding: 10px; } .carsHistoryList .main .cars, .carsHistoryList .footer{ justify-content: center; } .membersList{ min-height: 260px; overflow: hidden; } .membersListElement .main .members .member{ justify-content: flex-start; } .checkIn .done, .checkIn .inProgress{ width: 50%; text-align: center; border-radius: 5px; } .checkIn .done{ padding: 5px 15px; background-color: rgb(0, 177, 0); color: white; } .checkIn .inProgress{ padding: 5px 15px; background-color: rgb(255, 187, 0); color: white } /* In progress animation */ .checkIn .dot-collision { position: relative; width: 10px; height: 10px; left: 25px; border-radius: 5px; background-color: #00aaf1; color: #00aaf1; } .checkIn .dot-collision::before, .dot-collision::after { content: ''; display: inline-block; position: absolute; top: 0; } .checkIn .dot-collision::before { left: -10px; width: 10px; height: 10px; border-radius: 5px; background-color: #00aaf1; color: #00aaf1; -webkit-animation: dot-collision-before 2s infinite ease-in; animation: dot-collision-before 2s infinite ease-in; } .checkIn .dot-collision::after { left: 10px; width: 10px; height: 10px; border-radius: 5px; background-color: #00aaf1; color: #00aaf1; -webkit-animation: dot-collision-after 2s infinite ease-in; animation: dot-collision-after 2s infinite ease-in; -webkit-animation-delay: 1s; animation-delay: 1s; } @keyframes dot-collision-before { 0%, 50%, 75%, 100% { transform: translateX(0); } 25% { transform: translateX(-15px); } } @keyframes dot-collision-after { 0%, 50%, 75%, 100% { transform: translateX(0); } 25% { transform: translateX(15px); } } .trash .material-icons{ color: rgb(224, 9, 9); } /* Building list */ .interventionBuildingsContainer h2{ font-size: 20px; } .interventionBuildingsContainer .directory-list{ padding-left: 5px; } .buildingsFooterContainer h2 { color: black; font-size: 26px; margin: 10px; text-align: center; } .box { width: 100%; background: #fefefe; border-radius: 2px; box-shadow: 0 0 50px rgba(0, 0, 0, 0.1); margin: 10px 0; padding: 5%; } .interventionBuildingsContainer .box { margin: 0; padding: 0; } @media (min-width: 544px) { .box { margin: 10px 0; padding: 40px; } .interventionBuildingsContainer .box { margin: 0; padding: 0; } } /* The list style -------------------------------------------------------------- */ .directory-list ul { margin-left: 10px; padding-left: 20px; border-left: 1px dashed #00aaf1; } .directory-list li { list-style: none; color: #888; font-size: 20px; padding: 5px 0; } .directory-list a { border-bottom: 1px solid transparent; color: #888; text-decoration: none; transition: all 0.2s ease; } .directory-list a:hover { border-color: #00aaf1; color: #000; } .directory-list .folder, .directory-list .folder > a { color: rgb(0, 0, 0); font-weight: bold; font-size: 24px; } /* The icons -------------------------------------------------------------- */ .directory-list li:before { margin-right: 10px; content: ""; height: 20px; vertical-align: middle; width: 20px; background-repeat: no-repeat; display: inline-block; /* file icon by default */ background-image: url("../img/home_black_24dp.svg"); background-position: center 2px; background-size: 60% auto; } .interventionBuildingsContainer .directory-list li:before{ background-image: none; } .directory-list li.folder:before { /* folder icon if folder class is specified */ background-image: url("../img/business_black_24dp.svg"); background-position: center top; background-size: 75% auto; } .directory-list li.floorList:before { /* folder icon if folder class is specified */ background-image: url("../img/layers_black_24dp.svg"); background-position: center top; background-size: 75% auto; }