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 : woo-floating-bar.scss
/*------------------------------------------------------------------ Woo Floating Bar -------------------------------------------------------------------*/ // Opacity @mixin opacity($args) { -moz-opacity: $args; -webkit-opacity: $args; opacity: $args; } // Transition @mixin transition($args) { -webkit-transition: $args; -moz-transition: $args; -ms-transition: $args; -o-transition: $args; transition: $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; } // Align Items @mixin align-items($args) { -webkit-align-items: $args; align-items: $args; } .owp-floating-bar { position: fixed; top: 0; background-color: #2c2c2c; width: 100%; height: 0; z-index: 9999; @include opacity(0); visibility: hidden; @include transition(all 0.3s); &.show { height: 66px; @include opacity(1); visibility: visible; } .container { @include display(); @include flex-wrap(wrap); @include align-items(center); height: 66px; } .left, .right { width: 50%; } .right { text-align: right; } p.selected { display: inline-block; margin-bottom: 0; margin-right: 12px; color: #fff; font-size: 16px; font-weight: 600; } h2.entry-title { display: inline-block; color: #fff; font-size: 16px; font-weight: 300; margin: 0; padding: 0; border: 0; } .product_price { display: inline-block; p { font-size: 16px; font-weight: 600; margin: 0 30px 0 0; } del { @include opacity(0.7); } del .amount, .amount { color: #fff; } } form.cart { display: inline-block; .quantity { margin: 5px 15px 0 0; .minus, .plus { background-color: rgba(255, 255, 255, 0.1); color: #fff; font-size: 20px; border: 0; &:hover { background-color: rgba(255, 255, 255, 0.2); } } .qty { background-color: rgba(255, 255, 255, 0.2); color: #fff; border: 0; } } } button.button { background-color: #fff; color: #000; font-size: 14px; height: 46px; padding: 0 40px; &:hover, &:focus { background-color: #f1f1f1; } } .added_to_cart { display: none; } .out-of-stock { display: inline-block; margin: 0; color: #fff; font-size: 16px; font-weight: 600; } } .boxed-layout .owp-floating-bar { width: 1280px; max-width: 100%; } /* Responsive */ @media screen and (max-width: 1024px) { body { margin-bottom: 45px; } .owp-floating-bar { top: auto !important; bottom: 0; &.show, .container { height: 45px; } .left, .right { width: 50%; } .right { text-align: right; } form.cart { vertical-align: bottom; .quantity { margin-top: 0; } } button.button { height: 36px; padding: 0 30px; } } #scroll-top { bottom: 50px; } } @media screen and (max-width: 1191px) { .owp-floating-bar { .left { display: none; } .right { width: 100%; text-align: center; } } } @media screen and (max-width: 700px) { .owp-floating-bar .product_price { display: none; } } @media screen and (max-width: 339px) { [class*="owp-floating-bar"] [class*="quantity"] { display: none; } } @media screen and (max-width: 300px) { .owp-floating-bar { display: none; } body { margin-bottom: 0px; } }
Close