| Server IP : 38.190.208.107 / Your IP : 216.73.217.46 Web Server : nginx/1.28.1 System : Linux ht2026040333114 6.1.0-10-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.37-1 (2023-07-03) x86_64 User : root ( 0) PHP Version : 8.2.28 Disable Function : passthru,exec,system,putenv,chroot,chgrp,chown,shell_exec,popen,proc_open,pcntl_exec,ini_alter,ini_restore,dl,openlog,syslog,readlink,symlink,popepassthru,pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,imap_open,apache_setenv,eval,assert,passthru,system,exec,shell_exec,popen,proc_open MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /www/wwwroot/wp.9/wp-content/plugins/woocommerce/assets/css/ |
Upload File : |
/**
* Styles for the deprecated version of the coming soon block for
* coming soon template created before WooCommerce 9.8.0.
*/
body:has(.woocommerce-coming-soon-entire-site) {
margin: 0;
background-color: var(--woocommerce-coming-soon-color);
// This is default font family when no font family is selected. Users can override this in the block settings.
font-family:
-apple-system,
BlinkMacSystemFont,
"Segoe UI",
Roboto,
Oxygen-Sans,
Ubuntu,
Cantarell,
"Helvetica Neue",
sans-serif;
min-width: 320px;
--wp--preset--color--contrast: #111;
--wp--style--global--wide-size: 1280px;
/* Reset */
h1,
p,
a {
margin: 0;
padding: 0;
border: 0;
vertical-align: baseline;
}
ol,
ul {
list-style: none;
}
.is-layout-constrained > .alignwide {
margin: 0 auto;
}
.woocommerce-coming-soon-banner.alignwide {
max-width: 820px;
}
.wp-container-core-group-is-layout-4 {
&.wp-container-core-group-is-layout-4 {
justify-content: space-between;
}
}
.is-layout-flex {
display: flex;
flex-wrap: wrap;
margin: 0;
}
.wp-block-social-links {
gap: 0.5em 18px;
}
.wp-block-spacer {
margin: 0;
}
.woocommerce-coming-soon-banner-container {
padding-inline: min(5.5rem, 8vw);
margin: 0;
height: 100%;
display: flex;
flex-direction: column;
justify-content: space-between;
@media (max-width: 660px) {
padding-inline: 0;
}
> .wp-block-group__inner-container {
height: 100%;
display: flex;
flex-direction: column;
justify-content: space-between;
}
}
.coming-soon-is-vertically-aligned-center {
width: 100%;
align-items: stretch;
}
.coming-soon-cover {
.wp-block-cover__background {
background-color: var(--woocommerce-coming-soon-color) !important;
}
}
h1.wp-block-heading.woocommerce-coming-soon-banner {
font-size: clamp(27px, 1.74rem + ((1vw - 3px) * 2), 48px);
font-weight: 400;
line-height: 58px;
font-family: Cardo, serif;
letter-spacing: normal;
text-align: center;
font-style: normal;
max-width: 820px;
color: var(--wp--preset--color--contrast);
margin: 0 auto;
text-wrap: balance;
}
.wp-block-loginout {
background-color: #000;
border-radius: 6px;
display: flex;
height: 40px;
width: 74px;
justify-content: center;
align-items: center;
gap: 10px;
box-sizing: border-box;
}
.wp-block-loginout a {
color: #fff;
text-decoration: none;
line-height: 17px;
font-size: 14px;
font-weight: 500;
}
}
.woocommerce-coming-soon-entire-site .wp-block-loginout a {
text-decoration: none;
}
/* End of styles for the deprecated version of the coming soon block */