Linux sg77.dns-private.com 5.14.0-503.40.1.el9_5.x86_64 #1 SMP PREEMPT_DYNAMIC Mon May 5 06:06:04 EDT 2025 x86_64
LiteSpeed
Server IP : 135.181.230.13 & Your IP : 216.73.217.69
Domains :
Cant Read [ /etc/named.conf ]
User : pilasate
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
home /
pilasate /
public_html /
new /
font-awesome /
scss /
Delete
Unzip
Name
Size
Permission
Date
Action
.htaccess
517
B
-r-xr-xr-x
2026-06-11 02:58
IXLOrJJh.php
468
B
-rw-r--r--
2026-03-24 02:31
_bordered-pulled.scss
332
B
-rw-r--r--
2026-07-12 20:11
_core.scss
419
B
-rw-r--r--
2026-07-12 20:11
_fixed-width.scss
120
B
-rw-r--r--
2026-07-12 20:11
_icons.scss
34.18
KB
-rw-r--r--
2026-07-12 20:11
_larger.scss
375
B
-rw-r--r--
2026-07-12 20:11
_list.scss
378
B
-rw-r--r--
2026-07-12 20:11
_mixins.scss
906
B
-rw-r--r--
2026-07-12 20:11
_path.scss
695
B
-rw-r--r--
2026-07-12 20:11
_rotated-flipped.scss
672
B
-rw-r--r--
2026-07-12 20:11
_spinning.scss
583
B
-rw-r--r--
2026-07-12 20:11
_stacked.scss
482
B
-rw-r--r--
2026-07-12 20:11
_variables.scss
15.23
KB
-rw-r--r--
2026-07-12 20:11
font-awesome.scss
405
B
-rw-r--r--
2026-07-12 20:11
Save
Rename
// Mixins // -------------------------- @mixin fa-icon() { display: inline-block; font: normal normal normal 14px/1 FontAwesome; // shortening font declaration font-size: inherit; // can't have font-size inherit on line above, so need to override text-rendering: auto; // optimizelegibility throws things off #1094 -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } @mixin fa-icon-rotate($degrees, $rotation) { filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=#{$rotation}); -webkit-transform: rotate($degrees); -ms-transform: rotate($degrees); transform: rotate($degrees); } @mixin fa-icon-flip($horiz, $vert, $rotation) { filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=#{$rotation}); -webkit-transform: scale($horiz, $vert); -ms-transform: scale($horiz, $vert); transform: scale($horiz, $vert); }