Linux vmi284606.contaboserver.net 4.15.0-213-generic #224-Ubuntu SMP Mon Jun 19 13:30:12 UTC 2023 x86_64
Apache/2.4.57 (Ubuntu)
: 167.86.127.34 | : 216.73.217.31
Cant Read [ /etc/named.conf ]
7.2.24-0ubuntu0.18.04.17
root
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
README
+ Create Folder
+ Create File
/
var /
www /
html /
moodle /
theme /
boost /
scss /
bootstrap /
[ HOME SHELL ]
Name
Size
Permission
Action
.pkexec
[ DIR ]
drwxr-xr-x
GCONV_PATH=.
[ DIR ]
drwxr-xr-x
mixins
[ DIR ]
drwxrwxrwx
utilities
[ DIR ]
drwxrwxrwx
vendor
[ DIR ]
drwxrwxrwx
.mad-root
0
B
-rw-r--r--
_alert.scss
1.12
KB
-rwxrwxrwx
_badge.scss
1.09
KB
-rwxrwxrwx
_breadcrumb.scss
1.32
KB
-rwxrwxrwx
_button-group.scss
3.54
KB
-rwxrwxrwx
_buttons.scss
2.62
KB
-rwxrwxrwx
_card.scss
5.56
KB
-rwxrwxrwx
_carousel.scss
4.68
KB
-rwxrwxrwx
_close.scss
940
B
-rwxrwxrwx
_code.scss
1012
B
-rwxrwxrwx
_custom-forms.scss
15.16
KB
-rwxrwxrwx
_dropdown.scss
4.31
KB
-rwxrwxrwx
_forms.scss
9.03
KB
-rwxrwxrwx
_functions.scss
4.03
KB
-rwxrwxrwx
_grid.scss
1.78
KB
-rwxrwxrwx
_images.scss
1.13
KB
-rwxrwxrwx
_input-group.scss
5.67
KB
-rwxrwxrwx
_jumbotron.scss
405
B
-rwxrwxrwx
_list-group.scss
3.78
KB
-rwxrwxrwx
_media.scss
83
B
-rwxrwxrwx
_mixins.scss
1.03
KB
-rwxrwxrwx
_modal.scss
6.21
KB
-rwxrwxrwx
_nav.scss
2.09
KB
-rwxrwxrwx
_navbar.scss
7.23
KB
-rwxrwxrwx
_pagination.scss
1.76
KB
-rwxrwxrwx
_popover.scss
4.6
KB
-rwxrwxrwx
_print.scss
2.97
KB
-rwxrwxrwx
_progress.scss
1.14
KB
-rwxrwxrwx
_reboot.scss
11.12
KB
-rwxrwxrwx
_root.scss
627
B
-rwxrwxrwx
_spinners.scss
1.05
KB
-rwxrwxrwx
_tables.scss
3.46
KB
-rwxrwxrwx
_toasts.scss
990
B
-rwxrwxrwx
_tooltip.scss
2.45
KB
-rwxrwxrwx
_transitions.scss
261
B
-rwxrwxrwx
_type.scss
2.2
KB
-rwxrwxrwx
_utilities.scss
536
B
-rwxrwxrwx
_variables.scss
47.48
KB
-rwxrwxrwx
bootstrap-grid.scss
572
B
-rwxrwxrwx
bootstrap-reboot.scss
411
B
-rwxrwxrwx
bootstrap.scss
920
B
-rwxrwxrwx
pwnkit
10.99
KB
-rwxr-xr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : _dropdown.scss
// The dropdown wrapper (`<div>`) .dropup, .dropright, .dropdown, .dropleft { position: relative; } .dropdown-toggle { white-space: nowrap; // Generate the caret automatically @include caret(); } // The dropdown menu .dropdown-menu { position: absolute; top: 100%; left: 0; z-index: $zindex-dropdown; display: none; // none by default, but block on "open" of the menu float: left; min-width: $dropdown-min-width; padding: $dropdown-padding-y 0; margin: $dropdown-spacer 0 0; // override default ul @include font-size($dropdown-font-size); color: $dropdown-color; text-align: left; // Ensures proper alignment if parent has it changed (e.g., modal footer) list-style: none; background-color: $dropdown-bg; background-clip: padding-box; border: $dropdown-border-width solid $dropdown-border-color; @include border-radius($dropdown-border-radius); @include box-shadow($dropdown-box-shadow); } @each $breakpoint in map-keys($grid-breakpoints) { @include media-breakpoint-up($breakpoint) { $infix: breakpoint-infix($breakpoint, $grid-breakpoints); .dropdown-menu#{$infix}-left { right: auto; left: 0; } .dropdown-menu#{$infix}-right { right: 0; left: auto; } } } // Allow for dropdowns to go bottom up (aka, dropup-menu) // Just add .dropup after the standard .dropdown class and you're set. .dropup { .dropdown-menu { top: auto; bottom: 100%; margin-top: 0; margin-bottom: $dropdown-spacer; } .dropdown-toggle { @include caret(up); } } .dropright { .dropdown-menu { top: 0; right: auto; left: 100%; margin-top: 0; margin-left: $dropdown-spacer; } .dropdown-toggle { @include caret(right); &::after { vertical-align: 0; } } } .dropleft { .dropdown-menu { top: 0; right: 100%; left: auto; margin-top: 0; margin-right: $dropdown-spacer; } .dropdown-toggle { @include caret(left); &::before { vertical-align: 0; } } } // When enabled Popper.js, reset basic dropdown position // stylelint-disable-next-line no-duplicate-selectors .dropdown-menu { &[x-placement^="top"], &[x-placement^="right"], &[x-placement^="bottom"], &[x-placement^="left"] { right: auto; bottom: auto; } } // Dividers (basically an `<hr>`) within the dropdown .dropdown-divider { @include nav-divider($dropdown-divider-bg, $dropdown-divider-margin-y, true); } // Links, buttons, and more within the dropdown menu // // `<button>`-specific styles are denoted with `// For <button>s` .dropdown-item { display: block; width: 100%; // For `<button>`s padding: $dropdown-item-padding-y $dropdown-item-padding-x; clear: both; font-weight: $font-weight-normal; color: $dropdown-link-color; text-align: inherit; // For `<button>`s text-decoration: if($link-decoration == none, null, none); white-space: nowrap; // prevent links from randomly breaking onto new lines background-color: transparent; // For `<button>`s border: 0; // For `<button>`s // Prevent dropdown overflow if there's no padding // See https://github.com/twbs/bootstrap/pull/27703 @if $dropdown-padding-y == 0 { &:first-child { @include border-top-radius($dropdown-inner-border-radius); } &:last-child { @include border-bottom-radius($dropdown-inner-border-radius); } } @include hover-focus() { color: $dropdown-link-hover-color; text-decoration: none; @include gradient-bg($dropdown-link-hover-bg); } &.active, &:active { color: $dropdown-link-active-color; text-decoration: none; @include gradient-bg($dropdown-link-active-bg); } &.disabled, &:disabled { color: $dropdown-link-disabled-color; pointer-events: none; background-color: transparent; // Remove CSS gradients if they're enabled @if $enable-gradients { background-image: none; } } } .dropdown-menu.show { display: block; } // Dropdown section headers .dropdown-header { display: block; padding: $dropdown-header-padding; margin-bottom: 0; // for use with heading elements @include font-size($font-size-sm); color: $dropdown-header-color; white-space: nowrap; // as with > li > a } // Dropdown text .dropdown-item-text { display: block; padding: $dropdown-item-padding-y $dropdown-item-padding-x; color: $dropdown-link-color; }
Close