452 lines
9.8 KiB
CSS
452 lines
9.8 KiB
CSS
/** Copyright 2018 Sakis Gkiokas
|
|
*
|
|
* This file is part of codwfeeplus module for Prestashop.
|
|
*
|
|
* Codwfeeplus is free software: you can redistribute it and/or modify
|
|
* it under the terms of the GNU General Public License as published by
|
|
* the Free Software Foundation, either version 3 of the License, or
|
|
* (at your option) any later version.
|
|
*
|
|
* Codwfeeplus is distributed in the hope that it will be useful,
|
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
* GNU General Public License for more details.
|
|
*
|
|
* For any recommendations and/or suggestions please contact me
|
|
* at sakgiok@gmail.com
|
|
*
|
|
* @author Sakis Gkiokas <sakgiok@gmail.com>
|
|
* @copyright 2018 Sakis Gkiokas
|
|
* @license https://opensource.org/licenses/GPL-3.0 GNU General Public License version 3
|
|
*/
|
|
|
|
.codwfeeplus_testoutput{
|
|
display: block;
|
|
font-size: 1em;
|
|
color: #000;
|
|
white-space: normal;
|
|
}
|
|
.codwfeeplus_testoutput p, .codwfeeplus_testoutput ul{
|
|
margin: 0;
|
|
}
|
|
.codwfeeplus_parameters, .codwfeeplus_fee_calc, .codwfeeplus_cond_passed, .codwfeeplus_cond_failed, .codwfeeplus_cond_warning{
|
|
margin: 1em 0;
|
|
}
|
|
.codwfeeplus_parameters, .codwfeeplus_fee_calc{
|
|
display: block;
|
|
background-color: #e5e5ff;
|
|
padding: 0 0 0 4em;
|
|
min-height: 3.8em;
|
|
}
|
|
|
|
.codwfeeplus_parameters ul,.codwfeeplus_parameters ul ul, .codwfeeplus_fee_calc ul{
|
|
list-style: none;
|
|
}
|
|
.codwfeeplus_parameters ul li:before, .codwfeeplus_fee_calc ul li:before{
|
|
content: "";
|
|
margin: 0 0.7em 0 -1.4em;
|
|
font-family: FontAwesome;
|
|
font-weight:900;
|
|
}
|
|
|
|
.codwfeeplus_parameters ul ul li:before, .codwfeeplus_fee_calc ul ul li:before{
|
|
content: "";
|
|
margin: 0 0.7em 0 -1.4em;
|
|
font-family: FontAwesome;
|
|
}
|
|
|
|
.codwfeeplus_parameters:before, .codwfeeplus_fee_calc:before{
|
|
content: "";
|
|
margin: -0.15em 0 0 -1em;
|
|
font-family: FontAwesome;
|
|
font-size: 3.5em;
|
|
float: left;
|
|
color: #b8b8e8;
|
|
}
|
|
|
|
.codwfeeplus_output_alert{
|
|
color: red;
|
|
}
|
|
.codwfeeplus_cond_passed p, .codwfeeplus_cond_failed p, .codwfeeplus_cond_warning p{
|
|
font-style: italic;
|
|
}
|
|
|
|
.codwfeeplus_cond_passed{
|
|
display: block;
|
|
background-color: #e5ffe5;
|
|
padding: 0 0 0 4em;
|
|
min-height: 3.8em;
|
|
}
|
|
|
|
.codwfeeplus_cond_passed:before{
|
|
content: "";
|
|
margin: -0.15em 0 0 -1em;
|
|
font-family: FontAwesome;
|
|
font-size: 3.5em;
|
|
float: left;
|
|
color: #b8e8b8;
|
|
}
|
|
|
|
.codwfeeplus_cond_failed{
|
|
display: block;
|
|
background-color: #ffe5e5;
|
|
padding: 0 0 0 4em;
|
|
min-height: 3.8em;
|
|
}
|
|
.codwfeeplus_cond_failed:before{
|
|
content: "";
|
|
margin: -0.15em 0 0 -1em;
|
|
font-family: FontAwesome;
|
|
font-size: 3.5em;
|
|
float: left;
|
|
color: #e8b8b8;
|
|
}
|
|
|
|
.codwfeeplus_cond_warning{
|
|
display: block;
|
|
background-color: #ffffe5;
|
|
padding: 0 0 0 4em;
|
|
min-height: 3.5em;
|
|
}
|
|
|
|
.codwfeeplus_cond_warning:before{
|
|
content: "";
|
|
margin: -0.15em 0 0 -1em;
|
|
font-family: FontAwesome;
|
|
font-size: 3.5em;
|
|
float: left;
|
|
color: #e8e8b8;
|
|
}
|
|
|
|
.codwfeeplus_result{
|
|
display: block;
|
|
}
|
|
|
|
@media(max-width: 991px){
|
|
|
|
.codwfeeplus_result .codwfeeplus_cond_passed:before,
|
|
.codwfeeplus_result .codwfeeplus_cond_failed:before,
|
|
.codwfeeplus_result .codwfeeplus_cond_warning:before,
|
|
.codwfeeplus_result .codwfeeplus_parameters:before,
|
|
.codwfeeplus_result .codwfeeplus_fee_calc:before {
|
|
margin: 0.35em 0 0 -1em;
|
|
}
|
|
|
|
.codwfeeplus_cond_passed:before,
|
|
.codwfeeplus_cond_failed:before,
|
|
.codwfeeplus_cond_warning:before,
|
|
.codwfeeplus_parameters:before,
|
|
.codwfeeplus_fee_calc:before {
|
|
margin: -0.15em 0 0 -1em;
|
|
}
|
|
|
|
.codwfeeplus_result{
|
|
margin-left: -53%;
|
|
}
|
|
}
|
|
|
|
.codwfeeplus_cond_passed .codwfeeplus_cond_check_steps{
|
|
background-color: #d4ffd4;
|
|
}
|
|
.codwfeeplus_cond_failed .codwfeeplus_cond_check_steps{
|
|
background-color: #ffd4d4;
|
|
}
|
|
.codwfeeplus_cond_warning .codwfeeplus_cond_check_steps{
|
|
background-color: #ffffd4;
|
|
}
|
|
|
|
.codwfeeplus_cond_success {
|
|
list-style: none;
|
|
color: #00a000;
|
|
}
|
|
li.codwfeeplus_cond_success:before{
|
|
content: "";
|
|
margin: 0 0.7em 0 -1.4em;
|
|
font-family: FontAwesome;
|
|
}
|
|
.codwfeeplus_cond_error{
|
|
list-style: none;
|
|
color: #a00000;
|
|
}
|
|
li.codwfeeplus_cond_error:before{
|
|
content: "";
|
|
margin: 0 0.7em 0 -1.4em;
|
|
font-family: FontAwesome;
|
|
}
|
|
li.codwfeeplus_cond_neutral{
|
|
list-style: none;
|
|
color: #7d7d00;
|
|
}
|
|
li.codwfeeplus_cond_neutral:before{
|
|
content: "";
|
|
margin: 0 0.7em 0 -1.4em;
|
|
font-family: FontAwesome;
|
|
}
|
|
|
|
.codwfeeplus_fee_calc_steps {
|
|
background-color: #d4ffd4;
|
|
}
|
|
|
|
.codwfeeplus_fee_calc_steps ul{
|
|
list-style: none;
|
|
}
|
|
|
|
.codwfeeplus_fee_calc_steps ul li:before{
|
|
content: "";
|
|
margin: 0 0.7em 0 -1.4em;
|
|
font-family: FontAwesome;
|
|
font-weight:900;
|
|
}
|
|
|
|
.codwfeeplus_bold_price {
|
|
font-weight: bold;
|
|
color: #5a5a5a;
|
|
}
|
|
|
|
.codwfeeplus_bold_txt {
|
|
font-weight: bold;
|
|
color: #5a5a5a;
|
|
}
|
|
|
|
.codwfeeplus_cond_success .codwfeeplus_bold_txt {
|
|
font-weight: bold;
|
|
color: #00a000;
|
|
}
|
|
|
|
.codwfeeplus_cond_success .codwfeeplus_bold_price {
|
|
font-weight: bold;
|
|
color: #00a000;
|
|
}
|
|
|
|
.codwfeeplus_cond_error .codwfeeplus_bold_txt {
|
|
font-weight: bold;
|
|
color: #a00000;
|
|
}
|
|
|
|
.codwfeeplus_cond_error .codwfeeplus_bold_price {
|
|
font-weight: bold;
|
|
color: #a00000;
|
|
}
|
|
|
|
.codwfeeplus_help_title{
|
|
font-weight: bold;
|
|
font-size: 1.2em;
|
|
margin-top: 2em;
|
|
border-top: 1px solid #a9b8bd;
|
|
padding-top: 1.5em;
|
|
}
|
|
.codwfeeplus_help_body{
|
|
font-weight: normal;
|
|
font-size: 1em;
|
|
}
|
|
|
|
.codwfeeplus_productstatus{
|
|
display: inline-block;
|
|
border: solid 1px #c7d6db;
|
|
padding: 5px;
|
|
}
|
|
.codwfeeplus_productstatus p{
|
|
margin: 0;
|
|
padding: 0;
|
|
}
|
|
.codwfeeplus_productstatus_false {
|
|
background-color: #ffebeb;
|
|
padding: 5px;
|
|
}
|
|
|
|
.codwfeeplus_productstatus_true {
|
|
background-color: #ebffeb;
|
|
padding: 5px;
|
|
}
|
|
|
|
hr.codwfeeplus_form_hr{
|
|
border-top: 1px solid #c7d6db;
|
|
margin: 0;
|
|
}
|
|
|
|
.codwfeeplus_update_title_success{
|
|
color: #007b00;
|
|
}
|
|
.codwfeeplus_update_title_current{
|
|
color: #3b3bfb;
|
|
}
|
|
.codwfeeplus_update_title_error{
|
|
color: #c70000;
|
|
}
|
|
.codwfeeplus_update{
|
|
|
|
}
|
|
.codwfeeplus_update_out_current{
|
|
color: #3b3bfb;
|
|
margin: 0 0 1em 0;
|
|
}
|
|
.codwfeeplus_update_out_success{
|
|
color: #007b00;
|
|
margin: 0 0 1em 0;
|
|
}
|
|
.codwfeeplus_update_out_error{
|
|
color: #c70000;
|
|
margin: 0 0 1em 0;
|
|
}
|
|
.codwfeeplus_update_form{
|
|
margin: 0 0 1em 0;
|
|
}
|
|
.codwfeeplus_update_form button{
|
|
height: 3em;
|
|
width: 20em;
|
|
}
|
|
.codwfeeplus_condlist_mark{
|
|
color: #ff0000;
|
|
margin-left: 5px;
|
|
font-size: 14px;
|
|
line-height: 12px;
|
|
}
|
|
.codwfeeplus_condlist_tooltip{
|
|
text-decoration: none;
|
|
color: #3586AE;
|
|
background-color: #edf7fb;
|
|
border: inset 1px #22b1f7;
|
|
padding: 0 5px;
|
|
-webkit-border-radius: 3px;
|
|
-moz-border-radius: 3px;
|
|
border-radius: 3px;
|
|
}
|
|
.codwfeeplus_conditions tbody td.codwfeeplus_nowrap{
|
|
white-space: nowrap;
|
|
}
|
|
|
|
.codwfeeplus_condlist_orderstate{
|
|
padding: 5px;
|
|
display: inline-block;
|
|
}
|
|
.codwfeeplus_condlist_orderstate_header{
|
|
padding: 5px;
|
|
display: block;
|
|
}
|
|
|
|
p.codwfeeplus_nogroup_error{
|
|
font-size: 1.2em;
|
|
color: #a70000;
|
|
}
|
|
.codwfeeplus_logo_preview{
|
|
border: 1px solid #c7d6db;
|
|
float: left;
|
|
padding: 5px;
|
|
}
|
|
|
|
.bootstrap .prestashop-switch.codwfeeplus-switch-light {
|
|
height: auto;
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
.bootstrap .prestashop-switch.codwfeeplus-switch-light + p {
|
|
clear: left;
|
|
}
|
|
.bootstrap .prestashop-switch.switch-light.codwfeeplus-switch-light input:checked~a {
|
|
border: 1px solid #279cbb;
|
|
background-color: #2eacce;
|
|
-webkit-box-shadow: #279cbb 0 -1px 0 inset;
|
|
box-shadow: inset 0 -1px 0 #279cbb;
|
|
}
|
|
|
|
.bootstrap .prestashop-switch.switch-light.codwfeeplus-switch-light input:last-of-type:checked~a {
|
|
border: 1px solid #a97f4d;
|
|
background-color: #d4a061;
|
|
-webkit-box-shadow: #a97f4d 0 -1px 0 inset;
|
|
box-shadow: inset 0 -1px 0 #a97f4d;
|
|
}
|
|
|
|
.bootstrap .prestashop-switch.switch-light.codwfeeplus-switch-light label {
|
|
padding: 5px;
|
|
line-height: 2em;
|
|
}
|
|
|
|
.bootstrap td.codwfeeplus_list_cell_hidden, .bootstrap th.codwfeeplus_list_cell_hidden {
|
|
display: none;
|
|
}
|
|
.codwfeeplus_list_notavail i {
|
|
color: #b77025;
|
|
text-shadow: -2px 3px 4px #bbb785;
|
|
}
|
|
.bootstrap #table-codwfeeplus_cond thead>tr>th{
|
|
border-bottom: 1px solid #a0d0eb;
|
|
}
|
|
.bootstrap .table tbody>tr.codwfeeplus_condlist_type_fee>td {
|
|
background-color: #deeefd;
|
|
border-bottom: 1px solid #a0d0eb;
|
|
}
|
|
.bootstrap .table tbody>tr.codwfeeplus_condlist_type_fee:hover>td {
|
|
background-color: #c9e1f7;
|
|
}
|
|
.bootstrap .table tbody>tr.codwfeeplus_condlist_type_paymethod>td {
|
|
background-color: #fff8ab;
|
|
}
|
|
.bootstrap .table tbody>tr.codwfeeplus_condlist_type_paymethod:hover>td {
|
|
background-color: #f1e775;
|
|
}
|
|
select.codwfeeplus_admin_select {
|
|
display: inline-block
|
|
}
|
|
.codwfeeplus_btn_container{
|
|
vertical-align: top;
|
|
display: inline-block;
|
|
}
|
|
.codwfeeplus_btn_selectall{
|
|
|
|
}
|
|
.codwfeeplus_btn_selectnone{
|
|
|
|
}
|
|
.codwfeeplus_sublist_row {
|
|
display: block;
|
|
width: 100%;
|
|
margin: 3px 0;
|
|
background-color: #bad9f7;
|
|
}
|
|
.codwfeeplus_condlist_type_paymethod .codwfeeplus_sublist_row {
|
|
background-color: #e8e1a5;
|
|
}
|
|
.codwfeeplus_sublist_title{
|
|
display: inline-block;
|
|
width: 40%;
|
|
font-weight: bold;
|
|
font-style: italic;
|
|
text-align: right;
|
|
}
|
|
.codwfeeplus_sublist_value{
|
|
display: inline-block;
|
|
width: 50%;
|
|
text-align: left;
|
|
}
|
|
.codwfeeplus_sublist_divider{
|
|
width: 10%;
|
|
display: inline-block;
|
|
}
|
|
.codwfeeplus_col_id{
|
|
width: 5%;
|
|
}
|
|
.codwfeeplus_col_desc{
|
|
width: 10%;
|
|
}
|
|
.codwfeeplus_col_integration{
|
|
width: 5%;
|
|
}
|
|
.codwfeeplus_col_tax{
|
|
width: 5%;
|
|
}
|
|
.codwfeeplus_col_orderstate{
|
|
width: 10%;
|
|
}
|
|
.codwfeeplus_col_templates{
|
|
width: 20%;
|
|
}
|
|
.codwfeeplus_col_feecalc{
|
|
width: 20%;
|
|
}
|
|
.codwfeeplus_col_cond{
|
|
width: 15%;
|
|
}
|
|
.codwfeeplus_col_active{
|
|
width: 5%;
|
|
}
|