Linux ip-148-66-134-25.ip.secureserver.net 3.10.0-1160.119.1.el7.tuxcare.els10.x86_64 #1 SMP Fri Oct 11 21:40:41 UTC 2024 x86_64
Apache
: 148.66.134.25 | : 18.116.81.255
66 Domain
8.0.30
amvm
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
BLACK DEFEND!
README
+ Create Folder
+ Create File
/
home /
amvm /
public_html /
kajri /
myadmin /
build /
less /
[ HOME SHELL ]
Name
Size
Permission
Action
skins
[ DIR ]
drwxr-xr-x
.csslintrc
591
B
-rwxr-xr-x
404_500_errors.less
702
B
-rwxr-xr-x
AdminLTE-without-plugins.less
1.54
KB
-rwxr-xr-x
AdminLTE.less
1.55
KB
-rwxr-xr-x
alerts.less
641
B
-rwxr-xr-x
bootstrap-social.less
3.2
KB
-rwxr-xr-x
boxes.less
7.92
KB
-rwxr-xr-x
buttons.less
3.06
KB
-rwxr-xr-x
callout.less
846
B
-rwxr-xr-x
carousel.less
268
B
-rwxr-xr-x
control-sidebar.less
5.37
KB
-rwxr-xr-x
core.less
2.77
KB
-rwxr-xr-x
direct-chat.less
2.98
KB
-rwxr-xr-x
dropdown.less
6.71
KB
-rwxr-xr-x
forms.less
1.85
KB
-rwxr-xr-x
fullcalendar.less
1.73
KB
-rwxr-xr-x
header.less
4.69
KB
-rwxr-xr-x
info-box.less
1.11
KB
-rwxr-xr-x
invoice.less
201
B
-rwxr-xr-x
labels.less
326
B
-rwxr-xr-x
lockscreen.less
1.12
KB
-rwxr-xr-x
login_and_register.less
707
B
-rwxr-xr-x
mailbox.less
1.19
KB
-rwxr-xr-x
miscellaneous.less
8.52
KB
-rwxr-xr-x
mixins.less
6.92
KB
-rwxr-xr-x
modal.less
1.27
KB
-rwxr-xr-x
navs.less
3.75
KB
-rwxr-xr-x
plugins.less
119
B
-rwxr-xr-x
print.less
967
B
-rwxr-xr-x
products.less
776
B
-rwxr-xr-x
profile.less
452
B
-rwxr-xr-x
progress-bars.less
1.64
KB
-rwxr-xr-x
select2.less
2.64
KB
-rwxr-xr-x
sidebar-mini.less
3.68
KB
-rwxr-xr-x
sidebar.less
3.04
KB
-rwxr-xr-x
small-box.less
1.41
KB
-rwxr-xr-x
social-widgets.less
1.37
KB
-rwxr-xr-x
table.less
897
B
-rwxr-xr-x
timeline.less
1.91
KB
-rwxr-xr-x
users-list.less
602
B
-rwxr-xr-x
variables.less
3.04
KB
-rwxr-xr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : direct-chat.less
/* * Component: Direct Chat * ---------------------- */ .direct-chat { .box-body { .border-bottom-radius(0); position: relative; overflow-x: hidden; padding: 0; } &.chat-pane-open { .direct-chat-contacts { .translate(0, 0); } } } .direct-chat-messages { .translate(0, 0); padding: 10px; height: 250px; overflow: auto; } .direct-chat-msg, .direct-chat-text { display: block; } .direct-chat-msg { .clearfix(); margin-bottom: 10px; } .direct-chat-messages, .direct-chat-contacts { .transition-transform(.5s ease-in-out); } .direct-chat-text { .border-radius(5px); position: relative; padding: 5px 10px; background: @direct-chat-default-msg-bg; border: 1px solid @direct-chat-default-msg-border-color; margin: 5px 0 0 50px; color: @direct-chat-default-font-color; //Create the arrow &:after, &:before { position: absolute; right: 100%; top: 15px; border: solid transparent; border-right-color: @direct-chat-default-msg-border-color; content: ' '; height: 0; width: 0; pointer-events: none; } &:after { border-width: 5px; margin-top: -5px; } &:before { border-width: 6px; margin-top: -6px; } .right & { margin-right: 50px; margin-left: 0; &:after, &:before { right: auto; left: 100%; border-right-color: transparent; border-left-color: @direct-chat-default-msg-border-color; } } } .direct-chat-img { .border-radius(50%); float: left; width: 40px; height: 40px; .right & { float: right; } } .direct-chat-info { display: block; margin-bottom: 2px; font-size: 12px; } .direct-chat-name { font-weight: 600; } .direct-chat-timestamp { color: #999; } //Direct chat contacts pane .direct-chat-contacts-open { .direct-chat-contacts { .translate(0, 0); } } .direct-chat-contacts { .translate(101%, 0); position: absolute; top: 0; bottom: 0; height: 250px; width: 100%; background: #222d32; color: #fff; overflow: auto; } //Contacts list -- for displaying contacts in direct chat contacts pane .contacts-list { &:extend(.list-unstyled); > li { .clearfix(); border-bottom: 1px solid rgba(0, 0, 0, 0.2); padding: 10px; margin: 0; &:last-of-type { border-bottom: none; } } } .contacts-list-img { .border-radius(50%); width: 40px; float: left; } .contacts-list-info { margin-left: 45px; color: #fff; } .contacts-list-name, .contacts-list-status { display: block; } .contacts-list-name { font-weight: 600; } .contacts-list-status { font-size: 12px; } .contacts-list-date { color: #aaa; font-weight: normal; } .contacts-list-msg { color: #999; } //Direct Chat Variants .direct-chat-danger { .direct-chat-variant(@red); } .direct-chat-primary { .direct-chat-variant(@light-blue); } .direct-chat-warning { .direct-chat-variant(@yellow); } .direct-chat-info { .direct-chat-variant(@aqua); } .direct-chat-success { .direct-chat-variant(@green); }
Close