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 : _popovers.scss
// // Popovers // -------------------------------------------------- .popover { position: absolute; top: 0; left: 0; z-index: $zindex-popover; display: none; max-width: $popover-max-width; padding: 1px; // Our parent element can be arbitrary since popovers are by default inserted as a sibling of their target element. // So reset our font and text properties to avoid inheriting weird values. @include reset-text; font-size: $font-size-base; background-color: $popover-bg; background-clip: padding-box; border: 1px solid $popover-fallback-border-color; border: 1px solid $popover-border-color; border-radius: $border-radius-large; @include box-shadow(0 5px 10px rgba(0,0,0,.2)); // Offset the popover to account for the popover arrow &.top { margin-top: -$popover-arrow-width; } &.right { margin-left: $popover-arrow-width; } &.bottom { margin-top: $popover-arrow-width; } &.left { margin-left: -$popover-arrow-width; } } .popover-title { margin: 0; // reset heading margin padding: 8px 14px; font-size: $font-size-base; background-color: $popover-title-bg; border-bottom: 1px solid darken($popover-title-bg, 5%); border-radius: ($border-radius-large - 1) ($border-radius-large - 1) 0 0; } .popover-content { padding: 9px 14px; } // Arrows // // .arrow is outer, .arrow:after is inner .popover > .arrow { &, &:after { position: absolute; display: block; width: 0; height: 0; border-color: transparent; border-style: solid; } } .popover > .arrow { border-width: $popover-arrow-outer-width; } .popover > .arrow:after { border-width: $popover-arrow-width; content: ""; } .popover { &.top > .arrow { left: 50%; margin-left: -$popover-arrow-outer-width; border-bottom-width: 0; border-top-color: $popover-arrow-outer-fallback-color; // IE8 fallback border-top-color: $popover-arrow-outer-color; bottom: -$popover-arrow-outer-width; &:after { content: " "; bottom: 1px; margin-left: -$popover-arrow-width; border-bottom-width: 0; border-top-color: $popover-arrow-color; } } &.right > .arrow { top: 50%; left: -$popover-arrow-outer-width; margin-top: -$popover-arrow-outer-width; border-left-width: 0; border-right-color: $popover-arrow-outer-fallback-color; // IE8 fallback border-right-color: $popover-arrow-outer-color; &:after { content: " "; left: 1px; bottom: -$popover-arrow-width; border-left-width: 0; border-right-color: $popover-arrow-color; } } &.bottom > .arrow { left: 50%; margin-left: -$popover-arrow-outer-width; border-top-width: 0; border-bottom-color: $popover-arrow-outer-fallback-color; // IE8 fallback border-bottom-color: $popover-arrow-outer-color; top: -$popover-arrow-outer-width; &:after { content: " "; top: 1px; margin-left: -$popover-arrow-width; border-top-width: 0; border-bottom-color: $popover-arrow-color; } } &.left > .arrow { top: 50%; right: -$popover-arrow-outer-width; margin-top: -$popover-arrow-outer-width; border-right-width: 0; border-left-color: $popover-arrow-outer-fallback-color; // IE8 fallback border-left-color: $popover-arrow-outer-color; &:after { content: " "; right: 1px; border-right-width: 0; border-left-color: $popover-arrow-color; bottom: -$popover-arrow-width; } } }
Close