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 /
effiserv /
scss /
bootstrap /
utilities /
[ HOME SHELL ]
Name
Size
Permission
Action
_align.scss
420
B
-rw-r--r--
_background.scss
397
B
-rw-r--r--
_borders.scss
1.51
KB
-rw-r--r--
_clearfix.scss
37
B
-rw-r--r--
_display.scss
1.38
KB
-rw-r--r--
_embed.scss
727
B
-rw-r--r--
_flex.scss
2.4
KB
-rw-r--r--
_float.scss
320
B
-rw-r--r--
_position.scss
614
B
-rw-r--r--
_screenreaders.scss
115
B
-rw-r--r--
_sizing.scss
298
B
-rw-r--r--
_spacing.scss
1.37
KB
-rw-r--r--
_text.scss
1.31
KB
-rw-r--r--
_visibility.scss
121
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : _text.scss
// stylelint-disable declaration-no-important // // Text // // Alignment .text-justify { text-align: justify !important; } .text-nowrap { white-space: nowrap !important; } .text-truncate { @include text-truncate; } // Responsive alignment @each $breakpoint in map-keys($grid-breakpoints) { @include media-breakpoint-up($breakpoint) { $infix: breakpoint-infix($breakpoint, $grid-breakpoints); .text#{$infix}-left { text-align: left !important; } .text#{$infix}-right { text-align: right !important; } .text#{$infix}-center { text-align: center !important; } } } // Transformation .text-lowercase { text-transform: lowercase !important; } .text-uppercase { text-transform: uppercase !important; } .text-capitalize { text-transform: capitalize !important; } // Weight and italics .font-weight-light { font-weight: $font-weight-light !important; } .font-weight-normal { font-weight: $font-weight-normal !important; } .font-weight-bold { font-weight: $font-weight-bold !important; } .font-italic { font-style: italic !important; } // Contextual colors .text-white { color: #fff !important; } @each $color, $value in $theme-colors { @include text-emphasis-variant(".text-#{$color}", $value); } .text-muted { color: $text-muted !important; } // Misc .text-hide { @include text-hide(); }
Close