@charset "UTF-8"; :root { --dashboard--background-color: #fff; --dashboard--primary-color: #43A047; --dashboard--secondary-color: #3858e9; --dashboard--border-color: #02141f; } /* Dashboard */ .wp-core-ui .button.dashboard-button { border: .1rem solid var(--dashboard--border-color); border-radius: 0; box-shadow: .3rem .3rem var(--dashboard--border-color); color: #fff; padding: 0.5rem 1rem; min-width: 10rem; text-align: center; } .wp-core-ui .button.dashboard-button-primary { background-color: var(--dashboard--primary-color); } .wp-core-ui .button.dashboard-button-secondary { background-color: var(--dashboard--secondary-color); } .wp-core-ui .button.dashboard-button:hover, .wp-core-ui .button.dashboard-button:focus { background-color: #333; color: #fff; } .bloglex-dashboard-area * { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } .bloglex-dashboard-area a:not(.button) { font-size: 13px; font-style: normal; font-weight: 600; line-height: 20px; text-decoration: none; } .bloglex-dashboard-area a:not(.button, :hover, :focus) { color: var(--dashboard--secondary-color); } .bloglex-dashboard-area a:not(.button):hover, .bloglex-dashboard-area a:not(.button):focus { box-shadow: none; } .bloglex-notice p { padding: 0; } .bloglex-link { display: flex; align-items: center; gap: 10px; } .bloglex-link .svg-external-link { border: .1rem solid var(--dashboard--border-color); box-shadow: .3rem .3rem var(--dashboard--border-color); padding: 5px; width: 25px; height: 25px; display: flex; align-items: center; justify-content: center; } .bloglex-link:hover .svg-external-link, .bloglex-link:focus .svg-external-link { background-color: var(--dashboard--secondary-color); border-color: var(--dashboard--secondary-color); color: #fff; } .bloglex-dashboard-area ul { margin: 0; padding: 0; } .bloglex-dashboard-header { background-color: #fff; border-bottom: 1px solid #d1d5db; padding: 0 2rem; min-height: 4rem; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; flex-wrap: wrap; gap: 1.5rem; } .bloglex-dashboard-header .bloglex-logo { display: flex; align-items: center; } .bloglex-theme-version { color: var(--dashboard--secondary-color); display: -webkit-box; display: -ms-flexbox; display: flex; padding: 2px 10px; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; gap: 10px; border: .1rem solid var(--dashboard--border-color); box-shadow: .3rem .3rem var(--dashboard--border-color); margin-left: 1rem; } .bloglex-dashboard-header .dashboard-header-nav { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; } .bloglex-dashboard-header .dashboard-header-nav ul { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; gap: 1.5rem; } .bloglex-dashboard-header .dashboard-header-nav ul li { margin: 0; position: relative; } .bloglex-dashboard-header .dashboard-header-nav ul li a { color: #383838; } .bloglex-dashboard-header .dashboard-header-nav ul li.active a { color: var(--dashboard--secondary-color); } .bloglex-dashboard-header .dashboard-header-nav ul li.active::before { height: 3px; width: 100%; bottom: 0; background-color: var(--dashboard--secondary-color); content: ""; position: absolute; top: 40px; } .bloglex-dashboard-header .dashboard-header-extras { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; } .bloglex-dashboard-content { padding: 2rem; } .content-panel-upper { margin-bottom: 2rem; } .content-panel-lower { display: grid; gap: 2rem; grid-template-columns: repeat(1, minmax(0, 1fr)); align-items: flex-start; } .content-panel-lower .dashboard-content-left, .content-panel-lower .dashboard-content-right { display: grid; gap: 2rem; grid-template-columns: repeat(1, minmax(0, 1fr)); } @media (min-width: 1024px) { .content-panel-lower { grid-template-columns: repeat(3, minmax(0, 1fr)) } .content-panel-lower .dashboard-content-left { grid-column: span 2 / span 2; } } .wrap.overlay { background: rgba(0, 0, 0, 0.05); -webkit-filter: blur(1px); filter: blur(1px); } .appearance_page_bloglex .wrap { margin: 0 0 0 0; } .appearance_page_bloglex #wpcontent { padding: 0; } .appearance_page_bloglex #wpbody-content .bloglex-dashboard-area { padding: 0; } .bloglex-dashboard-content .postbox { border: .1rem solid var(--dashboard--border-color); box-shadow: .3rem .3rem var(--dashboard--border-color); } .bloglex-dashboard-content .postbox .hndle, .bloglex-dashboard-content .postbox .inside { margin: 0; } .bloglex-dashboard-content .postbox .hndle { font-size: 16px; padding: 1rem 1.5rem; } .bloglex-dashboard-content .postbox .hndle-controller { padding: 1rem 1.5rem; } .bloglex-dashboard-content .postbox .inside { padding: 2rem 1.5rem; } .dashboard-content-panel .postbox { margin: 0; } .dashboard-content-panel .postbox p { color: #383838; font-size: 14px; font-style: normal; font-weight: 400; margin: 0 0 20px 0; } .dashboard-content-panel .postbox .postbox-header { border-bottom: 1px solid var(--dashboard--border-color); } .dashboard-content-left .postbox .inside { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; gap: 24px; } .bloglex-postbox-plugins .inside { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; padding: 10px; } .bloglex-features-list { border: .1rem solid var(--dashboard--border-color); box-shadow: .3rem .3rem var(--dashboard--border-color); padding: 1.5rem; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } .bloglex-premium-features { background: #eff2ff; } .bloglex-dashboard-welcome { justify-content: left; overflow: hidden; padding: 0 !important; display: flex; flex-flow: row; width: 100%; } .bloglex-dashboard-welcome .bloglex-notice-left { flex: 0 0 60%; display: flex; flex-direction: column; justify-content: center; padding: 100px 60px; } .bloglex-dashboard-welcome .bloglex-notice-right { flex: 0 0 35%; display: flex; align-items: flex-end; } @media (max-width: 782px) { .bloglex-dashboard-welcome .bloglex-notice-left, .bloglex-dashboard-welcome .bloglex-notice-right { flex-basis: 100% } } .bloglex-dashboard-area .bloglex-premium-badge { height: 30px; } .pro-feature { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; padding: 15px; margin: 0; -webkit-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.1) inset; box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.1) inset; } .pro-feature > a { font-weight: bold; } /* Products Page */ .products-page .postbox { margin-bottom: 32px; } .products-page .inside { display: grid; grid-template-columns: repeat(auto-fit, minmax(330px, 1fr)); gap: 30px; } .products-page .item { border: .1rem solid var(--dashboard--border-color); box-shadow: .3rem .3rem var(--dashboard--border-color); display: flex; flex-direction: column; } .products-page .inside .content, .products-page .inside .cta { padding: 20px 15px; } .products-page .inside .cta { position: relative; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -ms-flex-align: center; align-items: center; border-top: .1rem solid var(--dashboard--border-color); margin-bottom: 0; margin-top: auto; } .products-page .inside .cta .activated { background: #FF9800; color: #000; border: .1rem solid var(--dashboard--border-color); box-shadow: .3rem .3rem var(--dashboard--border-color); min-height: 30px; padding: 0.5rem 1rem; cursor: not-allowed; display: inline-block; line-height: 2.15384615; min-height: 30px; } .products-page .inside .cta-text a { font-weight: 400; margin-right: 10px; } .wp-core-ui .products-page .inside .cta-button .dashboard-button { min-width: 100px; } /* Help page */ .bloglex-help-panel .bloglex-support-channels { display: -webkit-box; display: -ms-flexbox; display: flex; gap: 20px; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; } .bloglex-help-panel .bloglex-support-channels .postbox { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-flex: 1; -ms-flex: 1; flex: 1; gap: 1rem; -webkit-box-align: center; -ms-flex-align: center; align-items: center; padding: 2rem; text-align: center; } .bloglex-help-panel .postbox.bloglex-postbox-community { display: -webkit-box; display: -ms-flexbox; display: flex; gap: 2rem; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; } /* Free Vs Pro */ .free-vs-pro-page table { width: 100%; margin-bottom: 32px; -webkit-border-horizontal-spacing: 0; } .free-vs-pro-page .bloglex-compare-table tbody tr.compare-table-head td { background: #fafbfd; color: #000000; font-weight: 600; } .free-vs-pro-page .bloglex-compare-table tbody tr td:first-child { width: 50%; text-align: left; } .free-vs-pro-page .bloglex-compare-table tbody tr td { width: 25%; background: #fff; color: #383838; font-size: 14px; font-style: normal; font-weight: 400; line-height: 2.2; padding: 12px; text-align: center; border-left: 0; border-right: 0; } .compare-checkmark, .compare-crossmark { border-radius: 100%; display: inline-flex; justify-content: center; align-items: center; height: 30px; width: 30px; } .compare-checkmark { background-color: rgba(63, 178, 143, .1); } .compare-crossmark { background-color: rgba(230, 36, 36, .05); } .free-vs-pro-page .bloglex-postbox-upsell { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: center; -ms-flex-align: center; align-items: center; padding: 32px; text-align: center; gap: 1rem; } /* Dialog */ .bloglex-dashboard-offcanvas { position: fixed; right: 0; top: 32px; bottom: 0; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; width: 100%; max-width: 386px; background: #fff; -webkit-transform: translateX(100%); transform: translateX(100%); -webkit-transition: -webkit-transform 0.3s; transition: -webkit-transform 0.3s; transition: transform 0.3s; transition: transform 0.3s, -webkit-transform 0.3s; z-index: 9999; -webkit-box-shadow: 0 10px 32px 0 rgba(0, 0, 0, 0.05); box-shadow: 0 10px 32px 0 rgba(0, 0, 0, 0.05); } .bloglex-dashboard-offcanvas.open { -webkit-transform: translateX(0%); transform: translateX(0%); } .bloglex-dashboard-offcanvas .dialog-head { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -ms-flex-align: center; align-items: center; padding: 24px 20px; border-bottom: 1px solid #E9E9E9; } .bloglex-dashboard-offcanvas .dialog-head h3 { color: #383838; font-size: 16px; font-weight: 600; line-height: 2.4; margin: 0; } .bloglex-dashboard-offcanvas .dialog-head .dialog-close:hover { cursor: pointer; } .bloglex-dashboard-offcanvas .dialog-content { overflow: auto; } .bloglex-dashboard-offcanvas .dialog-content .bloglex-changelog { padding: 20px; -webkit-box-flex: 1; -ms-flex: 1 1 0px; flex: 1 1 0; } .bloglex-dashboard-offcanvas .dialog-content .bloglex-changelog-list-item { margin-bottom: 28px; } .bloglex-dashboard-offcanvas .dialog-content .bloglex-changelog-list-head { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; gap: 0.5rem; } .bloglex-dashboard-offcanvas .dialog-content .bloglex-changelog-list-head h4 { margin: 0; line-height: 1.33; font-size: 14px; font-weight: 600; } .bloglex-dashboard-offcanvas .dialog-content .bloglex-changelog-list-head p { font-size: 11px; line-height: 1; margin: 0; } .bloglex-dashboard-offcanvas .dialog-content .bloglex-changelog-change-item { position: relative; margin: 20px 0; } .bloglex-dashboard-offcanvas .dialog-content .bloglex-changelog-change-item::after { background-color: #e8eefd; bottom: 0; content: ""; height: 100%; left: 11px; position: absolute; top: 0; width: 2px; } .bloglex-dashboard-offcanvas .dialog-content .bloglex-changelog-change-item span { display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; vertical-align: top; -webkit-box-align: center; -ms-flex-align: center; align-items: center; max-width: 100%; line-height: 1.7; outline: transparent solid 2px; outline-offset: 2px; border-radius: 0.375em; font-size: 14px; padding: 0 8px; position: sticky; z-index: 9999; top: 0; margin-bottom: 20px; } .bloglex-dashboard-offcanvas .dialog-content .bloglex-changelog-change-item .bloglex-changelog-change-list { padding-top: 10px; } .bloglex-dashboard-offcanvas .dialog-content .bloglex-changelog-change-item p { margin: 0 0 16px 0; padding-left: 40px; position: relative; } .bloglex-dashboard-offcanvas .dialog-content .bloglex-changelog-change-item p::before { content: "\f147"; font-family: dashicons; position: absolute; left: 5px; top: 50%; transform: translateY(-50%); font-size: 14px; z-index: 999; } .bloglex-dashboard-offcanvas .dialog-content .bloglex-changelog-change-item p::after { background-color: #e8eefd; background-position: 50% center; border-radius: 50%; content: ""; height: 20px; width: 20px; position: absolute; top: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%); left: 2px; z-index: 99; } .bloglex-dashboard-offcanvas .dialog-content .bloglex-changelog-change-item.item--release span { color: #ffffff; background: var(--dashboard--primary-color); } .bloglex-dashboard-offcanvas .dialog-content .bloglex-changelog-change-item.item--release p::before { color: #fff; } .bloglex-dashboard-offcanvas .dialog-content .bloglex-changelog-change-item.item--release p::after { background: #009688; } .bloglex-dashboard-offcanvas .dialog-content .bloglex-changelog-change-item.item--fix span { color: #555cff; background: #efefff; } .bloglex-dashboard-offcanvas .dialog-content .bloglex-changelog-change-item.item--fix p::before { color: #555cff; } .bloglex-dashboard-offcanvas .dialog-content .bloglex-changelog-change-item.item--fix p::after { background: #efefff; } .bloglex-dashboard-offcanvas .dialog-content .bloglex-changelog-change-item.item--feature span { color: #22543d; background: #c6f6d5; } .bloglex-dashboard-offcanvas .dialog-content .bloglex-changelog-change-item.item--feature p::before { color: #22543d; } .bloglex-dashboard-offcanvas .dialog-content .bloglex-changelog-change-item.item--feature p::after { background: #c6f6d5; } .bloglex-dashboard-offcanvas .dialog-content .bloglex-changelog-change-item.item--added span { color: #1a202c; background: #edf2f7; } .bloglex-dashboard-offcanvas .dialog-content .bloglex-changelog-change-item.item--added p::before { color: #1a202c; } .bloglex-dashboard-offcanvas .dialog-content .bloglex-changelog-change-item.item--added p::after { background: #edf2f7; } .bloglex-dashboard-offcanvas .dialog-content .bloglex-changelog-change-item.item--tweak span { color: #44337a; background: #e9d8fd; } .bloglex-dashboard-offcanvas .dialog-content .bloglex-changelog-change-item.item--tweak p::before { color: #44337a; } .bloglex-dashboard-offcanvas .dialog-content .bloglex-changelog-change-item.item--tweak p::after { background: #e9d8fd; } .bloglex-dashboard-offcanvas .dialog-content .bloglex-changelog-change-item.item--enhancement span { color: #234e52; background: #b2f5ea; } .bloglex-dashboard-offcanvas .dialog-content .bloglex-changelog-change-item.item--enhancement p::before { color: #234e52; } .bloglex-dashboard-offcanvas .dialog-content .bloglex-changelog-change-item.item--enhancement p::after { background: #b2f5ea; } /* Starter Templates */ .bloglex-starter-panel .starter-templates-notification { border: .1rem solid var(--dashboard--border-color); box-shadow: .3rem .3rem var(--dashboard--border-color); margin: 0 auto; background: #fff; padding: 50px 70px 55px 70px; text-align: center; } @media (min-width: 768px) { .bloglex-dashboard-header .dashboard-header-extras { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; margin-left: auto; } .bloglex-help-panel .bloglex-support-channels { -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; } } @media (min-width: 1050px) { .dashboard-content-left .postbox .inside { display: grid; grid-template-columns: 1fr 1fr 1fr; } .bloglex-help-panel .postbox.bloglex-postbox-community { -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; } .bloglex-help-panel .postbox.bloglex-postbox-community img { max-width: 348px; } } /* Notices. */ .bloglex-notice * { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } .bloglex-notice img, .bloglex-dashboard-area img { max-width: 100%; height: auto; vertical-align: top; } .bloglex-notice { border: none; padding: 0 !important; position: relative; } .bloglex-notice .bloglex-notice-wrapper { border: .1rem solid var(--dashboard--border-color); box-shadow: .3rem .3rem var(--dashboard--border-color); display: flex; flex-direction: column; align-items: flex-start; padding-top: 0; padding-bottom: 0; } .bloglex-notice-wrapper .bloglex-notice-welcome { background-color: #f3f5ff; justify-content: left; overflow: hidden; position: relative; display: flex; flex-flow: row; width: 100%; } .bloglex-notice-welcome .bloglex-notice-left { flex: 0 0 70%; display: flex; flex-direction: column; justify-content: center; padding: 30px; } .bloglex-notice-welcome .bloglex-notice-right { flex: 0 0 30%; display: flex; align-items: flex-end; } @media (max-width: 782px) { .bloglex-notice-welcome .bloglex-notice-left, .bloglex-notice-welcome .bloglex-notice-right { flex-basis: 100% } } .bloglex-notice-content { display: grid; padding: 30px; gap: 30px; } .bloglex-notice-wrapper .bloglex-notice-content { grid-template-columns: repeat(2, 1fr) } @media (max-width: 782px) { .bloglex-notice-wrapper .bloglex-notice-content { grid-template-columns: 1fr } } .bloglex-notice-content .bloglex-notice-item { display: flex; flex-direction: column; align-items: flex-start } .bloglex-notice h2, .bloglex-notice h3 { margin: 0 0 10px } .dashboard-button-group { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; gap: 0.8rem; } .theme-review-notice .dashboard-button-group { margin: 2rem 0; } .dashboard-button-group .button.dashboard-button { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; align-items: center; justify-content: center; gap: 0.4rem; } .bloglex-notice .notice-dismiss { text-decoration: none; } .bloglex-notice-wrapper .bloglex-notice-subheading { font-size: 16px; font-weight: 600; color: #1e1e1e; display: flex; align-items: center; gap: 8px; } .bloglex-notice-wrapper .bloglex-notice-heading { font-size: 32px; font-weight: 600; line-height: 1.2; color: #1e1e1e; margin: 0; } .bloglex-message-close { z-index: 999; } .bloglex-notice.theme-review-notice span.dashicons.dashicons-smiley.smile-icon { background: #f7e143; border-radius: 50%; font-size: 15px; border: 1px solid; width: 17px; height: 17px; } @media screen and (max-width: 991px) { .bloglex-dashboard-header, .bloglex-dashboard-content { padding: 1.5rem; } .bloglex-dashboard-header .dashboard-header-extras { flex: 1; -webkit-box-ordinal-group: 3; -ms-flex-order: 2; order: 2; } .bloglex-dashboard-header .dashboard-header-nav { -ms-flex-preferred-size: 100%; flex-basis: 100%; -webkit-box-ordinal-group: 4; -ms-flex-order: 3; order: 3; } } .appearance_page_bloglex #wpfooter { background-color: var(--dashboard--background-color); border-top: .1rem solid var(--dashboard--border-color); } .appearance_page_bloglex #footer-thankyou { font-style: normal; } .bloglex-postbox-review .ratings { color: #FF5722; margin-bottom: 20px; display: flex; gap: 5px; } #adminmenu .wp-submenu a[href^="themes.php?page=bloglex"] { background-color: #f8d92f; color: #000 !important; } #adminmenu .wp-submenu a[href^="themes.php?page=bloglex"]:hover, #adminmenu .wp-submenu a[href^="themes.php?page=bloglex"]:focus { background-color: #eb2f21; color: #fff !important; }