| Server IP : 185.11.201.71 / Your IP : 192.168.7.18 Web Server : Apache/2.4.29 (Ubuntu) System : Linux tech-virtual-machine 4.15.0-213-generic #224-Ubuntu SMP Mon Jun 19 13:30:12 UTC 2023 x86_64 User : tech ( 1000) PHP Version : 7.4.28 Disable Function : 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_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare, MySQL : OFF | cURL : OFF | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /var/www/html/wordpress/wp-content/themes/yith-proteo/ |
Upload File : |
/* Main column width */
.wp-block {
max-width: 720px;
}
/* Width of "wide" blocks */
.wp-block[data-align="wide"],
.wp-block.alignwide {
max-width: 1080px;
}
/* Width of "full-wide" blocks */
.wp-block[data-align="full"],
.wp-block.alignfull {
max-width: none;
}
/* YITH Proteo Buttons */
.is-style-fill .wp-block-button__link:not(.has-background),
.is-style-button-style-1 .wp-block-button__link:not(.has-background){
border: 1px solid;
border-color: var(--proteo-button_1_border_color);
background: var(--proteo-button_1_bg_color);
background-color: var(--proteo-button_1_bg_color);
color: var(--proteo-button_1_font_color);
font-weight: 600;
}
.is-style-button-style-2 .wp-block-button__link:not(.has-background) {
background-color: var(--proteo-button_2_bg_color_1);
background: linear-gradient(180deg, var(--proteo-button_2_bg_color_1) 0%, var(--proteo-button_2_bg_color_2 ) 100%);
color: var(--proteo-button_2_font_color);
border: none;
font-weight: 600;
}
.is-style-button-ghost .wp-block-button__link:not(.has-background) {
border: 2px solid;
border-color: var(--proteo-main_color_shade);
background-color: transparent;
color: var(--proteo-main_color_shade);
font-weight: 600;
}
.is-style-button-unstyled .wp-block-button__link:not(.has-background) {
background: none;
background-color: transparent;
border: none;
color: var(--proteo-general_link_color);
font-weight: 600;
}
@media (min-width: 1440px) {
/* Main column width */
.wp-block {
max-width: 840px;
}
/* Width of "wide" blocks */
.wp-block[data-align="wide"],
.wp-block.alignwide {
max-width: 1240px;
}
/* Width of "full-wide" blocks */
.wp-block[data-align="full"],
.wp-block.alignfull {
max-width: none;
}
}
@media (min-width: 1600px) {
/* Main column width */
.wp-block {
max-width: 1240px;
}
/* Width of "wide" blocks */
.wp-block[data-align="wide"],
.wp-block.alignwide {
max-width: 1500px;
}
/* Width of "full-wide" blocks */
.wp-block[data-align="full"],
.wp-block.alignfull {
max-width: none;
}
}