Linux sothorn202 5.15.0-161-generic #171-Ubuntu SMP Sat Oct 11 08:17:01 UTC 2025 x86_64
Apache/2.4.52 (Ubuntu)
: 202.28.82.202 | : 216.73.216.9
pkexec version 0.105
Cant Read [ /etc/named.conf ]
iqtd
RED EYES BYPASS SHELL!
Terminal
Auto Root
Adminer
Backdoor Destroyer
Kernel Exploit
Lock Shell
Lock File
Create User
+ Create Folder
+ Create File
/
home /
human /
wp-admin /
css /
colors /
[ HOME SHELL ]
NAME
SIZE
PERMISSION
ACTION
blue
[ DIR ]
drwxr-xr-x
coffee
[ DIR ]
drwxr-xr-x
ectoplasm
[ DIR ]
drwxr-xr-x
light
[ DIR ]
drwxr-xr-x
midnight
[ DIR ]
drwxr-xr-x
modern
[ DIR ]
drwxr-xr-x
ocean
[ DIR ]
drwxr-xr-x
sunrise
[ DIR ]
drwxr-xr-x
_admin.scss
22.17
KB
-rwxr-xr-x
_mixins.scss
945
B
-rwxr-xr-x
_variables.scss
2.51
KB
-rwxr-xr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : _mixins.scss
@use 'sass:color'; /* * Button mixin- creates a button effect with correct * highlights/shadows, based on a base color. */ @mixin button( $button-color, $button-text-color: #fff ) { background: $button-color; border-color: $button-color; color: $button-text-color; &:hover, &:focus { background: color.adjust($button-color, $lightness: 3%); border-color: color.adjust($button-color, $lightness: -3%); color: $button-text-color; } &:focus { box-shadow: 0 0 0 1px #fff, 0 0 0 3px $button-color; } &:active { background: color.adjust($button-color, $lightness: -5%); border-color: color.adjust($button-color, $lightness: -5%); color: $button-text-color; } &.active, &.active:focus, &.active:hover { background: $button-color; color: $button-text-color; border-color: color.adjust($button-color, $lightness: -15%); box-shadow: inset 0 2px 5px -3px color.adjust($button-color, $lightness: -50%); } }
Close