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 : _buttons.scss
// // Buttons // -------------------------------------------------- // Base styles // -------------------------------------------------- .btn { display: inline-block; margin-bottom: 0; // For input.btn font-weight: $btn-font-weight; text-align: center; vertical-align: middle; touch-action: manipulation; cursor: pointer; background-image: none; // Reset unusual Firefox-on-Android default style; see https://github.com/necolas/normalize.css/issues/214 border: 1px solid transparent; white-space: nowrap; @include button-size($padding-base-vertical, $padding-base-horizontal, $font-size-base, $line-height-base, $btn-border-radius-base); @include user-select(none); &, &:active, &.active { &:focus, &.focus { @include tab-focus; } } &:hover, &:focus, &.focus { color: $btn-default-color; text-decoration: none; } &:active, &.active { outline: 0; background-image: none; @include box-shadow(inset 0 3px 5px rgba(0,0,0,.125)); } &.disabled, &[disabled], fieldset[disabled] & { cursor: $cursor-disabled; @include opacity(.65); @include box-shadow(none); } // [converter] extracted a& to a.btn } a.btn { &.disabled, fieldset[disabled] & { pointer-events: none; // Future-proof disabling of clicks on `<a>` elements } } // Alternate buttons // -------------------------------------------------- .btn-default { @include button-variant($btn-default-color, $btn-default-bg, $btn-default-border); } .btn-primary { @include button-variant($btn-primary-color, $btn-primary-bg, $btn-primary-border); } // Success appears as green .btn-success { @include button-variant($btn-success-color, $btn-success-bg, $btn-success-border); } // Info appears as blue-green .btn-info { @include button-variant($btn-info-color, $btn-info-bg, $btn-info-border); } // Warning appears as orange .btn-warning { @include button-variant($btn-warning-color, $btn-warning-bg, $btn-warning-border); } // Danger and error appear as red .btn-danger { @include button-variant($btn-danger-color, $btn-danger-bg, $btn-danger-border); } // Link buttons // ------------------------- // Make a button look and behave like a link .btn-link { color: $link-color; font-weight: normal; border-radius: 0; &, &:active, &.active, &[disabled], fieldset[disabled] & { background-color: transparent; @include box-shadow(none); } &, &:hover, &:focus, &:active { border-color: transparent; } &:hover, &:focus { color: $link-hover-color; text-decoration: $link-hover-decoration; background-color: transparent; } &[disabled], fieldset[disabled] & { &:hover, &:focus { color: $btn-link-disabled-color; text-decoration: none; } } } // Button Sizes // -------------------------------------------------- .btn-lg { // line-height: ensure even-numbered height of button next to large input @include button-size($padding-large-vertical, $padding-large-horizontal, $font-size-large, $line-height-large, $btn-border-radius-large); } .btn-sm { // line-height: ensure proper height of button next to small input @include button-size($padding-small-vertical, $padding-small-horizontal, $font-size-small, $line-height-small, $btn-border-radius-small); } .btn-xs { @include button-size($padding-xs-vertical, $padding-xs-horizontal, $font-size-small, $line-height-small, $btn-border-radius-small); } // Block button // -------------------------------------------------- .btn-block { display: block; width: 100%; } // Vertically space out multiple block buttons .btn-block + .btn-block { margin-top: 5px; } // Specificity overrides input[type="submit"], input[type="reset"], input[type="button"] { &.btn-block { width: 100%; } }
Close