Linux aries.aptans.com 4.18.0-348.20.1.lve.1.el8.x86_64 #1 SMP Wed Mar 16 08:45:39 EDT 2022 x86_64
Apache
: 135.181.142.107 | : 162.158.78.79
Cant Read [ /etc/named.conf ]
7.4.33
aja
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
/
home /
aja /
public_html /
ead /
theme /
boost /
scss /
moodle /
[ HOME SHELL ]
Name
Size
Permission
Action
admin.scss
12.58
KB
-rw-r--r--
atto.scss
4.23
KB
-rw-r--r--
backup-restore.scss
4.15
KB
-rw-r--r--
blocks.scss
8.39
KB
-rw-r--r--
bootstrap-rtl.scss
793
B
-rw-r--r--
bootswatch.scss
174
B
-rw-r--r--
buttons.scss
1.8
KB
-rw-r--r--
calendar.scss
12.57
KB
-rw-r--r--
chat.scss
2.25
KB
-rw-r--r--
contentbank.scss
2.81
KB
-rw-r--r--
core.scss
51.58
KB
-rw-r--r--
course.scss
23.63
KB
-rw-r--r--
dashboard.scss
144
B
-rw-r--r--
debug.scss
1.78
KB
-rw-r--r--
drawer.scss
3.93
KB
-rw-r--r--
editor.scss
62
B
-rw-r--r--
expendable.scss
826
B
-rw-r--r--
filemanager.scss
19.94
KB
-rw-r--r--
forms.scss
11.39
KB
-rw-r--r--
grade.scss
9.23
KB
-rw-r--r--
icons.scss
2.23
KB
-rw-r--r--
layout.scss
733
B
-rw-r--r--
login.scss
167
B
-rw-r--r--
message.scss
16.55
KB
-rw-r--r--
modal.scss
389
B
-rw-r--r--
modules.scss
37.45
KB
-rw-r--r--
popover-region.scss
9.93
KB
-rw-r--r--
prefixes.scss
1.21
KB
-rw-r--r--
print.scss
312
B
-rw-r--r--
question.scss
12.45
KB
-rw-r--r--
reports.scss
550
B
-rw-r--r--
search.scss
1.77
KB
-rw-r--r--
sticky-footer.scss
403
B
-rw-r--r--
tables.scss
1.38
KB
-rw-r--r--
templates.scss
238
B
-rw-r--r--
tool_usertours.scss
3.4
KB
-rw-r--r--
undo.scss
7.73
KB
-rw-r--r--
user.scss
5.09
KB
-rw-r--r--
variables.scss
710
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : drawer.scss
/* Anchor link offset fix. This makes hash links scroll 60px down to account for the fixed header. */ $fixed-header-y: $navbar-height; $drawer-width: 285px !default; $drawer-padding-x: 20px !default; $drawer-padding-y: 20px !default; $drawer-offscreen-gutter: 20px !default; :target { scroll-margin-top: $fixed-header-y + 10px; } .pagelayout-embedded :target { padding-top: initial; margin-top: initial; } #nav-drawer.closed { left: -($drawer-width + $drawer-offscreen-gutter); } #nav-drawer[aria-hidden=true] .list-group-item { display: none; } /* Use a variable for the drawer background colors. */ $drawer-bg: darken($body-bg, 5%) !default; [data-region="drawer"] { position: fixed; width: $drawer-width; top: $fixed-header-y; height: calc(100% - #{$navbar-height}); overflow-y: auto; -webkit-overflow-scrolling: touch; z-index: $zindex-dropdown - 1; background-color: $drawer-bg; -webkit-transition: right 0.5s ease, left 0.5s ease; -moz-transition: right 0.5s ease, left 0.5s ease; transition: right 0.5s ease, left 0.5s ease; } @include media-breakpoint-up(sm) { [data-region="drawer"] { padding: $drawer-padding-x $drawer-padding-y; } } #nav-drawer { right: auto; left: 0; /* Override the z-indexes defined in bootstrap/_list-group.scss that lead to side effects on the user tours positioning. */ .list-group-item-action.active, .list-group-item.active { z-index: inherit; } .list-group-item-action.active + .list-group-item, .list-group-item.active + .list-group-item { border-top: none; } .list-group { // Remove default list styling in nav menus. ul { list-style: none; padding: 0; margin: 0; } // Add margin to be consistent with `.list-group-item` spacing. li { margin-bottom: -1px; } li:last-child { margin-bottom: 0; } } } #page { margin-top: $fixed-header-y; } .pagelayout-embedded #page { margin-top: 0; } body.drawer-ease { -webkit-transition: margin-left 0.5s ease, margin-right 0.5s ease; -moz-transition: margin-left 0.5s ease, margin-right 0.5s ease; transition: margin-left 0.5s ease, margin-right 0.5s ease; } body.drawer-open-left { @include media-breakpoint-up(md) { margin-left: $drawer-width; } } body.drawer-open-right { @include media-breakpoint-up(md) { margin-right: $drawer-width; } } $right-drawer-width: 320px; [data-region=right-hand-drawer] { display: flex; flex-direction: column; @include transition(right .2s ease-in-out); &.drawer { z-index: $zindex-sticky; position: fixed; top: $navbar-height; right: 0; height: calc(100% - #{$navbar-height}); width: $right-drawer-width; box-shadow: -2px 2px 4px rgba(0, 0, 0, .08); padding: 0; visibility: visible; opacity: 1; } .closewidget { display: none; } &.hidden { display: block; right: $right-drawer-width * -1; // Turn off visibility so that nothing in the drawer can receive focus when // it is hidden. visibility: hidden; opacity: 0; // Delay visibility changes until after the slide right animation has completed. @include transition(right .2s ease-in-out, visibility 0s ease-in-out .2s, opacity 0s ease-in-out .2s); } } @include media-breakpoint-down(sm) { [data-region=right-hand-drawer] { &.drawer { top: 0; height: 100%; z-index: $zindex-fixed; } .closewidget { display: block; padding: 0 0.2rem; } } body.drawer-open-left, body.drawer-open-right { overflow: hidden; } } .dir-rtl { [data-region=right-hand-drawer] { box-shadow: 2px 2px 4px rgba(0, 0, 0, .08); } }
Close