first commit
This commit is contained in:
@@ -0,0 +1,24 @@
|
||||
.rsssl-scroll-container {
|
||||
height: 227px;
|
||||
overflow-y: auto;
|
||||
border-radius: 0;
|
||||
}
|
||||
.rsssl-scroll-container::-webkit-scrollbar-track {
|
||||
border-radius: 10px;
|
||||
-webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0);
|
||||
background-color: transparent;
|
||||
}
|
||||
.rsssl-scroll-container::-webkit-scrollbar {
|
||||
border-radius: 10px;
|
||||
width: 8px;
|
||||
background-color: var(--rsp-grey-300);
|
||||
cursor: pointer;
|
||||
}
|
||||
.rsssl-scroll-container::-webkit-scrollbar-thumb {
|
||||
background-color: var(--rsp-grey-400);
|
||||
border-radius: 10px;
|
||||
}
|
||||
.rsssl-spacer {
|
||||
width: 10px;
|
||||
}
|
||||
/*# sourceMappingURL=dashboard.css.map */
|
||||
@@ -0,0 +1 @@
|
||||
{"version":3,"sources":["dashboard.less"],"names":[],"mappings":"AAAA;EACE,aAAA;EACA,gBAAA;EAEA,gBAAA;;AAEA,uBAAC;EACC,mBAAA;EACA,kDAAA;EACA,6BAAA;;AAGF,uBAAC;EACC,mBAAA;EACA,UAAA;EACA,kBAAkB,mBAAlB;EACA,eAAA;;AAGF,uBAAC;EACC,kBAAkB,mBAAlB;EACA,mBAAA;;AAIJ;EACE,WAAA","file":"dashboard.css"}
|
||||
@@ -0,0 +1,29 @@
|
||||
@import "progress.less";
|
||||
.rsssl-scroll-container{
|
||||
height: 227px;
|
||||
overflow-y: auto;
|
||||
border-radius: 0;
|
||||
|
||||
&::-webkit-scrollbar-track {
|
||||
border-radius: 10px;
|
||||
-webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0);
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
&::-webkit-scrollbar {
|
||||
border-radius: 10px;
|
||||
width: 8px;
|
||||
background-color: var(--rsp-grey-300);
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
&::-webkit-scrollbar-thumb {
|
||||
background-color: var(--rsp-grey-400);
|
||||
border-radius: 10px;
|
||||
}
|
||||
}
|
||||
|
||||
.rsssl-spacer {
|
||||
width: 10px;
|
||||
}
|
||||
|
||||
1
wp-content/plugins/really-simple-ssl/assets/css/dashboard.min.css
vendored
Normal file
1
wp-content/plugins/really-simple-ssl/assets/css/dashboard.min.css
vendored
Normal file
@@ -0,0 +1 @@
|
||||
.rsssl-scroll-container{height:227px;overflow-y:auto;border-radius:0}.rsssl-scroll-container::-webkit-scrollbar-track{border-radius:10px;-webkit-box-shadow:inset 0 0 2px transparent;background-color:transparent}.rsssl-scroll-container::-webkit-scrollbar{border-radius:10px;width:8px;background-color:var(--rsp-grey-300);cursor:pointer}.rsssl-scroll-container::-webkit-scrollbar-thumb{background-color:var(--rsp-grey-400);border-radius:10px}.rsssl-spacer{width:10px}
|
||||
712
wp-content/plugins/really-simple-ssl/assets/css/grid.css
Normal file
712
wp-content/plugins/really-simple-ssl/assets/css/grid.css
Normal file
@@ -0,0 +1,712 @@
|
||||
.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;
|
||||
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;
|
||||
}
|
||||
.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;
|
||||
margin-right: 25px;
|
||||
margin-top: 15px;
|
||||
}
|
||||
.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: 90%;
|
||||
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: 22px;
|
||||
}
|
||||
.rsssl-grid .rsssl-item .item-container .form-table tbody tr th .rsssl-tooltip-right {
|
||||
padding-right: 10px;
|
||||
}
|
||||
.rsssl-grid .rsssl-item .item-container .form-table tbody tr th,
|
||||
.rsssl-grid .rsssl-item .item-container .form-table tbody tr td {
|
||||
padding: 6px 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 .bar.orange {
|
||||
background-color: #FBC43D;
|
||||
}
|
||||
.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 {
|
||||
margin-left: 35px;
|
||||
font-size: 18px;
|
||||
font-weight: 600;
|
||||
}
|
||||
.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 .rsssl-progress-table tr {
|
||||
position: relative;
|
||||
}
|
||||
.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 .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 .cmplztc-black {
|
||||
background-color: #333;
|
||||
}
|
||||
.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: 475px / 2;
|
||||
}
|
||||
.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: 90% !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,
|
||||
.rsssl-grid #rsssl-premium-settings-footer {
|
||||
width: 100%;
|
||||
text-align: right;
|
||||
margin-right: 10px;
|
||||
}
|
||||
.rsssl-grid #rsssl-progress-footer .rsssl-footer-item form,
|
||||
.rsssl-grid #rsssl-premium-settings-footer .rsssl-footer-item form {
|
||||
float: left;
|
||||
}
|
||||
.rsssl-grid #rsssl-progress-footer .rsssl-footer-item + .rsssl-footer-item,
|
||||
.rsssl-grid #rsssl-premium-settings-footer .rsssl-footer-item + .rsssl-footer-item {
|
||||
margin-left: 20px;
|
||||
padding: 4px 0;
|
||||
}
|
||||
.rsssl-grid #rsssl-progress-footer .footer-left,
|
||||
.rsssl-grid #rsssl-premium-settings-footer .footer-left {
|
||||
float: left;
|
||||
}
|
||||
.rsssl-grid #rsssl-progress-footer .footer-left .upsell,
|
||||
.rsssl-grid #rsssl-premium-settings-footer .footer-left .upsell {
|
||||
min-width: 80px;
|
||||
text-align: center;
|
||||
}
|
||||
.rsssl-grid #rsssl-progress-footer .footer-right,
|
||||
.rsssl-grid #rsssl-premium-settings-footer .footer-right {
|
||||
float: right;
|
||||
}
|
||||
.rsssl-grid #rsssl-progress-footer .hidden,
|
||||
.rsssl-grid #rsssl-premium-settings-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: 475px / 2;
|
||||
min-height: 250px;
|
||||
}
|
||||
}
|
||||
@media only screen and (min-width: 600px) {
|
||||
.rsssl-grid .rsssl-item.half-height {
|
||||
min-height: 250px;
|
||||
height: 475px / 2;
|
||||
}
|
||||
}
|
||||
@media only screen and (min-width: 768px) {
|
||||
.rsssl-grid .rsssl-item.half-height {
|
||||
min-height: 250px;
|
||||
height: 475px / 2;
|
||||
}
|
||||
}
|
||||
@media only screen and (min-width: 992px) {
|
||||
.rsssl-grid .rsssl-item.half-height {
|
||||
min-height: 250px;
|
||||
height: 475px / 2;
|
||||
}
|
||||
}
|
||||
@media only screen and (min-width: 1555px) {
|
||||
.rsssl-grid .rsssl-item.half-height {
|
||||
min-height: 250px;
|
||||
height: 475px / 2;
|
||||
}
|
||||
}
|
||||
.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
680
wp-content/plugins/really-simple-ssl/assets/css/grid.less
Normal file
680
wp-content/plugins/really-simple-ssl/assets/css/grid.less
Normal file
@@ -0,0 +1,680 @@
|
||||
@import "variables.less";
|
||||
|
||||
// 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;
|
||||
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;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.rsssl-grid {
|
||||
.rsssl-gridblock-progress-container {
|
||||
background-color:green;
|
||||
.rsssl-gridblock-progress {
|
||||
height:3px;
|
||||
background-color:#cddc39;
|
||||
}
|
||||
}
|
||||
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-item {
|
||||
width: @gridblock_width ;
|
||||
&.rsssl-small {
|
||||
width: @gridblock_width_small;
|
||||
}
|
||||
|
||||
.rsssl-close-warning-x {
|
||||
color: #ccc;
|
||||
margin-right: 25px;
|
||||
margin-top: 15px;
|
||||
}
|
||||
|
||||
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: 22px;
|
||||
}
|
||||
margin-left: 0;
|
||||
width: 90%;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
font-size: 13px;
|
||||
font-weight: normal;
|
||||
.rsssl-tooltip-right {
|
||||
padding-right: 10px;
|
||||
}
|
||||
}
|
||||
th, td {
|
||||
// Important to override default WP style
|
||||
padding: 6px 0 !important;
|
||||
font-size:13px;
|
||||
p {font-size:13px}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
h2 {
|
||||
display: none;
|
||||
}
|
||||
|
||||
background-color: #fff;
|
||||
position: relative;
|
||||
box-shadow: 0 0 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-table-td-main-content {
|
||||
padding-left: 15px;
|
||||
}
|
||||
|
||||
.rsssl-grid-item-content {
|
||||
height: 360px;
|
||||
margin: 10px 25px 10px 25px;
|
||||
border-bottom: 1px solid @border_color;
|
||||
|
||||
|
||||
|
||||
/*
|
||||
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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
.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;
|
||||
}
|
||||
.cmplztc-black {
|
||||
background-color:#333;
|
||||
}
|
||||
|
||||
.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: 90% !important;
|
||||
}
|
||||
.form-table tbody tr {
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
}
|
||||
&.no-border {
|
||||
.item-container {
|
||||
border: none;
|
||||
}
|
||||
}
|
||||
&.no-background {
|
||||
.item-container {
|
||||
background-color: #f2f2f2;
|
||||
}
|
||||
}
|
||||
}
|
||||
/*
|
||||
Footers
|
||||
*/
|
||||
|
||||
#rsssl-progress-footer, #rsssl-premium-settings-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;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
1
wp-content/plugins/really-simple-ssl/assets/css/grid.min.css
vendored
Normal file
1
wp-content/plugins/really-simple-ssl/assets/css/grid.min.css
vendored
Normal file
File diff suppressed because one or more lines are too long
@@ -0,0 +1 @@
|
||||
<?php //You don't belong here. ?>
|
||||
968
wp-content/plugins/really-simple-ssl/assets/css/main-rtl.css
Normal file
968
wp-content/plugins/really-simple-ssl/assets/css/main-rtl.css
Normal file
@@ -0,0 +1,968 @@
|
||||
.rsssl-high-contrast {
|
||||
/**
|
||||
Let's Encrypt
|
||||
*/
|
||||
}
|
||||
.rsssl-high-contrast .rsssl-progress-status.rsssl-success,
|
||||
.rsssl-high-contrast .rsssl-progress-status.rsssl-warning,
|
||||
.rsssl-high-contrast .rsssl-progress-status.rsssl-premium,
|
||||
.rsssl-high-contrast .rsssl-progress-status.rsssl-open {
|
||||
background-color: black !important;
|
||||
color: white;
|
||||
}
|
||||
.rsssl-high-contrast .rsssl-wizard-progress-bar-value {
|
||||
background: black !important;
|
||||
}
|
||||
.rsssl-high-contrast .rsssl-icon.rsssl-success {
|
||||
color: black !important;
|
||||
}
|
||||
.rsssl-high-contrast .rsssl-icon.rsssl-success svg {
|
||||
stroke: black !important;
|
||||
fill: black !important;
|
||||
}
|
||||
.rsssl-high-contrast .rsssl-help-warning-wrap .rsssl-notice {
|
||||
color: white !important;
|
||||
}
|
||||
.rsssl-high-contrast .rsssl-help-warning-wrap .rsssl-warning {
|
||||
background-color: black;
|
||||
}
|
||||
.rsssl-high-contrast .progress .bar {
|
||||
background-color: black !important;
|
||||
}
|
||||
.rsssl-high-contrast .rsssl-notice a {
|
||||
color: white !important;
|
||||
}
|
||||
.rsssl-high-contrast .rsssl.progress {
|
||||
background-color: black !important;
|
||||
}
|
||||
.rsssl-high-contrast .select2-results__option--highlighted[aria-selected] {
|
||||
background-color: black;
|
||||
}
|
||||
.rsssl-high-contrast .rsssl-save-settings-feedback {
|
||||
color: black !important;
|
||||
}
|
||||
.rsssl-high-contrast .nav-tab-active {
|
||||
border-bottom: 2px solid black !important;
|
||||
}
|
||||
.rsssl-high-contrast .rsssl-update-count {
|
||||
background-color: black !important;
|
||||
}
|
||||
.rsssl-high-contrast .paginate_button.current {
|
||||
background-color: black !important;
|
||||
color: white;
|
||||
border: 1px solid black;
|
||||
}
|
||||
.rsssl-high-contrast .rsssl-tasks {
|
||||
color: black !important;
|
||||
}
|
||||
.rsssl-high-contrast .rsssl-close-warning-x {
|
||||
color: black;
|
||||
}
|
||||
.rsssl-high-contrast .update-count {
|
||||
background-color: black;
|
||||
}
|
||||
.rsssl-high-contrast .rsssl-bullet:hover {
|
||||
background-color: black;
|
||||
}
|
||||
.rsssl-high-contrast .button-rsssl-primary,
|
||||
.rsssl-high-contrast .button-primary,
|
||||
.rsssl-high-contrast .button-secondary,
|
||||
.rsssl-high-contrast .button-rsssl-secondary,
|
||||
.rsssl-high-contrast .button-rsssl-tertiary,
|
||||
.rsssl-high-contrast .revoke-from-csp,
|
||||
.rsssl-high-contrast .button-default {
|
||||
background-color: black !important;
|
||||
border-color: black !important;
|
||||
color: white;
|
||||
}
|
||||
.rsssl-high-contrast .button:hover {
|
||||
color: white;
|
||||
}
|
||||
.rsssl-high-contrast input:checked + .rsssl-slider {
|
||||
background-color: black;
|
||||
}
|
||||
.rsssl-high-contrast .rsssl-help-modal,
|
||||
.rsssl-high-contrast .rsssl-help-modal h2 {
|
||||
background-color: black !important;
|
||||
color: white !important;
|
||||
}
|
||||
.rsssl-high-contrast .rsssl-help-modal.rsssl-notice:after {
|
||||
border-left: 15px solid black;
|
||||
}
|
||||
.rsssl-high-contrast .rsssl-priority {
|
||||
border: 1px solid white !important;
|
||||
}
|
||||
/**move to css variables in time */
|
||||
:root {
|
||||
--rsp-break-xs: 400px;
|
||||
--rsp-break-s: 576px;
|
||||
--rsp-break-m: 768px;
|
||||
--rsp-break-l: 992px;
|
||||
--rsp-break-xl: 1200px;
|
||||
--rsp-break-xxl: 1400px;
|
||||
--rsp-spacing-xs: 10px;
|
||||
--rsp-spacing-s: 15px;
|
||||
--rsp-spacing-m: 20px;
|
||||
--rsp-spacing-l: 30px;
|
||||
--rsp-spacing-xl: 40px;
|
||||
--rsp-grid-margin: var(--rsp-spacing-xs);
|
||||
--rsp-grid-gap: var(--rsp-spacing-m);
|
||||
--rsp-border-radius: 12px;
|
||||
--rsp-border: 1px solid var(--rsp-border-color);
|
||||
--rsp-box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
|
||||
--rsp-border-color: #dfdfdf;
|
||||
--rsp-black: #333;
|
||||
--rsp-white: #fff;
|
||||
--rsp-yellow: #f4bf3e;
|
||||
--rsp-blue: #29b6f6;
|
||||
--rsp-dark-blue: #5A6FA5;
|
||||
--rsp-green: #2e8a37;
|
||||
--rsp-red: #D7263D;
|
||||
--rsp-pink: #E35899;
|
||||
--rsp-orange: #f39c12;
|
||||
--rsp-yellow-faded: rgba(244, 191, 62, 0.1);
|
||||
--rsp-blue-faded: rgba(41, 182, 246, 0.1);
|
||||
--rsp-dark-blue-faded: rgba(41, 182, 246, 0.1);
|
||||
--rsp-green-faded: rgba(46, 138, 55, 0.1);
|
||||
--rsp-red-faded: rgba(215, 38, 61, 0.1);
|
||||
--rsp-pink-faded: rgba(227, 88, 153, 0.1);
|
||||
--rsp-orange-faded: rgba(243, 156, 18, 0.1);
|
||||
--rsp-background-block-color: var(--rsp-white);
|
||||
--rsp-background-color: #f0f0f1;
|
||||
--rsp-input-background-color: #F1F1F1;
|
||||
--rsp-input-text-color: var(--rsp-text-color);
|
||||
--rsp-input-border-color: #8c8f94;
|
||||
--rsp-text-color: rgba(26, 26, 26, 0.9);
|
||||
--rsp-text-color-invert: rgba(255, 255, 255, 0.9);
|
||||
--rsp-text-color-white: rgba(255, 255, 255, 0.9);
|
||||
--rsp-text-color-light: rgba(69, 69, 82, 0.9);
|
||||
--rsp-grey-200: #fafafa;
|
||||
--rsp-grey-300: #ededed;
|
||||
--rsp-grey-400: #c6c6c6;
|
||||
--rsp-grey-500: #737373;
|
||||
--rsp-grey-600: #696969;
|
||||
--rsp-color-success: var(--rsp-green);
|
||||
--rsp-color-error: var(--rsp-red);
|
||||
--rsp-color-warning: var(--rsp-orange);
|
||||
--rsp-color-open: var(--rsp-yellow);
|
||||
--rsp-fs-100: 0.6125rem;
|
||||
--rsp-fs-200: 0.625rem;
|
||||
--rsp-fs-300: 0.8125rem;
|
||||
--rsp-fs-400: 0.875rem;
|
||||
--rsp-fs-500: 1rem;
|
||||
--rsp-fs-600: 1.125rem;
|
||||
--rsp-fs-700: 1.25rem;
|
||||
--rsp-fs-800: 1.5rem;
|
||||
--rsp-fs-900: 2.5rem;
|
||||
--rsp-brand-primary: var(--rsp-green);
|
||||
--rsp-brand-secondary: var(--rsp-yellow);
|
||||
--rsp-brand-primary-faded: var(--rsp-green-faded);
|
||||
}
|
||||
/*
|
||||
Hide nags from other plugins
|
||||
*/
|
||||
.error:not(.really-simple-plugins),
|
||||
.notice:not(.really-simple-plugins),
|
||||
.update-nag:not(.really-simple-plugins),
|
||||
.notice-info:not(.really-simple-plugins) {
|
||||
display: none !important;
|
||||
}
|
||||
.rsssl-spacer {
|
||||
width: 10px;
|
||||
}
|
||||
.rsssl-scroll-container {
|
||||
height: 227px;
|
||||
overflow-y: auto;
|
||||
border-radius: 0;
|
||||
}
|
||||
.rsssl-scroll-container::-webkit-scrollbar-track {
|
||||
border-radius: 10px;
|
||||
-webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0);
|
||||
background-color: transparent;
|
||||
}
|
||||
.rsssl-scroll-container::-webkit-scrollbar {
|
||||
border-radius: 10px;
|
||||
width: 8px;
|
||||
background-color: var(--rsp-grey-300);
|
||||
cursor: pointer;
|
||||
}
|
||||
.rsssl-scroll-container::-webkit-scrollbar-thumb {
|
||||
background-color: var(--rsp-grey-400);
|
||||
border-radius: 10px;
|
||||
}
|
||||
/* comments on settings pages */
|
||||
.rsssl-grid .rsssl-item .item-container .form-table tbody tr.rsssl-comment-text {
|
||||
color: #888;
|
||||
font-size: 13px;
|
||||
font-weight: normal;
|
||||
font-style: italic;
|
||||
padding-bottom: 0 !important;
|
||||
margin-top: 0 !important;
|
||||
}
|
||||
.rsssl-grid .rsssl-item .item-container .form-table tbody tr.rsssl-comment-text td {
|
||||
padding-top: 0!important;
|
||||
}
|
||||
.rsssl-networksettings-overlay {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
background: rgba(255, 255, 255, 0.8);
|
||||
}
|
||||
.rsssl-networksettings-overlay .rsssl-disabled-settings-overlay {
|
||||
position: absolute;
|
||||
width: calc(100% - 65px);
|
||||
bottom: 0;
|
||||
background-color: #fff;
|
||||
padding: 20px;
|
||||
margin: 12px;
|
||||
box-shadow: 0 0 5px 5px rgba(223, 222, 222, 0.4);
|
||||
}
|
||||
.rsssl-networksettings-overlay .rsssl-disabled-settings-overlay .rsssl-open {
|
||||
float: right;
|
||||
margin-left: 12px;
|
||||
}
|
||||
/* Hide review on own settings page */
|
||||
#rsssl_do_activate_ssl {
|
||||
margin-left: 10px;
|
||||
}
|
||||
.rlrsssl-review {
|
||||
display: none;
|
||||
}
|
||||
.rsssl-main {
|
||||
flex: 1;
|
||||
width: 80%;
|
||||
float: right;
|
||||
}
|
||||
.rsssl-sidebar img {
|
||||
max-width: 100%;
|
||||
/*height:inherit;*/
|
||||
}
|
||||
.really-simple-ssl-table {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
}
|
||||
.rsssl-table-td-main-content {
|
||||
width: 100%;
|
||||
}
|
||||
.really-simple-ssl-table tr:first-child {
|
||||
border-top-right-radius: 0.55rem;
|
||||
border-top-left-radius: 0.55rem;
|
||||
}
|
||||
.really-simple-ssl-table tr:last-child {
|
||||
margin-bottom: 0;
|
||||
border-bottom-right-radius: 0.55rem;
|
||||
border-bottom-left-radius: 0.55rem;
|
||||
}
|
||||
.really-simple-ssl-table tr {
|
||||
position: relative;
|
||||
padding-right: 5px;
|
||||
padding-top: 10px;
|
||||
background-color: #fff;
|
||||
}
|
||||
.debug-log {
|
||||
background-color: #fff;
|
||||
padding: 15px;
|
||||
}
|
||||
.rsssl-icons {
|
||||
width: 15px;
|
||||
height: 15px;
|
||||
}
|
||||
.rsssl-update-count {
|
||||
margin-right: 4px !important;
|
||||
display: inline-block;
|
||||
vertical-align: top;
|
||||
box-sizing: border-box;
|
||||
margin: 1px 2px -1px 0;
|
||||
padding: 0 5px;
|
||||
min-width: 18px;
|
||||
height: 18px;
|
||||
border-radius: 9px;
|
||||
background-color: #D7263D;
|
||||
color: #fff;
|
||||
font-size: 11px;
|
||||
line-height: 1.6;
|
||||
text-align: center;
|
||||
z-index: 26;
|
||||
}
|
||||
/* rsssl-rsssl-tooltip for settings page */
|
||||
/* Base styles for the element that has a rsssl-tooltip */
|
||||
[data-rsssl-tooltip],
|
||||
.rsssl-tooltip {
|
||||
position: relative;
|
||||
cursor: pointer;
|
||||
}
|
||||
/* Base styles for the entire tooltip */
|
||||
[data-rsssl-tooltip]:before,
|
||||
[data-rsssl-tooltip]:after,
|
||||
.rsssl-tooltip:before,
|
||||
.rsssl-tooltip:after {
|
||||
position: absolute;
|
||||
visibility: hidden;
|
||||
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
|
||||
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
|
||||
opacity: 0;
|
||||
-webkit-transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out, -webkit-transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
|
||||
-moz-transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out, -moz-transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
|
||||
transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out, transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
|
||||
-webkit-transform: translate3d(0, 0, 0);
|
||||
-moz-transform: translate3d(0, 0, 0);
|
||||
transform: translate3d(0, 0, 0);
|
||||
pointer-events: none;
|
||||
}
|
||||
/* Show the entire rsssl-tooltip on hover and focus */
|
||||
[data-rsssl-tooltip]:hover:before,
|
||||
[data-rsssl-tooltip]:hover:after,
|
||||
[data-rsssl-tooltip]:focus:before,
|
||||
[data-rsssl-tooltip]:focus:after,
|
||||
.rsssl-tooltip:hover:before,
|
||||
.rsssl-tooltip:hover:after,
|
||||
.rsssl-tooltip:focus:before,
|
||||
.rsssl-tooltip:focus:after {
|
||||
visibility: visible;
|
||||
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
|
||||
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
|
||||
opacity: 1;
|
||||
}
|
||||
/* Base styles for the rsssl-tooltip's directional arrow */
|
||||
.rsssl-tooltip:before,
|
||||
[data-rsssl-tooltip]:before {
|
||||
z-index: 1001;
|
||||
border: 6px solid transparent;
|
||||
background: transparent;
|
||||
content: "";
|
||||
}
|
||||
/* Base styles for the rsssl-tooltip's content area */
|
||||
.rsssl-tooltip:after,
|
||||
[data-rsssl-tooltip]:after {
|
||||
z-index: 1000;
|
||||
padding: 8px;
|
||||
width: 220px;
|
||||
background-color: #000;
|
||||
background-color: hsla(0, 0%, 20%, 0.9);
|
||||
color: #fff;
|
||||
content: attr(data-rsssl-tooltip);
|
||||
font-size: 14px;
|
||||
line-height: 1.2;
|
||||
}
|
||||
/* Directions */
|
||||
/* Top (default) */
|
||||
.rsssl-tooltip-right {
|
||||
font-weight: normal;
|
||||
}
|
||||
[data-rsssl-tooltip]:before,
|
||||
[data-rsssl-tooltip]:after,
|
||||
.rsssl-tooltip:before,
|
||||
.rsssl-tooltip:after,
|
||||
.rsssl-tooltip-top:before,
|
||||
.rsssl-tooltip-top:after {
|
||||
bottom: 100%;
|
||||
right: 50%;
|
||||
}
|
||||
[data-rsssl-tooltip]:before,
|
||||
.rsssl-tooltip:before,
|
||||
.rsssl-tooltip-top:before {
|
||||
margin-right: -6px;
|
||||
margin-bottom: -12px;
|
||||
border-top-color: #000;
|
||||
border-top-color: hsla(0, 0%, 20%, 0.9);
|
||||
}
|
||||
/* Horizontally align top/bottom rsssl-tooltips */
|
||||
[data-rsssl-tooltip]:after,
|
||||
.rsssl-tooltip:after,
|
||||
.rsssl-tooltip-top:after {
|
||||
margin-right: -80px;
|
||||
}
|
||||
[data-rsssl-tooltip]:hover:before,
|
||||
[data-rsssl-tooltip]:hover:after,
|
||||
[data-rsssl-tooltip]:focus:before,
|
||||
[data-rsssl-tooltip]:focus:after,
|
||||
.rsssl-tooltip:hover:before,
|
||||
.rsssl-tooltip:hover:after,
|
||||
.rsssl-tooltip:focus:before,
|
||||
.rsssl-tooltip:focus:after,
|
||||
.rsssl-tooltip-top:hover:before,
|
||||
.rsssl-tooltip-top:hover:after,
|
||||
.rsssl-tooltip-top:focus:before,
|
||||
.rsssl-tooltip-top:focus:after {
|
||||
-webkit-transform: translateY(-12px);
|
||||
-moz-transform: translateY(-12px);
|
||||
transform: translateY(-12px);
|
||||
}
|
||||
/* Left */
|
||||
.rsssl-tooltip-left:before,
|
||||
.rsssl-tooltip-left:after {
|
||||
left: 100%;
|
||||
/*bottom: 50%;*/
|
||||
right: auto;
|
||||
}
|
||||
.rsssl-tooltip-left:before {
|
||||
margin-right: 0;
|
||||
margin-left: -12px;
|
||||
margin-bottom: 0;
|
||||
border-top-color: transparent;
|
||||
border-right-color: #000;
|
||||
border-right-color: hsla(0, 0%, 20%, 0.9);
|
||||
}
|
||||
.rsssl-tooltip-left:hover:before,
|
||||
.rsssl-tooltip-left:hover:after,
|
||||
.rsssl-tooltip-left:focus:before,
|
||||
.rsssl-tooltip-left:focus:after {
|
||||
-webkit-transform: translateX(12px);
|
||||
-moz-transform: translateX(12px);
|
||||
transform: translateX(12px);
|
||||
}
|
||||
/* Bottom */
|
||||
.rsssl-tooltip-bottom:before,
|
||||
.rsssl-tooltip-bottom:after {
|
||||
top: 100%;
|
||||
bottom: auto;
|
||||
right: 50%;
|
||||
}
|
||||
.rsssl-tooltip-bottom:before {
|
||||
margin-top: -12px;
|
||||
margin-bottom: 0;
|
||||
border-top-color: transparent;
|
||||
border-bottom-color: #000;
|
||||
border-bottom-color: hsla(0, 0%, 20%, 0.9);
|
||||
}
|
||||
.rsssl-tooltip-bottom:hover:before,
|
||||
.rsssl-tooltip-bottom:hover:after,
|
||||
.rsssl-tooltip-bottom:focus:before,
|
||||
.rsssl-tooltip-bottom:focus:after {
|
||||
-webkit-transform: translateY(12px);
|
||||
-moz-transform: translateY(12px);
|
||||
transform: translateY(12px);
|
||||
}
|
||||
/* Right */
|
||||
.rsssl-tooltip-right:before,
|
||||
.rsssl-tooltip-right:after {
|
||||
bottom: 50%;
|
||||
right: 100%;
|
||||
}
|
||||
.rsssl-tooltip-right:before {
|
||||
margin-bottom: 0;
|
||||
margin-right: -12px;
|
||||
border-top-color: transparent;
|
||||
border-left-color: #000;
|
||||
border-left-color: hsla(0, 0%, 20%, 0.9);
|
||||
}
|
||||
.rsssl-tooltip-right:hover:before,
|
||||
.rsssl-tooltip-right:hover:after,
|
||||
.rsssl-tooltip-right:focus:before,
|
||||
.rsssl-tooltip-right:focus:after {
|
||||
-webkit-transform: translateX(-12px);
|
||||
-moz-transform: translateX(-12px);
|
||||
transform: translateX(-12px);
|
||||
}
|
||||
/* Move directional arrows down a bit for left/right rsssl-tooltips */
|
||||
.rsssl-tooltip-left:before,
|
||||
.rsssl-tooltip-right:before {
|
||||
top: 3px;
|
||||
}
|
||||
/* Vertically center rsssl-tooltip content for left/right rsssl-tooltips */
|
||||
.rsssl-tooltip-left:after,
|
||||
.rsssl-tooltip-right:after {
|
||||
margin-right: 0;
|
||||
margin-bottom: -25px;
|
||||
}
|
||||
/* Styling for the sidebar in the admin tab of the free plugin */
|
||||
.rsssl-really-simple-plugins-logo {
|
||||
background-color: #ececec;
|
||||
margin-right: -15px;
|
||||
margin-left: -15px;
|
||||
}
|
||||
.rsssl-sidebar {
|
||||
width: 240px;
|
||||
margin-top: 20px;
|
||||
padding-right: 15px;
|
||||
padding-left: 15px;
|
||||
margin-left: 15px;
|
||||
padding-bottom: 15px;
|
||||
background-color: #ECECEC;
|
||||
}
|
||||
.rsssl-sidebar-single-content-container {
|
||||
min-height: 125px;
|
||||
padding-bottom: 35px;
|
||||
margin-bottom: 10px;
|
||||
background-color: #fff;
|
||||
width: 100%;
|
||||
border-radius: 3%;
|
||||
}
|
||||
.rsssl-sidebar-single-content-container-pro {
|
||||
background-color: #fff;
|
||||
min-height: 125px;
|
||||
padding-bottom: 35px;
|
||||
margin-bottom: 10px;
|
||||
width: 100%;
|
||||
border-radius: 3%;
|
||||
}
|
||||
.rsssl-sidebar-title h3 {
|
||||
font-size: 0.9em;
|
||||
}
|
||||
.rsssl-sidebar-text-content-pro {
|
||||
font-weight: 700;
|
||||
font-size: 0.8em;
|
||||
width: 90%;
|
||||
/*min-height: 100px;*/
|
||||
margin: auto;
|
||||
}
|
||||
.rsssl-sidebar-text-content {
|
||||
width: 45%;
|
||||
padding-top: 5px;
|
||||
padding-left: 7px;
|
||||
font-weight: 700;
|
||||
font-size: 0.8em;
|
||||
float: left;
|
||||
margin: 10px auto;
|
||||
}
|
||||
.rsssl-pro-image {
|
||||
height: 30px;
|
||||
margin-top: 6px;
|
||||
}
|
||||
.rsssl-sidebar-image-pro {
|
||||
width: 90%;
|
||||
margin: 10px;
|
||||
}
|
||||
.rsssl-sidebar-image {
|
||||
width: 100px;
|
||||
float: right;
|
||||
padding: 10px;
|
||||
height: 100px;
|
||||
}
|
||||
@media screen and (max-width: 1024px) and (min-width: 541px) {
|
||||
/* Let the main container be 100% width again */
|
||||
.rsssl-main {
|
||||
width: 100%;
|
||||
}
|
||||
.rsssl-sidebar-title {
|
||||
/*margin: auto;*/
|
||||
text-align: center;
|
||||
}
|
||||
.rsssl-container {
|
||||
flex-direction: column;
|
||||
}
|
||||
.rsssl-sidebar {
|
||||
width: 100%;
|
||||
/*padding-left: 10%;*/
|
||||
}
|
||||
.rsssl-really-simple-plugins-logo {
|
||||
width: 40%;
|
||||
}
|
||||
.rsssl-sidebar-single-content-container {
|
||||
background-color: #fff;
|
||||
width: 40%;
|
||||
padding-right: 25px;
|
||||
float: right;
|
||||
margin-left: 25px;
|
||||
}
|
||||
.rsssl-sidebar-single-content-container-pro {
|
||||
width: 40%;
|
||||
padding-right: 25px;
|
||||
margin: auto auto 25px;
|
||||
}
|
||||
.rsssl-sidebar-um-text-content {
|
||||
width: 40%;
|
||||
}
|
||||
.rsssl-pro-image {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
@media screen and (max-width: 540px) {
|
||||
.rsssl-main {
|
||||
width: 100%;
|
||||
}
|
||||
.rsssl-container {
|
||||
flex-direction: column;
|
||||
}
|
||||
.rsssl-sidebar {
|
||||
display: grid;
|
||||
text-align: -webkit-center;
|
||||
width: 70%;
|
||||
}
|
||||
.rsssl-sidebar-um-text-content {
|
||||
width: 45%;
|
||||
}
|
||||
.rsssl-sidebar-single-content-container-pro {
|
||||
padding-bottom: 10px;
|
||||
}
|
||||
.rsssl-sidebar-single-content-container {
|
||||
padding-bottom: 10px;
|
||||
}
|
||||
}
|
||||
.rsssl-sidebar h4 {
|
||||
font-size: 14px;
|
||||
font-style: italic;
|
||||
}
|
||||
.rsssl-wrapper {
|
||||
padding: 30px;
|
||||
}
|
||||
.rsssl-sidebar-list {
|
||||
font-size: 0.9em;
|
||||
}
|
||||
#rsssl-premium-button-pro {
|
||||
display: inline-table;
|
||||
width: 40%;
|
||||
text-align: center;
|
||||
float: left;
|
||||
font-size: inherit;
|
||||
height: 25px;
|
||||
-webkit-border-radius: 12px;
|
||||
-moz-border-radius: 12px;
|
||||
border-radius: 12px;
|
||||
border: none;
|
||||
background-color: #000000;
|
||||
color: white;
|
||||
margin-left: 5px;
|
||||
}
|
||||
.rsssl-sidebar-content {
|
||||
float: right;
|
||||
padding-bottom: 10px;
|
||||
}
|
||||
hr {
|
||||
display: block;
|
||||
height: 1px;
|
||||
border: 0;
|
||||
border-top: 1px solid #ccc;
|
||||
margin: 1em 0;
|
||||
padding: 0;
|
||||
}
|
||||
.rsssl-container {
|
||||
display: flex;
|
||||
}
|
||||
#rsssl-premium-button {
|
||||
display: inline-table;
|
||||
width: 40%;
|
||||
text-align: center;
|
||||
float: left;
|
||||
font-size: inherit;
|
||||
height: 25px;
|
||||
border-radius: 12px;
|
||||
border: none;
|
||||
background-color: #000000;
|
||||
color: white;
|
||||
margin-left: 5px;
|
||||
}
|
||||
.rsssl-more-info-button {
|
||||
border: none;
|
||||
border-radius: 50px;
|
||||
clear: both;
|
||||
margin-top: 10px;
|
||||
}
|
||||
/*
|
||||
cool checkbox sliders
|
||||
*/
|
||||
.rsssl-switch {
|
||||
position: relative;
|
||||
display: inline-block;
|
||||
width: 35px;
|
||||
height: 18px;
|
||||
}
|
||||
.rsssl-switch input {
|
||||
position: absolute;
|
||||
opacity: 0;
|
||||
display: block !important;
|
||||
}
|
||||
.rsssl-slider {
|
||||
position: absolute;
|
||||
cursor: pointer;
|
||||
top: 0;
|
||||
right: 0;
|
||||
left: 0;
|
||||
bottom: 0;
|
||||
background-color: #ccc;
|
||||
-webkit-transition: 0.4s;
|
||||
transition: 0.4s;
|
||||
}
|
||||
.rsssl-slider:before {
|
||||
position: absolute;
|
||||
content: "";
|
||||
height: 14px;
|
||||
width: 14px;
|
||||
right: 3px;
|
||||
bottom: 2.2px;
|
||||
background-color: white;
|
||||
-webkit-transition: 0.4s;
|
||||
transition: 0.4s;
|
||||
}
|
||||
.rsssl-slider.rsssl-round {
|
||||
border-radius: 20px;
|
||||
}
|
||||
.rsssl-slider.rsssl-round:before {
|
||||
border-radius: 50%;
|
||||
}
|
||||
input:checked + .rsssl-slider {
|
||||
background-color: #2DAAE1;
|
||||
}
|
||||
input:checked + .rsssl-slider:before {
|
||||
-webkit-transform: translateX(-16px);
|
||||
-ms-transform: translateX(-16px);
|
||||
transform: translateX(-16px);
|
||||
}
|
||||
input:disabled + .rsssl-slider {
|
||||
background-color: #b3e0f4;
|
||||
}
|
||||
input:focus + .rsssl-slider {
|
||||
box-shadow: 0 0 1px #2DAAE1;
|
||||
}
|
||||
.debug-log {
|
||||
width: 90%;
|
||||
}
|
||||
.rsssl-dashboard-plusone {
|
||||
margin-right: 8px;
|
||||
}
|
||||
.rsssl-highlight {
|
||||
background-color: #fff;
|
||||
border-left: 4px solid #61ce70;
|
||||
-o-animation: fadeIt 5s ease-in-out;
|
||||
animation: fadeIt 5s ease-in-out;
|
||||
}
|
||||
@-o-keyframes fadeIt {
|
||||
0% {
|
||||
background-color: #FFFFFF;
|
||||
}
|
||||
30% {
|
||||
background-color: #d6efd6;
|
||||
}
|
||||
100% {
|
||||
border-right: 0;
|
||||
background-color: inherit;
|
||||
}
|
||||
}
|
||||
@keyframes fadeIt {
|
||||
0% {
|
||||
background-color: #FFFFFF;
|
||||
border-right: 0;
|
||||
}
|
||||
30% {
|
||||
background-color: #d6efd6;
|
||||
}
|
||||
100% {
|
||||
background-color: inherit;
|
||||
}
|
||||
}
|
||||
.form-table th {
|
||||
padding-right: 10px;
|
||||
}
|
||||
.rsssl-dashboard-dismiss .close {
|
||||
all: initial;
|
||||
}
|
||||
.rsssl-dashboard-dismiss span {
|
||||
font-size: 1.5em;
|
||||
color: black;
|
||||
font-family: sans-serif;
|
||||
}
|
||||
.rsssl-dashboard-dismiss span img {
|
||||
height: 12px;
|
||||
width: 12px;
|
||||
}
|
||||
.rsssl-dashboard-dismiss span:hover {
|
||||
cursor: pointer;
|
||||
color: grey;
|
||||
}
|
||||
/* License page */
|
||||
.rsssl-grid .rsssl-item.rsssl-license-grid .item-container .form-table tbody tr {
|
||||
max-width: 100%;
|
||||
width: 100%;
|
||||
}
|
||||
.rsssl-grid .rsssl-item.rsssl-license-grid .item-container .rsssl-grid-item-footer input + input {
|
||||
margin-right: 20px;
|
||||
}
|
||||
.rsssl_notice_license {
|
||||
font-size: 13px !important;
|
||||
border-radius: 0.25rem;
|
||||
padding: 10px 15px;
|
||||
margin: 10px 0;
|
||||
background-color: #29b6f6;
|
||||
border: 1px solid #29b6f6;
|
||||
color: #fff;
|
||||
}
|
||||
.rsssl_notice_license h1 {
|
||||
font-size: 16px;
|
||||
}
|
||||
.rsssl_notice_license p {
|
||||
font-size: 13px !important;
|
||||
}
|
||||
.rsssl_notice_license.success {
|
||||
background-color: #dff0d8;
|
||||
border-color: #d0e9c6;
|
||||
color: #3c763d;
|
||||
}
|
||||
.rsssl_notice_license.warning {
|
||||
color: #000;
|
||||
background-color: #FBC43D;
|
||||
border-color: #FBC43D;
|
||||
}
|
||||
.rsssl_notice_license ul {
|
||||
list-style-type: disc;
|
||||
margin-right: 22px;
|
||||
}
|
||||
/**
|
||||
settings saved
|
||||
*/
|
||||
.rsssl-container .rsssl-settings-saved,
|
||||
#rsssl-wizard .rsssl-settings-saved {
|
||||
display: none;
|
||||
opacity: 0;
|
||||
top: 20px;
|
||||
height: 45px;
|
||||
position: fixed;
|
||||
background-color: #fff;
|
||||
z-index: 999999;
|
||||
right: 50%;
|
||||
transform: translateX(50%);
|
||||
text-align: right;
|
||||
box-shadow: 0 0 5px 5px rgba(222, 222, 222, 0.2);
|
||||
}
|
||||
.rsssl-container .rsssl-settings-saved .rsssl-success,
|
||||
#rsssl-wizard .rsssl-settings-saved .rsssl-success {
|
||||
color: #61ce70;
|
||||
}
|
||||
.rsssl-container .rsssl-settings-saved svg,
|
||||
#rsssl-wizard .rsssl-settings-saved svg {
|
||||
stroke: #61ce70;
|
||||
fill: #61ce70;
|
||||
}
|
||||
.rsssl-container .rsssl-settings-saved .rsssl-settings-saved__text_and_icon,
|
||||
#rsssl-wizard .rsssl-settings-saved .rsssl-settings-saved__text_and_icon {
|
||||
display: flex;
|
||||
align-content: center;
|
||||
padding: 0 20px;
|
||||
}
|
||||
.rsssl-container .rsssl-settings-saved .rsssl-settings-saved__text_and_icon .rsssl-icon,
|
||||
#rsssl-wizard .rsssl-settings-saved .rsssl-settings-saved__text_and_icon .rsssl-icon {
|
||||
margin: 12px 0 0 0;
|
||||
height: 30px;
|
||||
width: 30px;
|
||||
}
|
||||
.rsssl-container .rsssl-settings-saved .rsssl-settings-saved__text_and_icon span,
|
||||
#rsssl-wizard .rsssl-settings-saved .rsssl-settings-saved__text_and_icon span {
|
||||
display: flex;
|
||||
align-self: center;
|
||||
font-size: 12px;
|
||||
font-weight: 400;
|
||||
color: #696969;
|
||||
}
|
||||
.rsssl-container .rsssl-settings-saved .rsssl-settings-saved__text_and_icon div,
|
||||
#rsssl-wizard .rsssl-settings-saved .rsssl-settings-saved__text_and_icon div {
|
||||
display: flex;
|
||||
align-self: center;
|
||||
}
|
||||
.rsssl-container .rsssl-settings-saved.rsssl-settings-saved--fade-in,
|
||||
#rsssl-wizard .rsssl-settings-saved.rsssl-settings-saved--fade-in {
|
||||
display: block;
|
||||
-webkit-animation: fadeInFromNone 5s ease-in-out;
|
||||
-moz-animation: fadeInFromNone 5s ease-in-out;
|
||||
-o-animation: fadeInFromNone 5s ease-in-out;
|
||||
animation: fadeInFromNone 5s ease-in-out;
|
||||
}
|
||||
@-webkit-keyframes fadeInFromNone {
|
||||
0% {
|
||||
display: none;
|
||||
opacity: 0;
|
||||
top: 20px;
|
||||
}
|
||||
5% {
|
||||
display: block;
|
||||
opacity: 0;
|
||||
top: -10px;
|
||||
}
|
||||
15% {
|
||||
display: block;
|
||||
opacity: 1;
|
||||
top: 20px;
|
||||
}
|
||||
90% {
|
||||
display: block;
|
||||
opacity: 1;
|
||||
top: 20px;
|
||||
}
|
||||
100% {
|
||||
display: none;
|
||||
opacity: 0;
|
||||
top: 20px;
|
||||
}
|
||||
}
|
||||
@-moz-keyframes fadeInFromNone {
|
||||
0% {
|
||||
display: none;
|
||||
opacity: 0;
|
||||
top: 20px;
|
||||
}
|
||||
5% {
|
||||
display: block;
|
||||
opacity: 0;
|
||||
top: -10px;
|
||||
}
|
||||
15% {
|
||||
display: block;
|
||||
opacity: 1;
|
||||
top: 20px;
|
||||
}
|
||||
90% {
|
||||
display: block;
|
||||
opacity: 1;
|
||||
top: 20px;
|
||||
}
|
||||
100% {
|
||||
display: none;
|
||||
opacity: 0;
|
||||
top: 20px;
|
||||
}
|
||||
}
|
||||
@-o-keyframes fadeInFromNone {
|
||||
0% {
|
||||
display: none;
|
||||
opacity: 0;
|
||||
top: 20px;
|
||||
}
|
||||
5% {
|
||||
display: block;
|
||||
opacity: 0;
|
||||
top: -10px;
|
||||
}
|
||||
15% {
|
||||
display: block;
|
||||
opacity: 1;
|
||||
top: 20px;
|
||||
}
|
||||
90% {
|
||||
display: block;
|
||||
opacity: 1;
|
||||
top: 20px;
|
||||
}
|
||||
100% {
|
||||
display: none;
|
||||
opacity: 0;
|
||||
top: 20px;
|
||||
}
|
||||
}
|
||||
@keyframes fadeInFromNone {
|
||||
0% {
|
||||
display: none;
|
||||
opacity: 0;
|
||||
top: 20px;
|
||||
}
|
||||
5% {
|
||||
display: block;
|
||||
opacity: 0;
|
||||
top: -10px;
|
||||
}
|
||||
15% {
|
||||
display: block;
|
||||
opacity: 1;
|
||||
top: 20px;
|
||||
}
|
||||
90% {
|
||||
display: block;
|
||||
opacity: 1;
|
||||
top: 20px;
|
||||
}
|
||||
100% {
|
||||
display: none;
|
||||
opacity: 0;
|
||||
top: 20px;
|
||||
}
|
||||
}
|
||||
/*# sourceMappingURL=main.css.map */
|
||||
1
wp-content/plugins/really-simple-ssl/assets/css/main-rtl.min.css
vendored
Normal file
1
wp-content/plugins/really-simple-ssl/assets/css/main-rtl.min.css
vendored
Normal file
File diff suppressed because one or more lines are too long
968
wp-content/plugins/really-simple-ssl/assets/css/main.css
Normal file
968
wp-content/plugins/really-simple-ssl/assets/css/main.css
Normal file
@@ -0,0 +1,968 @@
|
||||
.rsssl-high-contrast {
|
||||
/**
|
||||
Let's Encrypt
|
||||
*/
|
||||
}
|
||||
.rsssl-high-contrast .rsssl-progress-status.rsssl-success,
|
||||
.rsssl-high-contrast .rsssl-progress-status.rsssl-warning,
|
||||
.rsssl-high-contrast .rsssl-progress-status.rsssl-premium,
|
||||
.rsssl-high-contrast .rsssl-progress-status.rsssl-open {
|
||||
background-color: black !important;
|
||||
color: white;
|
||||
}
|
||||
.rsssl-high-contrast .rsssl-wizard-progress-bar-value {
|
||||
background: black !important;
|
||||
}
|
||||
.rsssl-high-contrast .rsssl-icon.rsssl-success {
|
||||
color: black !important;
|
||||
}
|
||||
.rsssl-high-contrast .rsssl-icon.rsssl-success svg {
|
||||
stroke: black !important;
|
||||
fill: black !important;
|
||||
}
|
||||
.rsssl-high-contrast .rsssl-help-warning-wrap .rsssl-notice {
|
||||
color: white !important;
|
||||
}
|
||||
.rsssl-high-contrast .rsssl-help-warning-wrap .rsssl-warning {
|
||||
background-color: black;
|
||||
}
|
||||
.rsssl-high-contrast .progress .bar {
|
||||
background-color: black !important;
|
||||
}
|
||||
.rsssl-high-contrast .rsssl-notice a {
|
||||
color: white !important;
|
||||
}
|
||||
.rsssl-high-contrast .rsssl.progress {
|
||||
background-color: black !important;
|
||||
}
|
||||
.rsssl-high-contrast .select2-results__option--highlighted[aria-selected] {
|
||||
background-color: black;
|
||||
}
|
||||
.rsssl-high-contrast .rsssl-save-settings-feedback {
|
||||
color: black !important;
|
||||
}
|
||||
.rsssl-high-contrast .nav-tab-active {
|
||||
border-bottom: 2px solid black !important;
|
||||
}
|
||||
.rsssl-high-contrast .rsssl-update-count {
|
||||
background-color: black !important;
|
||||
}
|
||||
.rsssl-high-contrast .paginate_button.current {
|
||||
background-color: black !important;
|
||||
color: white;
|
||||
border: 1px solid black;
|
||||
}
|
||||
.rsssl-high-contrast .rsssl-tasks {
|
||||
color: black !important;
|
||||
}
|
||||
.rsssl-high-contrast .rsssl-close-warning-x {
|
||||
color: black;
|
||||
}
|
||||
.rsssl-high-contrast .update-count {
|
||||
background-color: black;
|
||||
}
|
||||
.rsssl-high-contrast .rsssl-bullet:hover {
|
||||
background-color: black;
|
||||
}
|
||||
.rsssl-high-contrast .button-rsssl-primary,
|
||||
.rsssl-high-contrast .button-primary,
|
||||
.rsssl-high-contrast .button-secondary,
|
||||
.rsssl-high-contrast .button-rsssl-secondary,
|
||||
.rsssl-high-contrast .button-rsssl-tertiary,
|
||||
.rsssl-high-contrast .revoke-from-csp,
|
||||
.rsssl-high-contrast .button-default {
|
||||
background-color: black !important;
|
||||
border-color: black !important;
|
||||
color: white;
|
||||
}
|
||||
.rsssl-high-contrast .button:hover {
|
||||
color: white;
|
||||
}
|
||||
.rsssl-high-contrast input:checked + .rsssl-slider {
|
||||
background-color: black;
|
||||
}
|
||||
.rsssl-high-contrast .rsssl-help-modal,
|
||||
.rsssl-high-contrast .rsssl-help-modal h2 {
|
||||
background-color: black !important;
|
||||
color: white !important;
|
||||
}
|
||||
.rsssl-high-contrast .rsssl-help-modal.rsssl-notice:after {
|
||||
border-right: 15px solid black;
|
||||
}
|
||||
.rsssl-high-contrast .rsssl-priority {
|
||||
border: 1px solid white !important;
|
||||
}
|
||||
/**move to css variables in time */
|
||||
:root {
|
||||
--rsp-break-xs: 400px;
|
||||
--rsp-break-s: 576px;
|
||||
--rsp-break-m: 768px;
|
||||
--rsp-break-l: 992px;
|
||||
--rsp-break-xl: 1200px;
|
||||
--rsp-break-xxl: 1400px;
|
||||
--rsp-spacing-xs: 10px;
|
||||
--rsp-spacing-s: 15px;
|
||||
--rsp-spacing-m: 20px;
|
||||
--rsp-spacing-l: 30px;
|
||||
--rsp-spacing-xl: 40px;
|
||||
--rsp-grid-margin: var(--rsp-spacing-xs);
|
||||
--rsp-grid-gap: var(--rsp-spacing-m);
|
||||
--rsp-border-radius: 12px;
|
||||
--rsp-border: 1px solid var(--rsp-border-color);
|
||||
--rsp-box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
|
||||
--rsp-border-color: #dfdfdf;
|
||||
--rsp-black: #333;
|
||||
--rsp-white: #fff;
|
||||
--rsp-yellow: #f4bf3e;
|
||||
--rsp-blue: #29b6f6;
|
||||
--rsp-dark-blue: #5A6FA5;
|
||||
--rsp-green: #2e8a37;
|
||||
--rsp-red: #D7263D;
|
||||
--rsp-pink: #E35899;
|
||||
--rsp-orange: #f39c12;
|
||||
--rsp-yellow-faded: rgba(244, 191, 62, 0.1);
|
||||
--rsp-blue-faded: rgba(41, 182, 246, 0.1);
|
||||
--rsp-dark-blue-faded: rgba(41, 182, 246, 0.1);
|
||||
--rsp-green-faded: rgba(46, 138, 55, 0.1);
|
||||
--rsp-red-faded: rgba(215, 38, 61, 0.1);
|
||||
--rsp-pink-faded: rgba(227, 88, 153, 0.1);
|
||||
--rsp-orange-faded: rgba(243, 156, 18, 0.1);
|
||||
--rsp-background-block-color: var(--rsp-white);
|
||||
--rsp-background-color: #f0f0f1;
|
||||
--rsp-input-background-color: #F1F1F1;
|
||||
--rsp-input-text-color: var(--rsp-text-color);
|
||||
--rsp-input-border-color: #8c8f94;
|
||||
--rsp-text-color: rgba(26, 26, 26, 0.9);
|
||||
--rsp-text-color-invert: rgba(255, 255, 255, 0.9);
|
||||
--rsp-text-color-white: rgba(255, 255, 255, 0.9);
|
||||
--rsp-text-color-light: rgba(69, 69, 82, 0.9);
|
||||
--rsp-grey-200: #fafafa;
|
||||
--rsp-grey-300: #ededed;
|
||||
--rsp-grey-400: #c6c6c6;
|
||||
--rsp-grey-500: #737373;
|
||||
--rsp-grey-600: #696969;
|
||||
--rsp-color-success: var(--rsp-green);
|
||||
--rsp-color-error: var(--rsp-red);
|
||||
--rsp-color-warning: var(--rsp-orange);
|
||||
--rsp-color-open: var(--rsp-yellow);
|
||||
--rsp-fs-100: 0.6125rem;
|
||||
--rsp-fs-200: 0.625rem;
|
||||
--rsp-fs-300: 0.8125rem;
|
||||
--rsp-fs-400: 0.875rem;
|
||||
--rsp-fs-500: 1rem;
|
||||
--rsp-fs-600: 1.125rem;
|
||||
--rsp-fs-700: 1.25rem;
|
||||
--rsp-fs-800: 1.5rem;
|
||||
--rsp-fs-900: 2.5rem;
|
||||
--rsp-brand-primary: var(--rsp-green);
|
||||
--rsp-brand-secondary: var(--rsp-yellow);
|
||||
--rsp-brand-primary-faded: var(--rsp-green-faded);
|
||||
}
|
||||
/*
|
||||
Hide nags from other plugins
|
||||
*/
|
||||
.error:not(.really-simple-plugins),
|
||||
.notice:not(.really-simple-plugins),
|
||||
.update-nag:not(.really-simple-plugins),
|
||||
.notice-info:not(.really-simple-plugins) {
|
||||
display: none !important;
|
||||
}
|
||||
.rsssl-spacer {
|
||||
width: 10px;
|
||||
}
|
||||
.rsssl-scroll-container {
|
||||
height: 227px;
|
||||
overflow-y: auto;
|
||||
border-radius: 0;
|
||||
}
|
||||
.rsssl-scroll-container::-webkit-scrollbar-track {
|
||||
border-radius: 10px;
|
||||
-webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0);
|
||||
background-color: transparent;
|
||||
}
|
||||
.rsssl-scroll-container::-webkit-scrollbar {
|
||||
border-radius: 10px;
|
||||
width: 8px;
|
||||
background-color: var(--rsp-grey-300);
|
||||
cursor: pointer;
|
||||
}
|
||||
.rsssl-scroll-container::-webkit-scrollbar-thumb {
|
||||
background-color: var(--rsp-grey-400);
|
||||
border-radius: 10px;
|
||||
}
|
||||
/* comments on settings pages */
|
||||
.rsssl-grid .rsssl-item .item-container .form-table tbody tr.rsssl-comment-text {
|
||||
color: #888;
|
||||
font-size: 13px;
|
||||
font-weight: normal;
|
||||
font-style: italic;
|
||||
padding-bottom: 0 !important;
|
||||
margin-top: 0 !important;
|
||||
}
|
||||
.rsssl-grid .rsssl-item .item-container .form-table tbody tr.rsssl-comment-text td {
|
||||
padding-top: 0!important;
|
||||
}
|
||||
.rsssl-networksettings-overlay {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
bottom: 0;
|
||||
right: 0;
|
||||
background: rgba(255, 255, 255, 0.8);
|
||||
}
|
||||
.rsssl-networksettings-overlay .rsssl-disabled-settings-overlay {
|
||||
position: absolute;
|
||||
width: calc(100% - 65px);
|
||||
bottom: 0;
|
||||
background-color: #fff;
|
||||
padding: 20px;
|
||||
margin: 12px;
|
||||
box-shadow: 0 0 5px 5px rgba(223, 222, 222, 0.4);
|
||||
}
|
||||
.rsssl-networksettings-overlay .rsssl-disabled-settings-overlay .rsssl-open {
|
||||
float: left;
|
||||
margin-right: 12px;
|
||||
}
|
||||
/* Hide review on own settings page */
|
||||
#rsssl_do_activate_ssl {
|
||||
margin-right: 10px;
|
||||
}
|
||||
.rlrsssl-review {
|
||||
display: none;
|
||||
}
|
||||
.rsssl-main {
|
||||
flex: 1;
|
||||
width: 80%;
|
||||
float: left;
|
||||
}
|
||||
.rsssl-sidebar img {
|
||||
max-width: 100%;
|
||||
/*height:inherit;*/
|
||||
}
|
||||
.really-simple-ssl-table {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
}
|
||||
.rsssl-table-td-main-content {
|
||||
width: 100%;
|
||||
}
|
||||
.really-simple-ssl-table tr:first-child {
|
||||
border-top-left-radius: 0.55rem;
|
||||
border-top-right-radius: 0.55rem;
|
||||
}
|
||||
.really-simple-ssl-table tr:last-child {
|
||||
margin-bottom: 0;
|
||||
border-bottom-left-radius: 0.55rem;
|
||||
border-bottom-right-radius: 0.55rem;
|
||||
}
|
||||
.really-simple-ssl-table tr {
|
||||
position: relative;
|
||||
padding-left: 5px;
|
||||
padding-top: 10px;
|
||||
background-color: #fff;
|
||||
}
|
||||
.debug-log {
|
||||
background-color: #fff;
|
||||
padding: 15px;
|
||||
}
|
||||
.rsssl-icons {
|
||||
width: 15px;
|
||||
height: 15px;
|
||||
}
|
||||
.rsssl-update-count {
|
||||
margin-left: 4px !important;
|
||||
display: inline-block;
|
||||
vertical-align: top;
|
||||
box-sizing: border-box;
|
||||
margin: 1px 0 -1px 2px;
|
||||
padding: 0 5px;
|
||||
min-width: 18px;
|
||||
height: 18px;
|
||||
border-radius: 9px;
|
||||
background-color: #D7263D;
|
||||
color: #fff;
|
||||
font-size: 11px;
|
||||
line-height: 1.6;
|
||||
text-align: center;
|
||||
z-index: 26;
|
||||
}
|
||||
/* rsssl-rsssl-tooltip for settings page */
|
||||
/* Base styles for the element that has a rsssl-tooltip */
|
||||
[data-rsssl-tooltip],
|
||||
.rsssl-tooltip {
|
||||
position: relative;
|
||||
cursor: pointer;
|
||||
}
|
||||
/* Base styles for the entire tooltip */
|
||||
[data-rsssl-tooltip]:before,
|
||||
[data-rsssl-tooltip]:after,
|
||||
.rsssl-tooltip:before,
|
||||
.rsssl-tooltip:after {
|
||||
position: absolute;
|
||||
visibility: hidden;
|
||||
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
|
||||
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
|
||||
opacity: 0;
|
||||
-webkit-transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out, -webkit-transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
|
||||
-moz-transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out, -moz-transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
|
||||
transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out, transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
|
||||
-webkit-transform: translate3d(0, 0, 0);
|
||||
-moz-transform: translate3d(0, 0, 0);
|
||||
transform: translate3d(0, 0, 0);
|
||||
pointer-events: none;
|
||||
}
|
||||
/* Show the entire rsssl-tooltip on hover and focus */
|
||||
[data-rsssl-tooltip]:hover:before,
|
||||
[data-rsssl-tooltip]:hover:after,
|
||||
[data-rsssl-tooltip]:focus:before,
|
||||
[data-rsssl-tooltip]:focus:after,
|
||||
.rsssl-tooltip:hover:before,
|
||||
.rsssl-tooltip:hover:after,
|
||||
.rsssl-tooltip:focus:before,
|
||||
.rsssl-tooltip:focus:after {
|
||||
visibility: visible;
|
||||
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
|
||||
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
|
||||
opacity: 1;
|
||||
}
|
||||
/* Base styles for the rsssl-tooltip's directional arrow */
|
||||
.rsssl-tooltip:before,
|
||||
[data-rsssl-tooltip]:before {
|
||||
z-index: 1001;
|
||||
border: 6px solid transparent;
|
||||
background: transparent;
|
||||
content: "";
|
||||
}
|
||||
/* Base styles for the rsssl-tooltip's content area */
|
||||
.rsssl-tooltip:after,
|
||||
[data-rsssl-tooltip]:after {
|
||||
z-index: 1000;
|
||||
padding: 8px;
|
||||
width: 220px;
|
||||
background-color: #000;
|
||||
background-color: hsla(0, 0%, 20%, 0.9);
|
||||
color: #fff;
|
||||
content: attr(data-rsssl-tooltip);
|
||||
font-size: 14px;
|
||||
line-height: 1.2;
|
||||
}
|
||||
/* Directions */
|
||||
/* Top (default) */
|
||||
.rsssl-tooltip-right {
|
||||
font-weight: normal;
|
||||
}
|
||||
[data-rsssl-tooltip]:before,
|
||||
[data-rsssl-tooltip]:after,
|
||||
.rsssl-tooltip:before,
|
||||
.rsssl-tooltip:after,
|
||||
.rsssl-tooltip-top:before,
|
||||
.rsssl-tooltip-top:after {
|
||||
bottom: 100%;
|
||||
left: 50%;
|
||||
}
|
||||
[data-rsssl-tooltip]:before,
|
||||
.rsssl-tooltip:before,
|
||||
.rsssl-tooltip-top:before {
|
||||
margin-left: -6px;
|
||||
margin-bottom: -12px;
|
||||
border-top-color: #000;
|
||||
border-top-color: hsla(0, 0%, 20%, 0.9);
|
||||
}
|
||||
/* Horizontally align top/bottom rsssl-tooltips */
|
||||
[data-rsssl-tooltip]:after,
|
||||
.rsssl-tooltip:after,
|
||||
.rsssl-tooltip-top:after {
|
||||
margin-left: -80px;
|
||||
}
|
||||
[data-rsssl-tooltip]:hover:before,
|
||||
[data-rsssl-tooltip]:hover:after,
|
||||
[data-rsssl-tooltip]:focus:before,
|
||||
[data-rsssl-tooltip]:focus:after,
|
||||
.rsssl-tooltip:hover:before,
|
||||
.rsssl-tooltip:hover:after,
|
||||
.rsssl-tooltip:focus:before,
|
||||
.rsssl-tooltip:focus:after,
|
||||
.rsssl-tooltip-top:hover:before,
|
||||
.rsssl-tooltip-top:hover:after,
|
||||
.rsssl-tooltip-top:focus:before,
|
||||
.rsssl-tooltip-top:focus:after {
|
||||
-webkit-transform: translateY(-12px);
|
||||
-moz-transform: translateY(-12px);
|
||||
transform: translateY(-12px);
|
||||
}
|
||||
/* Left */
|
||||
.rsssl-tooltip-left:before,
|
||||
.rsssl-tooltip-left:after {
|
||||
right: 100%;
|
||||
/*bottom: 50%;*/
|
||||
left: auto;
|
||||
}
|
||||
.rsssl-tooltip-left:before {
|
||||
margin-left: 0;
|
||||
margin-right: -12px;
|
||||
margin-bottom: 0;
|
||||
border-top-color: transparent;
|
||||
border-left-color: #000;
|
||||
border-left-color: hsla(0, 0%, 20%, 0.9);
|
||||
}
|
||||
.rsssl-tooltip-left:hover:before,
|
||||
.rsssl-tooltip-left:hover:after,
|
||||
.rsssl-tooltip-left:focus:before,
|
||||
.rsssl-tooltip-left:focus:after {
|
||||
-webkit-transform: translateX(-12px);
|
||||
-moz-transform: translateX(-12px);
|
||||
transform: translateX(-12px);
|
||||
}
|
||||
/* Bottom */
|
||||
.rsssl-tooltip-bottom:before,
|
||||
.rsssl-tooltip-bottom:after {
|
||||
top: 100%;
|
||||
bottom: auto;
|
||||
left: 50%;
|
||||
}
|
||||
.rsssl-tooltip-bottom:before {
|
||||
margin-top: -12px;
|
||||
margin-bottom: 0;
|
||||
border-top-color: transparent;
|
||||
border-bottom-color: #000;
|
||||
border-bottom-color: hsla(0, 0%, 20%, 0.9);
|
||||
}
|
||||
.rsssl-tooltip-bottom:hover:before,
|
||||
.rsssl-tooltip-bottom:hover:after,
|
||||
.rsssl-tooltip-bottom:focus:before,
|
||||
.rsssl-tooltip-bottom:focus:after {
|
||||
-webkit-transform: translateY(12px);
|
||||
-moz-transform: translateY(12px);
|
||||
transform: translateY(12px);
|
||||
}
|
||||
/* Right */
|
||||
.rsssl-tooltip-right:before,
|
||||
.rsssl-tooltip-right:after {
|
||||
bottom: 50%;
|
||||
left: 100%;
|
||||
}
|
||||
.rsssl-tooltip-right:before {
|
||||
margin-bottom: 0;
|
||||
margin-left: -12px;
|
||||
border-top-color: transparent;
|
||||
border-right-color: #000;
|
||||
border-right-color: hsla(0, 0%, 20%, 0.9);
|
||||
}
|
||||
.rsssl-tooltip-right:hover:before,
|
||||
.rsssl-tooltip-right:hover:after,
|
||||
.rsssl-tooltip-right:focus:before,
|
||||
.rsssl-tooltip-right:focus:after {
|
||||
-webkit-transform: translateX(12px);
|
||||
-moz-transform: translateX(12px);
|
||||
transform: translateX(12px);
|
||||
}
|
||||
/* Move directional arrows down a bit for left/right rsssl-tooltips */
|
||||
.rsssl-tooltip-left:before,
|
||||
.rsssl-tooltip-right:before {
|
||||
top: 3px;
|
||||
}
|
||||
/* Vertically center rsssl-tooltip content for left/right rsssl-tooltips */
|
||||
.rsssl-tooltip-left:after,
|
||||
.rsssl-tooltip-right:after {
|
||||
margin-left: 0;
|
||||
margin-bottom: -25px;
|
||||
}
|
||||
/* Styling for the sidebar in the admin tab of the free plugin */
|
||||
.rsssl-really-simple-plugins-logo {
|
||||
background-color: #ececec;
|
||||
margin-left: -15px;
|
||||
margin-right: -15px;
|
||||
}
|
||||
.rsssl-sidebar {
|
||||
width: 240px;
|
||||
margin-top: 20px;
|
||||
padding-left: 15px;
|
||||
padding-right: 15px;
|
||||
margin-right: 15px;
|
||||
padding-bottom: 15px;
|
||||
background-color: #ECECEC;
|
||||
}
|
||||
.rsssl-sidebar-single-content-container {
|
||||
min-height: 125px;
|
||||
padding-bottom: 35px;
|
||||
margin-bottom: 10px;
|
||||
background-color: #fff;
|
||||
width: 100%;
|
||||
border-radius: 3%;
|
||||
}
|
||||
.rsssl-sidebar-single-content-container-pro {
|
||||
background-color: #fff;
|
||||
min-height: 125px;
|
||||
padding-bottom: 35px;
|
||||
margin-bottom: 10px;
|
||||
width: 100%;
|
||||
border-radius: 3%;
|
||||
}
|
||||
.rsssl-sidebar-title h3 {
|
||||
font-size: 0.9em;
|
||||
}
|
||||
.rsssl-sidebar-text-content-pro {
|
||||
font-weight: 700;
|
||||
font-size: 0.8em;
|
||||
width: 90%;
|
||||
/*min-height: 100px;*/
|
||||
margin: auto;
|
||||
}
|
||||
.rsssl-sidebar-text-content {
|
||||
width: 45%;
|
||||
padding-top: 5px;
|
||||
padding-right: 7px;
|
||||
font-weight: 700;
|
||||
font-size: 0.8em;
|
||||
float: right;
|
||||
margin: 10px auto;
|
||||
}
|
||||
.rsssl-pro-image {
|
||||
height: 30px;
|
||||
margin-top: 6px;
|
||||
}
|
||||
.rsssl-sidebar-image-pro {
|
||||
width: 90%;
|
||||
margin: 10px;
|
||||
}
|
||||
.rsssl-sidebar-image {
|
||||
width: 100px;
|
||||
float: left;
|
||||
padding: 10px;
|
||||
height: 100px;
|
||||
}
|
||||
@media screen and (max-width: 1024px) and (min-width: 541px) {
|
||||
/* Let the main container be 100% width again */
|
||||
.rsssl-main {
|
||||
width: 100%;
|
||||
}
|
||||
.rsssl-sidebar-title {
|
||||
/*margin: auto;*/
|
||||
text-align: center;
|
||||
}
|
||||
.rsssl-container {
|
||||
flex-direction: column;
|
||||
}
|
||||
.rsssl-sidebar {
|
||||
width: 100%;
|
||||
/*padding-left: 10%;*/
|
||||
}
|
||||
.rsssl-really-simple-plugins-logo {
|
||||
width: 40%;
|
||||
}
|
||||
.rsssl-sidebar-single-content-container {
|
||||
background-color: #fff;
|
||||
width: 40%;
|
||||
padding-left: 25px;
|
||||
float: left;
|
||||
margin-right: 25px;
|
||||
}
|
||||
.rsssl-sidebar-single-content-container-pro {
|
||||
width: 40%;
|
||||
padding-left: 25px;
|
||||
margin: auto auto 25px;
|
||||
}
|
||||
.rsssl-sidebar-um-text-content {
|
||||
width: 40%;
|
||||
}
|
||||
.rsssl-pro-image {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
@media screen and (max-width: 540px) {
|
||||
.rsssl-main {
|
||||
width: 100%;
|
||||
}
|
||||
.rsssl-container {
|
||||
flex-direction: column;
|
||||
}
|
||||
.rsssl-sidebar {
|
||||
display: grid;
|
||||
text-align: -webkit-center;
|
||||
width: 70%;
|
||||
}
|
||||
.rsssl-sidebar-um-text-content {
|
||||
width: 45%;
|
||||
}
|
||||
.rsssl-sidebar-single-content-container-pro {
|
||||
padding-bottom: 10px;
|
||||
}
|
||||
.rsssl-sidebar-single-content-container {
|
||||
padding-bottom: 10px;
|
||||
}
|
||||
}
|
||||
.rsssl-sidebar h4 {
|
||||
font-size: 14px;
|
||||
font-style: italic;
|
||||
}
|
||||
.rsssl-wrapper {
|
||||
padding: 30px;
|
||||
}
|
||||
.rsssl-sidebar-list {
|
||||
font-size: 0.9em;
|
||||
}
|
||||
#rsssl-premium-button-pro {
|
||||
display: inline-table;
|
||||
width: 40%;
|
||||
text-align: center;
|
||||
float: right;
|
||||
font-size: inherit;
|
||||
height: 25px;
|
||||
-webkit-border-radius: 12px;
|
||||
-moz-border-radius: 12px;
|
||||
border-radius: 12px;
|
||||
border: none;
|
||||
background-color: #000000;
|
||||
color: white;
|
||||
margin-right: 5px;
|
||||
}
|
||||
.rsssl-sidebar-content {
|
||||
float: left;
|
||||
padding-bottom: 10px;
|
||||
}
|
||||
hr {
|
||||
display: block;
|
||||
height: 1px;
|
||||
border: 0;
|
||||
border-top: 1px solid #ccc;
|
||||
margin: 1em 0;
|
||||
padding: 0;
|
||||
}
|
||||
.rsssl-container {
|
||||
display: flex;
|
||||
}
|
||||
#rsssl-premium-button {
|
||||
display: inline-table;
|
||||
width: 40%;
|
||||
text-align: center;
|
||||
float: right;
|
||||
font-size: inherit;
|
||||
height: 25px;
|
||||
border-radius: 12px;
|
||||
border: none;
|
||||
background-color: #000000;
|
||||
color: white;
|
||||
margin-right: 5px;
|
||||
}
|
||||
.rsssl-more-info-button {
|
||||
border: none;
|
||||
border-radius: 50px;
|
||||
clear: both;
|
||||
margin-top: 10px;
|
||||
}
|
||||
/*
|
||||
cool checkbox sliders
|
||||
*/
|
||||
.rsssl-switch {
|
||||
position: relative;
|
||||
display: inline-block;
|
||||
width: 35px;
|
||||
height: 18px;
|
||||
}
|
||||
.rsssl-switch input {
|
||||
position: absolute;
|
||||
opacity: 0;
|
||||
display: block !important;
|
||||
}
|
||||
.rsssl-slider {
|
||||
position: absolute;
|
||||
cursor: pointer;
|
||||
top: 0;
|
||||
left: 0;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
background-color: #ccc;
|
||||
-webkit-transition: 0.4s;
|
||||
transition: 0.4s;
|
||||
}
|
||||
.rsssl-slider:before {
|
||||
position: absolute;
|
||||
content: "";
|
||||
height: 14px;
|
||||
width: 14px;
|
||||
left: 3px;
|
||||
bottom: 2.2px;
|
||||
background-color: white;
|
||||
-webkit-transition: 0.4s;
|
||||
transition: 0.4s;
|
||||
}
|
||||
.rsssl-slider.rsssl-round {
|
||||
border-radius: 20px;
|
||||
}
|
||||
.rsssl-slider.rsssl-round:before {
|
||||
border-radius: 50%;
|
||||
}
|
||||
input:checked + .rsssl-slider {
|
||||
background-color: #2DAAE1;
|
||||
}
|
||||
input:checked + .rsssl-slider:before {
|
||||
-webkit-transform: translateX(16px);
|
||||
-ms-transform: translateX(16px);
|
||||
transform: translateX(16px);
|
||||
}
|
||||
input:disabled + .rsssl-slider {
|
||||
background-color: #b3e0f4;
|
||||
}
|
||||
input:focus + .rsssl-slider {
|
||||
box-shadow: 0 0 1px #2DAAE1;
|
||||
}
|
||||
.debug-log {
|
||||
width: 90%;
|
||||
}
|
||||
.rsssl-dashboard-plusone {
|
||||
margin-left: 8px;
|
||||
}
|
||||
.rsssl-highlight {
|
||||
background-color: #fff;
|
||||
border-right: 4px solid #61ce70;
|
||||
-o-animation: fadeIt 5s ease-in-out;
|
||||
animation: fadeIt 5s ease-in-out;
|
||||
}
|
||||
@-o-keyframes fadeIt {
|
||||
0% {
|
||||
background-color: #FFFFFF;
|
||||
}
|
||||
30% {
|
||||
background-color: #d6efd6;
|
||||
}
|
||||
100% {
|
||||
border-left: 0;
|
||||
background-color: inherit;
|
||||
}
|
||||
}
|
||||
@keyframes fadeIt {
|
||||
0% {
|
||||
background-color: #FFFFFF;
|
||||
border-left: 0;
|
||||
}
|
||||
30% {
|
||||
background-color: #d6efd6;
|
||||
}
|
||||
100% {
|
||||
background-color: inherit;
|
||||
}
|
||||
}
|
||||
.form-table th {
|
||||
padding-left: 10px;
|
||||
}
|
||||
.rsssl-dashboard-dismiss .close {
|
||||
all: initial;
|
||||
}
|
||||
.rsssl-dashboard-dismiss span {
|
||||
font-size: 1.5em;
|
||||
color: black;
|
||||
font-family: sans-serif;
|
||||
}
|
||||
.rsssl-dashboard-dismiss span img {
|
||||
height: 12px;
|
||||
width: 12px;
|
||||
}
|
||||
.rsssl-dashboard-dismiss span:hover {
|
||||
cursor: pointer;
|
||||
color: grey;
|
||||
}
|
||||
/* License page */
|
||||
.rsssl-grid .rsssl-item.rsssl-license-grid .item-container .form-table tbody tr {
|
||||
max-width: 100%;
|
||||
width: 100%;
|
||||
}
|
||||
.rsssl-grid .rsssl-item.rsssl-license-grid .item-container .rsssl-grid-item-footer input + input {
|
||||
margin-left: 20px;
|
||||
}
|
||||
.rsssl_notice_license {
|
||||
font-size: 13px !important;
|
||||
border-radius: 0.25rem;
|
||||
padding: 10px 15px;
|
||||
margin: 10px 0;
|
||||
background-color: #29b6f6;
|
||||
border: 1px solid #29b6f6;
|
||||
color: #fff;
|
||||
}
|
||||
.rsssl_notice_license h1 {
|
||||
font-size: 16px;
|
||||
}
|
||||
.rsssl_notice_license p {
|
||||
font-size: 13px !important;
|
||||
}
|
||||
.rsssl_notice_license.success {
|
||||
background-color: #dff0d8;
|
||||
border-color: #d0e9c6;
|
||||
color: #3c763d;
|
||||
}
|
||||
.rsssl_notice_license.warning {
|
||||
color: #000;
|
||||
background-color: #FBC43D;
|
||||
border-color: #FBC43D;
|
||||
}
|
||||
.rsssl_notice_license ul {
|
||||
list-style-type: disc;
|
||||
margin-left: 22px;
|
||||
}
|
||||
/**
|
||||
settings saved
|
||||
*/
|
||||
.rsssl-container .rsssl-settings-saved,
|
||||
#rsssl-wizard .rsssl-settings-saved {
|
||||
display: none;
|
||||
opacity: 0;
|
||||
top: 20px;
|
||||
height: 45px;
|
||||
position: fixed;
|
||||
background-color: #fff;
|
||||
z-index: 999999;
|
||||
left: 50%;
|
||||
transform: translateX(-50%);
|
||||
text-align: left;
|
||||
box-shadow: 0 0 5px 5px rgba(222, 222, 222, 0.2);
|
||||
}
|
||||
.rsssl-container .rsssl-settings-saved .rsssl-success,
|
||||
#rsssl-wizard .rsssl-settings-saved .rsssl-success {
|
||||
color: #61ce70;
|
||||
}
|
||||
.rsssl-container .rsssl-settings-saved svg,
|
||||
#rsssl-wizard .rsssl-settings-saved svg {
|
||||
stroke: #61ce70;
|
||||
fill: #61ce70;
|
||||
}
|
||||
.rsssl-container .rsssl-settings-saved .rsssl-settings-saved__text_and_icon,
|
||||
#rsssl-wizard .rsssl-settings-saved .rsssl-settings-saved__text_and_icon {
|
||||
display: flex;
|
||||
align-content: center;
|
||||
padding: 0 20px;
|
||||
}
|
||||
.rsssl-container .rsssl-settings-saved .rsssl-settings-saved__text_and_icon .rsssl-icon,
|
||||
#rsssl-wizard .rsssl-settings-saved .rsssl-settings-saved__text_and_icon .rsssl-icon {
|
||||
margin: 12px 0 0 0;
|
||||
height: 30px;
|
||||
width: 30px;
|
||||
}
|
||||
.rsssl-container .rsssl-settings-saved .rsssl-settings-saved__text_and_icon span,
|
||||
#rsssl-wizard .rsssl-settings-saved .rsssl-settings-saved__text_and_icon span {
|
||||
display: flex;
|
||||
align-self: center;
|
||||
font-size: 12px;
|
||||
font-weight: 400;
|
||||
color: #696969;
|
||||
}
|
||||
.rsssl-container .rsssl-settings-saved .rsssl-settings-saved__text_and_icon div,
|
||||
#rsssl-wizard .rsssl-settings-saved .rsssl-settings-saved__text_and_icon div {
|
||||
display: flex;
|
||||
align-self: center;
|
||||
}
|
||||
.rsssl-container .rsssl-settings-saved.rsssl-settings-saved--fade-in,
|
||||
#rsssl-wizard .rsssl-settings-saved.rsssl-settings-saved--fade-in {
|
||||
display: block;
|
||||
-webkit-animation: fadeInFromNone 5s ease-in-out;
|
||||
-moz-animation: fadeInFromNone 5s ease-in-out;
|
||||
-o-animation: fadeInFromNone 5s ease-in-out;
|
||||
animation: fadeInFromNone 5s ease-in-out;
|
||||
}
|
||||
@-webkit-keyframes fadeInFromNone {
|
||||
0% {
|
||||
display: none;
|
||||
opacity: 0;
|
||||
top: 20px;
|
||||
}
|
||||
5% {
|
||||
display: block;
|
||||
opacity: 0;
|
||||
top: -10px;
|
||||
}
|
||||
15% {
|
||||
display: block;
|
||||
opacity: 1;
|
||||
top: 20px;
|
||||
}
|
||||
90% {
|
||||
display: block;
|
||||
opacity: 1;
|
||||
top: 20px;
|
||||
}
|
||||
100% {
|
||||
display: none;
|
||||
opacity: 0;
|
||||
top: 20px;
|
||||
}
|
||||
}
|
||||
@-moz-keyframes fadeInFromNone {
|
||||
0% {
|
||||
display: none;
|
||||
opacity: 0;
|
||||
top: 20px;
|
||||
}
|
||||
5% {
|
||||
display: block;
|
||||
opacity: 0;
|
||||
top: -10px;
|
||||
}
|
||||
15% {
|
||||
display: block;
|
||||
opacity: 1;
|
||||
top: 20px;
|
||||
}
|
||||
90% {
|
||||
display: block;
|
||||
opacity: 1;
|
||||
top: 20px;
|
||||
}
|
||||
100% {
|
||||
display: none;
|
||||
opacity: 0;
|
||||
top: 20px;
|
||||
}
|
||||
}
|
||||
@-o-keyframes fadeInFromNone {
|
||||
0% {
|
||||
display: none;
|
||||
opacity: 0;
|
||||
top: 20px;
|
||||
}
|
||||
5% {
|
||||
display: block;
|
||||
opacity: 0;
|
||||
top: -10px;
|
||||
}
|
||||
15% {
|
||||
display: block;
|
||||
opacity: 1;
|
||||
top: 20px;
|
||||
}
|
||||
90% {
|
||||
display: block;
|
||||
opacity: 1;
|
||||
top: 20px;
|
||||
}
|
||||
100% {
|
||||
display: none;
|
||||
opacity: 0;
|
||||
top: 20px;
|
||||
}
|
||||
}
|
||||
@keyframes fadeInFromNone {
|
||||
0% {
|
||||
display: none;
|
||||
opacity: 0;
|
||||
top: 20px;
|
||||
}
|
||||
5% {
|
||||
display: block;
|
||||
opacity: 0;
|
||||
top: -10px;
|
||||
}
|
||||
15% {
|
||||
display: block;
|
||||
opacity: 1;
|
||||
top: 20px;
|
||||
}
|
||||
90% {
|
||||
display: block;
|
||||
opacity: 1;
|
||||
top: 20px;
|
||||
}
|
||||
100% {
|
||||
display: none;
|
||||
opacity: 0;
|
||||
top: 20px;
|
||||
}
|
||||
}
|
||||
/*# sourceMappingURL=main.css.map */
|
||||
File diff suppressed because one or more lines are too long
914
wp-content/plugins/really-simple-ssl/assets/css/main.less
Normal file
914
wp-content/plugins/really-simple-ssl/assets/css/main.less
Normal file
@@ -0,0 +1,914 @@
|
||||
// RTL generator: https://cssjanus.github.io/
|
||||
@import 'wcag.less';
|
||||
@import 'variables.less';
|
||||
/*
|
||||
Hide nags from other plugins
|
||||
*/
|
||||
.error, .notice, .update-nag, .notice-info {
|
||||
&:not(.really-simple-plugins) {
|
||||
display: none !important;
|
||||
}
|
||||
}
|
||||
|
||||
.rsssl-spacer {
|
||||
width: 10px;
|
||||
}
|
||||
|
||||
.rsssl-scroll-container{
|
||||
height: 227px;
|
||||
overflow-y: auto;
|
||||
//padding: var(--rsp-spacing-s) var(--rsp-spacing-l);
|
||||
border-radius: 0;
|
||||
|
||||
&::-webkit-scrollbar-track {
|
||||
border-radius: 10px;
|
||||
-webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0);
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
&::-webkit-scrollbar {
|
||||
border-radius: 10px;
|
||||
width: 8px;
|
||||
background-color: var(--rsp-grey-300);
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
&::-webkit-scrollbar-thumb {
|
||||
background-color: var(--rsp-grey-400);
|
||||
border-radius: 10px;
|
||||
}
|
||||
}
|
||||
|
||||
/* comments on settings pages */
|
||||
.rsssl-grid .rsssl-item .item-container .form-table tbody tr.rsssl-comment-text {
|
||||
color:#888;
|
||||
font-size: 13px;
|
||||
font-weight: normal;
|
||||
font-style:italic;
|
||||
padding-bottom:0 !important;
|
||||
margin-top:0 !important;
|
||||
td {padding-top:0!important;}
|
||||
}
|
||||
.rsssl-networksettings-overlay{
|
||||
position: absolute;
|
||||
top:0;
|
||||
left: 0;
|
||||
bottom: 0;
|
||||
right: 0;
|
||||
background: rgba(255, 255, 255, 0.8);
|
||||
.rsssl-disabled-settings-overlay{
|
||||
.rsssl-open {
|
||||
float: left;
|
||||
margin-right:12px;
|
||||
}
|
||||
position:absolute;
|
||||
width: calc(100% - 65px);
|
||||
bottom: 0;
|
||||
background-color: #fff;
|
||||
padding: 20px;
|
||||
margin:12px;
|
||||
box-shadow: 0 0 5px 5px rgba(223,222,222,0.4);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
/* Hide review on own settings page */
|
||||
#rsssl_do_activate_ssl {
|
||||
margin-right:10px;
|
||||
}
|
||||
.rlrsssl-review {
|
||||
display:none;
|
||||
}
|
||||
|
||||
.rsssl-main {
|
||||
flex: 1;
|
||||
width: 80%;
|
||||
float:left;
|
||||
}
|
||||
|
||||
.rsssl-sidebar img {
|
||||
max-width:100%;
|
||||
/*height:inherit;*/
|
||||
}
|
||||
|
||||
.really-simple-ssl-table {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
.rsssl-table-td-main-content {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.really-simple-ssl-table tr:first-child {
|
||||
border-top-left-radius: .55rem;
|
||||
border-top-right-radius: .55rem;
|
||||
}
|
||||
|
||||
.really-simple-ssl-table tr:last-child {
|
||||
margin-bottom: 0;
|
||||
border-bottom-left-radius: .55rem;
|
||||
border-bottom-right-radius: .55rem;
|
||||
}
|
||||
|
||||
.really-simple-ssl-table tr {
|
||||
position: relative;
|
||||
padding-left: 5px;
|
||||
padding-top: 10px;
|
||||
background-color: #fff;
|
||||
}
|
||||
|
||||
.debug-log {
|
||||
background-color: #fff;
|
||||
padding:15px;
|
||||
}
|
||||
|
||||
.rsssl-icons {
|
||||
width:15px;
|
||||
height:15px;
|
||||
}
|
||||
|
||||
.rsssl-update-count {
|
||||
margin-left: 4px !important;
|
||||
display: inline-block;
|
||||
vertical-align: top;
|
||||
box-sizing: border-box;
|
||||
margin: 1px 0 -1px 2px;
|
||||
padding: 0 5px;
|
||||
min-width: 18px;
|
||||
height: 18px;
|
||||
border-radius: 9px;
|
||||
background-color: @rsp-red;
|
||||
color: #fff;
|
||||
font-size: 11px;
|
||||
line-height: 1.6;
|
||||
text-align: center;
|
||||
z-index: 26
|
||||
}
|
||||
|
||||
/* rsssl-rsssl-tooltip for settings page */
|
||||
/* Base styles for the element that has a rsssl-tooltip */
|
||||
[data-rsssl-tooltip],
|
||||
.rsssl-tooltip {
|
||||
position: relative;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
/* Base styles for the entire tooltip */
|
||||
[data-rsssl-tooltip]:before,
|
||||
[data-rsssl-tooltip]:after,
|
||||
.rsssl-tooltip:before,
|
||||
.rsssl-tooltip:after {
|
||||
position: absolute;
|
||||
visibility: hidden;
|
||||
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
|
||||
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
|
||||
opacity: 0;
|
||||
-webkit-transition:
|
||||
opacity 0.2s ease-in-out,
|
||||
visibility 0.2s ease-in-out,
|
||||
-webkit-transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
|
||||
-moz-transition:
|
||||
opacity 0.2s ease-in-out,
|
||||
visibility 0.2s ease-in-out,
|
||||
-moz-transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
|
||||
transition:
|
||||
opacity 0.2s ease-in-out,
|
||||
visibility 0.2s ease-in-out,
|
||||
transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
|
||||
-webkit-transform: translate3d(0, 0, 0);
|
||||
-moz-transform: translate3d(0, 0, 0);
|
||||
transform: translate3d(0, 0, 0);
|
||||
pointer-events: none;
|
||||
}
|
||||
|
||||
/* Show the entire rsssl-tooltip on hover and focus */
|
||||
[data-rsssl-tooltip]:hover:before,
|
||||
[data-rsssl-tooltip]:hover:after,
|
||||
[data-rsssl-tooltip]:focus:before,
|
||||
[data-rsssl-tooltip]:focus:after,
|
||||
.rsssl-tooltip:hover:before,
|
||||
.rsssl-tooltip:hover:after,
|
||||
.rsssl-tooltip:focus:before,
|
||||
.rsssl-tooltip:focus:after {
|
||||
visibility: visible;
|
||||
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
|
||||
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
/* Base styles for the rsssl-tooltip's directional arrow */
|
||||
.rsssl-tooltip:before,
|
||||
[data-rsssl-tooltip]:before {
|
||||
z-index: 1001;
|
||||
border: 6px solid transparent;
|
||||
background: transparent;
|
||||
content: "";
|
||||
}
|
||||
|
||||
/* Base styles for the rsssl-tooltip's content area */
|
||||
.rsssl-tooltip:after,
|
||||
[data-rsssl-tooltip]:after {
|
||||
z-index: 1000;
|
||||
padding: 8px;
|
||||
width: 220px;
|
||||
background-color: #000;
|
||||
background-color: hsla(0, 0%, 20%, 0.9);
|
||||
color: #fff;
|
||||
content: attr(data-rsssl-tooltip);
|
||||
font-size: 14px;
|
||||
line-height: 1.2;
|
||||
}
|
||||
|
||||
/* Directions */
|
||||
|
||||
/* Top (default) */
|
||||
.rsssl-tooltip-right {
|
||||
font-weight:normal;
|
||||
}
|
||||
[data-rsssl-tooltip]:before,
|
||||
[data-rsssl-tooltip]:after,
|
||||
.rsssl-tooltip:before,
|
||||
.rsssl-tooltip:after,
|
||||
.rsssl-tooltip-top:before,
|
||||
.rsssl-tooltip-top:after {
|
||||
bottom: 100%;
|
||||
left: 50%;
|
||||
}
|
||||
|
||||
[data-rsssl-tooltip]:before,
|
||||
.rsssl-tooltip:before,
|
||||
.rsssl-tooltip-top:before {
|
||||
margin-left: -6px;
|
||||
margin-bottom: -12px;
|
||||
border-top-color: #000;
|
||||
border-top-color: hsla(0, 0%, 20%, 0.9);
|
||||
}
|
||||
|
||||
/* Horizontally align top/bottom rsssl-tooltips */
|
||||
[data-rsssl-tooltip]:after,
|
||||
.rsssl-tooltip:after,
|
||||
.rsssl-tooltip-top:after {
|
||||
margin-left: -80px;
|
||||
}
|
||||
|
||||
[data-rsssl-tooltip]:hover:before,
|
||||
[data-rsssl-tooltip]:hover:after,
|
||||
[data-rsssl-tooltip]:focus:before,
|
||||
[data-rsssl-tooltip]:focus:after,
|
||||
.rsssl-tooltip:hover:before,
|
||||
.rsssl-tooltip:hover:after,
|
||||
.rsssl-tooltip:focus:before,
|
||||
.rsssl-tooltip:focus:after,
|
||||
.rsssl-tooltip-top:hover:before,
|
||||
.rsssl-tooltip-top:hover:after,
|
||||
.rsssl-tooltip-top:focus:before,
|
||||
.rsssl-tooltip-top:focus:after {
|
||||
-webkit-transform: translateY(-12px);
|
||||
-moz-transform: translateY(-12px);
|
||||
transform: translateY(-12px);
|
||||
}
|
||||
|
||||
/* Left */
|
||||
.rsssl-tooltip-left:before,
|
||||
.rsssl-tooltip-left:after {
|
||||
right: 100%;
|
||||
/*bottom: 50%;*/
|
||||
left: auto;
|
||||
}
|
||||
|
||||
.rsssl-tooltip-left:before {
|
||||
margin-left: 0;
|
||||
margin-right: -12px;
|
||||
margin-bottom: 0;
|
||||
border-top-color: transparent;
|
||||
border-left-color: #000;
|
||||
border-left-color: hsla(0, 0%, 20%, 0.9);
|
||||
}
|
||||
|
||||
.rsssl-tooltip-left:hover:before,
|
||||
.rsssl-tooltip-left:hover:after,
|
||||
.rsssl-tooltip-left:focus:before,
|
||||
.rsssl-tooltip-left:focus:after {
|
||||
-webkit-transform: translateX(-12px);
|
||||
-moz-transform: translateX(-12px);
|
||||
transform: translateX(-12px);
|
||||
}
|
||||
|
||||
/* Bottom */
|
||||
.rsssl-tooltip-bottom:before,
|
||||
.rsssl-tooltip-bottom:after {
|
||||
top: 100%;
|
||||
bottom: auto;
|
||||
left: 50%;
|
||||
}
|
||||
|
||||
.rsssl-tooltip-bottom:before {
|
||||
margin-top: -12px;
|
||||
margin-bottom: 0;
|
||||
border-top-color: transparent;
|
||||
border-bottom-color: #000;
|
||||
border-bottom-color: hsla(0, 0%, 20%, 0.9);
|
||||
}
|
||||
|
||||
.rsssl-tooltip-bottom:hover:before,
|
||||
.rsssl-tooltip-bottom:hover:after,
|
||||
.rsssl-tooltip-bottom:focus:before,
|
||||
.rsssl-tooltip-bottom:focus:after {
|
||||
-webkit-transform: translateY(12px);
|
||||
-moz-transform: translateY(12px);
|
||||
transform: translateY(12px);
|
||||
}
|
||||
|
||||
/* Right */
|
||||
.rsssl-tooltip-right:before,
|
||||
.rsssl-tooltip-right:after {
|
||||
bottom: 50%;
|
||||
left: 100%;
|
||||
}
|
||||
|
||||
.rsssl-tooltip-right:before {
|
||||
margin-bottom: 0;
|
||||
margin-left: -12px;
|
||||
border-top-color: transparent;
|
||||
border-right-color: #000;
|
||||
border-right-color: hsla(0, 0%, 20%, 0.9);
|
||||
}
|
||||
|
||||
.rsssl-tooltip-right:hover:before,
|
||||
.rsssl-tooltip-right:hover:after,
|
||||
.rsssl-tooltip-right:focus:before,
|
||||
.rsssl-tooltip-right:focus:after {
|
||||
-webkit-transform: translateX(12px);
|
||||
-moz-transform: translateX(12px);
|
||||
transform: translateX(12px);
|
||||
}
|
||||
|
||||
/* Move directional arrows down a bit for left/right rsssl-tooltips */
|
||||
.rsssl-tooltip-left:before,
|
||||
.rsssl-tooltip-right:before {
|
||||
top: 3px;
|
||||
}
|
||||
|
||||
/* Vertically center rsssl-tooltip content for left/right rsssl-tooltips */
|
||||
.rsssl-tooltip-left:after,
|
||||
.rsssl-tooltip-right:after {
|
||||
margin-left: 0;
|
||||
margin-bottom: -25px;
|
||||
}
|
||||
|
||||
/* Styling for the sidebar in the admin tab of the free plugin */
|
||||
|
||||
.rsssl-really-simple-plugins-logo {
|
||||
background-color: #ececec;
|
||||
margin-left: -15px;
|
||||
margin-right: -15px;
|
||||
}
|
||||
|
||||
.rsssl-sidebar {
|
||||
width: 240px;
|
||||
margin-top: 20px;
|
||||
padding-left: 15px;
|
||||
padding-right: 15px;
|
||||
margin-right: 15px;
|
||||
padding-bottom: 15px;
|
||||
background-color: #ECECEC;
|
||||
}
|
||||
|
||||
.rsssl-sidebar-single-content-container {
|
||||
min-height: 125px;
|
||||
padding-bottom: 35px;
|
||||
margin-bottom: 10px;
|
||||
background-color: #fff;
|
||||
width: 100%;
|
||||
border-radius: 3%;
|
||||
}
|
||||
|
||||
.rsssl-sidebar-single-content-container-pro {
|
||||
background-color: #fff;
|
||||
min-height: 125px;
|
||||
padding-bottom: 35px;
|
||||
margin-bottom: 10px;
|
||||
width: 100%;
|
||||
border-radius: 3%;
|
||||
}
|
||||
|
||||
.rsssl-sidebar-title h3 {
|
||||
font-size: 0.9em;
|
||||
}
|
||||
|
||||
.rsssl-sidebar-text-content-pro {
|
||||
font-weight: 700;
|
||||
font-size: 0.8em;
|
||||
width: 90%;
|
||||
/*min-height: 100px;*/
|
||||
margin: auto;
|
||||
}
|
||||
|
||||
.rsssl-sidebar-text-content {
|
||||
width: 45%;
|
||||
padding-top: 5px;
|
||||
padding-right: 7px;
|
||||
font-weight: 700;
|
||||
font-size: 0.8em;
|
||||
float: right;
|
||||
margin: 10px auto;
|
||||
}
|
||||
|
||||
.rsssl-pro-image {
|
||||
height: 30px;
|
||||
margin-top: 6px;
|
||||
}
|
||||
|
||||
.rsssl-sidebar-image-pro {
|
||||
width: 90%;
|
||||
margin: 10px;
|
||||
}
|
||||
|
||||
.rsssl-sidebar-image {
|
||||
width: 100px;
|
||||
float: left;
|
||||
padding: 10px;
|
||||
height: 100px;
|
||||
}
|
||||
|
||||
@media screen and (max-width: 1024px) and (min-width: 541px) {
|
||||
/* Let the main container be 100% width again */
|
||||
.rsssl-main {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.rsssl-sidebar-title {
|
||||
/*margin: auto;*/
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.rsssl-container {
|
||||
flex-direction: column;
|
||||
}
|
||||
.rsssl-sidebar {
|
||||
width: 100%;
|
||||
/*padding-left: 10%;*/
|
||||
}
|
||||
.rsssl-really-simple-plugins-logo {
|
||||
width: 40%;
|
||||
}
|
||||
.rsssl-sidebar-single-content-container {
|
||||
background-color: #fff;
|
||||
width: 40%;
|
||||
padding-left: 25px;
|
||||
float: left;
|
||||
margin-right: 25px;
|
||||
}
|
||||
|
||||
.rsssl-sidebar-single-content-container-pro {
|
||||
width: 40%;
|
||||
padding-left: 25px;
|
||||
margin: auto auto 25px;
|
||||
}
|
||||
|
||||
.rsssl-sidebar-um-text-content {
|
||||
width: 40%;
|
||||
}
|
||||
.rsssl-pro-image {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
@media screen and (max-width: 540px) {
|
||||
.rsssl-main {
|
||||
width: 100%;
|
||||
}
|
||||
.rsssl-container {
|
||||
flex-direction: column;
|
||||
}
|
||||
.rsssl-sidebar {
|
||||
display: grid;
|
||||
text-align: -webkit-center;
|
||||
width: 70%;
|
||||
}
|
||||
.rsssl-sidebar-um-text-content {
|
||||
width: 45%;
|
||||
}
|
||||
.rsssl-sidebar-single-content-container-pro {
|
||||
padding-bottom: 10px;
|
||||
}
|
||||
.rsssl-sidebar-single-content-container {
|
||||
padding-bottom: 10px;
|
||||
}
|
||||
}
|
||||
|
||||
.rsssl-sidebar h4 {
|
||||
font-size:14px;
|
||||
font-style:italic;
|
||||
}
|
||||
|
||||
.rsssl-wrapper {
|
||||
padding: 30px;
|
||||
}
|
||||
|
||||
.rsssl-sidebar-list {
|
||||
font-size: 0.9em;
|
||||
}
|
||||
|
||||
#rsssl-premium-button-pro {
|
||||
display: inline-table;
|
||||
width: 40%;
|
||||
text-align: center;
|
||||
float: right;
|
||||
font-size: inherit;
|
||||
height: 25px;
|
||||
-webkit-border-radius: 12px;
|
||||
-moz-border-radius: 12px;
|
||||
border-radius: 12px;
|
||||
border: none;
|
||||
background-color: #000000;
|
||||
color: white;
|
||||
margin-right: 5px;
|
||||
}
|
||||
|
||||
.rsssl-sidebar-content {
|
||||
float: left;
|
||||
padding-bottom: 10px;
|
||||
}
|
||||
|
||||
hr {
|
||||
display: block;
|
||||
height: 1px;
|
||||
border: 0;
|
||||
border-top: 1px solid #ccc;
|
||||
margin: 1em 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.rsssl-container {
|
||||
display: flex;
|
||||
}
|
||||
|
||||
#rsssl-premium-button {
|
||||
display: inline-table;
|
||||
width: 40%;
|
||||
text-align: center;
|
||||
float: right;
|
||||
font-size: inherit;
|
||||
height: 25px;
|
||||
border-radius: 12px;
|
||||
border: none;
|
||||
background-color: #000000;
|
||||
color: white;
|
||||
margin-right: 5px;
|
||||
}
|
||||
|
||||
.rsssl-more-info-button {
|
||||
border: none;
|
||||
border-radius: 50px;
|
||||
clear: both;
|
||||
margin-top: 10px;
|
||||
}
|
||||
|
||||
/*
|
||||
cool checkbox sliders
|
||||
*/
|
||||
.rsssl-switch {
|
||||
position: relative;
|
||||
display: inline-block;
|
||||
width: 35px;
|
||||
height: 18px;
|
||||
input {
|
||||
position:absolute;
|
||||
opacity:0;
|
||||
display:block !important; //temporary fix to override pro setting
|
||||
}
|
||||
}
|
||||
|
||||
.rsssl-slider {
|
||||
position: absolute;
|
||||
cursor: pointer;
|
||||
top: 0;
|
||||
left: 0;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
background-color: #ccc;
|
||||
-webkit-transition: .4s;
|
||||
transition: .4s;
|
||||
&:before {
|
||||
position: absolute;
|
||||
content: "";
|
||||
height: 14px;
|
||||
width: 14px;
|
||||
left: 3px;
|
||||
bottom: 2.2px;
|
||||
background-color: white;
|
||||
-webkit-transition: .4s;
|
||||
transition: .4s;
|
||||
}
|
||||
&.rsssl-round {
|
||||
border-radius: 20px;
|
||||
&:before {
|
||||
border-radius: 50%;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
input:checked + .rsssl-slider {
|
||||
background-color: #2DAAE1;
|
||||
}
|
||||
input:checked + .rsssl-slider:before {
|
||||
-webkit-transform: translateX(16px);
|
||||
-ms-transform: translateX(16px);
|
||||
transform: translateX(16px);
|
||||
}
|
||||
input:disabled + .rsssl-slider {
|
||||
background-color: #b3e0f4;
|
||||
}
|
||||
input:focus + .rsssl-slider {
|
||||
box-shadow: 0 0 1px #2DAAE1;
|
||||
}
|
||||
|
||||
.debug-log {
|
||||
width: 90%;
|
||||
}
|
||||
|
||||
.rsssl-dashboard-plusone {
|
||||
margin-left: 8px;
|
||||
}
|
||||
|
||||
.rsssl-highlight {
|
||||
background-color: #fff;
|
||||
border-right: 4px solid #61ce70;
|
||||
-o-animation: fadeIt 5s ease-in-out;
|
||||
animation: fadeIt 5s ease-in-out;
|
||||
}
|
||||
|
||||
@-o-keyframes fadeIt {
|
||||
0% { background-color: #FFFFFF; }
|
||||
30% { background-color: #d6efd6; }
|
||||
100% {
|
||||
border-left: 0;
|
||||
background-color: inherit;
|
||||
}
|
||||
}
|
||||
@keyframes fadeIt {
|
||||
0% {
|
||||
background-color: #FFFFFF;
|
||||
border-left: 0;
|
||||
}
|
||||
30% { background-color: #d6efd6; }
|
||||
100% { background-color: inherit; }
|
||||
}
|
||||
|
||||
.form-table th {
|
||||
padding-left: 10px;
|
||||
}
|
||||
|
||||
.rsssl-dashboard-dismiss .close {
|
||||
all: initial;
|
||||
}
|
||||
|
||||
.rsssl-dashboard-dismiss span {
|
||||
font-size: 1.5em;
|
||||
color: black;
|
||||
font-family: sans-serif;
|
||||
img {
|
||||
height: 12px;
|
||||
width: 12px;
|
||||
}
|
||||
}
|
||||
|
||||
.rsssl-dashboard-dismiss span:hover {
|
||||
cursor: pointer;
|
||||
color: grey;
|
||||
}
|
||||
|
||||
/* License page */
|
||||
.rsssl-grid .rsssl-item.rsssl-license-grid .item-container {
|
||||
.form-table tbody tr {
|
||||
max-width: 100%;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.rsssl-grid-item-footer {
|
||||
input + input {
|
||||
margin-left:20px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.rsssl_notice_license {
|
||||
|
||||
font-size: 13px !important;
|
||||
border-radius: .25rem;
|
||||
padding: 10px 15px;
|
||||
margin: 10px 0;
|
||||
background-color: #29b6f6;
|
||||
border: 1px solid #29b6f6;
|
||||
color: #fff;
|
||||
|
||||
h1 {
|
||||
font-size: 16px;
|
||||
}
|
||||
|
||||
p {
|
||||
font-size: 13px !important;
|
||||
}
|
||||
|
||||
&.success {
|
||||
background-color: #dff0d8;
|
||||
border-color: #d0e9c6;
|
||||
color: #3c763d;
|
||||
}
|
||||
|
||||
&.warning {
|
||||
color: #000;
|
||||
background-color: #FBC43D;;
|
||||
border-color: #FBC43D;
|
||||
}
|
||||
|
||||
ul {
|
||||
list-style-type: disc;
|
||||
margin-left: 22px;
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
settings saved
|
||||
*/
|
||||
|
||||
|
||||
.rsssl-container, #rsssl-wizard {
|
||||
.rsssl-settings-saved {
|
||||
display: none;
|
||||
opacity: 0;
|
||||
top: 20px;
|
||||
height: 45px;
|
||||
position: fixed;
|
||||
background-color: #fff;
|
||||
z-index: 999999;
|
||||
left: 50%;
|
||||
transform: translateX(-50%);
|
||||
text-align: left;
|
||||
box-shadow: 0 0 5px 5px rgba(222, 222, 222, 0.2);
|
||||
|
||||
.rsssl-success {
|
||||
color: #61ce70;
|
||||
}
|
||||
|
||||
svg {
|
||||
stroke: #61ce70;
|
||||
fill: #61ce70;
|
||||
}
|
||||
|
||||
.rsssl-settings-saved__text_and_icon {
|
||||
.rsssl-icon {
|
||||
margin: 12px 0 0 0;
|
||||
height: 30px;
|
||||
width: 30px;
|
||||
}
|
||||
|
||||
display: flex;
|
||||
align-content: center;
|
||||
padding: 0 20px;
|
||||
|
||||
span {
|
||||
display: flex;
|
||||
align-self: center;
|
||||
font-size: 12px;
|
||||
font-weight: 400;
|
||||
color: #696969;
|
||||
}
|
||||
|
||||
div {
|
||||
display: flex;
|
||||
align-self: center;
|
||||
}
|
||||
}
|
||||
|
||||
&.rsssl-settings-saved--fade-in {
|
||||
display: block;
|
||||
-webkit-animation: fadeInFromNone 5s ease-in-out;
|
||||
-moz-animation: fadeInFromNone 5s ease-in-out;
|
||||
-o-animation: fadeInFromNone 5s ease-in-out;
|
||||
animation: fadeInFromNone 5s ease-in-out;
|
||||
}
|
||||
|
||||
@-webkit-keyframes fadeInFromNone {
|
||||
0% {
|
||||
display: none;
|
||||
opacity: 0;
|
||||
top: 20px;
|
||||
}
|
||||
|
||||
5% {
|
||||
display: block;
|
||||
opacity: 0;
|
||||
top: -10px;
|
||||
}
|
||||
|
||||
15% {
|
||||
display: block;
|
||||
opacity: 1;
|
||||
top: 20px;
|
||||
}
|
||||
90% {
|
||||
display: block;
|
||||
opacity: 1;
|
||||
top: 20px;
|
||||
}
|
||||
100% {
|
||||
display: none;
|
||||
opacity: 0;
|
||||
top: 20px;
|
||||
}
|
||||
}
|
||||
|
||||
@-moz-keyframes fadeInFromNone {
|
||||
0% {
|
||||
display: none;
|
||||
opacity: 0;
|
||||
top: 20px;
|
||||
}
|
||||
|
||||
5% {
|
||||
display: block;
|
||||
opacity: 0;
|
||||
top: -10px;
|
||||
}
|
||||
|
||||
15% {
|
||||
display: block;
|
||||
opacity: 1;
|
||||
top: 20px;
|
||||
}
|
||||
90% {
|
||||
display: block;
|
||||
opacity: 1;
|
||||
top: 20px;
|
||||
}
|
||||
100% {
|
||||
display: none;
|
||||
opacity: 0;
|
||||
top: 20px;
|
||||
}
|
||||
}
|
||||
|
||||
@-o-keyframes fadeInFromNone {
|
||||
0% {
|
||||
display: none;
|
||||
opacity: 0;
|
||||
top: 20px;
|
||||
}
|
||||
|
||||
5% {
|
||||
display: block;
|
||||
opacity: 0;
|
||||
top: -10px;
|
||||
}
|
||||
|
||||
15% {
|
||||
display: block;
|
||||
opacity: 1;
|
||||
top: 20px;
|
||||
}
|
||||
90% {
|
||||
display: block;
|
||||
opacity: 1;
|
||||
top: 20px;
|
||||
}
|
||||
100% {
|
||||
display: none;
|
||||
opacity: 0;
|
||||
top: 20px;
|
||||
}
|
||||
}
|
||||
|
||||
@keyframes fadeInFromNone {
|
||||
0% {
|
||||
display: none;
|
||||
opacity: 0;
|
||||
top: 20px;
|
||||
}
|
||||
|
||||
5% {
|
||||
display: block;
|
||||
opacity: 0;
|
||||
top: -10px;
|
||||
}
|
||||
|
||||
15% {
|
||||
display: block;
|
||||
opacity: 1;
|
||||
top: 20px;
|
||||
}
|
||||
90% {
|
||||
display: block;
|
||||
opacity: 1;
|
||||
top: 20px;
|
||||
}
|
||||
100% {
|
||||
display: none;
|
||||
opacity: 0;
|
||||
top: 20px;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
1
wp-content/plugins/really-simple-ssl/assets/css/main.min.css
vendored
Normal file
1
wp-content/plugins/really-simple-ssl/assets/css/main.min.css
vendored
Normal file
File diff suppressed because one or more lines are too long
135
wp-content/plugins/really-simple-ssl/assets/css/progress.css
Normal file
135
wp-content/plugins/really-simple-ssl/assets/css/progress.css
Normal file
@@ -0,0 +1,135 @@
|
||||
/**move to css variables in time */
|
||||
:root {
|
||||
--rsp-break-xs: 400px;
|
||||
--rsp-break-s: 576px;
|
||||
--rsp-break-m: 768px;
|
||||
--rsp-break-l: 992px;
|
||||
--rsp-break-xl: 1200px;
|
||||
--rsp-break-xxl: 1400px;
|
||||
--rsp-spacing-xs: 10px;
|
||||
--rsp-spacing-s: 15px;
|
||||
--rsp-spacing-m: 20px;
|
||||
--rsp-spacing-l: 30px;
|
||||
--rsp-spacing-xl: 40px;
|
||||
--rsp-grid-margin: var(--rsp-spacing-xs);
|
||||
--rsp-grid-gap: var(--rsp-spacing-m);
|
||||
--rsp-border-radius: 12px;
|
||||
--rsp-border: 1px solid var(--rsp-border-color);
|
||||
--rsp-box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
|
||||
--rsp-border-color: #dfdfdf;
|
||||
--rsp-black: #333;
|
||||
--rsp-white: #fff;
|
||||
--rsp-yellow: #f4bf3e;
|
||||
--rsp-blue: #29b6f6;
|
||||
--rsp-dark-blue: #5A6FA5;
|
||||
--rsp-green: #2e8a37;
|
||||
--rsp-red: #D7263D;
|
||||
--rsp-pink: #E35899;
|
||||
--rsp-orange: #f39c12;
|
||||
--rsp-yellow-faded: rgba(244, 191, 62, 0.1);
|
||||
--rsp-blue-faded: rgba(41, 182, 246, 0.1);
|
||||
--rsp-dark-blue-faded: rgba(41, 182, 246, 0.1);
|
||||
--rsp-green-faded: rgba(46, 138, 55, 0.1);
|
||||
--rsp-red-faded: rgba(215, 38, 61, 0.1);
|
||||
--rsp-pink-faded: rgba(227, 88, 153, 0.1);
|
||||
--rsp-orange-faded: rgba(243, 156, 18, 0.1);
|
||||
--rsp-background-block-color: var(--rsp-white);
|
||||
--rsp-background-color: #f0f0f1;
|
||||
--rsp-input-background-color: #F1F1F1;
|
||||
--rsp-input-text-color: var(--rsp-text-color);
|
||||
--rsp-input-border-color: #8c8f94;
|
||||
--rsp-text-color: rgba(26, 26, 26, 0.9);
|
||||
--rsp-text-color-invert: rgba(255, 255, 255, 0.9);
|
||||
--rsp-text-color-white: rgba(255, 255, 255, 0.9);
|
||||
--rsp-text-color-light: rgba(69, 69, 82, 0.9);
|
||||
--rsp-grey-200: #fafafa;
|
||||
--rsp-grey-300: #ededed;
|
||||
--rsp-grey-400: #c6c6c6;
|
||||
--rsp-grey-500: #737373;
|
||||
--rsp-grey-600: #696969;
|
||||
--rsp-color-success: var(--rsp-green);
|
||||
--rsp-color-error: var(--rsp-red);
|
||||
--rsp-color-warning: var(--rsp-orange);
|
||||
--rsp-color-open: var(--rsp-yellow);
|
||||
--rsp-fs-100: 0.6125rem;
|
||||
--rsp-fs-200: 0.625rem;
|
||||
--rsp-fs-300: 0.8125rem;
|
||||
--rsp-fs-400: 0.875rem;
|
||||
--rsp-fs-500: 1rem;
|
||||
--rsp-fs-600: 1.125rem;
|
||||
--rsp-fs-700: 1.25rem;
|
||||
--rsp-fs-800: 1.5rem;
|
||||
--rsp-fs-900: 2.5rem;
|
||||
--rsp-brand-primary: var(--rsp-green);
|
||||
--rsp-brand-secondary: var(--rsp-yellow);
|
||||
--rsp-brand-primary-faded: var(--rsp-green-faded);
|
||||
}
|
||||
.rsssl-progress-block {
|
||||
padding-top: 10px;
|
||||
}
|
||||
.rsssl-progress-block .rsssl-progress {
|
||||
overflow: hidden;
|
||||
height: 20px;
|
||||
border-radius: 5px;
|
||||
background-color: #f7f7f7;
|
||||
}
|
||||
.rsssl-progress-block .rsssl-progress .rsssl-bar {
|
||||
height: 100%;
|
||||
background-color: #61ce70;
|
||||
}
|
||||
.rsssl-progress-block .rsssl-progress .rsssl-bar.rsssl-orange {
|
||||
background-color: #FBC43D;
|
||||
}
|
||||
.rsssl-progress-block .rsssl-progress-text {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
margin: 10px 0;
|
||||
padding-top: 10px;
|
||||
padding-bottom: 10px;
|
||||
}
|
||||
.rsssl-progress-block .rsssl-progress-text .rsssl-task-list {
|
||||
height: 257px;
|
||||
overflow: hidden;
|
||||
}
|
||||
.rsssl-progress-block .rsssl-progress-text .rsssl-toggle-active {
|
||||
text-decoration: underline;
|
||||
}
|
||||
.rsssl-progress-block .rsssl-progress-text #rsssl-all-tasks,
|
||||
.rsssl-progress-block .rsssl-progress-text #rsssl-remaining-tasks {
|
||||
display: none;
|
||||
}
|
||||
.rsssl-progress-block .rsssl-progress-text .rsssl-tasks-container {
|
||||
border-bottom: 1px solid lightgrey;
|
||||
color: lightgrey;
|
||||
}
|
||||
.rsssl-progress-block .rsssl-progress-text .rsssl-tasks-container.active {
|
||||
text-decoration: none;
|
||||
border-bottom: 0;
|
||||
color: initial;
|
||||
}
|
||||
.rsssl-progress-block .rsssl-progress-text .rsssl-tasks-inactive {
|
||||
text-decoration: underline;
|
||||
color: lightgrey;
|
||||
}
|
||||
.rsssl-progress-block .rsssl-progress-text .rsssl-progress-percentage {
|
||||
font-size: 32px;
|
||||
font-weight: 700;
|
||||
}
|
||||
.rsssl-progress-block .rsssl-progress-text .rsssl-progress-text {
|
||||
margin-left: 35px;
|
||||
font-size: 18px;
|
||||
font-weight: 600;
|
||||
}
|
||||
.rsssl-progress-block .rsssl-progress-text .rsssl-progress-text a {
|
||||
margin-left: 3px;
|
||||
}
|
||||
.rsssl-progress-block .rsssl-progress-table tr {
|
||||
position: relative;
|
||||
}
|
||||
.rsssl-progress-block .rsssl-progress-table td {
|
||||
padding: 10px 10px 10px 0;
|
||||
}
|
||||
.rsssl-progress-block .rsssl-progress-table td + td {
|
||||
padding-left: 15px;
|
||||
}
|
||||
/*# sourceMappingURL=progress.css.map */
|
||||
@@ -0,0 +1 @@
|
||||
{"version":3,"sources":["variables.less","progress.less"],"names":[],"mappings":";AA2DA;EAEE,qBAAA;EACA,oBAAA;EACA,oBAAA;EACA,oBAAA;EACA,sBAAA;EACA,uBAAA;EAGA,sBAAA;EACA,qBAAA;EACA,qBAAA;EACA,qBAAA;EACA,sBAAA;EAGA,mBAAmB,qBAAnB;EACA,gBAAgB,oBAAhB;EAGA,yBAAA;EACA,wBAAwB,uBAAxB;EACA,2FAAA;EACA,2BAAA;EAGA,iBAAA;EACA,iBAAA;EACA,qBAAA;EACA,mBAAA;EACA,wBAAA;EACA,oBAAA;EACA,kBAAA;EACA,mBAAA;EACA,qBAAA;EAEA,2CAAA;EACA,yCAAA;EACA,8CAAA;EACA,yCAAA;EACA,uCAAA;EACA,yCAAA;EACA,2CAAA;EAEA,8BAA8B,gBAA9B;EACA,+BAAA;EAGA,qCAAA;EACA,wBAAwB,qBAAxB;EACA,iCAAA;EAEA,uCAAA;EACA,iDAAA;EACA,gDAAA;EACA,6CAAA;EAEA,uBAAA;EACA,uBAAA;EACA,uBAAA;EACA,uBAAA;EACA,uBAAA;EAGA,qBAAqB,gBAArB;EACA,mBAAmB,cAAnB;EACA,qBAAqB,iBAArB;EACA,kBAAkB,iBAAlB;EAGA,uBAAA;EACA,sBAAA;EACA,uBAAA;EACA,sBAAA;EACA,kBAAA;EACA,sBAAA;EACA,qBAAA;EACA,oBAAA;EACA,oBAAA;EAGA,qBAAqB,gBAArB;EACA,uBAAuB,iBAAvB;EACA,2BAA2B,sBAA3B;;AC7IF;EACE,iBAAA;;AADF,qBAEE;EACE,gBAAA;EACA,YAAA;EACA,kBAAA;EACA,yBAAA;;AANJ,qBAEE,gBAKE;EACE,YAAA;EACA,yBAAA;;AACA,qBARJ,gBAKE,WAGG;EACC,yBAAA;;AAXR,qBAgBE;EACE,aAAA;EACA,mBAAA;EACA,cAAA;EACA,iBAAA;EACA,oBAAA;;AArBJ,qBAgBE,qBAOE;EACE,aAAA;EACA,gBAAA;;AAzBN,qBAgBE,qBAYE;EACE,0BAAA;;AA7BN,qBAgBE,qBAgBE;AAhCJ,qBAgBE,qBAgBoB;EAChB,aAAA;;AAjCN,qBAgBE,qBAoBE;EACE,kCAAA;EACA,gBAAA;;AACA,qBAvBJ,qBAoBE,uBAGG;EACC,qBAAA;EACA,gBAAA;EACA,cAAA;;AA1CR,qBAgBE,qBA+BE;EACE,0BAAA;EACA,gBAAA;;AAjDN,qBAgBE,qBAoCE;EACE,eAAA;EACA,gBAAA;;AAtDN,qBAgBE,qBAyCE;EACE,iBAAA;EACA,eAAA;EACA,gBAAA;;AA5DN,qBAgBE,qBAyCE,qBAIE;EACE,gBAAA;;AA9DR,qBAmEE,sBACE;EACE,kBAAA;;AArEN,qBAmEE,sBAIE;EACE,yBAAA;;AAxEN,qBAmEE,sBAOE,GAAG;EAAK,kBAAA","file":"progress.css"}
|
||||
101
wp-content/plugins/really-simple-ssl/assets/css/progress.less
Normal file
101
wp-content/plugins/really-simple-ssl/assets/css/progress.less
Normal file
@@ -0,0 +1,101 @@
|
||||
@import "variables.less";
|
||||
|
||||
.rsssl-progress-block {
|
||||
padding-top: 10px;
|
||||
.rsssl-progress {
|
||||
overflow: hidden;
|
||||
height: 20px;
|
||||
border-radius: 5px;
|
||||
background-color: #f7f7f7;
|
||||
.rsssl-bar {
|
||||
height: 100%;
|
||||
background-color: @color-success;
|
||||
&.rsssl-orange {
|
||||
background-color: @color_open;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.rsssl-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 {
|
||||
margin-left: 35px;
|
||||
font-size:18px;
|
||||
font-weight:600;
|
||||
a {
|
||||
margin-left: 3px;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
.rsssl-header-html {
|
||||
display: flex;
|
||||
color: @light-text-color;
|
||||
.rsssl-toggle-active {
|
||||
text-decoration: underline;
|
||||
}
|
||||
}
|
||||
|
||||
.rsssl-task-control-container {
|
||||
display:flex;
|
||||
label {
|
||||
margin:0 5px;
|
||||
border-bottom:1px solid lightgrey;
|
||||
color: lightgrey;
|
||||
}
|
||||
&.rsssl-active-filter-remaining .rsssl-remaining-tasks label {
|
||||
text-decoration: none;
|
||||
border-bottom:0;
|
||||
color:initial;
|
||||
}
|
||||
&.rsssl-active-filter-all .rsssl-all-tasks label {
|
||||
text-decoration: none;
|
||||
border-bottom:0;
|
||||
color:initial;
|
||||
}
|
||||
}
|
||||
/**
|
||||
* Task element, list of tasks
|
||||
*/
|
||||
|
||||
.rsssl-task-element {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
gap: var(--rsp-spacing-m);
|
||||
padding-bottom: var(--rsp-spacing-s);
|
||||
.rsssl-task-message {
|
||||
flex:1;
|
||||
}
|
||||
.rsssl-task-dismiss {
|
||||
button {
|
||||
all:initial; //remove default button styles
|
||||
}
|
||||
span {
|
||||
font-size: 1.5em;
|
||||
color: black;
|
||||
font-family: sans-serif;
|
||||
&:hover {
|
||||
cursor: pointer;
|
||||
color: grey;
|
||||
}
|
||||
svg {
|
||||
height: 12px;
|
||||
width: 12px;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
1
wp-content/plugins/really-simple-ssl/assets/css/progress.min.css
vendored
Normal file
1
wp-content/plugins/really-simple-ssl/assets/css/progress.min.css
vendored
Normal file
@@ -0,0 +1 @@
|
||||
:root{--rsp-break-xs:400px;--rsp-break-s:576px;--rsp-break-m:768px;--rsp-break-l:992px;--rsp-break-xl:1200px;--rsp-break-xxl:1400px;--rsp-spacing-xs:10px;--rsp-spacing-s:15px;--rsp-spacing-m:20px;--rsp-spacing-l:30px;--rsp-spacing-xl:40px;--rsp-grid-margin:var(--rsp-spacing-xs);--rsp-grid-gap:var(--rsp-spacing-m);--rsp-border-radius:12px;--rsp-border:1px solid var(--rsp-border-color);--rsp-box-shadow:rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;--rsp-border-color:#dfdfdf;--rsp-black:#333;--rsp-white:#fff;--rsp-yellow:#f4bf3e;--rsp-blue:#29b6f6;--rsp-dark-blue:#5A6FA5;--rsp-green:#2e8a37;--rsp-red:#D7263D;--rsp-pink:#E35899;--rsp-orange:#f39c12;--rsp-yellow-faded:rgba(244, 191, 62, 0.1);--rsp-blue-faded:rgba(41, 182, 246, 0.1);--rsp-dark-blue-faded:rgba(41, 182, 246, 0.1);--rsp-green-faded:rgba(46, 138, 55, 0.1);--rsp-red-faded:rgba(215, 38, 61, 0.1);--rsp-pink-faded:rgba(227, 88, 153, 0.1);--rsp-orange-faded:rgba(243, 156, 18, 0.1);--rsp-background-block-color:var(--rsp-white);--rsp-background-color:#f0f0f1;--rsp-input-background-color:#F1F1F1;--rsp-input-text-color:var(--rsp-text-color);--rsp-input-border-color:#8c8f94;--rsp-text-color:rgba(26, 26, 26, 0.9);--rsp-text-color-invert:rgba(255, 255, 255, 0.9);--rsp-text-color-white:rgba(255, 255, 255, 0.9);--rsp-text-color-light:rgba(69, 69, 82, 0.9);--rsp-grey-200:#fafafa;--rsp-grey-300:#ededed;--rsp-grey-400:#c6c6c6;--rsp-grey-500:#737373;--rsp-grey-600:#696969;--rsp-color-success:var(--rsp-green);--rsp-color-error:var(--rsp-red);--rsp-color-warning:var(--rsp-orange);--rsp-color-open:var(--rsp-yellow);--rsp-fs-100:0.6125rem;--rsp-fs-200:0.625rem;--rsp-fs-300:0.8125rem;--rsp-fs-400:0.875rem;--rsp-fs-500:1rem;--rsp-fs-600:1.125rem;--rsp-fs-700:1.25rem;--rsp-fs-800:1.5rem;--rsp-fs-900:2.5rem;--rsp-brand-primary:var(--rsp-green);--rsp-brand-secondary:var(--rsp-yellow);--rsp-brand-primary-faded:var(--rsp-green-faded)}.rsssl-progress-block{padding-top:10px}.rsssl-progress-block .rsssl-progress{overflow:hidden;height:20px;border-radius:5px;background-color:#f7f7f7}.rsssl-progress-block .rsssl-progress .rsssl-bar{height:100%;background-color:#61ce70}.rsssl-progress-block .rsssl-progress .rsssl-bar.rsssl-orange{background-color:#fbc43d}.rsssl-progress-block .rsssl-progress-text{display:flex;align-items:center;margin:10px 0;padding-top:10px;padding-bottom:10px}.rsssl-progress-block .rsssl-progress-text .rsssl-task-list{height:257px;overflow:hidden}.rsssl-progress-block .rsssl-progress-text .rsssl-toggle-active{text-decoration:underline}.rsssl-progress-block .rsssl-progress-text #rsssl-all-tasks,.rsssl-progress-block .rsssl-progress-text #rsssl-remaining-tasks{display:none}.rsssl-progress-block .rsssl-progress-text .rsssl-tasks-container{border-bottom:1px solid #d3d3d3;color:#d3d3d3}.rsssl-progress-block .rsssl-progress-text .rsssl-tasks-container.active{text-decoration:none;border-bottom:0;color:initial}.rsssl-progress-block .rsssl-progress-text .rsssl-tasks-inactive{text-decoration:underline;color:#d3d3d3}.rsssl-progress-block .rsssl-progress-text .rsssl-progress-percentage{font-size:32px;font-weight:700}.rsssl-progress-block .rsssl-progress-text .rsssl-progress-text{margin-left:35px;font-size:18px;font-weight:600}.rsssl-progress-block .rsssl-progress-text .rsssl-progress-text a{margin-left:3px}.rsssl-progress-block .rsssl-progress-table tr{position:relative}.rsssl-progress-block .rsssl-progress-table td{padding:10px 10px 10px 0}.rsssl-progress-block .rsssl-progress-table td+td{padding-left:15px}
|
||||
210
wp-content/plugins/really-simple-ssl/assets/css/tooltips.less
Normal file
210
wp-content/plugins/really-simple-ssl/assets/css/tooltips.less
Normal file
@@ -0,0 +1,210 @@
|
||||
/* rsssl-rsssl-tooltip for settings page */
|
||||
/* Base styles for the element that has a rsssl-tooltip */
|
||||
[data-rsssl-tooltip],
|
||||
.rsssl-tooltip {
|
||||
position: relative;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
/* Base styles for the entire tooltip */
|
||||
[data-rsssl-tooltip]:before,
|
||||
[data-rsssl-tooltip]:after,
|
||||
.rsssl-tooltip:before,
|
||||
.rsssl-tooltip:after {
|
||||
position: absolute;
|
||||
visibility: hidden;
|
||||
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
|
||||
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
|
||||
opacity: 0;
|
||||
-webkit-transition:
|
||||
opacity 0.2s ease-in-out,
|
||||
visibility 0.2s ease-in-out,
|
||||
-webkit-transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
|
||||
-moz-transition:
|
||||
opacity 0.2s ease-in-out,
|
||||
visibility 0.2s ease-in-out,
|
||||
-moz-transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
|
||||
transition:
|
||||
opacity 0.2s ease-in-out,
|
||||
visibility 0.2s ease-in-out,
|
||||
transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
|
||||
-webkit-transform: translate3d(0, 0, 0);
|
||||
-moz-transform: translate3d(0, 0, 0);
|
||||
transform: translate3d(0, 0, 0);
|
||||
pointer-events: none;
|
||||
}
|
||||
|
||||
/* Show the entire rsssl-tooltip on hover and focus */
|
||||
[data-rsssl-tooltip]:hover:before,
|
||||
[data-rsssl-tooltip]:hover:after,
|
||||
[data-rsssl-tooltip]:focus:before,
|
||||
[data-rsssl-tooltip]:focus:after,
|
||||
.rsssl-tooltip:hover:before,
|
||||
.rsssl-tooltip:hover:after,
|
||||
.rsssl-tooltip:focus:before,
|
||||
.rsssl-tooltip:focus:after {
|
||||
visibility: visible;
|
||||
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
|
||||
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
/* Base styles for the rsssl-tooltip's directional arrow */
|
||||
.rsssl-tooltip:before,
|
||||
[data-rsssl-tooltip]:before {
|
||||
z-index: 1001;
|
||||
border: 6px solid transparent;
|
||||
background: transparent;
|
||||
content: "";
|
||||
}
|
||||
|
||||
/* Base styles for the rsssl-tooltip's content area */
|
||||
.rsssl-tooltip:after,
|
||||
[data-rsssl-tooltip]:after {
|
||||
z-index: 1000;
|
||||
padding: 8px;
|
||||
width: 220px;
|
||||
background-color: #000;
|
||||
background-color: hsla(0, 0%, 20%, 0.9);
|
||||
color: #fff;
|
||||
content: attr(data-rsssl-tooltip);
|
||||
font-size: 14px;
|
||||
line-height: 1.2;
|
||||
}
|
||||
|
||||
/* Directions */
|
||||
|
||||
/* Top (default) */
|
||||
.rsssl-tooltip-right {
|
||||
font-weight:normal;
|
||||
}
|
||||
[data-rsssl-tooltip]:before,
|
||||
[data-rsssl-tooltip]:after,
|
||||
.rsssl-tooltip:before,
|
||||
.rsssl-tooltip:after,
|
||||
.rsssl-tooltip-top:before,
|
||||
.rsssl-tooltip-top:after {
|
||||
bottom: 100%;
|
||||
left: 50%;
|
||||
}
|
||||
|
||||
[data-rsssl-tooltip]:before,
|
||||
.rsssl-tooltip:before,
|
||||
.rsssl-tooltip-top:before {
|
||||
margin-left: -6px;
|
||||
margin-bottom: -12px;
|
||||
border-top-color: #000;
|
||||
border-top-color: hsla(0, 0%, 20%, 0.9);
|
||||
}
|
||||
|
||||
/* Horizontally align top/bottom rsssl-tooltips */
|
||||
[data-rsssl-tooltip]:after,
|
||||
.rsssl-tooltip:after,
|
||||
.rsssl-tooltip-top:after {
|
||||
margin-left: -80px;
|
||||
}
|
||||
|
||||
[data-rsssl-tooltip]:hover:before,
|
||||
[data-rsssl-tooltip]:hover:after,
|
||||
[data-rsssl-tooltip]:focus:before,
|
||||
[data-rsssl-tooltip]:focus:after,
|
||||
.rsssl-tooltip:hover:before,
|
||||
.rsssl-tooltip:hover:after,
|
||||
.rsssl-tooltip:focus:before,
|
||||
.rsssl-tooltip:focus:after,
|
||||
.rsssl-tooltip-top:hover:before,
|
||||
.rsssl-tooltip-top:hover:after,
|
||||
.rsssl-tooltip-top:focus:before,
|
||||
.rsssl-tooltip-top:focus:after {
|
||||
-webkit-transform: translateY(-12px);
|
||||
-moz-transform: translateY(-12px);
|
||||
transform: translateY(-12px);
|
||||
}
|
||||
|
||||
/* Left */
|
||||
.rsssl-tooltip-left:before,
|
||||
.rsssl-tooltip-left:after {
|
||||
right: 100%;
|
||||
/*bottom: 50%;*/
|
||||
left: auto;
|
||||
}
|
||||
|
||||
.rsssl-tooltip-left:before {
|
||||
margin-left: 0;
|
||||
margin-right: -12px;
|
||||
margin-bottom: 0;
|
||||
border-top-color: transparent;
|
||||
border-left-color: #000;
|
||||
border-left-color: hsla(0, 0%, 20%, 0.9);
|
||||
}
|
||||
|
||||
.rsssl-tooltip-left:hover:before,
|
||||
.rsssl-tooltip-left:hover:after,
|
||||
.rsssl-tooltip-left:focus:before,
|
||||
.rsssl-tooltip-left:focus:after {
|
||||
-webkit-transform: translateX(-12px);
|
||||
-moz-transform: translateX(-12px);
|
||||
transform: translateX(-12px);
|
||||
}
|
||||
|
||||
/* Bottom */
|
||||
.rsssl-tooltip-bottom:before,
|
||||
.rsssl-tooltip-bottom:after {
|
||||
top: 100%;
|
||||
bottom: auto;
|
||||
left: 50%;
|
||||
}
|
||||
|
||||
.rsssl-tooltip-bottom:before {
|
||||
margin-top: -12px;
|
||||
margin-bottom: 0;
|
||||
border-top-color: transparent;
|
||||
border-bottom-color: #000;
|
||||
border-bottom-color: hsla(0, 0%, 20%, 0.9);
|
||||
}
|
||||
|
||||
.rsssl-tooltip-bottom:hover:before,
|
||||
.rsssl-tooltip-bottom:hover:after,
|
||||
.rsssl-tooltip-bottom:focus:before,
|
||||
.rsssl-tooltip-bottom:focus:after {
|
||||
-webkit-transform: translateY(12px);
|
||||
-moz-transform: translateY(12px);
|
||||
transform: translateY(12px);
|
||||
}
|
||||
|
||||
/* Right */
|
||||
.rsssl-tooltip-right:before,
|
||||
.rsssl-tooltip-right:after {
|
||||
bottom: 50%;
|
||||
left: 100%;
|
||||
}
|
||||
|
||||
.rsssl-tooltip-right:before {
|
||||
margin-bottom: 0;
|
||||
margin-left: -12px;
|
||||
border-top-color: transparent;
|
||||
border-right-color: #000;
|
||||
border-right-color: hsla(0, 0%, 20%, 0.9);
|
||||
}
|
||||
|
||||
.rsssl-tooltip-right:hover:before,
|
||||
.rsssl-tooltip-right:hover:after,
|
||||
.rsssl-tooltip-right:focus:before,
|
||||
.rsssl-tooltip-right:focus:after {
|
||||
-webkit-transform: translateX(12px);
|
||||
-moz-transform: translateX(12px);
|
||||
transform: translateX(12px);
|
||||
}
|
||||
|
||||
/* Move directional arrows down a bit for left/right rsssl-tooltips */
|
||||
.rsssl-tooltip-left:before,
|
||||
.rsssl-tooltip-right:before {
|
||||
top: 3px;
|
||||
}
|
||||
|
||||
/* Vertically center rsssl-tooltip content for left/right rsssl-tooltips */
|
||||
.rsssl-tooltip-left:after,
|
||||
.rsssl-tooltip-right:after {
|
||||
margin-left: 0;
|
||||
margin-bottom: -25px;
|
||||
}
|
||||
127
wp-content/plugins/really-simple-ssl/assets/css/variables.less
Normal file
127
wp-content/plugins/really-simple-ssl/assets/css/variables.less
Normal file
@@ -0,0 +1,127 @@
|
||||
|
||||
// Margins, Paddings and Border Radius
|
||||
@small-margin: 10px;
|
||||
@default-margin: 15px;
|
||||
@big-margin: 30px;
|
||||
@grid-margin:10px;
|
||||
@default-padding: 20px;
|
||||
@border-radius: 25px;
|
||||
|
||||
// RSP Brand Colors
|
||||
@rsp-black: #333;
|
||||
@rsp-yellow: #f8be2e;
|
||||
@rsp-blue: #29b6f6;
|
||||
@rsp-green: #61ce70;
|
||||
@rsp-red: #D7263D;
|
||||
@rsp-pink: #E366A1;
|
||||
@rsp-orange: #f39c12;
|
||||
@box_shadow_color: #dedede;
|
||||
@light-text-color: #3c3c3c;
|
||||
|
||||
// Colors
|
||||
@brand-primary: @rsp-blue;
|
||||
@brand-secondary: @color-success;
|
||||
|
||||
// Notification colors
|
||||
@color-success: #61ce70;
|
||||
@color-disabled: #d7d7d7;
|
||||
@color-warning: @rsp-red;
|
||||
@color-open: @rsp-yellow; //#f8be2e; //#FBC43D
|
||||
|
||||
//Input colors
|
||||
@input-background-color: #F1F1F1;
|
||||
@input-border-color: #dedede;
|
||||
|
||||
@grey: #c6c6c6;
|
||||
@grey-light: #eeeeee;
|
||||
@grey-dark: #888;
|
||||
@grey-lighter: #fafafa;
|
||||
|
||||
/**move to css variables in time */
|
||||
:root {
|
||||
// Break points
|
||||
--rsp-break-xs: 400px;
|
||||
--rsp-break-s: 576px;
|
||||
--rsp-break-m: 768px;
|
||||
--rsp-break-l: 992px;
|
||||
--rsp-break-xl: 1200px;
|
||||
--rsp-break-xxl: 1400px;
|
||||
|
||||
// Margins, Paddings and Border Radius
|
||||
--rsp-spacing-xs: 10px;
|
||||
--rsp-spacing-s: 15px;
|
||||
--rsp-spacing-m: 20px;
|
||||
--rsp-spacing-l: 30px;
|
||||
--rsp-spacing-xl: 40px;
|
||||
|
||||
// Grid settings
|
||||
--rsp-grid-margin: var(--rsp-spacing-xs);
|
||||
--rsp-grid-gap: var(--rsp-spacing-m);
|
||||
|
||||
// Borders and stuff
|
||||
--rsp-border-radius: 12px;
|
||||
--rsp-border: 1px solid var(--rsp-border-color);
|
||||
--rsp-box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
|
||||
--rsp-border-color: #dfdfdf;
|
||||
|
||||
// RSP Brand Colors
|
||||
--rsp-black: #333;
|
||||
--rsp-white: #fff;
|
||||
--rsp-yellow: #f4bf3e;
|
||||
--rsp-blue: #29b6f6;
|
||||
--rsp-dark-blue: #5A6FA5;
|
||||
--rsp-green: #2e8a37;
|
||||
--rsp-red: #D7263D;
|
||||
--rsp-pink: #E35899;
|
||||
--rsp-orange: #f39c12;
|
||||
|
||||
--rsp-yellow-faded: fade(#f4bf3e, 10%);
|
||||
--rsp-blue-faded: fade(#29b6f6, 10%);
|
||||
--rsp-dark-blue-faded: fade(#29b6f6, 10%);
|
||||
--rsp-green-faded: fade(#2e8a37, 10%);
|
||||
--rsp-red-faded: fade(#D7263D, 10%);
|
||||
--rsp-pink-faded: fade(#E35899, 10%);
|
||||
--rsp-orange-faded: fade(#f39c12, 10%);
|
||||
|
||||
--rsp-background-block-color: var(--rsp-white);
|
||||
--rsp-background-color: #f0f0f1; //#f0f0f1 is the default wordpress bg color
|
||||
|
||||
//Input colors
|
||||
--rsp-input-background-color: #F1F1F1;
|
||||
--rsp-input-text-color: var(--rsp-text-color);
|
||||
--rsp-input-border-color: #8c8f94;
|
||||
|
||||
--rsp-text-color: rgba(26, 26, 26, 0.9);
|
||||
--rsp-text-color-invert: rgba(255, 255, 255, 0.9);
|
||||
--rsp-text-color-white: rgba(255, 255, 255, 0.9);
|
||||
--rsp-text-color-light: rgba(69, 69, 82, 0.9);
|
||||
|
||||
--rsp-grey-200: #fafafa;
|
||||
--rsp-grey-300: #ededed;
|
||||
--rsp-grey-400: #c6c6c6;
|
||||
--rsp-grey-500: #737373;
|
||||
--rsp-grey-600: #696969;
|
||||
|
||||
// Notification colors
|
||||
--rsp-color-success: var(--rsp-green);
|
||||
--rsp-color-error: var(--rsp-red);
|
||||
--rsp-color-warning: var(--rsp-orange);
|
||||
--rsp-color-open: var(--rsp-yellow);
|
||||
|
||||
// Font sizes
|
||||
--rsp-fs-100: 0.6125rem;
|
||||
--rsp-fs-200: 0.625rem;
|
||||
--rsp-fs-300: 0.8125rem;
|
||||
--rsp-fs-400: 0.875rem;
|
||||
--rsp-fs-500: 1rem;
|
||||
--rsp-fs-600: 1.125rem;
|
||||
--rsp-fs-700: 1.25rem;
|
||||
--rsp-fs-800: 1.5rem;
|
||||
--rsp-fs-900: 2.5rem;
|
||||
|
||||
// Plugin specific variables down here please
|
||||
--rsp-brand-primary: var(--rsp-green);
|
||||
--rsp-brand-secondary: var(--rsp-yellow);
|
||||
--rsp-brand-primary-faded: var(--rsp-green-faded);
|
||||
}
|
||||
|
||||
0
wp-content/plugins/really-simple-ssl/assets/css/variables.min.css
vendored
Normal file
0
wp-content/plugins/really-simple-ssl/assets/css/variables.min.css
vendored
Normal file
95
wp-content/plugins/really-simple-ssl/assets/css/wcag.css
Normal file
95
wp-content/plugins/really-simple-ssl/assets/css/wcag.css
Normal file
@@ -0,0 +1,95 @@
|
||||
.rsssl-high-contrast {
|
||||
/**
|
||||
Let's Encrypt
|
||||
*/
|
||||
}
|
||||
.rsssl-high-contrast .rsssl-progress-status.rsssl-success,
|
||||
.rsssl-high-contrast .rsssl-progress-status.rsssl-warning,
|
||||
.rsssl-high-contrast .rsssl-progress-status.rsssl-premium,
|
||||
.rsssl-high-contrast .rsssl-progress-status.rsssl-open {
|
||||
background-color: black !important;
|
||||
color: white;
|
||||
}
|
||||
.rsssl-high-contrast .rsssl-wizard-progress-bar-value {
|
||||
background: black !important;
|
||||
}
|
||||
.rsssl-high-contrast .rsssl-icon.rsssl-success {
|
||||
color: black !important;
|
||||
}
|
||||
.rsssl-high-contrast .rsssl-icon.rsssl-success svg {
|
||||
stroke: black !important;
|
||||
fill: black !important;
|
||||
}
|
||||
.rsssl-high-contrast .rsssl-help-warning-wrap .rsssl-notice {
|
||||
color: white !important;
|
||||
}
|
||||
.rsssl-high-contrast .rsssl-help-warning-wrap .rsssl-warning {
|
||||
background-color: black;
|
||||
}
|
||||
.rsssl-high-contrast .progress .bar {
|
||||
background-color: black !important;
|
||||
}
|
||||
.rsssl-high-contrast .rsssl-notice a {
|
||||
color: white !important;
|
||||
}
|
||||
.rsssl-high-contrast .rsssl.progress {
|
||||
background-color: black !important;
|
||||
}
|
||||
.rsssl-high-contrast .select2-results__option--highlighted[aria-selected] {
|
||||
background-color: black;
|
||||
}
|
||||
.rsssl-high-contrast .rsssl-save-settings-feedback {
|
||||
color: black !important;
|
||||
}
|
||||
.rsssl-high-contrast .nav-tab-active {
|
||||
border-bottom: 2px solid black !important;
|
||||
}
|
||||
.rsssl-high-contrast .rsssl-update-count {
|
||||
background-color: black !important;
|
||||
}
|
||||
.rsssl-high-contrast .paginate_button.current {
|
||||
background-color: black !important;
|
||||
color: white;
|
||||
border: 1px solid black;
|
||||
}
|
||||
.rsssl-high-contrast .rsssl-tasks {
|
||||
color: black !important;
|
||||
}
|
||||
.rsssl-high-contrast .rsssl-close-warning-x {
|
||||
color: black;
|
||||
}
|
||||
.rsssl-high-contrast .update-count {
|
||||
background-color: black;
|
||||
}
|
||||
.rsssl-high-contrast .rsssl-bullet:hover {
|
||||
background-color: black;
|
||||
}
|
||||
.rsssl-high-contrast .button-rsssl-primary,
|
||||
.rsssl-high-contrast .button-primary,
|
||||
.rsssl-high-contrast .button-secondary,
|
||||
.rsssl-high-contrast .button-rsssl-secondary,
|
||||
.rsssl-high-contrast .button-rsssl-tertiary,
|
||||
.rsssl-high-contrast .revoke-from-csp,
|
||||
.rsssl-high-contrast .button-default {
|
||||
background-color: black !important;
|
||||
border-color: black !important;
|
||||
color: white;
|
||||
}
|
||||
.rsssl-high-contrast .button:hover {
|
||||
color: white;
|
||||
}
|
||||
.rsssl-high-contrast input:checked + .rsssl-slider {
|
||||
background-color: black;
|
||||
}
|
||||
.rsssl-high-contrast .rsssl-help-modal,
|
||||
.rsssl-high-contrast .rsssl-help-modal h2 {
|
||||
background-color: black !important;
|
||||
color: white !important;
|
||||
}
|
||||
.rsssl-high-contrast .rsssl-help-modal.rsssl-notice:after {
|
||||
border-right: 15px solid black;
|
||||
}
|
||||
.rsssl-high-contrast .rsssl-priority {
|
||||
border: 1px solid white !important;
|
||||
}
|
||||
/*# sourceMappingURL=wcag.css.map */
|
||||
@@ -0,0 +1 @@
|
||||
{"version":3,"sources":["wcag.less"],"names":[],"mappings":"AAGA;;;;;AAAA,oBACE,uBAAsB;AADxB,oBACwC,uBAAsB;AAD9D,oBAC8E,uBAAsB;AADpG,oBACoH,uBAAsB;EACtI,uBAAA;EACA,YAAA;;AAHJ,oBAME;EACE,iBAAA;;AAPJ,oBAUE,YAAW;EACT,YAAA;;AAXJ,oBAaE,YAAW,cAAe;EACtB,aAAA;EACA,WAAA;;AAfN,oBAkBE,yBACE;EACE,YAAA;;AApBN,oBAkBE,yBAIE;EACE,uBAAA;;AAvBN,oBA2BE,UAAU;EACR,uBAAA;;AA5BJ,oBA+BE,cAAc;EACZ,YAAA;;AAhCJ,oBAmCE,OAAM;EACJ,uBAAA;;AApCJ,oBAuCE,sCAAqC;EACnC,uBAAA;;AAxCJ,oBAiDE;EACE,YAAA;;AAlDJ,oBAqDE;EACE,8BAAA;;AAtDJ,oBAyDE;EACE,uBAAA;;AA1DJ,oBA6DE,iBAAgB;EACd,uBAAA;EACA,YAAA;EACA,uBAAA;;AAhEJ,oBAmEE;EACE,YAAA;;AApEJ,oBAuEE;EACE,YAAA;;AAxEJ,oBA2EE;EACE,uBAAA;;AA5EJ,oBA+EE,cAAa;EACX,uBAAA;;AAhFJ,oBAmFE;AAnFF,oBAmFyB;AAnFzB,oBAmF0C;AAnF1C,oBAmF6D;AAnF7D,oBAmFsF;AAnFtF,oBAmF8G;AAnF9G,oBAmFgI;EAC5H,uBAAA;EACA,mBAAA;EACA,YAAA;;AAtFJ,oBAyFE,QAAO;EACL,YAAA;;AA1FJ,oBA6FE,MAAK,QAAS;EACZ,uBAAA;;AA9FJ,oBAqGE;AArGF,oBAqGqB,kBAAkB;EACnC,uBAAA;EACA,YAAA;;AAvGJ,oBA0GE,kBAAiB,aAAa;EAC5B,8BAAA;;AA3GJ,oBA8GE;EACE,uBAAA","file":"wcag.css"}
|
||||
118
wp-content/plugins/really-simple-ssl/assets/css/wcag.less
Normal file
118
wp-content/plugins/really-simple-ssl/assets/css/wcag.less
Normal file
@@ -0,0 +1,118 @@
|
||||
@black: black;
|
||||
@white: white;
|
||||
|
||||
.rsssl-high-contrast {
|
||||
.rsssl-progress-status.rsssl-success, .rsssl-progress-status.rsssl-warning, .rsssl-progress-status.rsssl-premium, .rsssl-progress-status.rsssl-open {
|
||||
background-color: @black !important;
|
||||
color: @white;
|
||||
}
|
||||
|
||||
.rsssl-wizard-progress-bar-value {
|
||||
background: @black !important;
|
||||
}
|
||||
|
||||
.rsssl-icon.rsssl-success {
|
||||
color: @black !important;
|
||||
}
|
||||
.rsssl-icon.rsssl-success svg {
|
||||
stroke: @black !important;
|
||||
fill: @black !important;
|
||||
}
|
||||
|
||||
.rsssl-help-warning-wrap {
|
||||
.rsssl-notice {
|
||||
color: @white !important;
|
||||
}
|
||||
.rsssl-warning {
|
||||
background-color: @black;
|
||||
}
|
||||
}
|
||||
|
||||
.progress .bar {
|
||||
background-color: @black !important;
|
||||
}
|
||||
|
||||
.rsssl-notice a {
|
||||
color: @white !important;
|
||||
}
|
||||
|
||||
.rsssl.progress {
|
||||
background-color: @black !important;
|
||||
}
|
||||
|
||||
.select2-results__option--highlighted[aria-selected] {
|
||||
background-color: @black;
|
||||
}
|
||||
|
||||
|
||||
|
||||
.rsssl-dot-success {
|
||||
//background-color: @black !important;
|
||||
}
|
||||
|
||||
.rsssl-save-settings-feedback {
|
||||
color: @black !important;
|
||||
}
|
||||
|
||||
.nav-tab-active {
|
||||
border-bottom: 2px solid @black !important;
|
||||
}
|
||||
|
||||
.rsssl-update-count {
|
||||
background-color: @black !important;
|
||||
}
|
||||
|
||||
.paginate_button.current {
|
||||
background-color: @black !important;
|
||||
color: @white;
|
||||
border: 1px solid @black;
|
||||
}
|
||||
|
||||
.rsssl-tasks {
|
||||
color: @black !important;
|
||||
}
|
||||
|
||||
.rsssl-close-warning-x {
|
||||
color: @black;
|
||||
}
|
||||
|
||||
.update-count {
|
||||
background-color: @black;
|
||||
}
|
||||
|
||||
.rsssl-bullet:hover {
|
||||
background-color: @black;
|
||||
}
|
||||
|
||||
.button-rsssl-primary, .button-primary, .button-secondary, .button-rsssl-secondary, .button-rsssl-tertiary, .revoke-from-csp, .button-default {
|
||||
background-color: @black !important;
|
||||
border-color: @black !important;
|
||||
color: @white;
|
||||
}
|
||||
|
||||
.button:hover {
|
||||
color: @white;
|
||||
}
|
||||
|
||||
input:checked + .rsssl-slider {
|
||||
background-color: @black;
|
||||
}
|
||||
|
||||
/**
|
||||
Let's Encrypt
|
||||
*/
|
||||
|
||||
.rsssl-help-modal, .rsssl-help-modal h2 {
|
||||
background-color: @black !important;
|
||||
color: @white !important;
|
||||
}
|
||||
|
||||
.rsssl-help-modal.rsssl-notice:after {
|
||||
border-right: 15px solid @black;
|
||||
}
|
||||
|
||||
.rsssl-priority {
|
||||
border: 1px solid @white !important;
|
||||
}
|
||||
|
||||
}
|
||||
1
wp-content/plugins/really-simple-ssl/assets/css/wcag.min.css
vendored
Normal file
1
wp-content/plugins/really-simple-ssl/assets/css/wcag.min.css
vendored
Normal file
@@ -0,0 +1 @@
|
||||
.rsssl-high-contrast .rsssl-progress-status.rsssl-open,.rsssl-high-contrast .rsssl-progress-status.rsssl-premium,.rsssl-high-contrast .rsssl-progress-status.rsssl-success,.rsssl-high-contrast .rsssl-progress-status.rsssl-warning{background-color:#000!important;color:#fff}.rsssl-high-contrast .rsssl-wizard-progress-bar-value{background:#000!important}.rsssl-high-contrast .rsssl-icon.rsssl-success,.rsssl-high-contrast .rsssl-save-settings-feedback{color:#000!important}.rsssl-high-contrast .rsssl-icon.rsssl-success svg{stroke:#000!important;fill:#000!important}.rsssl-high-contrast .rsssl-help-warning-wrap .rsssl-notice,.rsssl-high-contrast .rsssl-notice a{color:#fff!important}.rsssl-high-contrast .rsssl-help-warning-wrap .rsssl-warning{background-color:#000}.rsssl-high-contrast .progress .bar,.rsssl-high-contrast .rsssl.progress{background-color:#000!important}.rsssl-high-contrast .select2-results__option--highlighted[aria-selected]{background-color:#000}.rsssl-high-contrast .nav-tab-active{border-bottom:2px solid #000!important}.rsssl-high-contrast .rsssl-update-count{background-color:#000!important}.rsssl-high-contrast .paginate_button.current{background-color:#000!important;color:#fff;border:1px solid #000}.rsssl-high-contrast .rsssl-tasks{color:#000!important}.rsssl-high-contrast .rsssl-close-warning-x{color:#000}.rsssl-high-contrast .rsssl-bullet:hover,.rsssl-high-contrast .update-count{background-color:#000}.rsssl-high-contrast .button-default,.rsssl-high-contrast .button-primary,.rsssl-high-contrast .button-rsssl-primary,.rsssl-high-contrast .button-rsssl-secondary,.rsssl-high-contrast .button-rsssl-tertiary,.rsssl-high-contrast .button-secondary,.rsssl-high-contrast .revoke-from-csp{background-color:#000!important;border-color:#000!important;color:#fff}.rsssl-high-contrast .button:hover{color:#fff}.rsssl-high-contrast input:checked+.rsssl-slider{background-color:#000}.rsssl-high-contrast .rsssl-help-modal,.rsssl-high-contrast .rsssl-help-modal h2{background-color:#000!important;color:#fff!important}.rsssl-high-contrast .rsssl-help-modal.rsssl-notice:after{border-right:15px solid #000}.rsssl-high-contrast .rsssl-priority{border:1px solid #fff!important}
|
||||
Reference in New Issue
Block a user