Linux ubuntu22 5.15.0-133-generic #144-Ubuntu SMP Fri Feb 7 20:47:38 UTC 2025 x86_64
nginx/1.18.0
: 128.199.27.159 | : 216.73.216.1
Cant Read [ /etc/named.conf ]
8.1.31
www-data
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 /
amatya.biz /
sass /
bootstrap /
[ HOME SHELL ]
Name
Size
Permission
Action
mixins
[ DIR ]
drwxrwxr-x
_alerts.scss
1.51
KB
-rwxrwxr-x
_badges.scss
1.2
KB
-rwxrwxr-x
_breadcrumbs.scss
595
B
-rwxrwxr-x
_button-groups.scss
5.6
KB
-rwxrwxr-x
_buttons.scss
3.73
KB
-rwxrwxr-x
_carousel.scss
5.35
KB
-rwxrwxr-x
_close.scss
815
B
-rwxrwxr-x
_code.scss
1.37
KB
-rwxrwxr-x
_component-animations.scss
819
B
-rwxrwxr-x
_dropdowns.scss
4.77
KB
-rwxrwxr-x
_forms.scss
15.7
KB
-rwxrwxr-x
_glyphicons.scss
19.96
KB
-rwxrwxr-x
_grid.scss
1.41
KB
-rwxrwxr-x
_input-groups.scss
4.16
KB
-rwxrwxr-x
_jumbotron.scss
1.04
KB
-rwxrwxr-x
_labels.scss
1.13
KB
-rwxrwxr-x
_list-group.scss
3.1
KB
-rwxrwxr-x
_media.scss
900
B
-rwxrwxr-x
_mixins.scss
986
B
-rwxrwxr-x
_modals.scss
3.53
KB
-rwxrwxr-x
_navbar.scss
14.38
KB
-rwxrwxr-x
_navs.scss
4.83
KB
-rwxrwxr-x
_normalize.scss
7.38
KB
-rwxrwxr-x
_pager.scss
855
B
-rwxrwxr-x
_pagination.scss
2.04
KB
-rwxrwxr-x
_panels.scss
6.24
KB
-rwxrwxr-x
_popovers.scss
3.42
KB
-rwxrwxr-x
_print.scss
1.89
KB
-rwxrwxr-x
_progress-bars.scss
1.95
KB
-rwxrwxr-x
_responsive-embed.scss
546
B
-rwxrwxr-x
_responsive-utilities.scss
4.31
KB
-rwxrwxr-x
_scaffolding.scss
2.96
KB
-rwxrwxr-x
_tables.scss
4.55
KB
-rwxrwxr-x
_theme.scss
8.36
KB
-rwxrwxr-x
_thumbnails.scss
892
B
-rwxrwxr-x
_tooltip.scss
2.94
KB
-rwxrwxr-x
_type.scss
6
KB
-rwxrwxr-x
_utilities.scss
765
B
-rwxrwxr-x
_variables.scss
30.44
KB
-rwxrwxr-x
_wells.scss
535
B
-rwxrwxr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : _list-group.scss
// // List groups // -------------------------------------------------- // Base class // // Easily usable on <ul>, <ol>, or <div>. .list-group { // No need to set list-style: none; since .list-group-item is block level margin-bottom: 20px; padding-left: 0; // reset padding because ul and ol } // Individual list items // // Use on `li`s or `div`s within the `.list-group` parent. .list-group-item { position: relative; display: block; padding: 10px 15px; // Place the border on the list items and negative margin up for better styling margin-bottom: -1px; background-color: $list-group-bg; border: 1px solid $list-group-border; // Round the first and last items &:first-child { @include border-top-radius($list-group-border-radius); } &:last-child { margin-bottom: 0; @include border-bottom-radius($list-group-border-radius); } } // Interactive list items // // Use anchor or button elements instead of `li`s or `div`s to create interactive items. // Includes an extra `.active` modifier class for showing selected items. a.list-group-item, button.list-group-item { color: $list-group-link-color; .list-group-item-heading { color: $list-group-link-heading-color; } // Hover state &:hover, &:focus { text-decoration: none; color: $list-group-link-hover-color; background-color: $list-group-hover-bg; } } button.list-group-item { width: 100%; text-align: left; } .list-group-item { // Disabled state &.disabled, &.disabled:hover, &.disabled:focus { background-color: $list-group-disabled-bg; color: $list-group-disabled-color; cursor: $cursor-disabled; // Force color to inherit for custom content .list-group-item-heading { color: inherit; } .list-group-item-text { color: $list-group-disabled-text-color; } } // Active class on item itself, not parent &.active, &.active:hover, &.active:focus { z-index: 2; // Place active items above their siblings for proper border styling color: $list-group-active-color; background-color: $list-group-active-bg; border-color: $list-group-active-border; // Force color to inherit for custom content .list-group-item-heading, .list-group-item-heading > small, .list-group-item-heading > .small { color: inherit; } .list-group-item-text { color: $list-group-active-text-color; } } } // Contextual variants // // Add modifier classes to change text and background color on individual items. // Organizationally, this must come after the `:hover` states. @include list-group-item-variant(success, $state-success-bg, $state-success-text); @include list-group-item-variant(info, $state-info-bg, $state-info-text); @include list-group-item-variant(warning, $state-warning-bg, $state-warning-text); @include list-group-item-variant(danger, $state-danger-bg, $state-danger-text); // Custom content options // // Extra classes for creating well-formatted content within `.list-group-item`s. .list-group-item-heading { margin-top: 0; margin-bottom: 5px; } .list-group-item-text { margin-bottom: 0; line-height: 1.3; }
Close