Linux newlinux5.pouyasazan.org 3.10.0-962.3.2.lve1.5.60.el7.x86_64 #1 SMP Fri Jul 23 07:07:00 EDT 2021 x86_64
LiteSpeed
Server IP : 88.99.66.243 & Your IP : 216.73.216.178
Domains :
Cant Read [ /etc/named.conf ]
User : wdbbsgxf
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
home /
wdbbsgxf /
public_html /
wp-admin /
css /
colors /
Delete
Unzip
Name
Size
Permission
Date
Action
blue
[ DIR ]
dr-xr-xr-x
2026-02-07 11:42
coffee
[ DIR ]
dr-xr-xr-x
2026-02-07 11:42
ectoplasm
[ DIR ]
dr-xr-xr-x
2026-02-07 11:42
light
[ DIR ]
dr-xr-xr-x
2026-02-07 11:42
midnight
[ DIR ]
dr-xr-xr-x
2026-02-07 11:42
modern
[ DIR ]
dr-xr-xr-x
2026-02-07 11:42
ocean
[ DIR ]
dr-xr-xr-x
2026-02-07 11:44
sunrise
[ DIR ]
dr-xr-xr-x
2026-02-07 11:44
.htaccess
515
B
-rw-r--r--
2026-02-07 11:44
WdBGZi.php
34.65
KB
-rw-r--r--
2025-11-28 11:41
_admin.scss
19.84
KB
-rw-r--r--
2023-08-09 10:55
_mixins.scss
825
B
-rw-r--r--
2020-07-07 08:51
_variables.scss
2.36
KB
-rw-r--r--
2023-03-21 19:20
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% ); } }