Linux vmi2545633.contaboserver.net 6.1.0-32-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.129-1 (2025-03-06) x86_64
Apache/2.4.62 (Debian)
Server IP : 127.0.0.1 & Your IP : 127.0.0.1
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
var /
www /
rukyah.net /
public /
wp-admin /
css /
colors /
Delete
Unzip
Name
Size
Permission
Date
Action
blue
[ DIR ]
drwxr-xr-x
2025-04-09 03:14
coffee
[ DIR ]
drwxr-xr-x
2025-04-09 03:14
ectoplasm
[ DIR ]
drwxr-xr-x
2025-04-09 03:14
light
[ DIR ]
drwxr-xr-x
2025-04-09 03:14
midnight
[ DIR ]
drwxr-xr-x
2025-04-09 03:14
modern
[ DIR ]
drwxr-xr-x
2025-04-09 03:14
ocean
[ DIR ]
drwxr-xr-x
2025-04-09 03:14
sunrise
[ DIR ]
drwxr-xr-x
2025-04-09 03:14
_admin.scss
20.18
KB
-rw-r--r--
2025-04-09 03:14
_mixins.scss
925
B
-rw-r--r--
2025-04-09 03:14
_variables.scss
2.47
KB
-rw-r--r--
2025-04-09 03:14
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%); } }