Linux websever 5.15.0-153-generic #163-Ubuntu SMP Thu Aug 7 16:37:18 UTC 2025 x86_64
Apache/2.4.52 (Ubuntu)
: 192.168.3.70 | : 192.168.1.99
Cant Read [ /etc/named.conf ]
8.1.2-1ubuntu2.23
urlab
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 /
buildsec25 /
sass /
bootstrap /
mixins /
[ HOME SHELL ]
Name
Size
Permission
Action
_alerts.scss
263
B
-rw-r--r--
_background-variant.scss
233
B
-rw-r--r--
_border-radius.scss
492
B
-rw-r--r--
_buttons.scss
1.45
KB
-rw-r--r--
_center-block.scss
126
B
-rw-r--r--
_clearfix.scss
611
B
-rw-r--r--
_forms.scss
2.71
KB
-rw-r--r--
_gradients.scss
4.29
KB
-rw-r--r--
_grid-framework.scss
2.3
KB
-rw-r--r--
_grid.scss
3.13
KB
-rw-r--r--
_hide-text.scss
589
B
-rw-r--r--
_image.scss
1.18
KB
-rw-r--r--
_labels.scss
167
B
-rw-r--r--
_list-group.scss
672
B
-rw-r--r--
_nav-divider.scss
238
B
-rw-r--r--
_nav-vertical-align.scss
370
B
-rw-r--r--
_opacity.scss
149
B
-rw-r--r--
_pagination.scss
507
B
-rw-r--r--
_panels.scss
543
B
-rw-r--r--
_progress-bar.scss
200
B
-rw-r--r--
_reset-filter.scss
246
B
-rw-r--r--
_reset-text.scss
476
B
-rw-r--r--
_resize.scss
202
B
-rw-r--r--
_responsive-visibility.scss
514
B
-rw-r--r--
_size.scss
147
B
-rw-r--r--
_tab-focus.scss
165
B
-rw-r--r--
_table-row.scss
715
B
-rw-r--r--
_text-emphasis.scss
210
B
-rw-r--r--
_text-overflow.scss
168
B
-rw-r--r--
_vendor-prefixes.scss
6.49
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : _hide-text.scss
// CSS image replacement // // Heads up! v3 launched with only `.hide-text()`, but per our pattern for // mixins being reused as classes with the same name, this doesn't hold up. As // of v3.0.1 we have added `.text-hide()` and deprecated `.hide-text()`. // // Source: https://github.com/h5bp/html5-boilerplate/commit/aa0396eae757 // Deprecated as of v3.0.1 (will be removed in v4) @mixin hide-text() { font: 0/0 a; color: transparent; text-shadow: none; background-color: transparent; border: 0; } // New mixin to use as of v3.0.1 @mixin text-hide() { @include hide-text; }
Close