????
Current Path : /home/multihiv/public_html/wp/wp-content/plugins/siteseo/assets/css/ |
Current File : //home/multihiv/public_html/wp/wp-content/plugins/siteseo/assets/css/siteseo.css |
:root{ --siteseo-theme-color: #163d89; } .siteseo-admin-body #wpcontent{ padding-left:0; background-color:white; } .siteseo-license-tab{ padding: 20px; border-radius: 8px; box-shadow: 0 0 10px rgb(0, 0, 0, 0.1); margin-top:100px; margin-right:15px; background-color:white; } #siteseo-root{ position:relative; width: 100%; } #siteseo-root *{ box-sizing:border-box; } .nav-tab-wrapper{ display: flex; width: 100%; flex-wrap: wrap; border-bottom: 1px solid #ddd; margin-bottom: 20px; row-gap: 7px; } .nav-tab-wrapper .nav-tab{ padding: 10px 20px; text-decoration: none; color: #666; background-color: white; border-bottom: 1px solid transparent; transition: color 0.3s, background-color 0.3s; border: none; outline: none; position: relative; cursor: pointer; } .nav-tab-wrapper .nav-tab:focus{ background-color: transparent; box-shadow: none; } .nav-tab-wrapper .nav-tab::before{ content: ''; position: absolute; bottom: -2px; left: 0; width: 100%; height: 2px; background-color: #003399; transform: scaleX(0); /* Start scale at 0 for animation */ transform-origin: left; transition: transform 0.3s; } .nav-tab-wrapper .nav-tab:hover::before{ transform: scaleX(1); /* Animate scaleX for a smoother hover effect */ } .nav-tab-wrapper .nav-tab-active{ color: #003399; border-bottom: 3px solid #003399; } .nav-tab-wrapper .nav-tab:focus{ outline: none; } #siteseo-dashbord{ padding: 20px 44px 44px 44px; } /* Dashboard */ .siteseo-dashbord-intro{ display: flex; align-items: center; justify-content:space-between; padding: 20px; width: 100%; } .siteseo-text-content{ max-width: 600px; margin-right: 20px; } .siteseo-text-content h2{ color: #333; font-size: 11px; margin-bottom: 10px; } .siteseo-text-content h1{ color: #333; font-size: 30px; margin-bottom: 20px; } .siteseo-text-content p{ margin-bottom:40px; } .siteseo-dashbord-content{ display: flex; justify-content: space-between; padding: 20px; gap:10px; } .siteseo-dashboard-features .siteseo-dashbord-container{ display:flex; flex-wrap:wrap; gap: 20px; } .siteseo-dashboard-features{ width: 75%; } .siteseo-dashboard-extras{ width: 25%; } .siteseo-option{ padding: 44px; border-radius: 8px; } .siteseo-option h2{ font-size: 24px; font-weight: normal; margin: 0 0 20px 0; } .siteseo-option input[type="text"]{ width:50%; height: 130%; } .siteseo-option select{ line-height: 20px; width: 100%; } .siteseo-option input[type="radio"]:focus, .siteseo-option select:focus, .siteseo-option textarea:focus, .siteseo-option input[type="text"]:focus, .siteseo-option input[type="checkbox"]:focus{ border: 2px solid #003399; } .siteseo-option a{ color:#003399; } .line{ display: block; border-top: 1px solid #e0e0e0; margin-bottom: 20px; } .submit-button{ background-color: #003399; color: white; padding: 10px 20px; border: none; border-radius: 5px; cursor: pointer; font-size: 14px; } .dashed-line{ display: block; border-top: 2px dashed #e0e0e0; padding-top: 5px; padding-bottom: 5px; } p.description, .description { font-size: 13px; color: #666; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif; margin: 5px 0; padding: 0; line-height: 1.5; display: block; visibility: visible; opacity: 1; } .siteseo-tabs{ padding-top:25px; } .siteseo-tab{ width: 100%; display: none; } .siteseo-tab.active{ visibility: visible; overflow: inherit; opacity: 1; transform: translateX(0); display: inherit; position: relative; } .siteseo-styles pre{ font-family: Menlo, Monaco, Andale Mono, Courier New, monospace; padding: 10px; display: inline-block; background-color: #9c9c9c14; border-radius: 3px; color: #00308F; font-size: 13px; word-break: break-all; white-space: pre-line; box-shadow: rgba(9, 30, 66, 0.25) 0px 1px 1px, rgba(9, 30, 66, 0.13) 0px 0px 1px 1px; } .siteseo-notice .is-warning{ background-color: #fff8e1; border: 1px solid #ffeb3b; border-radius: 5px; font-family: Arial, sans-serif; font-size: 14px; color: #333; width: 100%; box-sizing: border-box; } .field-required, .field-recommended{ font-weight: bold; } .field-required{ color: #a00; } .field-recommended{ color: #ffba00; } .siteseo-option input[type="text"], .siteseo-option input[type="password"], .siteseo-option input[type="number"]{ line-height: 40px; } @media only screen and (max-width: 1024px){ .siteseo-option input[type="text"], .siteseo-option input[type="password"], .siteseo-option input[type="number"], .siteseo-option textarea{ min-width: inherit; width: 100%; } } .siteseo-option .btnSecondary{ padding: 10px; border: 2px solid #00308F; color: #00308F; background: transparent; border-radius: 3px; transition: 0.2s; } .siteseo-option .btnSecondary:hover{ color: white; background-color: #00308F; } .siteseo-option .btnPrimary{ padding: 9px; border: 2px solid #00308F; color: white; background-color: #00308F; border-radius: 3px; transition: 0.2s; } .siteseo-option .btnTertiary, .siteseo-styles .btnTertiary{ color:#00308F; background: transparent; padding: 9px; border:none; box-shadow: none; } .siteseo-option .btnTertiary:hover, .siteseo-styles .btnTertiary:hover{ box-shadow: inset 0 0 0 1px #00308F; border: 1px solid #00308F; } .siteseo-notice{ position: relative; display:grid; background: #00308f05; padding: 10px; width: calc(100% - 20px); z-index: 10; border-radius: 5px; width: auto; display: flex; border:1px solid #00308f45; } .siteseo-notice.is-success{ margin-top:5%; border-left-color:#4ab866; margin-right:15px; background:#eff9f1; } .siteseo-notice.is-warning{ background: #fff9e8; border-color: #e2a90057; width: auto; } .siteseo-notice.is-error p{ font-size:13px; } .siteseo-notice.is-error{ font-size: 13px; border-left-color: #cc1818; background: rgb(244 162 162 / 30%); } /* table.form-table td { padding-left: 20%; }*/ .siteseo-archives{ padding-left: 15%; } .siteseo-container{ width: 200px; border: 1px solid #e0e0e0; border-radius: 8px; background-color: #ffffff; padding: 30px; box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); } .siteseo-container a{ padding: 5px; display: block; color: #6c757d; text-decoration: none; margin-bottom: 10px; font-size: 16px; transition: background-color 0.3s, color 0.3s; } .siteseo-container a:last-child{ margin-bottom: 0; } /* Active class styling */ .siteseo-container a.active{ background-color: #e7f3ff; color: #007bff; padding: 8px 10px; border-radius: 4px; border: 1px solid #007bff; } body .siteseo-option select, body .siteseo-option input[type="text"]{ height: 45px; width: 75%; } body .siteseo-option textarea{ min-width: inherit; width: 75%; min-height: 100px; } .siteseo-option .wrap-tags{ margin: 10px; display: flex; gap: 10px; } .siteseo-option .wrap-tags button{ margin-bottom: 10px; } .tag-title-btn{ display: flex; align-items: center; justify-content: center; background-color: #003399; color: white; padding: 10px 10px; max-height: 37px; border: 2px solid transparent; border-radius: 5px; font-family: Arial, sans-serif; font-size: 10px; font-weight: bold; text-align: center; text-decoration: none; cursor: pointer; box-sizing: border-box; } .tag-title-btn span, .tag-select-btn span{ margin-right: 5px; } .tag-select-btn span{ margin-right: 0; } .tag-title-btn:hover{ background-color: white; color: #003399; border-color: #003399; } .tag-title-btn:hover{ border: 2px solid #003399; background-color: white; color: #003399; } .tag-select-btn{ width: 40px; height: 40px; color: white; background-color: #003399; border-radius: 5px; border: 1px solid #666666; display: flex; max-height:37px; align-items: center; justify-content: center; cursor: pointer; transition: background-color 0.3s, color 0.3s; } .tag-select-btn:hover{ border: 2px solid #003399; background-color: white; } .tag-select-btn:hover #icon{ color: #0033a0; } body .siteseo-option option{ padding: 10px; } body .siteseo-option input[type="checkbox"]:checked::before{ content: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e"); background: #00308F; width: 100%; height: 100%; margin: 0 !important; display: inline-block; } body .siteseo-option input[type="checkbox"]{ box-shadow: 0 0 0 transparent; border: 1px solid #a4a4a4; border-radius: 4px; cursor: pointer; outline: 0; text-align: center; width: 20px; height: 20px; -webkit-appearance: none; appearance: none; transition: 0.3s all ease-in-out; box-sizing: border-box; padding: 0!important; display: inline-block; } #siteseo-tab-title{ font-family: Arial, sans-serif; font-size: 20px; color: #4a4a4a; margin: 20px; } #siteseo-form{ margin-right:20px; } .siteseo_wrap_label{ margin: 0 0 10px 0; } .siteseo-notice p{ margin: 0% !important; } .siteseo-notice .dashicons{ color:#00308F; } .siteseo-notice #dashicons-warning{ color:rgb(226 169 0); } .siteseo-submit-btn{ display: flex; bottom: 0; } .siteseo-submit-button{ display:static; position: sticky; bottom:20px; } .siteseo-container{ position: sticky; top: 120px; display: inline-block; } .tag-select-btn{ width: 40px; height: 40px; color: white; background-color: #003399; border-radius: 5px; border: 1px solid #666666; display: flex; max-height: 37px; align-items: center; justify-content: center; cursor: pointer; transition: background-color 0.3s, color 0.3s; position: relative; } .tag-select-btn:hover{ color: white; } .siteseo-suggetion{ position: absolute; width: 250px; border: 1px solid #ccc; top: 50px; left:-50px; border-radius: 5px; height: 300px; background-color: white; z-index: 1000; box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); display: flex; flex-direction: column; } .search-box-container{ position: sticky; top: 0; background-color: white; padding: 10px; border-bottom: 1px solid #ccc; z-index: 2; } .search-box-container input{ width:100% !important; } .suggestions-container{ flex-grow: 1; overflow-y: auto; } .siteseo-suggetion .search-box{ width: 100%; padding: 5px; box-sizing: border-box; border: 1px solid #ccc; border-radius: 5px; } .siteseo-suggetion .section{ color: rgb(4, 4, 4); padding: 5px; font-weight: bold; font-size: 12px; border-bottom: 1px solid #eee; cursor: pointer; } .siteseo-suggetion .section:hover{ color: #fff; background-color: #003399; } .siteseo-suggetion .section:hover .tag{ background-color: #fff; } .siteseo-suggetion .tag{ color: #000; display: inline-block; background-color: #f0f0f0; padding: 5px 10px; border-radius: 5px; font-family: monospace; margin-top: 5px; } /* metabox css */ #siteseo_metabox_temp{ padding: 10px 20px; font-weight:bold; color: #000000; background-color: white; border-bottom: 1px solid transparent; transition: 0.3s; border: none; outline: none; position: relative; cursor: pointer; background-color:#e0e0e0; } #siteseo_metabox_temp .nav-tab{ background-color:#e0e0e0; } #siteseo_metabox_temp .nav-tab::before{ content: ''; position: absolute; bottom: -2px; left: 0; width: 0; height: 2px; transition: width 0.3s; } #siteseo_metabox_temp .nav-tab:hover::before{ width: 100%; } #siteseo_metabox_temp .nav-tab-active{ color: #003399; border-bottom: 3px solid #003399; } #siteseo_metabox_temp.nav-tab:focus{ outline: none; } .siteseo-buttons{ display: flex; gap: 10px; } .siteseo-buttons a{ text-decoration: none; padding: 10px 20px; border-radius: 5px; font-size: 16px; } .siteseo-buttons .get-started{ background-color: #003399; color: #fff; } .siteseo-buttons .dismiss{ color: #003399; } .siteseo-image-content img{ max-width: 100%; height: auto; } /*** Dashboard page carts ****/ .siteseo-card{ display:flex; flex-direction:column; align-items:center; justify-content:space-between; background: white; border: 1px solid #E2E8F0; border-radius: 3px; padding: 25px; text-align: center; position: relative; width: 31.5%; } .siteseo-card-icon{ display:inline-block; font-size: 40px; width: 40px; height: 40px; color: var(--siteseo-theme-color); margin-bottom: 0.2rem; } .siteseo-card h3{ font-size: 16px; margin: 8px 0; color: #003399; font-weight:500; } .siteseo-card p{ font-size: 14px; color: #666; margin: 5px 0; } .siteseo-card .siteseo-card-footer{ display: flex; justify-content: space-between; align-items: center; margin-top:20%; width:100%; padding-top:20px; border-top: 1px solid #E2E8F0; } .siteseo-card .siteseo-card-footer button{ background: #003399; color: white; border: none; padding: 8px 15px; border-radius: 5px; cursor: pointer; } .siteseo-card .siteseo-card-footer a{ text-decoration: none; background: #003399; color: white; border: none; padding: 8px 15px; border-radius: 5px; cursor: pointer; } .siteseo-card .siteseo-card-footer .toggle{ display: flex; align-items: center; } .siteseo-card .siteseo-card-footer .toggle input{ display: none; } .siteseo-card .siteseo-card-footer .toggle label{ width: 50px; height: 25px; background: #ccc; border-radius: 25px; position: relative; cursor: pointer; border: 2px solid #007bff; } .siteseo-card .siteseo-card-footer .toggle label::after{ content: ''; width: 22px; height: 22px; background: white; border-radius: 50%; position: absolute; top: 0px; left: 0px; transition: 0.3s; } .siteseo-card .siteseo-card-footer .toggle input:checked + label{ background: #007bff; } .siteseo-card .siteseo-card-footer .toggle input:checked + label::after{ left: 25px; } .siteseo-card .pro-feature{ color: red; font-size: 14px; position: absolute; top: 20px; right: 20px; } .siteseo-card #lock{ color: gold; margin-right:2px; font-size: 38px; } /** siteseo-advertisement **/ .siteseo-ad-container{ background-color: #ffffff; border-radius: 8px; box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); padding: 20px; width: 190px; text-align: center; } .siteseo-ad-logo img{ width: 150px; height: 50px; margin-right: 10px; } .siteseoi-ad-title{ font-size: 24px; font-weight: bold; } .siteseo-ad-description{ font-size: 14px; color: #666666; margin-bottom: 20px; } .siteseo-ad-description em{ font-style: italic; font-weight: bold; color: #333333; } .siteseo-ad-features{ text-align: left; font-size: 14px; color: #333333; margin-bottom: 20px; } .siteseo-ad-button{ background-color: #003399; color: #ffffff; padding: 10px 20px; border: none; border-radius: 5px; text-decoration: none; font-size: 14px; } /* breadcurmbs */ .siteseo-inner-tabs-wrap{ overflow-x: hidden; padding-bottom: 16px; border-bottom: 1px solid #ccc; } .siteseo-inner-tabs-wrap [type="radio"]{ display: none; } .siteseo-inner-tabs-wrap [type="radio"]:nth-of-type(1):checked ~ .siteseo-inner-tabs .siteseo-inner-tab:nth-of-type(1) label, .siteseo-inner-tabs-wrap [type="radio"]:nth-of-type(2):checked ~ .siteseo-inner-tabs .siteseo-inner-tab:nth-of-type(2) label, .siteseo-inner-tabs-wrap [type="radio"]:nth-of-type(3):checked ~ .siteseo-inner-tabs .siteseo-inner-tab:nth-of-type(3) label{ border-bottom-color: #00308F; color: #222; } .siteseo-inner-tabs-wrap [type="radio"]:nth-of-type(1):checked ~ .siteseo-inner-tab-content:nth-of-type(1), .siteseo-inner-tabs-wrap [type="radio"]:nth-of-type(2):checked ~ .siteseo-inner-tab-content:nth-of-type(2), .siteseo-inner-tabs-wrap [type="radio"]:nth-of-type(3):checked ~ .siteseo-inner-tab-content:nth-of-type(3){ display: block; } /* Breadcrumbs seperator */ .siteseo-seperator-btns{ display:flex; gap:4px; margin-bottom:10px; } .siteseo-seperator-btns label{ display:flex; flex-wrap:wrap; align-items:center; justify-content:center; box-sizing:border-box; height:40px; width:40px; border:1px solid #ccc; border-radius: 3px; text-align:center; font-size:20px; font-weight:600; line-height:1.7; cursor:pointer; } .siteseo-seperator-btns label:hover{ border:2px solid #ccc; } .siteseo-seperator-btns label:has(input:checked){ background:#00308F; border: 2px solid #00308F; color: #fff; } .siteseo-seperator-btns label > input{ display:none; } /*sitemap */ .siteseo-sitemap-body{ font-family: Arial, sans-serif; background-color: #f5f5f5; } .siteseo-sitemap-container{ background-color: #ffffff; border-radius: 5px; box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); max-width: 800px; margin: 0 auto; } .siteseo-sitemap-header{ max-width: 800px; margin: 0 auto; margin-top: 28px; padding-left: 20px; } .siteseo-sitemap-container h1{ font-size: 24px; color: #333333; } .siteseo-index-link{ font-size: 16px; color: #0073aa; text-decoration: none; } .siteseo-sitemap-description{ font-size: 14px; color: #666666; margin-top: 10px; } .siteseo-sitemap-container table{ width: 100%; border-collapse: collapse; } .siteseo-sitemap-container th, td{ padding: 15px; text-align: left; } .siteseo-sitemap-container th{ background-color: #f9f9f9; font-weight: bold; border-bottom: 1px solid #dddddd; } .siteseo-sitemap-container tr:hover{ background-color: #f5f5f5; } .siteseo-sitemap-url-link{ color: #0073aa; text-decoration: none; } /* toast message settings saved*/ .siteseo-toast{ position: fixed; top: 90px; right: 20px; background: #F0FFF2; color: #000000; padding: 15px; border-radius: 5px; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); z-index: 99999; display: none; font-weight: 600; animation: slide-down 0.3s ease-out; } .siteseo-toast.error{ background: #f44336; top: 90px; right: 20px; padding:15px; } .siteseo-toast .dashicons{ color: #008000; vertical-align: middle; margin-right: 3px; font-size: 23px; } /* slide-down animation */ @keyframes slide-down{ from { transform: translateY(-100%); opacity: 0; } to { transform: translateY(0); opacity: 1; } } /* bredcurmns css inner tab **/ .siteseo-inner-tabs-wrap{ overflow-x: hidden; padding-bottom: 16px; border-bottom: 1px solid #ccc; } .siteseo-inner-tabs-wrap [type="radio"]{ display: none; } .siteseo-inner-tabs ul{ list-style:unset; } .siteseo-inner-tabs { display: flex !important; list-style: none !important; padding: 0; } .siteseo-inner-tab > label { display: block; position:relative; margin-bottom: -1px; padding: 12px 15px; color: #666; font-size: 12px; font-weight: 600; text-transform: uppercase; letter-spacing: 1px; border-bottom: 2px solid #fff; cursor: pointer; transition: all 0.3s; } .siteseo-inner-tab:hover label { border-bottom: 2px solid #00308F; } .siteseo-inner-tab-content { display: none; color: #777; } .siteseo-inner-tabs-wrap [type="radio"]:nth-of-type(1):checked ~ .siteseo-inner-tabs .siteseo-inner-tab:nth-of-type(1) label, .siteseo-inner-tabs-wrap [type="radio"]:nth-of-type(2):checked ~ .siteseo-inner-tabs .siteseo-inner-tab:nth-of-type(2) label, .siteseo-inner-tabs-wrap [type="radio"]:nth-of-type(3):checked ~ .siteseo-inner-tabs .siteseo-inner-tab:nth-of-type(3) label{ border-bottom-color: #00308F; color: #222; } .siteseo-inner-tabs-wrap [type="radio"]:nth-of-type(1):checked ~ .siteseo-inner-tab-content:nth-of-type(1), .siteseo-inner-tabs-wrap [type="radio"]:nth-of-type(2):checked ~ .siteseo-inner-tab-content:nth-of-type(2), .siteseo-inner-tabs-wrap [type="radio"]:nth-of-type(3):checked ~ .siteseo-inner-tab-content:nth-of-type(3){ display: block; } /* Breadcrumbs seperator */ .siteseo-seperator-btns{ display:flex; gap:4px; margin-bottom:10px; } .siteseo-pro-badge{ color:rgb(133 77 14); background-color: rgb(254 249 195); border-radius: 9999px; padding: 5px 20px; font-weight:500; font-size:0.95rem; line-height: 1.6rem; cursor:pointer; } .siteseo-need-help{ display:flex; flex-direction:column; word-wrap:wrap; border-radius: 20px; padding: 15px; background-image:linear-gradient(352deg,rgba(255,209,0,0.62) 0%,rgb(254,255,186) 100%); } .siteseo-need-help h3{ font-size:1.3rem; line-height:1rem; margin: 5px 5px 5px 0; } .siteseo-need-help p{ font-size:0.85rem; } /* Components */ /* Buttons */ .siteseo-button{ display: inline-flex; outline: 0; text-align: center; cursor: pointer; padding: 8px 13px; border-radius: 3px; border: 1px solid transparent; transition: all .3s ease; font-weight: 600; text-transform: uppercase; font-size: 11px; text-decoration: none; gap: 8px; align-items:center; justify-content:center; } .siteseo-btn-black{ background: #0f172a; border-color: #0f172a; color: #fff; } .sitesei-btn-black:hover{ background: #e4461b; border-color: #e4461b; } .siteseo-btn-transparent{ background-color:transparent; color: currentcolor; } .siteseo-btn-transparent:active{ outline:0; } .siteseo-100{ width:100%; } .siteseo-tools-page{ margin-left: 2%; margin-top:3% }