first commit

This commit is contained in:
2023-09-12 21:41:04 +02:00
commit 3361a7f053
13284 changed files with 2116755 additions and 0 deletions

View File

@@ -0,0 +1,361 @@
#wpcontent {
padding: 0;
}
#wpcontent .nav-tab-wrapper {
height: 60px;
background-color: #fff;
display: flex;
align-items: center;
}
#wpcontent .nav-tab {
background: inherit;
border: 0;
}
#wpcontent .rsssl-logo-container {
margin-left: 25px;
margin-bottom: 10px;
}
#wpcontent .header-links {
display: flex;
flex: 1;
justify-content: flex-end;
flex-direction: row;
align-items: center;
margin-right: 140px;
}
#wpcontent .header-links .documentation {
padding-right: 25px;
}
.rsssl-grid {
margin-left: 25px;
position: relative;
display: flex;
flex-direction: row;
flex-wrap: wrap;
/*
Footers
*/
/*
Dots
*/
}
.rsssl-grid .rsssl-item {
width: 800px;
height: 475px;
z-index: 1;
}
.rsssl-grid .rsssl-item.small {
width: 400px;
}
.rsssl-grid .rsssl-item.settings .item-container .rsssl-grid-item-footer {
justify-content: flex-start;
}
.rsssl-grid .rsssl-item .item-container {
background-color: #fff;
position: relative;
box-shadow: 0px 0px 5px 5px rgba(222, 222, 222, 0.2);
width: 780px;
height: 455px;
}
.rsssl-grid .rsssl-item .item-container .rsssl-grid-item-header {
display: flex;
align-items: center;
justify-content: space-between;
margin-top: 10px;
height: 60px;
border-bottom: 1px solid #dedede;
}
.rsssl-grid .rsssl-item .item-container .rsssl-grid-item-header h3 {
margin-left: 15px;
}
.rsssl-grid .rsssl-item .item-container .rsssl-grid-item-header .rsssl-secondary-header-item {
display: flex;
color: #3c3c3c;
margin-right: 10px;
}
.rsssl-grid .rsssl-item .item-container .rsssl-grid-item-header .rsssl-secondary-header-item .open-task-count {
padding-left: 3px;
}
.rsssl-grid .rsssl-item .item-container .rsssl-grid-item-header .rsssl-secondary-header-item .rsssl-save-settings-feedback {
color: red;
}
.rsssl-grid .rsssl-item .item-container .rsssl-table-td-main-content {
padding-left: 15px;
}
.rsssl-grid .rsssl-item .item-container .rsssl-grid-item-content {
height: 310px;
margin: 10px 10px 15px 15px;
border-bottom: 1px solid #dedede;
overflow-x: hidden;
/*
Progress bar
*/
/*
Settings
*/
/*
Tips and Tricks
*/
/*
Default bullet style
*/
/*
Support forum block
*/
/*
Other plugins
*/
/*
Other plugins
*/
/*
Progress labels
*/
}
.rsssl-grid .rsssl-item .item-container .rsssl-grid-item-content .progress-bar-container {
margin: 15px 15px 15px 0;
}
.rsssl-grid .rsssl-item .item-container .rsssl-grid-item-content .progress {
overflow: hidden;
height: 20px;
border-radius: 5px;
background-color: #f7f7f7;
}
.rsssl-grid .rsssl-item .item-container .rsssl-grid-item-content .progress .bar {
height: 100%;
background-color: #61ce70;
}
.rsssl-grid .rsssl-item .item-container .rsssl-grid-item-content .progress-text {
display: flex;
align-items: center;
margin: 10px;
padding-top: 10px;
padding-bottom: 10px;
}
.rsssl-grid .rsssl-item .item-container .rsssl-grid-item-content .progress-text .rsssl-progress-percentage {
font-size: 32px;
font-weight: 900;
}
.rsssl-grid .rsssl-item .item-container .rsssl-grid-item-content .progress-text .rsssl-progress-text {
display: flex;
flex-direction: row;
margin-left: 10px;
}
.rsssl-grid .rsssl-item .item-container .rsssl-grid-item-content .progress-text .rsssl-progress-text a {
margin-left: 3px;
}
.rsssl-grid .rsssl-item .item-container .rsssl-grid-item-content .progress-text .rsssl-progress-text .rsssl-progress-count {
margin-left: 3px;
margin-right: 3px;
}
.rsssl-grid .rsssl-item .item-container .rsssl-grid-item-content .rsssl-settings .form-table {
overflow: hidden;
}
.rsssl-grid .rsssl-item .item-container .rsssl-grid-item-content .rsssl-settings .form-table .dashicons-editor-help {
font-size: 20px;
}
.rsssl-grid .rsssl-item .item-container .rsssl-grid-item-content .rsssl-settings .form-table tbody {
display: flex;
flex-direction: column;
}
.rsssl-grid .rsssl-item .item-container .rsssl-grid-item-content .rsssl-settings .form-table tbody tr {
padding-bottom: 10px;
width: 100%;
display: flex;
align-items: center;
flex-direction: row;
}
.rsssl-grid .rsssl-item .item-container .rsssl-grid-item-content .rsssl-settings .form-table tbody tr th {
padding: 10px 0 0 0 !important;
vertical-align: middle !important;
display: flex;
width: 85%;
}
.rsssl-grid .rsssl-item .item-container .rsssl-grid-item-content .rsssl-settings .form-table tbody tr th .rsssl-settings-text {
font-weight: normal;
}
.rsssl-grid .rsssl-item .item-container .rsssl-grid-item-content .rsssl-settings .form-table tbody tr th .rsssl-tooltip-right {
padding-right: 15px;
}
.rsssl-grid .rsssl-item .item-container .rsssl-grid-item-content .rsssl-settings .form-table tbody tr td {
text-align: right;
padding: 0;
margin: 0;
}
.rsssl-grid .rsssl-item .item-container .rsssl-grid-item-content .rsssl-settings h2 {
display: none;
}
.rsssl-grid .rsssl-item .item-container .rsssl-grid-item-content .rsssl-tips-tricks-element {
display: flex;
justify-content: space-between;
margin-right: 10px;
}
.rsssl-grid .rsssl-item .item-container .rsssl-grid-item-content .rsssl-tips-tricks-element .rsssl-tips-tricks-content {
width: 80%;
color: #3c3c3c;
padding-bottom: 15px;
}
.rsssl-grid .rsssl-item .item-container .rsssl-grid-item-content .rsssl-tips-tricks-read-more a {
text-decoration: none;
}
.rsssl-grid .rsssl-item .item-container .rsssl-grid-item-content .tips-tricks-bottom {
position: absolute;
bottom: 85px;
color: #3c3c3c;
}
.rsssl-grid .rsssl-item .item-container .rsssl-grid-item-content .rsssl-bullet {
height: 15px;
width: 15px;
border-radius: 50%;
margin-right: 10px;
background-color: lightgrey;
text-decoration: none;
}
.rsssl-grid .rsssl-item .item-container .rsssl-grid-item-content #rsssl-support-forums-container {
display: flex;
flex-wrap: wrap;
flex-direction: row;
}
.rsssl-grid .rsssl-item .item-container .rsssl-grid-item-content #rsssl-support-forums-container .rsssl-support-forums {
display: flex;
width: 50%;
}
.rsssl-grid .rsssl-item .item-container .rsssl-grid-item-content #rsssl-support-forums-container .rsssl-support-forums a {
text-decoration: none;
color: #3c3c3c;
display: flex;
align-items: center;
}
.rsssl-grid .rsssl-item .item-container .rsssl-grid-item-content #rsssl-support-forums-container .rsssl-support-forums .rsssl-bullet {
margin: 7px;
background-color: lightgrey;
float: left;
}
.rsssl-grid .rsssl-item .item-container .rsssl-grid-item-content #rsssl-support-forums-container .rsssl-support-forums .rsssl-bullet:hover {
background-color: #FBC43D;
}
.rsssl-grid .rsssl-item .item-container .rsssl-grid-item-content #rsssl-support-forums-container .rsssl-support-forums .rsssl-forums-content {
float: left;
color: #3c3c3c;
}
.rsssl-grid .rsssl-item .item-container .rsssl-grid-item-content #rsssl-support-forums-container .rsssl-support-forums .rsssl-forums-content:hover {
text-decoration: underline;
}
.rsssl-grid .rsssl-item .item-container .rsssl-grid-item-content #rsssl-feedback {
color: red;
}
.rsssl-grid .rsssl-item .item-container .rsssl-grid-item-content .rsssl-upsell {
display: flex !important;
flex-direction: row;
padding: 6px;
align-items: center;
color: #3c3c3c;
}
.rsssl-grid .rsssl-item .item-container .rsssl-grid-item-content .rsssl-upsell .wpsi-red {
background-color: red;
}
.rsssl-grid .rsssl-item .item-container .rsssl-grid-item-content .rsssl-upsell .cmplz-blue {
background-color: #27ADEA;
}
.rsssl-grid .rsssl-item .item-container .rsssl-grid-item-content .rsssl-upsell .zip-pink {
background-color: #E366A1;
}
.rsssl-grid .rsssl-item .item-container .rsssl-grid-item-content .rsssl-upsell .plugin-status {
margin-left: auto;
}
.rsssl-grid .rsssl-item .item-container .rsssl-grid-item-content .rsssl-progress-status {
display: block;
min-width: 60px;
text-align: center;
border-radius: 15px;
padding: 3px;
font-size: 0.8em;
font-weight: 600;
}
.rsssl-grid .rsssl-item .item-container .rsssl-grid-item-content .rsssl-premium {
background-color: #FBC43D;
}
.rsssl-grid .rsssl-item .item-container .rsssl-grid-item-content .rsssl-success {
background-color: #61ce70;
color: white;
}
.rsssl-grid .rsssl-item .item-container .rsssl-grid-item-content .rsssl-open {
background-color: #FBC43D;
}
.rsssl-grid .rsssl-item .item-container .rsssl-grid-item-content .rsssl-warning {
background-color: red;
color: white;
}
.rsssl-grid .rsssl-item .item-container .rsssl-grid-item-footer {
display: flex;
align-items: center;
margin: 10px;
height: 50px;
bottom: 0;
width: 95%;
}
.rsssl-grid .rsssl-item .item-container .rsssl-grid-item-footer .button-primary {
justify-content: flex-start;
}
.rsssl-grid .rsssl-item .item-container .rsssl-grid-item-footer #rsssl-feedback {
font-weight: 600;
color: #61ce70;
padding-left: 10px;
}
.rsssl-grid .rsssl-item .item-container .rsssl-deactivate-keep-ssl th,
.rsssl-grid .rsssl-item .item-container .rsssl-deactivate-keep-ssl span {
display: none;
}
.rsssl-grid .rsssl-item.half-height .item-container {
height: 237.5px;
}
.rsssl-grid .rsssl-item.half-height .item-container .rsssl-grid-item-content {
height: 100px;
}
.rsssl-grid .rsssl-item.small .item-container {
width: 380px;
}
.rsssl-grid .rsssl-item.no-border .item-container {
border: none;
}
.rsssl-grid .rsssl-item.no-background .item-container {
background-color: #f2f2f2;
}
.rsssl-grid #rsssl-progress-footer {
width: 100%;
text-align: right;
margin-right: 10px;
}
.rsssl-grid #rsssl-progress-footer .footer-left {
margin-left: 0 !important;
float: left;
margin-top: -5px;
font-weight: 600;
}
.rsssl-grid #rsssl-progress-footer .footer-left .upsell {
min-width: 80px;
}
.rsssl-grid #rsssl-progress-footer .rsssl-footer-item {
margin-left: 20px;
}
.rsssl-grid .rsssl-system-status-footer-info {
font-size: 0.9em;
width: 100%;
text-align: right;
}
.rsssl-grid .rsssl-system-status-footer-info .system-status-info {
margin-left: 6px;
}
.rsssl-grid .dot {
height: 10px;
width: 10px;
border-radius: 50%;
display: inline-block;
}
.rsssl-grid .rsssl-dot-success {
background-color: #61ce70;
}
.rsssl-grid .rsssl-dot-error {
background-color: #d7263d;
}
/*# sourceMappingURL=grid-rtl.css.map */

View File

@@ -0,0 +1 @@
{"version":3,"sources":["grid-rtl.less"],"names":[],"mappings":"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","file":"grid-rtl.css"}

View File

@@ -0,0 +1,441 @@
@gridblock_height: 475px;
@gridblock_width: 800px;
@gridblock_width_small:400px;
@grid_margin: 10px;
@grey_light:#cecece;
@box_shadow_color: rgba(222, 222, 222, 0.2);
@border_color: #dedede;
@color-success: #61ce70;
@color_warning: red;
@color_open: #FBC43D;
@light-text-color: #3c3c3c;
@light-grey: lightgrey;
// Override default WP settings style
#wpcontent {
padding: 0;
.nav-tab-wrapper {
height: 60px;
background-color: #fff;
display: flex;
align-items: center;
}.nav-tab {
background: inherit;
border: 0;
}
.rsssl-logo-container {
margin-left: 25px;
margin-bottom: 10px;
}
.header-links {
display: flex;
flex: 1;
justify-content: flex-end;
flex-direction: row;
align-items: center;
margin-right: 140px;
.documentation {
padding-right: 25px;
}
}
}
.rsssl-grid {
margin-left: 25px;
position: relative;
display: flex;
flex-direction: row;
flex-wrap: wrap;
.rsssl-item {
width: @gridblock_width;
&.small {
width: @gridblock_width_small;
}
&.settings {
.item-container {
.rsssl-grid-item-footer {
justify-content: flex-start;
}
}
}
//position: absolute;
height: @gridblock_height;
z-index: 1;
.item-container {
//border: 1px solid @border_color;
background-color: #fff;
position: relative;
box-shadow: 0px 0px 5px 5px @box_shadow_color;
//margin-left: @grid_margin;
width: @gridblock_width - 2* @grid_margin;
height: @gridblock_height - 2 * @grid_margin;
.rsssl-grid-item-header {
display: flex;
align-items: center;
justify-content: space-between;
margin-top: @grid_margin;
//margin-left: @grid_margin;
height: 60px;
border-bottom: 1px solid @border_color;
h3 {
margin-left: 15px;
}
.rsssl-secondary-header-item {
display: flex;
color: @light-text-color;
margin-right: 10px;
.open-task-count {
padding-left: 3px;
}
.rsssl-save-settings-feedback {
color: @color_warning;
}
}
}
.rsssl-table-td-main-content {
padding-left: 15px;
}
.rsssl-grid-item-content {
height: 310px;
margin: 10px 10px 15px 15px;
//margin: @grid_margin;
border-bottom: 1px solid @border_color;
//overflow-y: scroll;
overflow-x: hidden;
/*
Progress bar
*/
.progress-bar-container {
margin: 15px 15px 15px 0;
}
.progress {
overflow: hidden;
height: 20px;
border-radius: 5px;
background-color: #f7f7f7;
}
.progress .bar {
height: 100%;
background-color: @color-success;
}
.progress-text {
display: flex;
align-items: center;
margin: 10px;
padding-top: 10px;
padding-bottom: 10px;
.rsssl-progress-percentage {
font-size: 32px;
font-weight: 900;
}
.rsssl-progress-text {
display: flex;
flex-direction: row;
margin-left: @grid_margin;
a {
margin-left: 3px;
}
.rsssl-progress-count {
margin-left: 3px;
margin-right: 3px;
}
}
}
/*
Settings
*/
.rsssl-settings {
.form-table {
overflow: hidden;
.dashicons-editor-help {
font-size: 20px;
}
tbody {
display: flex;
flex-direction: column;
tr {
padding-bottom: @grid_margin;
width: 100%;
display: flex;
align-items: center;
flex-direction: row;
th {
// Important to override default WP style
padding: 10px 0 0 0 !important;
vertical-align: middle !important;
display: flex;
width: 85%;
.rsssl-settings-text {
font-weight: normal;
}
.rsssl-tooltip-right {
padding-right: 15px;
}
}
td {
text-align: right;
padding: 0;
margin: 0;
}
}
}
}
h2 {
display: none;
}
// Hide save button
.button-primary {
//display: none;
}
}
/*
Tips and Tricks
*/
.rsssl-tips-tricks-element {
display: flex;
justify-content: space-between;
margin-right: @grid_margin;
.rsssl-tips-tricks-content {
width: 80%;
color: @light-text-color;
padding-bottom: 15px;
}
}
.rsssl-tips-tricks-read-more a {
text-decoration: none;
}
.tips-tricks-bottom {
position: absolute;
bottom: 85px;
color: @light-text-color;
}
// End tips and tricks
/*
Default bullet style
*/
.rsssl-bullet {
height: 15px;
width: 15px;
border-radius: 50%;
margin-right: 10px;
background-color: lightgrey;
text-decoration: none;
}
/*
Support forum block
*/
#rsssl-support-forums-container {
display: flex;
flex-wrap: wrap;
flex-direction: row;
.rsssl-support-forums {
display: flex;
width: 50%;
a {
text-decoration: none;
color: @light-text-color;
display: flex;
align-items: center;
&:hover {
//color: @color_open;
}
}
.rsssl-bullet {
margin: 7px;
background-color: @light-grey;
float: left;
&:hover {
background-color: @color_open;
}
}
.rsssl-forums-content {
float: left;
color: @light-text-color;
&:hover {
text-decoration: underline;
}
}
}
}
#rsssl-feedback {
color: red;
}
/*
Other plugins
*/
.rsssl-upsell {
display: flex !important; //we need important here, because the grid switch overrides it on element level
flex-direction: row;
padding: 6px;
align-items: center;
color: @light-text-color;
.wpsi-red {
background-color: red;
}
.cmplz-blue {
background-color: #27ADEA;
}
.zip-pink {
background-color: #E366A1;
}
.plugin-status {
margin-left: auto;
}
}
/*
Other plugins
*/
/*
Progress labels
*/
.rsssl-progress-status {
display: block;
min-width: 60px;
text-align: center;
border-radius: 15px;
padding: 3px;
font-size: 0.8em;
font-weight: 600;
}
.rsssl-premium {
background-color: @color_open;
}
.rsssl-success {
background-color: @color-success;
color: white;
}
.rsssl-open {
background-color: @color_open;
}
.rsssl-warning {
background-color: @color_warning;
color: white;
}
}
.rsssl-grid-item-footer {
display: flex;
align-items: center;
//justify-content: flex-end;
//position: absolute;
margin: @grid_margin;
height: 50px;
bottom: 0;
width: 95%;
.button-primary {
justify-content: flex-start;
}
#rsssl-feedback {
font-weight: 600;
color: @color-success;
padding-left: 10px;
}
}
.rsssl-deactivate-keep-ssl {
th, span {
display: none;
}
}
}
&.half-height {
.item-container {
height: @gridblock_height / 2;
.rsssl-grid-item-content {
height: 100px;
}
}
}
&.small {
.item-container {
width: @gridblock_width_small - 2* @grid_margin;
}
}
&.no-border {
.item-container {
border: none;
}
}
&.no-background {
.item-container {
background-color: #f2f2f2;
//border: 1px solid @border_color;
}
}
}
/*
Footers
*/
#rsssl-progress-footer {
width: 100%;
text-align: right;
margin-right: @grid_margin;
.footer-left {
margin-left: 0 !important;
float: left;
margin-top: -5px;
font-weight: 600;
.upsell {
min-width: 80px;
}
}
.rsssl-footer-item {
margin-left: 20px;
}
}
.rsssl-system-status-footer-info {
font-size: 0.9em;
width: 100%;
text-align: right;
.system-status-info {
margin-left: 6px;
}
}
/*
Dots
*/
.dot {
height: 10px;
width: 10px;
border-radius: 50%;
display: inline-block;
}
.rsssl-dot-success {
background-color: #61ce70;
}
.rsssl-dot-error {
background-color: #d7263d;
}
}

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1,707 @@
.settings_page_rlrsssl_really_simple_ssl #wpcontent,
.settings_page_really-simple-ssl #wpcontent {
padding: 0;
}
.settings_page_rlrsssl_really_simple_ssl #wpcontent .rsssl-footer-item form,
.settings_page_really-simple-ssl #wpcontent .rsssl-footer-item form {
float: left;
}
.settings_page_rlrsssl_really_simple_ssl #wpcontent .nav-tab,
.settings_page_really-simple-ssl #wpcontent .nav-tab {
padding: 16px 20px 17px 20px;
margin-bottom: 0;
color: #444;
font-weight: normal;
font-size: 1.2em;
background: inherit;
border: 0;
}
.settings_page_rlrsssl_really_simple_ssl #wpcontent .nav-tab.nav-tab-active,
.settings_page_really-simple-ssl #wpcontent .nav-tab.nav-tab-active {
border-bottom: 2px solid #FBC43D !important;
background: #fff;
padding-bottom: 15px;
}
@media screen and (max-width: 800px) {
.settings_page_rlrsssl_really_simple_ssl #wpcontent .nav-tab-wrapper,
.settings_page_really-simple-ssl #wpcontent .nav-tab-wrapper {
display: flex;
flex-wrap: wrap;
justify-content: center;
}
.settings_page_rlrsssl_really_simple_ssl #wpcontent .nav-tab-wrapper .nav-tab,
.settings_page_really-simple-ssl #wpcontent .nav-tab-wrapper .nav-tab {
margin-left: 25px;
}
.settings_page_rlrsssl_really_simple_ssl #wpcontent .nav-tab-wrapper .documentation,
.settings_page_really-simple-ssl #wpcontent .nav-tab-wrapper .documentation {
display: none;
}
}
@media screen and (max-width: 480px) {
.settings_page_rlrsssl_really_simple_ssl #wpcontent .nav-tab-wrapper .nav-tab,
.settings_page_really-simple-ssl #wpcontent .nav-tab-wrapper .nav-tab {
padding: 22px 3px 10px 3px;
}
.settings_page_rlrsssl_really_simple_ssl #wpcontent .nav-tab-wrapper .nav-tab-active,
.settings_page_really-simple-ssl #wpcontent .nav-tab-wrapper .nav-tab-active {
padding-bottom: 10px;
}
}
.settings_page_rlrsssl_really_simple_ssl #wpcontent .nav-tab-wrapper,
.settings_page_really-simple-ssl #wpcontent .nav-tab-wrapper {
min-height: 60px;
background-color: #fff;
display: flex;
align-items: center;
border: 0;
}
.settings_page_rlrsssl_really_simple_ssl #wpcontent .rsssl-logo-container,
.settings_page_really-simple-ssl #wpcontent .rsssl-logo-container {
margin-left: 25px;
}
.settings_page_rlrsssl_really_simple_ssl #wpcontent .rsssl-logo-container #rsssl-logo,
.settings_page_really-simple-ssl #wpcontent .rsssl-logo-container #rsssl-logo {
height: 40px;
width: 200px;
}
.settings_page_rlrsssl_really_simple_ssl #wpcontent .rsssl-logo-container #rsssl-logo img,
.settings_page_really-simple-ssl #wpcontent .rsssl-logo-container #rsssl-logo img {
width: 200px;
}
.settings_page_rlrsssl_really_simple_ssl #wpcontent .header-links,
.settings_page_really-simple-ssl #wpcontent .header-links {
display: flex;
flex: 1;
justify-content: flex-end;
flex-direction: row;
align-items: center;
margin-right: 20px;
}
.settings_page_rlrsssl_really_simple_ssl #wpcontent .header-links .documentation,
.settings_page_really-simple-ssl #wpcontent .header-links .documentation {
text-decoration: underline;
}
.settings_page_rlrsssl_really_simple_ssl #wpcontent .header-links .header-upsell .documentation,
.settings_page_really-simple-ssl #wpcontent .header-links .header-upsell .documentation {
margin-left: 25px;
}
.settings_page_rlrsssl_really_simple_ssl #wpcontent .header-links .header-upsell a,
.settings_page_really-simple-ssl #wpcontent .header-links .header-upsell a {
text-decoration: none;
}
.settings_page_rlrsssl_really_simple_ssl #wpcontent .header-links .header-upsell .header-upsell-pro,
.settings_page_really-simple-ssl #wpcontent .header-links .header-upsell .header-upsell-pro {
color: black;
border: 3px solid black;
margin: 10px;
width: 80px;
text-align: center;
padding: 5px;
border-radius: 20px;
font-weight: 600;
}
.network-admin .rsssl-logo-container {
height: 60px;
}
.rsssl-grid {
width: calc(100% - 20px);
margin: 10px;
position: relative;
display: flex;
flex-direction: row;
flex-wrap: wrap;
/*
Footers
*/
/*
Dots
*/
}
.rsssl-grid .button-rsssl-tertiary {
background-color: #D7263D;
color: white;
border: 0;
}
.rsssl-grid .rsssl-wide-button {
width: 220px;
}
.rsssl-grid .rsssl-progress .rsssl-task-list {
height: 257px;
overflow: hidden;
}
.rsssl-grid .rsssl-progress .rsssl-toggle-active {
text-decoration: underline;
}
.rsssl-grid .rsssl-progress #rsssl-all-tasks,
.rsssl-grid .rsssl-progress #rsssl-remaining-tasks {
display: none;
}
.rsssl-grid .rsssl-progress .rsssl-tasks-container {
border-bottom: 1px solid lightgrey;
color: lightgrey;
}
.rsssl-grid .rsssl-progress .rsssl-tasks-container.active {
text-decoration: none;
border-bottom: 0;
color: initial;
}
.rsssl-grid .rsssl-progress .rsssl-tasks-inactive {
text-decoration: underline;
color: lightgrey;
}
.rsssl-grid .rsssl-item {
width: 800px;
height: 485px;
z-index: 1;
}
.rsssl-grid .rsssl-item.small {
width: 400px;
}
.rsssl-grid .rsssl-item .rsssl-close-warning-x {
color: #ccc;
font-size: 0.9em;
margin-right: 25px;
}
.rsssl-grid .rsssl-item .item-container {
background-color: #fff;
position: relative;
box-shadow: 0px 0px 5px 5px rgba(222, 222, 222, 0.2);
width: 790px;
height: 475px;
}
.rsssl-grid .rsssl-item .item-container .form-table {
display: flex;
}
.rsssl-grid .rsssl-item .item-container .form-table tbody {
display: flex;
flex-direction: column;
flex-wrap: wrap;
max-height: 340px;
width: 100% !important;
}
.rsssl-grid .rsssl-item .item-container .form-table tbody tr {
padding: 0 0 0 0 !important;
display: flex;
align-items: center;
flex-direction: row;
width: 50%;
}
.rsssl-grid .rsssl-item .item-container .form-table tbody tr td {
padding: 0;
margin: 0;
}
.rsssl-grid .rsssl-item .item-container .form-table tbody tr th {
margin-left: 0;
width: 85%;
display: flex;
align-items: center;
font-size: 13px;
font-weight: normal;
}
.rsssl-grid .rsssl-item .item-container .form-table tbody tr th .dashicons-editor-help {
font-size: 26px;
}
.rsssl-grid .rsssl-item .item-container .form-table tbody tr th .rsssl-tooltip-right {
padding-right: 10px;
margin-top: -4px;
}
.rsssl-grid .rsssl-item .item-container .form-table tbody tr th,
.rsssl-grid .rsssl-item .item-container .form-table tbody tr td {
padding: 10px 0 !important;
font-size: 13px;
}
.rsssl-grid .rsssl-item .item-container .form-table tbody tr th p,
.rsssl-grid .rsssl-item .item-container .form-table tbody tr td p {
font-size: 13px;
}
.rsssl-grid .rsssl-item .item-container h2 {
display: none;
}
.rsssl-grid .rsssl-item .item-container .rsssl-save-settings-feedback {
margin-right: 20px;
color: #d7263d;
}
.rsssl-grid .rsssl-item .item-container .rsssl-grid-item-header {
display: flex;
align-items: center;
justify-content: space-between;
height: 60px;
border-bottom: 1px solid #dedede;
padding: 0 25px 0 25px;
}
.rsssl-grid .rsssl-item .item-container .rsssl-grid-item-header .rsssl-instructions a {
color: #3c3c3c;
}
.rsssl-grid .rsssl-item .item-container .rsssl-grid-item-header .rsssl-secondary-header-item {
display: flex;
color: #3c3c3c;
}
.rsssl-grid .rsssl-item .item-container .rsssl-grid-item-header .rsssl-secondary-header-item .all-task-count,
.rsssl-grid .rsssl-item .item-container .rsssl-grid-item-header .rsssl-secondary-header-item .open-task-count {
padding-left: 3px;
padding-top: 3px;
}
.rsssl-grid .rsssl-item .item-container .rsssl-grid-item-header .rsssl-secondary-header-item .all-task-count {
margin-right: 5px;
}
.rsssl-grid .rsssl-item .item-container .rsssl-table-td-main-content {
padding-left: 15px;
}
.rsssl-grid .rsssl-item .item-container .rsssl-grid-item-content {
height: 360px;
margin: 10px 25px 10px 25px;
border-bottom: 1px solid #dedede;
/*
Progress block
*/
/*
Tips and Tricks
*/
/*
Default bullet style
*/
/*
Support forum block
*/
/*
Other plugins
*/
/*
Progress labels
*/
}
.rsssl-grid .rsssl-item .item-container .rsssl-grid-item-content .rsssl-progress-block {
padding-top: 10px;
}
.rsssl-grid .rsssl-item .item-container .rsssl-grid-item-content .rsssl-progress-block .progress-bar-container {
margin: 0 0 25px 0;
}
.rsssl-grid .rsssl-item .item-container .rsssl-grid-item-content .rsssl-progress-block .progress {
overflow: hidden;
height: 20px;
border-radius: 5px;
background-color: #f7f7f7;
}
.rsssl-grid .rsssl-item .item-container .rsssl-grid-item-content .rsssl-progress-block .progress .bar {
height: 100%;
background-color: #61ce70;
}
.rsssl-grid .rsssl-item .item-container .rsssl-grid-item-content .rsssl-progress-block .progress-text {
display: flex;
align-items: center;
margin: 10px 0;
padding-top: 10px;
padding-bottom: 10px;
}
.rsssl-grid .rsssl-item .item-container .rsssl-grid-item-content .rsssl-progress-block .progress-text .rsssl-progress-percentage {
font-size: 32px;
font-weight: 700;
}
.rsssl-grid .rsssl-item .item-container .rsssl-grid-item-content .rsssl-progress-block .progress-text .rsssl-progress-text {
display: flex;
flex-direction: row;
margin-left: 10px;
}
.rsssl-grid .rsssl-item .item-container .rsssl-grid-item-content .rsssl-progress-block .progress-text .rsssl-progress-text a {
margin-left: 3px;
}
.rsssl-grid .rsssl-item .item-container .rsssl-grid-item-content .rsssl-progress-block .progress-text .rsssl-progress-text .rsssl-progress-count {
margin-left: 3px;
margin-right: 3px;
}
.rsssl-grid .rsssl-item .item-container .rsssl-grid-item-content .rsssl-progress-block .rsssl-progress-table td {
padding: 10px 10px 10px 0;
}
.rsssl-grid .rsssl-item .item-container .rsssl-grid-item-content .rsssl-progress-block .rsssl-progress-table td + td {
padding-left: 15px;
}
.rsssl-grid .rsssl-item .item-container .rsssl-grid-item-content .rsssl-tips-tricks {
color: #3c3c3c;
padding-bottom: 15px;
}
.rsssl-grid .rsssl-item .item-container .rsssl-grid-item-content .rsssl-tips-tricks .tips-tricks-content {
display: flex;
flex-direction: column;
margin-right: 10px;
height: 340px;
}
.rsssl-grid .rsssl-item .item-container .rsssl-grid-item-content .rsssl-tips-tricks .tips-tricks-content .tips-tricks-top {
flex-grow: 1;
}
.rsssl-grid .rsssl-item .item-container .rsssl-grid-item-content .rsssl-tips-tricks .tips-tricks-content .tips-tricks-top .rsssl-tips-tricks-element {
margin-top: 10px;
margin-bottom: 15px;
display: flex;
flex-direction: row;
justify-content: space-between;
}
.rsssl-grid .rsssl-item .item-container .rsssl-grid-item-content .rsssl-tips-tricks .tips-tricks-content .tips-tricks-top .rsssl-tips-tricks-content {
padding-right: 20px;
}
.rsssl-grid .rsssl-item .item-container .rsssl-grid-item-content .rsssl-tips-tricks .tips-tricks-content .tips-tricks-bottom {
color: #3c3c3c;
}
.rsssl-grid .rsssl-item .item-container .rsssl-grid-item-content .rsssl-tips-tricks .rsssl-tips-tricks-read-more a {
text-decoration: none;
white-space: nowrap;
}
.rsssl-grid .rsssl-item .item-container .rsssl-grid-item-content .rsssl-bullet {
height: 13px;
width: 13px;
border-radius: 50%;
margin-right: 10px;
background-color: lightgrey;
text-decoration: none;
}
.rsssl-grid .rsssl-item .item-container .rsssl-grid-item-content #rsssl-support-forums-container {
display: flex;
flex-wrap: wrap;
flex-direction: row;
}
.rsssl-grid .rsssl-item .item-container .rsssl-grid-item-content #rsssl-support-forums-container .rsssl-support-forums {
display: flex;
width: 50%;
}
.rsssl-grid .rsssl-item .item-container .rsssl-grid-item-content #rsssl-support-forums-container .rsssl-support-forums a {
text-decoration: none;
color: #3c3c3c;
display: flex;
align-items: center;
padding: 2px 0;
}
.rsssl-grid .rsssl-item .item-container .rsssl-grid-item-content #rsssl-support-forums-container .rsssl-support-forums .rsssl-bullet {
margin: 7px 7px 7px 0;
background-color: lightgrey;
float: left;
}
.rsssl-grid .rsssl-item .item-container .rsssl-grid-item-content #rsssl-support-forums-container .rsssl-support-forums .rsssl-bullet:hover {
background-color: #FBC43D;
}
.rsssl-grid .rsssl-item .item-container .rsssl-grid-item-content #rsssl-support-forums-container .rsssl-support-forums .rsssl-forums-content {
float: left;
color: #3c3c3c;
}
.rsssl-grid .rsssl-item .item-container .rsssl-grid-item-content #rsssl-support-forums-container .rsssl-support-forums .rsssl-forums-content:hover {
text-decoration: underline;
}
.rsssl-grid .rsssl-item .item-container .rsssl-grid-item-content #rsssl-feedback {
color: #d7263d;
}
.rsssl-grid .rsssl-item .item-container .rsssl-grid-item-content .rsssl-upsell {
display: flex !important;
flex-direction: row;
padding: 7px 0 7px 0;
align-items: center;
color: #3c3c3c;
}
.rsssl-grid .rsssl-item .item-container .rsssl-grid-item-content .rsssl-upsell .plugin-text a {
text-decoration: none;
color: #3c3c3c;
}
.rsssl-grid .rsssl-item .item-container .rsssl-grid-item-content .rsssl-upsell .plugin-text a:hover {
color: #FBC43D;
}
.rsssl-grid .rsssl-item .item-container .rsssl-grid-item-content .rsssl-upsell .rsp-image {
margin-right: 5px;
}
.rsssl-grid .rsssl-item .item-container .rsssl-grid-item-content .rsssl-upsell .wpsi-red {
background-color: #d7263d;
}
.rsssl-grid .rsssl-item .item-container .rsssl-grid-item-content .rsssl-upsell .cmplz-blue {
background-color: #27ADEA;
}
.rsssl-grid .rsssl-item .item-container .rsssl-grid-item-content .rsssl-upsell .zip-pink {
background-color: #E366A1;
}
.rsssl-grid .rsssl-item .item-container .rsssl-grid-item-content .rsssl-upsell .plugin-status {
margin-left: auto;
}
.rsssl-grid .rsssl-item .item-container .rsssl-grid-item-content .rsssl-progress-status {
display: block;
min-width: 60px;
text-align: center;
border-radius: 15px;
padding: 4px 8px 4px 8px;
font-size: 0.8em;
font-weight: 600;
height: 17px;
line-height: 17px;
}
.rsssl-grid .rsssl-item .item-container .rsssl-grid-item-content .rsssl-premium {
background-color: #29b6f6;
color: white;
}
.rsssl-grid .rsssl-item .item-container .rsssl-grid-item-content .rsssl-success {
background-color: #61ce70;
color: white;
}
.rsssl-grid .rsssl-item .item-container .rsssl-grid-item-content .rsssl-open {
background-color: #FBC43D;
}
.rsssl-grid .rsssl-item .item-container .rsssl-grid-item-content .rsssl-warning {
background-color: #d7263d;
color: white;
}
.rsssl-grid .rsssl-item .item-container .rsssl-grid-item-footer {
display: flex;
align-items: center;
margin: 14px 25px 0 25px;
height: 40px;
bottom: 0;
width: 95%;
}
.rsssl-grid .rsssl-item .item-container .rsssl-grid-item-footer .rsssl-button-save {
margin-right: 25px;
}
.rsssl-grid .rsssl-item .item-container .rsssl-grid-item-footer #rsssl-feedback {
font-weight: 600;
color: #61ce70;
padding-left: 10px;
}
.rsssl-grid .rsssl-item .item-container .rsssl-deactivate-keep-ssl th,
.rsssl-grid .rsssl-item .item-container .rsssl-deactivate-keep-ssl span {
display: none;
}
.rsssl-grid .rsssl-item.half-height {
height: 247.5px;
}
.rsssl-grid .rsssl-item.half-height .item-container {
height: 237.5px;
}
.rsssl-grid .rsssl-item.half-height .item-container .rsssl-grid-item-content {
height: 110px;
}
.rsssl-grid .rsssl-item.half-height .item-container .rsssl-grid-item-content .form-table tbody tr,
.rsssl-grid .rsssl-item.half-height .item-container .rsssl-grid-item-content .form-table tbody th {
width: 100%;
max-width: 100%;
}
.rsssl-grid .rsssl-item.small .item-container {
width: 390px;
}
.rsssl-grid .rsssl-item.small .item-container th {
width: 85% !important;
}
.rsssl-grid .rsssl-item.small .item-container .form-table tbody tr {
width: 100%;
}
.rsssl-grid .rsssl-item.no-border .item-container {
border: none;
}
.rsssl-grid .rsssl-item.no-background .item-container {
background-color: #f2f2f2;
}
.rsssl-grid #rsssl-progress-footer {
width: 100%;
text-align: right;
margin-right: 10px;
}
.rsssl-grid #rsssl-progress-footer .rsssl-footer-item form {
float: left;
}
.rsssl-grid #rsssl-progress-footer .rsssl-footer-item + .rsssl-footer-item {
margin-left: 20px;
padding: 4px 0;
}
.rsssl-grid #rsssl-progress-footer .footer-left {
float: left;
}
.rsssl-grid #rsssl-progress-footer .footer-left .upsell {
min-width: 80px;
text-align: center;
}
.rsssl-grid #rsssl-progress-footer .footer-right {
float: right;
}
.rsssl-grid #rsssl-progress-footer .hidden {
display: none;
}
.rsssl-grid .rsssl-system-status-footer-info {
margin-right: 20px;
width: 100%;
text-align: right;
}
.rsssl-grid .rsssl-system-status-footer-info .system-status-info {
margin-left: 6px;
}
.rsssl-grid .dot {
height: 10px;
width: 10px;
border-radius: 50%;
display: inline-block;
}
.rsssl-grid .rsssl-dot-success {
background-color: #61ce70;
}
.rsssl-grid .rsssl-dot-error {
background-color: #d7263d;
}
.upsell-grid-container .rsssl-secondary-header-item img {
height: 30px;
padding-top: 5px;
}
.rsssl-grid {
position: relative;
}
.rsssl-grid .rsssl-item {
width: calc(100% - 20px);
padding: 10px;
height: 475px;
min-height: 500px;
z-index: 1;
}
@media only screen and (min-width: 400px) {
.rsssl-grid .rsssl-item {
width: calc(100% - 20px);
}
}
@media only screen and (min-width: 600px) {
.rsssl-grid .rsssl-item {
width: calc(100% - 20px);
}
}
@media only screen and (min-width: 768px) {
.rsssl-grid .rsssl-item {
width: calc(100% - 20px);
}
}
@media only screen and (min-width: 992px) {
.rsssl-grid .rsssl-item {
width: calc(100% - 20px);
}
}
@media only screen and (min-width: 1555px) {
.rsssl-grid .rsssl-item {
width: calc(50% - 20px);
}
}
.rsssl-grid .rsssl-item.small {
width: calc(100% - 20px);
}
@media only screen and (min-width: 400px) {
.rsssl-grid .rsssl-item.small {
width: calc(100% - 20px);
}
}
@media only screen and (min-width: 600px) {
.rsssl-grid .rsssl-item.small {
width: calc(100% - 20px);
}
}
@media only screen and (min-width: 768px) {
.rsssl-grid .rsssl-item.small {
width: calc(50% - 20px);
}
}
@media only screen and (min-width: 992px) {
.rsssl-grid .rsssl-item.small {
width: calc(50% - 20px);
}
}
@media only screen and (min-width: 1555px) {
.rsssl-grid .rsssl-item.small {
width: calc(25% - 20px);
}
}
.rsssl-grid .rsssl-item.small .item-container {
width: 100%;
min-width: 200px;
}
.rsssl-grid .rsssl-item.half-height {
min-height: 250px;
}
@media only screen and (min-width: 400px) {
.rsssl-grid .rsssl-item.half-height {
height: 237.5px;
min-height: 250px;
}
}
@media only screen and (min-width: 600px) {
.rsssl-grid .rsssl-item.half-height {
min-height: 250px;
height: 237.5px;
}
}
@media only screen and (min-width: 768px) {
.rsssl-grid .rsssl-item.half-height {
min-height: 250px;
height: 237.5px;
}
}
@media only screen and (min-width: 992px) {
.rsssl-grid .rsssl-item.half-height {
min-height: 250px;
height: 237.5px;
}
}
@media only screen and (min-width: 1555px) {
.rsssl-grid .rsssl-item.half-height {
min-height: 250px;
height: 237.5px;
}
}
.rsssl-grid .rsssl-item.half-height .item-container {
width: 100%;
min-width: 200px;
min-height: 250px;
}
.rsssl-grid .rsssl-item .settings.rsssl-item {
width: 100%;
padding: 0;
}
.rsssl-grid .rsssl-item.muuri-item-hidden {
z-index: 0;
}
.rsssl-grid .rsssl-item.muuri-item-releasing {
z-index: 2;
}
.rsssl-grid .rsssl-item.muuri-item-dragging {
z-index: 3;
}
.rsssl-grid .rsssl-item .rsssl-grid-header {
border-bottom: 1px solid lightgrey;
padding: 0;
height: 60px;
}
.rsssl-grid .rsssl-item .rsssl-grid-header .rsssl-grid-header-container {
margin: 0 20px;
height: 100%;
}
.rsssl-grid .rsssl-item .rsssl-grid-header .rsssl-grid-title {
cursor: pointer;
font-size: 20px;
padding: 20px 0;
font-weight: bold;
float: left;
}
.rsssl-grid .rsssl-item .rsssl-grid-header .rsssl-grid-controls {
float: right;
margin-top: 20px;
color: #cecece;
}
.rsssl-grid .rsssl-item .item-container {
background-color: #fff;
position: relative;
box-shadow: 0 0 5px 5px rgba(222, 222, 222, 0.2);
height: 100%;
width: 100%;
}
.rsssl-grid .rsssl-item .item-container .item-content {
clear: both;
margin: 15px;
height: calc(100% - 100px);
padding-top: 0px;
padding-bottom: 10px;
}
.rsssl-grid .rsssl-item.no-border .item-container {
border: none;
}
.rsssl-grid .rsssl-item.no-background .item-container {
background-color: #F1F1F1;
}
.rsssl-grid .rsssl-item.muuri-item-placeholder .item-container {
border-style: dashed;
padding: 0;
}
/*# sourceMappingURL=grid.css.map */

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1,804 @@
@gridblock_height: 475px;
@gridblock_width: 800px;
@gridblock_width_small:400px;
@grid_margin: 10px;
@grey_light:#cecece;
@box_shadow_color: rgba(222, 222, 222, 0.2);
@border_color: #dedede;
@color-success: #61ce70;
@color_warning: #d7263d;
@color_open: #FBC43D;
@light-text-color: #3c3c3c;
@light-grey: lightgrey;
@button-border-color: #6477AA;
// break points
@break-xs: 400px;
@break-s: 600px;
@break-m: 768px;
@break-l: 992px;
@break-xl: 1555px;
// Override default WP settings style
.settings_page_rlrsssl_really_simple_ssl #wpcontent, .settings_page_really-simple-ssl #wpcontent{
padding: 0;
.rsssl-footer-item {
form {
float:left;
}
}
.nav-tab {
padding: 16px 20px 17px 20px;
margin-bottom:0;
color: #444;
font-weight: normal;
font-size: 1.2em;
background: inherit;
border: 0;
&.nav-tab-active {
border-bottom: 2px solid @color_open !important;
background: #fff;
padding-bottom:15px;
}
}
// Responsive menu
@media screen and (max-width: 800px) {
.nav-tab-wrapper {
display: flex;
flex-wrap: wrap;
justify-content: center;
.nav-tab {
margin-left: 25px;
}
.documentation {
display: none;
}
}
}
@media screen and (max-width: 480px) {
.nav-tab-wrapper {
.nav-tab {
padding: 22px 3px 10px 3px;
}
.nav-tab-active {
padding-bottom: 10px;
}
}
}
.nav-tab-wrapper {
min-height: 60px;
background-color: #fff;
display: flex;
align-items: center;
border: 0;
}
.rsssl-logo-container {
margin-left: 25px;
#rsssl-logo {
height: 40px;
width: 200px;
img {
width:200px;
}
}
}
.header-links {
display: flex;
flex: 1;
justify-content: flex-end;
flex-direction: row;
align-items: center;
margin-right: 20px;
.documentation {
text-decoration: underline;
}
.header-upsell {
.documentation {
margin-left:25px;
}
a {
text-decoration: none;
}
.header-upsell-pro {
color: black;
border: 3px solid black;
margin: 10px;
width: 80px;
text-align: center;
padding: 5px;
border-radius: 20px;
font-weight: 600;
}
}
}
}
.network-admin {
.rsssl-logo-container {
height:60px;
}
}
.rsssl-grid {
width: calc(100% - 20px);
margin: @grid_margin;
position: relative;
display: flex;
flex-direction: row;
flex-wrap: wrap;
.button-rsssl-tertiary {
background-color: #D7263D;
color: white;
border:0;
}
.rsssl-wide-button {
width: 220px;
}
.rsssl-progress {
.rsssl-task-list {
height: 257px;
overflow:hidden;
}
.rsssl-toggle-active {
text-decoration: underline;
}
#rsssl-all-tasks, #rsssl-remaining-tasks {
display: none;
}
.rsssl-tasks-container {
border-bottom:1px solid lightgrey;
color: lightgrey;
&.active{
text-decoration: none;
border-bottom:0;
color:initial;
}
}
.rsssl-tasks-inactive {
text-decoration: underline;
color:@light-grey;
}
}
.rsssl-item {
width: @gridblock_width ;
&.small {
width: @gridblock_width_small;
}
.rsssl-close-warning-x {
color: #ccc;
font-size: 0.9em;
margin-right: 25px;
}
height: @gridblock_height + @grid_margin;
z-index: 1;
.item-container {
.form-table {
display: flex;
tbody {
display: flex;
flex-direction: column;
flex-wrap: wrap;
max-height: 340px;
width: 100% !important;
tr {
padding: 0 0 0 0 !important;
display: flex;
align-items: center;
flex-direction: row;
width: 50%;
td {
padding: 0;
margin: 0;
}
th {
.dashicons-editor-help {
font-size: 26px;
}
margin-left: 0;
width: 85%;
display: flex;
align-items: center;
font-size: 13px;
font-weight: normal;
.rsssl-tooltip-right {
padding-right: 10px;
margin-top:-4px;
}
}
th, td {
// Important to override default WP style
padding: 10px 0 !important;
font-size:13px;
p {font-size:13px}
}
}
}
}
h2 {
display: none;
}
background-color: #fff;
position: relative;
box-shadow: 0px 0px 5px 5px @box_shadow_color;
width: @gridblock_width - @grid_margin;
height: @gridblock_height;
.rsssl-save-settings-feedback {
margin-right:20px;
color: @color_warning;
}
.rsssl-grid-item-header {
display: flex;
align-items: center;
justify-content: space-between;
height: 60px;
border-bottom: 1px solid @border_color;
padding: 0 25px 0 25px;
.rsssl-instructions a {
color: @light-text-color;
}
.rsssl-secondary-header-item {
display: flex;
color: @light-text-color;
.all-task-count, .open-task-count {
padding-left: 3px;
padding-top: 3px;
}
.all-task-count {
margin-right: 5px;
}
}
}
.rsssl-table-td-main-content {
padding-left: 15px;
}
.rsssl-grid-item-content {
height: 360px;
margin: 10px 25px 10px 25px;
border-bottom: 1px solid @border_color;
/*
Progress block
*/
.rsssl-progress-block {
padding-top: 10px;
.progress-bar-container {
margin: 0 0 25px 0;
}
.progress {
overflow: hidden;
height: 20px;
border-radius: 5px;
background-color: #f7f7f7;
}
.progress .bar {
height: 100%;
background-color: @color-success;
}
.progress-text {
display: flex;
align-items: center;
margin: 10px 0;
padding-top: 10px;
padding-bottom: 10px;
.rsssl-progress-percentage {
font-size: 32px;
font-weight: 700;
}
.rsssl-progress-text {
display: flex;
flex-direction: row;
margin-left: @grid_margin;
a {
margin-left: 3px;
}
.rsssl-progress-count {
margin-left: 3px;
margin-right: 3px;
}
}
}
.rsssl-progress-table {
td {
padding: 10px 10px 10px 0;
}
td +td {padding-left:15px;}
}
}
/*
Tips and Tricks
*/
.rsssl-tips-tricks {
color: @light-text-color;
padding-bottom: 15px;
.tips-tricks-content{
display: flex;
flex-direction: column;
margin-right:10px;
height: 340px;
.tips-tricks-top {
flex-grow:1;
.rsssl-tips-tricks-element {
margin-top: 10px;
margin-bottom: 15px;
display: flex;
flex-direction: row;
justify-content: space-between;
}
.rsssl-tips-tricks-content {
padding-right:20px;
}
}
.tips-tricks-bottom {
color: @light-text-color;
}
}
.rsssl-tips-tricks-read-more a {
text-decoration: none;
white-space: nowrap;
}
}
// End tips and tricks
/*
Default bullet style
*/
.rsssl-bullet {
height: 13px;
width: 13px;
border-radius: 50%;
margin-right: 10px;
background-color: lightgrey;
text-decoration: none;
}
/*
Support forum block
*/
#rsssl-support-forums-container {
display: flex;
flex-wrap: wrap;
flex-direction: row;
.rsssl-support-forums {
display: flex;
width: 50%;
a {
text-decoration: none;
color: @light-text-color;
display: flex;
align-items: center;
padding:2px 0;
}
.rsssl-bullet {
margin: 7px 7px 7px 0;
background-color: @light-grey;
float: left;
&:hover {
background-color: @color_open;
}
}
.rsssl-forums-content {
float: left;
color: @light-text-color;
&:hover {
text-decoration: underline;
}
}
}
}
#rsssl-feedback {
color: @color_warning;
}
/*
Other plugins
*/
.rsssl-upsell {
display: flex !important; //we need important here, because the grid switch overrides it on element level
flex-direction: row;
padding: 7px 0 7px 0;
align-items: center;
color: @light-text-color;
.plugin-text {
a {
text-decoration: none;
color: @light-text-color;
&:hover {
color: @color_open;
}
}
}
.rsp-image {
margin-right: 5px;
}
.wpsi-red {
background-color: @color_warning;
}
.cmplz-blue {
background-color: #27ADEA;
}
.zip-pink {
background-color: #E366A1;
}
.plugin-status {
margin-left: auto;
}
}
/*
Progress labels
*/
.rsssl-progress-status {
display: block;
min-width: 60px;
text-align: center;
border-radius: 15px;
padding: 4px 8px 4px 8px;
font-size: 0.8em;
font-weight: 600;
height: 17px;
line-height:17px;
}
.rsssl-premium {
background-color: #29b6f6;
color: white;
}
.rsssl-success {
background-color: @color-success;
color: white;
}
.rsssl-open {
background-color: @color_open;
}
.rsssl-warning {
background-color: @color_warning;
color: white;
}
}
.rsssl-grid-item-footer {
display: flex;
align-items: center;
margin: 14px 25px 0 25px;
height: 40px;
bottom: 0;
width: 95%;
.rsssl-button-save {
margin-right:25px;
}
#rsssl-feedback {
font-weight: 600;
color: @color-success;
padding-left: 10px;
}
}
.rsssl-deactivate-keep-ssl {
th, span {
display: none;
}
}
}
&.half-height {
height: (@gridblock_height / 2) + @grid_margin;
.item-container {
height: @gridblock_height / 2;
.rsssl-grid-item-content {
height: 110px;
.form-table tbody {
tr, th {
width:100%;
max-width:100%;
}
}
}
}
}
&.small {
.item-container {
width: @gridblock_width_small - @grid_margin;
th {
width: 85% !important;
}
.form-table tbody tr {
width: 100%;
}
}
}
&.no-border {
.item-container {
border: none;
}
}
&.no-background {
.item-container {
background-color: #f2f2f2;
}
}
}
/*
Footers
*/
#rsssl-progress-footer {
width: 100%;
text-align: right;
margin-right: @grid_margin;
.rsssl-footer-item {
form {
float:left;
}
}
.rsssl-footer-item +.rsssl-footer-item {
margin-left:20px;
padding:4px 0;
}
.footer-left {
float:left;
.upsell {
min-width: 80px;
text-align: center;
}
}
.footer-right {
float:right;
}
.hidden {
display: none;
}
}
.rsssl-system-status-footer-info {
margin-right: 20px;
width: 100%;
text-align: right;
.system-status-info {
margin-left: 6px;
}
}
/*
Dots
*/
.dot {
height: 10px;
width: 10px;
border-radius: 50%;
display: inline-block;
}
.rsssl-dot-success {
background-color: #61ce70;
}
.rsssl-dot-error {
background-color: #d7263d;
}
}
.upsell-grid-container {
.rsssl-secondary-header-item {
img {
height: 30px;
padding-top: 5px;
}
}
}
// Code below should be integrated in to the code above.
.rsssl-grid {
position: relative;
.rsssl-item {
width: calc(100% - 20px);
padding: 10px;
height: @gridblock_height;
min-height: 500px;
z-index: 1;
@media only screen and (min-width: @break-xs) {
width: calc(100% - 20px);
}
@media only screen and (min-width: @break-s) {
width: calc(100% - 20px);
}
@media only screen and (min-width: @break-m) {
width: calc(100% - 20px);
}
@media only screen and (min-width: @break-l) {
width: calc(100% - 20px);
}
@media only screen and (min-width: @break-xl) {
width: calc(50% - 20px);
}
&.small {
width: calc(100% - 20px);
@media only screen and (min-width: @break-xs) {
width: calc(100% - 20px);
}
@media only screen and (min-width: @break-s) {
width: calc(100% - 20px);
}
@media only screen and (min-width: @break-m) {
width: calc(50% - 20px);
}
@media only screen and (min-width: @break-l) {
width: calc(50% - 20px);
}
@media only screen and (min-width: @break-xl) {
width: calc(25% - 20px);
}
.item-container{
width: 100%;
min-width: 200px;
}
}
&.half-height {
min-height: 250px;
@media only screen and (min-width: @break-xs) {
height: @gridblock_height / 2;
min-height: 250px;
}
@media only screen and (min-width: @break-s) {
min-height: 250px;
height: @gridblock_height / 2;
}
@media only screen and (min-width: @break-m) {
min-height: 250px;
height: @gridblock_height / 2;
}
@media only screen and (min-width: @break-l) {
min-height: 250px;
height: @gridblock_height / 2;
}
@media only screen and (min-width: @break-xl) {
min-height: 250px;
height: @gridblock_height / 2;
}
.item-container {
width: 100%;
min-width: 200px;
min-height: 250px;
}
}
.settings.rsssl-item{
width: 100%;
padding: 0;
}
&.muuri-item-hidden {
z-index: 0;
}
&.muuri-item-releasing {
z-index: 2;
}
&.muuri-item-dragging {
z-index: 3;
}
.rsssl-grid-header {
border-bottom: 1px solid @light-grey;
padding: 0;
height: 60px;
.rsssl-grid-header-container {
margin: 0 20px;
height: 100%;
}
.rsssl-grid-title{
cursor: pointer;
font-size: 20px;
padding: 20px 0;
font-weight: bold;
float: left;
}
.rsssl-grid-controls {
float: right;
margin-top: 20px;
color: #cecece;
}
}
.item-container {
background-color: #fff;
position: relative;
box-shadow: 0 0 5px 5px rgba(222,222,222,0.2);
height: 100%;
width: 100%;
.item-content {
clear:both;
margin:15px;
height: calc(100% - 100px);
padding-top: 0px;
padding-bottom:10px;
}
}
&.no-border {
.item-container {
border: none;
}
}
&.no-background {
.item-container {
background-color: #F1F1F1;
}
}
&.muuri-item-placeholder .item-container {
border-style: dashed;
padding:0;
}
}
}

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1 @@
<div class="rsssl-grid">{content}</div>

View File

@@ -0,0 +1,14 @@
<div class="rsssl-item {class}">
<div class="item-container">
<div class="rsssl-grid-item-header">
<h3>{title}</h3>
{header}
</div>
<div class="rsssl-grid-item-content">
{content}
</div>
<div class="rsssl-grid-item-footer">
{footer}
</div>
</div>
</div>

View File

@@ -0,0 +1,8 @@
<?php defined('ABSPATH') or die("you do not have access to this page!"); ?>
<div class="rsssl-secondary-header-item">
<div class="rsssl-save-settings-feedback" style="display: none;">
<?php _e("Save settings" , "really-simple-ssl") ?>
</div>
<div class="rsssl-instructions">{instructions}</div>
</div>

View File

@@ -0,0 +1,3 @@
<?php defined('ABSPATH') or die("you do not have access to this page!");
settings_fields('rsssl_network_options');
do_settings_sections("really-simple-ssl");

View File

@@ -0,0 +1,60 @@
<?php defined('ABSPATH') or die("you do not have access to this page!"); ?>
<?php
$plugins = array(
'WPSI' => array(
'constant_free' => 'wpsi_plugin',
'constant_premium' => 'wpsi_pro_plugin',
'website' => 'https://wpsearchinsights.com/pro',
'search' => 'WP+Search+Insights+really+simple+plugins+searches+complianz',
),
'COMPLIANZ' => array(
'constant_free' => 'cmplz_plugin',
'constant_premium' => 'cmplz_premium',
'website' => 'https://complianz.io/pricing',
'search' => 'complianz+really+simple+cookies+rogierlankhorst',
),
'ZIP' => array(
'constant_free' => 'ZRDN_PLUGIN_BASENAME',
'constant_premium' => 'ZRDN_PREMIUM',
'website' => 'https://ziprecipes.net/premium/',
'search' => 'zip+recipes+recipe+maker+really+simple+plugins+complianz',
),
);
?>
<div>
<div class="rsssl-upsell rsssl-wpsi">
<div class="plugin-color">
<div class="wpsi-red rsssl-bullet"></div>
</div>
<div class="plugin-text">
<a href="https://wordpress.org/plugins/wp-search-insights/" target="_blank">WP Search Insights - <?php _e("Track searches on your website", "really-simple-ssl")?></a>
</div>
<div class="plugin-status">
<?php echo RSSSL()->really_simple_ssl->get_status_link($plugins['WPSI'])?>
</div>
</div>
<div class="rsssl-upsell rsssl-cmplz">
<div class="plugin-color">
<div class="cmplz-blue rsssl-bullet"></div>
</div>
<div class="plugin-text">
<a href="https://wordpress.org/plugins/complianz-gdpr/" target="_blank">Complianz GDPR/CCPA Cookie Consent</a>
</div>
<div class="plugin-status">
<?php echo RSSSL()->really_simple_ssl->get_status_link($plugins['COMPLIANZ'])?>
</div>
</div>
<div class="rsssl-upsell rsssl-zip">
<div class="plugin-color">
<div class="zip-pink rsssl-bullet"></div>
</div>
<div class="plugin-text">
<a href="https://wordpress.org/plugins/zip-recipes/" target="_blank">Zip Recipes - <?php _e("Beautiful recipes optimized for Google ", "really-simple-ssl")?></a>
</div>
<div class="plugin-status">
<?php echo RSSSL()->really_simple_ssl->get_status_link($plugins['ZIP'])?>
</div>
</div>
</div>

View File

@@ -0,0 +1,5 @@
<div class="rsssl-secondary-header-item">
<a href="https://really-simple-plugins.com/">
<img src="<?php echo rsssl_url?>assets/really-simple-plugins.png" alt="Really Simple Plugins Logo">
</a>
</div>

View File

@@ -0,0 +1,56 @@
<?php defined('ABSPATH') or die("you do not have access to this page!"); ?>
<?php
if (RSSSL()->really_simple_ssl->ssl_enabled) {
$ssl_enabled = "rsssl-dot-success";
$ssl_text = __("SSL Activated", "really-simple-ssl");
} else {
$ssl_enabled = "rsssl-dot-error";
$ssl_text = __("SSL Not activated", "really-simple-ssl");
}
if (RSSSL()->really_simple_ssl->has_301_redirect()) {
$redirect_301 = "rsssl-dot-success";
} else {
$redirect_301 = "rsssl-dot-error";
}
$button_text = __("Go PRO!", "really-simple-ssl");
$button_link = RSSSL()->really_simple_ssl->pro_url;
$go_pro = "<a href='$button_link' target='_blank' class='button button-default upsell'>$button_text</a>";
$activate_btn = "";
if (!RSSSL()->really_simple_ssl->ssl_enabled) {
if ( RSSSL()->really_simple_ssl->site_has_ssl || ( defined( 'RSSSL_FORCE_ACTIVATE' ) && RSSSL_FORCE_ACTIVATE ) ) {
$button_text = __( "Activate SSL", "really-simple-ssl" );
$activate_btn = '<form action="" method="post" ><input type="submit" class="button button-primary" value="' . $button_text . '" id="rsssl_do_activate_ssl" name="rsssl_do_activate_ssl"></form>';
}
}
$items = array(
1 => array(
'class' => 'footer-right',
'dot_class' => $ssl_enabled,
'text' => $ssl_text,
),
2 => array(
'class' => 'footer-right',
'dot_class' => $redirect_301,
'text' => __("301 Redirect", "really-simple-ssl"),
),
);
?>
<div id="rsssl-progress-footer">
<span class="rsssl-footer-item footer-left">
<?php echo apply_filters("rsssl_progress_footer_left", '').$activate_btn.apply_filters("rsssl_progress_footer_right", $go_pro )?>
</span>
<?php
foreach ($items as $item) { ?>
<span class="rsssl-footer-item <?php echo $item['class']?>">
<span class="rsssl-grid-footer dot <?php echo $item['dot_class']?>"></span>
<?php echo $item['text']?>
</span>
<?php } ?>
</div>

View File

@@ -0,0 +1,20 @@
<?php defined('ABSPATH') or die("you do not have access to this page!"); ?>
<div class="rsssl-secondary-header-item">
<?php $all_task_count = RSSSL()->really_simple_ssl->get_all_task_count(); ?>
<div class="rsssl-tasks-container rsssl-all-tasks">
<input type="checkbox" class="rsssl-task-toggle" id="rsssl-all-tasks" name="rsssl_all_tasks" <?php if (get_option('rsssl_all_tasks') ) echo "checked"?>>
<label class="rsssl-tasks <?php if (get_option('rsssl_all_tasks') ) echo "active"?>" for="rsssl-all-tasks"><?php _e( "All tasks", "really-simple-ssl" ); ?><?php echo " " . "(" . $all_task_count . ")"; ?></label>
</div>
<div class="rsssl-spacer"></div>
<?php
$open_task_count = RSSSL()->really_simple_ssl->get_remaining_tasks_count();
if ($open_task_count ==! 0) {?>
<div class="rsssl-tasks-container rsssl-remaining-tasks">
<input type="checkbox" class="rsssl-task-toggle" id="rsssl-remaining-tasks" name="rsssl_remaining_tasks" <?php if (get_option('rsssl_remaining_tasks') ) echo "checked"?>>
<label for="rsssl-remaining-tasks" id="rsssl-remaining-tasks-label" class="<?php if (get_option('rsssl_remaining_tasks') ) echo "checked"?>"><?php _e( "Remaining tasks", "really-simple-ssl" ); ?><?php echo " " . '(<span class="rsssl_remaining_task_count">' . $open_task_count . "</span>)"; ?></label>
</div>
<?php
}
?>
</div>

View File

@@ -0,0 +1,60 @@
<?php defined('ABSPATH') or die("you do not have access to this page!"); ?>
<?php
$percentage_completed = RSSSL()->really_simple_ssl->get_score_percentage();
$lowest_possible_task_count = RSSSL()->really_simple_ssl->get_lowest_possible_task_count();
?>
<div class="rsssl-progress-block">
<div class="rsssl-progress-bar-text">
<div class="progress-bar-container">
<div class="progress">
<div class="bar" style="width:<?php echo $percentage_completed?>%"></div>
</div>
</div>
<div class="progress-text">
<span class="rsssl-progress-percentage">
<?php echo $percentage_completed?>%
</span>
<span class="rsssl-progress-text">
<?php
$open_task_count = RSSSL()->really_simple_ssl->get_remaining_tasks_count();
$open_tasks_html = '<div class="rsssl-progress-count">'.$open_task_count.'</div>';
if (RSSSL()->really_simple_ssl->ssl_enabled) {
$doing_well = __( "SSL is activated on your site.", 'really-simple-ssl' ) . ' ' . sprintf( _n( "You still have %s task open.", "You still have %s tasks open.", $open_task_count, 'really-simple-ssl' ), $open_tasks_html );
if ( $open_task_count === 0 ) {
_e("SSL configuration finished!", "really-simple-ssl");
} elseif ( !defined('rsssl_pro_version') ){
if ( $open_task_count >= $lowest_possible_task_count) {
echo $doing_well;
} else {
printf(__("Basic SSL configuration finished! Improve your score with %sReally Simple SSL Pro%s.", "really-simple-ssl"), '<a target="_blank" href="' . RSSSL()->really_simple_ssl->pro_url . '">', '</a>');
}
} else {
echo $doing_well;
}
} else {
if ( !is_network_admin() ) _e("SSL is not yet enabled on this site." , "really-simple-ssl");
}
do_action('rsssl_progress_feedback');
?>
</span>
</div>
</div>
<div class="rsssl-scroll-container rsssl-task-list">
<table class="rsssl-progress-table">
<thead></thead>
<tbody>
<?php
$notices = RSSSL()->really_simple_ssl->get_notices_list(array( 'status' => 'all' ));
foreach ($notices as $id => $notice) {
RSSSL()->really_simple_ssl->notice_row($id, $notice);
}
?>
</tbody>
</table>
</div>
</div>

View File

@@ -0,0 +1,3 @@
<?php defined('ABSPATH') or die("you do not have access to this page!"); ?>
<input class="button button-rsssl-secondary rsssl-button-save" name="Submit" type="submit" value="<?php echo __("Save", "really-simple-ssl"); ?>"/>

View File

@@ -0,0 +1,7 @@
<?php defined('ABSPATH') or die("you do not have access to this page!"); ?>
<div class="rsssl-settings">
<?php
settings_fields('rlrsssl_options');
do_settings_sections('rlrsssl');
?>
</div>

View File

@@ -0,0 +1,8 @@
<?php defined('ABSPATH') or die("you do not have access to this page!"); ?>
<a href="<?php echo trailingslashit(rsssl_url).'system-status.php' ?>" class="button button-rsssl-secondary rsssl-wide-button"><?php _e("Download system status", "really-simple-ssl")?></a>
<div id="rsssl-feedback"></div>
<div class="rsssl-system-status-footer-info">
<span class="system-status-info"><?php echo "<b>" . __("Server type:", "really-simple-ssl") . "</b> " . RSSSL()->rsssl_server->get_server(); ?></span>
<span class="system-status-info"><?php echo "<b>" . __("SSL type:", "really-simple-ssl") . "</b> " . $this->ssl_type; ?></span>
</div>

View File

@@ -0,0 +1,45 @@
<?php defined('ABSPATH') or die("you do not have access to this page!"); ?>
<div id="rsssl-support-forums-container">
<div class="rsssl-support-forums">
<a href="https://really-simple-ssl.com/forums/forum/general-issues/" target="_blank">
<div class="rsssl-bullet"></div>
<div class="rsssl-forums-content"><?php _e("General Issues", "really-simple-ssl")?></div>
</a>
</div>
<div class="rsssl-support-forums">
<a href="https://really-simple-ssl.com/forums/forum/redirect-loops/" target="_blank">
<div class="rsssl-bullet"></div>
<div class="rsssl-forums-content"><?php _e("Redirect loops", "really-simple-ssl")?></div>
</a>
</div>
<div class="rsssl-support-forums">
<a href="https://really-simple-ssl.com/forums/forum/multisite/" target="_blank">
<div class="rsssl-bullet"></div>
<div class="rsssl-forums-content"><?php _e("Multisite", "really-simple-ssl")?></div>
</a>
</div>
<div class="rsssl-support-forums">
<a href="https://really-simple-ssl.com/forums/forum/really-simple-ssl-pro/" target="_blank">
<div class="rsssl-bullet"></div>
<div class="rsssl-forums-content"><?php _e("Really Simple SSL Pro", "really-simple-ssl")?></div>
</a>
</div>
<div class="rsssl-support-forums">
<a href="https://really-simple-ssl.com/forums/forum/mixed-content-site/" target="_blank">
<div class="rsssl-bullet"></div>
<div class="rsssl-forums-content"><?php _e("Mixed Content", "really-simple-ssl")?></div>
</a>
</div>
<div class="rsssl-support-forums">
<a href="https://really-simple-ssl.com/knowledge-base/how-to-fix-mixed-content-in-elementor-after-moving-to-ssl/" target="_blank">
<div class="rsssl-bullet"></div>
<div class="rsssl-forums-content"><?php _e("Elementor", "really-simple-ssl")?></div>
</a>
</div>
</div>

View File

@@ -0,0 +1,3 @@
<?php defined('ABSPATH') or die("you do not have access to this page!"); ?>
<a href="https://really-simple-ssl.com/knowledge-base-overview/" target="_blank" class="button button-rsssl-secondary"><?php _e("Documentation", "really-simple-ssl"); ?></a>

View File

@@ -0,0 +1,53 @@
<?php defined('ABSPATH') or die("you do not have access to this page!"); ?>
<div class="rsssl-tips-tricks">
<div class="tips-tricks-content">
<div class="tips-tricks-top">
<div class="rsssl-tips-tricks-element">
<div class="rsssl-tips-tricks-content">
<?php _e("Is your site still not secure? Do the extensive site scan", "really-simple-ssl")?>
</div>
<div class="rsssl-tips-tricks-read-more">
<a href="https://really-simple-ssl.com/why-is-my-site-still-not-secure/" target="_blank"><?php _e("Read more", "really-simple-ssl");?></a>
</div>
</div>
<div class="rsssl-tips-tricks-element">
<div class="rsssl-tips-tricks-content">
<?php _e("Improve security: Enable HTTP Strict Transport Security (HSTS)", "really-simple-ssl")?>
</div>
<div class="rsssl-tips-tricks-read-more">
<a href="https://really-simple-ssl.com/hsts-http-strict-transport-security-good/" target="_blank"><?php _e("Read more", "really-simple-ssl");?></a>
</div>
</div>
<div class="rsssl-tips-tricks-element">
<div class="rsssl-tips-tricks-content">
<?php _e("Improve security: Add security headers", "really-simple-ssl");?>
</div>
<div class="rsssl-tips-tricks-read-more">
<a href="https://really-simple-ssl.com/everything-you-need-to-know-about-security-headers/" target="_blank"><?php _e("Read more", "really-simple-ssl");?></a>
</div>
</div>
<div class="rsssl-tips-tricks-element">
<div class="rsssl-tips-tricks-content">
<?php _e("Improve security: Secure cookies", "really-simple-ssl");?>
</div>
<div class="rsssl-tips-tricks-read-more">
<a href="https://really-simple-ssl.com/secure-cookies-with-httponly-secure-and-use_only_cookies/" target="_blank"><?php _e("Read more", "really-simple-ssl");?></a>
</div>
</div>
<div class="rsssl-tips-tricks-element">
<div class="rsssl-tips-tricks-content">
<?php _e("Information about landing page redirects", "really-simple-ssl");?>
</div>
<div class="rsssl-tips-tricks-read-more">
<a href="https://really-simple-ssl.com/knowledge-base/avoid-landing-page-redirects/" target="_blank"><?php _e("Read more", "really-simple-ssl");?></a>
</div>
</div>
</div>
<div class="tips-tricks-bottom">
<?php printf(
__('Any questions? See the %sdocumentation%s or the %sWordPress Forum%s.', 'really-simple-ssl'),
'<a href="https://really-simple-ssl.com/knowledge-base/" target="_blank">','</a>', '<a href="https://wordpress.org/support/plugin/really-simple-ssl/" target="_blank">', '</a>' );
?>
</div>
</div>
</div>