Linux premium312.web-hosting.com 4.18.0-553.16.1.lve.1.el8.x86_64 #1 SMP Mon Sep 23 20:16:18 UTC 2024 x86_64
LiteSpeed
Server IP : 162.254.39.59 & Your IP : 216.73.217.8
Domains :
Cant Read [ /etc/named.conf ]
User : vpnsjail
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
home /
vpnsjail /
public_html /
wp-admin /
css /
colors /
Delete
Unzip
Name
Size
Permission
Date
Action
blue
[ DIR ]
drwxr-xr-x
2026-03-22 09:24
coffee
[ DIR ]
drwxr-xr-x
2026-03-22 09:24
ectoplasm
[ DIR ]
drwxr-xr-x
2026-03-22 09:24
light
[ DIR ]
drwxr-xr-x
2026-03-22 09:24
midnight
[ DIR ]
drwxr-xr-x
2026-03-22 09:24
modern
[ DIR ]
drwxr-xr-x
2026-03-22 09:24
ocean
[ DIR ]
drwxr-xr-x
2026-03-22 09:24
sunrise
[ DIR ]
drwxr-xr-x
2026-03-22 09:24
.htaccess
420
B
-rw-r--r--
2026-03-20 08:10
_admin.scss
22.49
KB
-rw-r--r--
2026-01-29 02:05
_mixins.scss
945
B
-rw-r--r--
2025-01-17 02:05
_variables.scss
2.51
KB
-rw-r--r--
2025-02-27 05:28
Save
Rename
@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%); } }