Linux yavrix.internet-webhosting.com 3.10.0-962.3.2.lve1.5.88.el7.x86_64 #1 SMP Fri Sep 26 14:06:42 UTC 2025 x86_64
LiteSpeed
Server IP : 103.8.25.136 & Your IP : 216.73.216.189
Domains :
Cant Read [ /etc/named.conf ]
User : klinikpe
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
home /
klinikpe /
public_html /
wp-admin /
css /
colors /
Delete
Unzip
Name
Size
Permission
Date
Action
blue
[ DIR ]
drwxr-xr-x
2026-08-06 02:24
coffee
[ DIR ]
drwxr-xr-x
2026-08-06 02:24
ectoplasm
[ DIR ]
drwxr-xr-x
2026-08-06 02:24
light
[ DIR ]
drwxr-xr-x
2026-08-06 02:24
midnight
[ DIR ]
drwxr-xr-x
2026-08-06 02:24
modern
[ DIR ]
drwxr-xr-x
2026-08-06 02:24
ocean
[ DIR ]
drwxr-xr-x
2026-08-06 02:24
sunrise
[ DIR ]
drwxr-xr-x
2026-08-06 02:24
.htaccess
237
B
-r-xr-xr-x
2026-08-07 01:42
_admin.scss
20.18
KB
-rw-r--r--
2023-11-19 18:32
_mixins.scss
925
B
-rw-r--r--
2023-11-19 18:32
_variables.scss
2.47
KB
-rw-r--r--
2023-11-19 18:32
Save
Rename
/* * 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%); } }