Initial Commit N° : 003 - V.4.3.5
@@ -9,7 +9,9 @@
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.updated.woocommerce-message, .updated.settings-error, .updated.rs-update-notice-wrap{
|
||||
.updated.woocommerce-message,
|
||||
.updated.settings-error,
|
||||
.updated.rs-update-notice-wrap{
|
||||
display: none;
|
||||
}
|
||||
#of_container,
|
||||
@@ -29,19 +31,19 @@
|
||||
-webkit-border-radius: 6px 6px 0 0;
|
||||
-moz-border-radius: 6px 6px 0 0;
|
||||
border-radius: 6px 6px 0 0;
|
||||
background-image: -ms-linear-gradient(top,#f9f9f9,#ececec);
|
||||
background-image: -moz-linear-gradient(top,#f9f9f9,#ececec);
|
||||
background-image: -o-linear-gradient(top,#f9f9f9,#ececec);
|
||||
background-image: -webkit-gradient(linear,left top,left bottom,from(#f9f9f9),to(#ececec));
|
||||
background-image: -webkit-linear-gradient(top,#f9f9f9,#ececec);
|
||||
background-image: linear-gradient(top,#f9f9f9,#ececec);
|
||||
background-image: -ms-linear-gradient(top, #f9f9f9, #ececec);
|
||||
background-image: -moz-linear-gradient(top, #f9f9f9, #ececec);
|
||||
background-image: -o-linear-gradient(top, #f9f9f9, #ececec);
|
||||
background-image: -webkit-gradient(linear, left top, left bottom, from(#f9f9f9), to(#ececec));
|
||||
background-image: -webkit-linear-gradient(top, #f9f9f9, #ececec);
|
||||
background-image: linear-gradient(top, #f9f9f9, #ececec);
|
||||
-moz-box-shadow: inset 0 1px 0 #fff;
|
||||
-webkit-box-shadow: inset 0 1px 0 #fff;
|
||||
box-shadow: inset 0 1px 0 #fff;
|
||||
}
|
||||
#of_container #header .logo-options {
|
||||
float: left;
|
||||
margin:10px 20px;
|
||||
/* float: left; */
|
||||
margin: 5px 15px;
|
||||
}
|
||||
#of_container #js-warning {
|
||||
color: red;
|
||||
@@ -49,15 +51,57 @@
|
||||
margin: 20px 10px;
|
||||
width: 330px;
|
||||
}
|
||||
#of_container ul,#of_container ol {margin: 0;}
|
||||
#of_container ul,#of_container ol {
|
||||
margin: 0;
|
||||
}
|
||||
.js #of_container #js-warning {
|
||||
display: none;
|
||||
}
|
||||
|
||||
#of_container #header .logo-options h2 {
|
||||
display:inline-block;
|
||||
font-style:normal;
|
||||
padding-right:5px;
|
||||
font-style: normal;
|
||||
/* padding-right:5px; */
|
||||
}
|
||||
.op-sys-btns {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
gap: 20px;
|
||||
}
|
||||
.op-sys-btns .btn {
|
||||
text-decoration: none;
|
||||
-webkit-transition: all 350ms ease;
|
||||
-moz-transition: all 350ms ease;
|
||||
-o-transition: all 350ms ease;
|
||||
transition: all 350ms ease;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 5px;
|
||||
font-size: 13px;
|
||||
height: 35px;
|
||||
background-color: #0085BA;
|
||||
border: none;
|
||||
color: #fff;
|
||||
border-radius: 4px;
|
||||
padding: 0 15px 1px 15px;
|
||||
text-transform: uppercase;
|
||||
letter-spacing: 1px;
|
||||
outline: none;
|
||||
}
|
||||
.op-sys-btns .btn:hover {
|
||||
background-color: rgba(0, 91, 186, 0.9);
|
||||
}
|
||||
.op-sys-btns .btn:focus {
|
||||
box-shadow: none;
|
||||
}
|
||||
.heading-t-options {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
align-items: center;
|
||||
gap: 40px;
|
||||
margin-bottom: 0;
|
||||
margin-top: 15px;
|
||||
height: 40px;
|
||||
justify-content: space-between;
|
||||
}
|
||||
#of_container #header .logo-options span {
|
||||
color:#888888;
|
||||
@@ -68,6 +112,7 @@
|
||||
width: 32px;
|
||||
background: url(../images/icon_option.png) no-repeat;
|
||||
margin:20px 30px 0;
|
||||
display: none;
|
||||
}
|
||||
|
||||
#of_container #info_bar {
|
||||
@@ -75,7 +120,7 @@
|
||||
border:solid #d8d8d8;
|
||||
border-bottom:1px solid #D8D8D8;
|
||||
border-width:0px 1px 1px 1px;
|
||||
padding: 6px 10px 6px 6px;
|
||||
padding: 10px 15px 10px 6px;
|
||||
height: 31px;
|
||||
text-align: right;
|
||||
-moz-box-shadow: inset 0 1px 0 #fcfcfc;
|
||||
@@ -83,7 +128,7 @@
|
||||
box-shadow: inset 0 1px 0 #fcfcfc;
|
||||
}
|
||||
|
||||
#of_container #expand_options{
|
||||
#of_container #expand_options {
|
||||
cursor: pointer;
|
||||
display: block;
|
||||
height: 22px;
|
||||
@@ -296,12 +341,12 @@
|
||||
height: 40px;
|
||||
line-height: 40px;
|
||||
background-color: #F1F1F1;
|
||||
background-image: -ms-linear-gradient(top,#f9f9f9,#ececec);
|
||||
background-image: -moz-linear-gradient(top,#f9f9f9,#ececec);
|
||||
background-image: -o-linear-gradient(top,#f9f9f9,#ececec);
|
||||
background-image: -webkit-gradient(linear,left top,left bottom,from(#f9f9f9),to(#ececec));
|
||||
background-image: -webkit-linear-gradient(top,#f9f9f9,#ececec);
|
||||
background-image: linear-gradient(top,#f9f9f9,#ececec);
|
||||
background-image: -ms-linear-gradient(top, #f9f9f9, #ececec);
|
||||
background-image: -moz-linear-gradient(top, #f9f9f9, #ececec);
|
||||
background-image: -o-linear-gradient(top, #f9f9f9, #ececec);
|
||||
background-image: -webkit-gradient(linear, left top, left bottom, from(#f9f9f9), to(#ececec));
|
||||
background-image: -webkit-linear-gradient(top, #f9f9f9, #ececec);
|
||||
background-image: linear-gradient(top, #f9f9f9, #ececec);
|
||||
overflow: hidden;
|
||||
-webkit-border-radius: 3px;
|
||||
-moz-border-radius: 3px;
|
||||
@@ -549,29 +594,22 @@ label.radio, label.multicheck {
|
||||
font-size: 120%;
|
||||
text-align:center;
|
||||
overflow: hidden;
|
||||
|
||||
-webkit-border-radius: 5px;
|
||||
-moz-border-radius: 5px;
|
||||
border-radius: 5px;
|
||||
|
||||
|
||||
bottom: 10%;
|
||||
left: 50%;
|
||||
opacity: 0;
|
||||
visibility: hidden;
|
||||
|
||||
-webkit-transform: translate(-50%,0);
|
||||
-moz-transform: translate(-50%, 0);
|
||||
-o-transform: translate(-50%, 0);
|
||||
-ms-transform: translate(-50%, 0);
|
||||
transform: translate(-50%, 0);
|
||||
|
||||
|
||||
-webkit-transition: all 350ms ease;
|
||||
-moz-transition: all 350ms ease;
|
||||
-o-transition: all 350ms ease;
|
||||
transition: all 350ms ease;
|
||||
|
||||
-webkit-box-shadow: 0 2.6px 3.6px rgba(0, 0, 0, 0.052), 0 7.3px 10px rgba(0, 0, 0, 0.075), 0 17.5px 24.1px rgba(0, 0, 0, 0.098), 0 58px 80px rgba(0, 0, 0, 0.15);
|
||||
-moz-box-shadow: 0 2.6px 3.6px rgba(0, 0, 0, 0.052), 0 7.3px 10px rgba(0, 0, 0, 0.075), 0 17.5px 24.1px rgba(0, 0, 0, 0.098), 0 58px 80px rgba(0, 0, 0, 0.15);
|
||||
box-shadow: 0 2.6px 3.6px rgba(0, 0, 0, 0.052), 0 7.3px 10px rgba(0, 0, 0, 0.075), 0 17.5px 24.1px rgba(0, 0, 0, 0.098), 0 58px 80px rgba(0, 0, 0, 0.15);
|
||||
@@ -699,7 +737,6 @@ label.radio, label.multicheck {
|
||||
float:right; margin-top:10px;
|
||||
}
|
||||
|
||||
|
||||
#of_container .save_bar {
|
||||
background: #fff;
|
||||
border: 1px solid #ccc;
|
||||
@@ -753,15 +790,6 @@ label.radio, label.multicheck {
|
||||
margin-bottom:9px;
|
||||
}
|
||||
|
||||
#of_container .of-uploaded-image {
|
||||
|
||||
/* display: inline-block; */
|
||||
|
||||
/* padding: 0; */
|
||||
|
||||
/* margin: 0; */
|
||||
}
|
||||
|
||||
#of_container .of-option-image {
|
||||
max-width:340px;
|
||||
padding: 5px;
|
||||
@@ -776,7 +804,7 @@ label.radio, label.multicheck {
|
||||
-moz-border-radius: 4px;
|
||||
-webkit-border-radius: 4px;
|
||||
border-radius: 4px;
|
||||
font-family: "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
|
||||
font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
|
||||
font-size: 12px;
|
||||
background: #F1F1F1 url(../images/select.png) no-repeat right center;
|
||||
border-color: #CCC #E6E6E6 #E6E6E6 #CCC;
|
||||
@@ -1576,3 +1604,10 @@ select option[disabled] {
|
||||
margin-left: 15px;
|
||||
margin-right: 15px;
|
||||
}
|
||||
|
||||
@media (max-width: 1199px){
|
||||
.op-sys-btns,
|
||||
#search_otp {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
Before Width: | Height: | Size: 48 KiB After Width: | Height: | Size: 26 KiB |
|
After Width: | Height: | Size: 56 KiB |
|
After Width: | Height: | Size: 4.0 KiB |
|
Before Width: | Height: | Size: 16 KiB After Width: | Height: | Size: 4.0 KiB |
|
Before Width: | Height: | Size: 15 KiB After Width: | Height: | Size: 4.4 KiB |
|
Before Width: | Height: | Size: 58 KiB After Width: | Height: | Size: 5.3 KiB |
|
Before Width: | Height: | Size: 14 KiB After Width: | Height: | Size: 11 KiB |
|
Before Width: | Height: | Size: 69 KiB After Width: | Height: | Size: 18 KiB |
|
Before Width: | Height: | Size: 52 KiB After Width: | Height: | Size: 55 KiB |
|
Before Width: | Height: | Size: 30 KiB After Width: | Height: | Size: 21 KiB |
|
Before Width: | Height: | Size: 24 KiB After Width: | Height: | Size: 26 KiB |
|
Before Width: | Height: | Size: 138 KiB After Width: | Height: | Size: 34 KiB |
|
Before Width: | Height: | Size: 30 KiB After Width: | Height: | Size: 29 KiB |
|
Before Width: | Height: | Size: 131 KiB After Width: | Height: | Size: 28 KiB |
|
Before Width: | Height: | Size: 21 KiB After Width: | Height: | Size: 24 KiB |
|
Before Width: | Height: | Size: 1.9 MiB After Width: | Height: | Size: 27 KiB |
|
After Width: | Height: | Size: 31 KiB |
|
Before Width: | Height: | Size: 68 KiB After Width: | Height: | Size: 25 KiB |