| 1 |
/* Add-ac.php file css */ |
| 2 |
#tabs_r_add{ |
| 3 |
min-width: 255px; |
| 4 |
border: 0px solid #e5e5e5; |
| 5 |
box-shadow: 0 0px 0px rgba(0,0,0,.0); |
| 6 |
background: transparent; |
| 7 |
} |
| 8 |
#tabs_r_add .hndle , #tabs_r_add .handlediv { |
| 9 |
display:none |
| 10 |
} |
| 11 |
.ac_label{ |
| 12 |
font-weight:bold; |
| 13 |
margin-bottom:10px; |
| 14 |
display: block; |
| 15 |
} |
| 16 |
.ui-sortable-placeholder{ |
| 17 |
border:2px dotted #f2f2f2 !important; |
| 18 |
visibility:visible !important; |
| 19 |
background:transparent !important; |
| 20 |
} |
| 21 |
|
| 22 |
/* settings.php css */ |
| 23 |
.description { |
| 24 |
display:none |
| 25 |
} |
| 26 |
.acc_table tr{ |
| 27 |
border-bottom: 5px solid #F1F1F1; |
| 28 |
} |
| 29 |
|
| 30 |
.acc_table th{ |
| 31 |
vertical-align: top; |
| 32 |
text-align: left; |
| 33 |
padding: 15px 10px 10px 0; |
| 34 |
width: 100%; |
| 35 |
line-height: 1.3; |
| 36 |
font-weight: 600; |
| 37 |
display: block; |
| 38 |
color: #555; |
| 39 |
font-size: 16px; |
| 40 |
} |
| 41 |
.acc_table td{ |
| 42 |
margin-bottom: 9px; |
| 43 |
padding: 10px 2px; |
| 44 |
line-height: 1.3; |
| 45 |
vertical-align: middle; |
| 46 |
display: block; |
| 47 |
} |
| 48 |
#accordion_setting { |
| 49 |
|
| 50 |
box-shadow: 0 0 6px rgba(0,0,0,.2) !important; |
| 51 |
} |
| 52 |
.size-slider{ |
| 53 |
width: 70%; |
| 54 |
display:inline-block; |
| 55 |
} |
| 56 |
.slider-text { |
| 57 |
background-color: #ef4238!important; |
| 58 |
border-radius: 5px; |
| 59 |
font-size: 16px; |
| 60 |
padding-top: 2px; |
| 61 |
text-align: center; |
| 62 |
width: 46px !important; |
| 63 |
height: 34px; |
| 64 |
color: #fff !important; |
| 65 |
margin-left: 20px; |
| 66 |
border-color: #ffffff !important; |
| 67 |
margin-right: 0px; |
| 68 |
display: inline-block !important; |
| 69 |
-webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.15); |
| 70 |
-moz-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.15) !important; |
| 71 |
box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.15) !important; |
| 72 |
} |
| 73 |
|
| 74 |
|
| 75 |
.setting_color .ui-state-default, .setting_color .ui-widget-content .ui-state-default { |
| 76 |
background-color: #fff; |
| 77 |
border: 0px solid #c5dbec; |
| 78 |
border-radius: 100%; |
| 79 |
cursor: move; |
| 80 |
height: 30px; |
| 81 |
left: 0; |
| 82 |
top: -9px; |
| 83 |
position: absolute; |
| 84 |
width: 30px; |
| 85 |
-webkit-box-shadow: 1px 1px 11px rgba(0, 0, 0, 0.5); |
| 86 |
box-shadow: 1px 1px 11px rgba(0, 0, 0, 0.5); |
| 87 |
} |
| 88 |
|
| 89 |
.setting_color .ui-widget-content { |
| 90 |
border: 0px solid #a6c9e2; |
| 91 |
background: #a9acb1; |
| 92 |
color: #222222; |
| 93 |
} |
| 94 |
|
| 95 |
.setting_color .ui-widget-header { |
| 96 |
border: 0px solid #4297d7; |
| 97 |
background: #ef4238; |
| 98 |
color: #ffffff; |
| 99 |
font-weight: bold; |
| 100 |
} |
| 101 |
/* Radio Button Toggle css */ |
| 102 |
.switch { |
| 103 |
position: relative; |
| 104 |
height: 33px; |
| 105 |
width: 102px; |
| 106 |
background: ###; |
| 107 |
border:0px solid #f2f2f2; |
| 108 |
border-radius: 0px; |
| 109 |
-webkit-box-shadow: 1px 1px 11px rgba(0, 0, 0, 0.5); |
| 110 |
box-shadow: 1px 1px 11px rgba(0, 0, 0, 0.5); |
| 111 |
} |
| 112 |
|
| 113 |
.switch-label { |
| 114 |
position: relative; |
| 115 |
z-index: 2; |
| 116 |
float: left; |
| 117 |
width: 50px; |
| 118 |
line-height: 31px; |
| 119 |
font-size: 16px; |
| 120 |
color:#000; |
| 121 |
text-align: center; |
| 122 |
font-weight:bold; |
| 123 |
cursor: pointer; |
| 124 |
font-family: "Dosis", sans-serif; |
| 125 |
} |
| 126 |
|
| 127 |
.switch-label:active { |
| 128 |
font-weight: bold; |
| 129 |
} |
| 130 |
|
| 131 |
.switch-label-off { |
| 132 |
padding-left: 0px; |
| 133 |
} |
| 134 |
|
| 135 |
.switch-label-on { |
| 136 |
padding-right: 0px; |
| 137 |
} |
| 138 |
|
| 139 |
.switch-input { |
| 140 |
display: none !important; |
| 141 |
} |
| 142 |
|
| 143 |
.switch-input:checked + .switch-label { |
| 144 |
font-weight: bold; |
| 145 |
color: #ffffff !important; |
| 146 |
text-shadow: 0 1px rgba(255, 255, 255, 0.25); |
| 147 |
-webkit-transition: 0.05s ease-out; |
| 148 |
-moz-transition: 0.05s ease-out; |
| 149 |
-o-transition: 0.05s ease-out; |
| 150 |
transition: 0.05s ease-out; |
| 151 |
} |
| 152 |
|
| 153 |
.switch-input:checked + .switch-label-on ~ .switch-selection { |
| 154 |
/* Note: left: 50% doesn't transition in WebKit */ |
| 155 |
left: 50px; |
| 156 |
} |
| 157 |
|
| 158 |
.switch-selection { |
| 159 |
display: block; |
| 160 |
position: absolute; |
| 161 |
z-index: 1; |
| 162 |
top: 0px; |
| 163 |
left: 0px; |
| 164 |
width: 52px; |
| 165 |
height: 33px; |
| 166 |
background: #E74B42; |
| 167 |
border-radius: 0px; |
| 168 |
background-color: #E74B42 !important; |
| 169 |
background-image: -khtml-gradient(linear, left top, left bottom, from(#EA5B53), to(E74B42)) !important; |
| 170 |
background-image: -moz-linear-gradient(top, #EA5B53, #E74B42) !important; |
| 171 |
background-image: -ms-linear-gradient(top, #EA5B53, #E74B42) !important; |
| 172 |
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #EA5B53), color-stop(100%, #E74B42)) !important; |
| 173 |
background-image: -webkit-linear-gradient(top, #EA5B53, #E74B42) !important; |
| 174 |
background-image: -o-linear-gradient(top, #EA5B53, #E74B42) !important; |
| 175 |
background-image: -linear-gradient(top, #EA5B53, #E74B42) !important; |
| 176 |
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#EA5B53', endColorstr='#E74B42', GradientType=0) !important; |
| 177 |
border-color: #E74B42 !important; |
| 178 |
border-color: #E74B42 !important; |
| 179 |
-webkit-box-shadow: inset 0 1px 0 #E74B42,0 1px 0 rgba(0,0,0,0.15) !important; |
| 180 |
box-shadow: inset 0 1px 0 #E74B42,0 1px 0 rgba(0,0,0,0.15) !important; |
| 181 |
|
| 182 |
-webkit-transition: left 0.15s ease-out; |
| 183 |
-moz-transition: left 0.15s ease-out; |
| 184 |
-o-transition: left 0.15s ease-out; |
| 185 |
transition: left 0.15s ease-out; |
| 186 |
|
| 187 |
} |
| 188 |
.ac_tooltip, .ac_tooltip:hover{ |
| 189 |
float: left; |
| 190 |
padding: 10px; |
| 191 |
background-color: #eee; |
| 192 |
width: 85px; |
| 193 |
margin: 0 10px 10px 0px; |
| 194 |
text-align: center; |
| 195 |
color:#000; |
| 196 |
margin-top:15px; |
| 197 |
|
| 198 |
} |
| 199 |
.wp-picker-container, .wp-picker-container:active{ |
| 200 |
display:block; |
| 201 |
} |
| 202 |
|
| 203 |
/* free vs pro table */ |
| 204 |
|
| 205 |
#free_pro .free-pro-table { |
| 206 |
border-spacing: 0; |
| 207 |
width: 100%; |
| 208 |
} |
| 209 |
|
| 210 |
#free_pro .free-pro-table th { |
| 211 |
padding-bottom: 20px; |
| 212 |
font-size: 18px; |
| 213 |
} |
| 214 |
|
| 215 |
#free_pro .free-pro-table td { |
| 216 |
border-top: 1px solid #ccc; |
| 217 |
padding: 20px 0 25px; |
| 218 |
} |
| 219 |
|
| 220 |
#free_pro .free-pro-table h3{ |
| 221 |
margin: 0; |
| 222 |
font-size: 20px; |
| 223 |
} |
| 224 |
|
| 225 |
#free_pro .free-pro-table td p { |
| 226 |
margin: 0; |
| 227 |
} |
| 228 |
|
| 229 |
#free_pro .free-pro-table .only-lite, |
| 230 |
#free_pro .free-pro-table .only-pro { |
| 231 |
text-align: center; |
| 232 |
width: 15%; |
| 233 |
font-size: 20px; |
| 234 |
} |
| 235 |
|
| 236 |
#free_pro .free-pro-table .only-lite .dashicons-before:before { |
| 237 |
color: #00A878; |
| 238 |
} |
| 239 |
|
| 240 |
#free_pro .free-pro-table .only-pro .dashicons-before:before { |
| 241 |
color: #ff3439; |
| 242 |
} |
| 243 |
|
| 244 |
#free_pro .free-pro-table .only-lite .dashicons-before:before, |
| 245 |
#free_pro .free-pro-table .only-pro .dashicons-before:before { |
| 246 |
font-size: 35px; |
| 247 |
height: 35px; |
| 248 |
width: 35px; |
| 249 |
} |
| 250 |
|
| 251 |
#free_pro .ti-about-page-text-center { |
| 252 |
text-align: center; |
| 253 |
} |