Admin.css
| 1 | .ewd-us-hidden { |
| 2 | display: none; |
| 3 | } |
| 4 | .ewd-us-clear { |
| 5 | clear: both; |
| 6 | } |
| 7 | |
| 8 | /*********************************************************** |
| 9 | * META BOX STYLING |
| 10 | ***********************************************************/ |
| 11 | .ewd-us-meta-menu { |
| 12 | float: left; |
| 13 | max-width: 120px; |
| 14 | } |
| 15 | .ewd-us-meta-menu-item { |
| 16 | float:left; |
| 17 | padding: 0; |
| 18 | width:100%; |
| 19 | margin:0 !important; |
| 20 | display:block; |
| 21 | height:40px; |
| 22 | line-height:40px; |
| 23 | font-weight:10; |
| 24 | padding-left:20px; |
| 25 | background-color: rgba(224, 224, 224, 0.5); |
| 26 | cursor: pointer; |
| 27 | } |
| 28 | |
| 29 | .ewd-us-meta-menu-item.meta-menu-tab-active { |
| 30 | box-shadow: inset 2px 0 0 #1188cc; |
| 31 | background-color: #ffffff !important; |
| 32 | color: #29324e; |
| 33 | } |
| 34 | .ewd-us-meta-menu-item:hover { |
| 35 | color: #29324e; |
| 36 | background-color: rgba(199,199,199, 0.5); |
| 37 | box-shadow: inset 2px 0 0 #1188cc; |
| 38 | } |
| 39 | |
| 40 | .ewd-us-meta-body { |
| 41 | min-width: 300px; |
| 42 | max-width: 600px; |
| 43 | float: left; |
| 44 | padding-left: 40px; |
| 45 | padding-bottom: 20px; |
| 46 | } |
| 47 | |
| 48 | .ewd-us-meta-option-radio { |
| 49 | width: 24px; |
| 50 | float: left; |
| 51 | min-height: 30px; |
| 52 | } |
| 53 | .ewd-us-meta-option-explanation { |
| 54 | min-height: 30px; |
| 55 | } |
| 56 | |
| 57 | #ewd-us-buttons-list-table { |
| 58 | min-width: 400px; |
| 59 | } |
| 60 | |
| 61 | #ewd-us-buttons-list-table tbody td { |
| 62 | padding-top: 12px; |
| 63 | } |
| 64 | |
| 65 | |
| 66 | /*********************************************************** |
| 67 | * TABBED OPTIONS PAGE |
| 68 | ***********************************************************/ |
| 69 | |
| 70 | .us-hidden { |
| 71 | display:none; |
| 72 | } |
| 73 | |
| 74 | .us-options-page-tabbed { |
| 75 | min-height:450px; |
| 76 | height:auto; |
| 77 | } |
| 78 | .us-options-page-tabbed-nav{ |
| 79 | position: relative; |
| 80 | top: 0; |
| 81 | left: 0; |
| 82 | width:15%; |
| 83 | z-index: 1; |
| 84 | min-width:100px; |
| 85 | margin:0 !important; |
| 86 | } |
| 87 | |
| 88 | .us-options-submenu-div li { |
| 89 | float:left; |
| 90 | padding: 0; |
| 91 | width:100%; |
| 92 | margin:0; !important; |
| 93 | } |
| 94 | .us-options-submenu-div a { |
| 95 | display:block; |
| 96 | height:40px; |
| 97 | line-height:40px; |
| 98 | font-weight:10; |
| 99 | padding-left:20px; |
| 100 | } |
| 101 | .us-options-submenu-div a.options-subnav-tab-active, |
| 102 | .us-options-submenu-div a.styling-subnav-tab-active{ |
| 103 | box-shadow: inset 2px 0 0 #1188cc; |
| 104 | background-color: #ffffff !important; |
| 105 | color: #29324e; |
| 106 | } |
| 107 | .us-options-submenu-div a.options-subnav-tab, |
| 108 | .us-options-submenu-div a.styling-subnav-tab{ |
| 109 | background-color: rgba(224, 224, 224, 0.5); |
| 110 | } |
| 111 | .us-options-submenu-div a:hover { |
| 112 | color: #29324e; |
| 113 | background-color: rgba(199,199,199, 0.5); |
| 114 | box-shadow: inset 2px 0 0 #1188cc; |
| 115 | |
| 116 | } |
| 117 | |
| 118 | .us-options-submenu-div { |
| 119 | float:left; |
| 120 | width:100px; |
| 121 | border: 1px solid #e5e5e5; |
| 122 | } |
| 123 | .us-options-page-tabbed-content, |
| 124 | .us-styling-page-tabbed-content { |
| 125 | float:left; |
| 126 | width:80%; |
| 127 | z-index: 999; |
| 128 | background:#fff; |
| 129 | margin:0 !important; |
| 130 | position:relative; |
| 131 | min-height:400px; |
| 132 | border: 1px solid #e5e5e5; |
| 133 | padding-bottom:5px; |
| 134 | } |
| 135 | .ewd-us-option-set, |
| 136 | .ewd-us-styling-set{ |
| 137 | width:85%; |
| 138 | margin:0 auto; |
| 139 | position:relative; |
| 140 | left:10px; |
| 141 | min-height:400px; |
| 142 | } |
| 143 | .us-options-page-tab-title{ |
| 144 | margin:15px 0 !important; |
| 145 | } |
| 146 | |
| 147 | .us-options-page-tabbed p.submit { |
| 148 | float: right; |
| 149 | margin-right: 10px; |
| 150 | margin-top: 15px; |
| 151 | padding: 3px; |
| 152 | } |
| 153 | |
| 154 | .us-label-option { |
| 155 | margin-right: 16px; |
| 156 | margin-bottom: 12px; |
| 157 | } |
| 158 | |
| 159 | @media only screen and (max-width: 650px) { |
| 160 | .us-options-page-tabbed, |
| 161 | .us-styling-page-tabbed{ |
| 162 | margin:0; |
| 163 | } |
| 164 | .us-options-submenu-div { |
| 165 | width: 100%; |
| 166 | } |
| 167 | .us-options-page-tabbed-nav{ |
| 168 | width:100%; |
| 169 | } |
| 170 | .us-options-page-tabbed li{ |
| 171 | float:none; |
| 172 | } |
| 173 | .us-options-page-tabbed a.styling-subnav-tab{ |
| 174 | width:25%; |
| 175 | float:left; |
| 176 | padding:0; |
| 177 | text-align:center; |
| 178 | } |
| 179 | .us-options-page-tabbed a.options-subnav-tab-active{ |
| 180 | } |
| 181 | |
| 182 | .us-options-page-tabbed-content, |
| 183 | .us-styling-page-tabbed-content{ |
| 184 | width:100%; |
| 185 | } |
| 186 | |
| 187 | } |
| 188 | |
| 189 | |
| 190 | /*********************************************************** |
| 191 | LEAVE REVIEW BOX |
| 192 | ***********************************************************/ |
| 193 | #ewd-us-dashboard-leave-review { |
| 194 | position: relative; |
| 195 | float: left; |
| 196 | margin-top: 20px; |
| 197 | width: calc(90% + 2em); |
| 198 | background: #9D64BC; |
| 199 | color: #fff; |
| 200 | } |
| 201 | #ewd-us-dashboard-leave-review h3 { |
| 202 | background: #262262; |
| 203 | color: #fff; |
| 204 | text-align: center; |
| 205 | margin: 0; |
| 206 | padding: 4px 0; |
| 207 | } |
| 208 | #ewd-us-dashboard-leave-review h3 span { |
| 209 | font-family: 'dashicons'; |
| 210 | color: #F5E836; |
| 211 | } |
| 212 | #ewd-us-dashboard-leave-review h3 span:before { |
| 213 | content: "\f155\f155\f155\f155\f155"; |
| 214 | } |
| 215 | #ewd-us-dashboard-leave-review .ewd-dashboard-content .ewd-dashboard-leave-review-text { |
| 216 | position: relative; |
| 217 | float: left; |
| 218 | width: 55%; |
| 219 | margin: 8px 0 8px 5%; |
| 220 | font-size: 1.25em; |
| 221 | line-height: 1.3; |
| 222 | } |
| 223 | #ewd-us-dashboard-leave-review .ewd-dashboard-content .ewd-dashboard-leave-review-link { |
| 224 | position: relative; |
| 225 | float: left; |
| 226 | width: 30%; |
| 227 | margin: 8px 5% ; |
| 228 | padding: 12px 0; |
| 229 | background: #F5E836; |
| 230 | color: #9D64BC; |
| 231 | font-size: 1.25em; |
| 232 | text-align: center; |
| 233 | border-radius: 3px; |
| 234 | } |
| 235 | #ewd-us-dashboard-leave-review .ewd-dashboard-content .ewd-dashboard-leave-review-link:hover { |
| 236 | background: #F5EE90; |
| 237 | color: #9D64BC; |
| 238 | text-decoration: none; |
| 239 | } |
| 240 | #ewd-us-dashboard-leave-review .ewd-dashboard-leave-review-dismiss { |
| 241 | position: relative; |
| 242 | float: left; |
| 243 | background: #262262; |
| 244 | border: none; |
| 245 | margin: 0; |
| 246 | padding: 0; |
| 247 | padding: 4px 0; |
| 248 | width: 100%; |
| 249 | text-align: center; |
| 250 | color: #fff; |
| 251 | font-size: 12px; |
| 252 | cursor: pointer; |
| 253 | } |
| 254 | |
| 255 | |
| 256 | /*********************************************************** |
| 257 | FLEXBOX STYLING |
| 258 | ***********************************************************/ |
| 259 | .ewd-us-option-set h3, |
| 260 | .ewd-us-styling-set h3 { |
| 261 | padding-top:10px; |
| 262 | } |
| 263 | .us-options-table th { |
| 264 | padding:15px 5px; |
| 265 | height:1em; |
| 266 | } |
| 267 | |
| 268 | .us-options-page-tabbed input[type=text], |
| 269 | .us-styling-page-tabbed input[type=text] { |
| 270 | width: 90% !important; |
| 271 | max-width:130px; |
| 272 | } |
| 273 | .us-options-page-tabbed select, |
| 274 | .us-options-page-tabbed textarea |
| 275 | { |
| 276 | width:50% !important; |
| 277 | } |
| 278 | |
| 279 | .us-styling-page-tabbed select, |
| 280 | .us-styling-page-tabbed textarea{ |
| 281 | |
| 282 | } |
| 283 | |
| 284 | .us-options-div { |
| 285 | width:100%; |
| 286 | } |
| 287 | .us-options-div.us-options-flex { |
| 288 | width:100%; |
| 289 | display:flex; |
| 290 | display: -webkit-flex; |
| 291 | flex-flow: row wrap; |
| 292 | -webkit-flex-flow: row wrap; |
| 293 | } |
| 294 | .us-subsection{ |
| 295 | margin: 0 10px 10px 0; |
| 296 | flex-grow:1; |
| 297 | } |
| 298 | .us-subsection-half{ |
| 299 | width:50%; |
| 300 | } |
| 301 | |
| 302 | .us-subsection-header{ |
| 303 | margin:3px; |
| 304 | } |
| 305 | |
| 306 | .us-options-page-tabbed .submit{ |
| 307 | float:left; |
| 308 | margin-top:0; |
| 309 | } |
| 310 | .us-options-page-tabbed .submit input[type=submit]{ |
| 311 | position:relative; |
| 312 | /* left:100px;*/ |
| 313 | } |
| 314 | |
| 315 | .us-subsection-header { |
| 316 | font-size:1.2em; |
| 317 | font-weight:900; |
| 318 | padding: 10px; |
| 319 | margin:0; |
| 320 | } |
| 321 | |
| 322 | .us-subsection-content{ |
| 323 | padding: 10px; |
| 324 | } |
| 325 | .us-subsection-content .us-option { |
| 326 | margin: 8px 0; |
| 327 | } |
| 328 | .us-subsection-content.us-subsection-full{ |
| 329 | border: none; |
| 330 | padding: 5px; |
| 331 | } |
| 332 | |
| 333 | /*Subsection Rows*/ |
| 334 | .us-subsection-content .us-option-label { |
| 335 | display:inline; |
| 336 | } |
| 337 | .us-subsection-content .us-option-checkbox { |
| 338 | display:inline; |
| 339 | } |
| 340 | .us-subsection-content .us-option-one-line { |
| 341 | margin-bottom: 24px; |
| 342 | } |
| 343 | .us-subsection-content .us-option-one-line .us-arrow { |
| 344 | font-size: 4.5em; |
| 345 | } |
| 346 | |
| 347 | |
| 348 | |
| 349 | /* |
| 350 | ============================================== |
| 351 | Admin Table |
| 352 | ============================================== |
| 353 | */ |
| 354 | .ewd-us-admin-table-thumbnail { |
| 355 | width: 100px; |
| 356 | height: auto; |
| 357 | padding: 2px; |
| 358 | } |
| 359 | th.column-us_thumbnail { |
| 360 | width: 136px; |
| 361 | } |
| 362 | |
| 363 | |
| 364 | /* |
| 365 | ============================================== |
| 366 | PS Changes |
| 367 | ============================================== |
| 368 | */ |
| 369 | |
| 370 | .us-option-one-line input[type=radio] { |
| 371 | vertical-align: top; |
| 372 | margin-top: 1px; |
| 373 | } |
| 374 | |
| 375 | /* |
| 376 | ============================================== |
| 377 | Arrow Font |
| 378 | ============================================== |
| 379 | */ |
| 380 | |
| 381 | @font-face { /* declare fonts */ |
| 382 | font-family: 'untitled-font-7'; |
| 383 | src: url("fonts/untitled-font-7.eot"); |
| 384 | src: url('fonts/untitled-font-7.woff2') format('woff2'), |
| 385 | url('fonts/untitled-font-7.woff') format('woff'), |
| 386 | url("fonts/untitled-font-7.ttf") format("truetype"), |
| 387 | url("fonts/untitled-font-7.svg#untitled-font-7") format("svg"); |
| 388 | font-weight: normal; |
| 389 | font-style: normal; |
| 390 | } |
| 391 | |
| 392 | .us-arrow { |
| 393 | font-family: 'untitled-font-7'; |
| 394 | } |
| 395 | |
| 396 | |
| 397 | |
| 398 | |
| 399 | /*********************************************************** |
| 400 | * ADDITIONAL DASHBOARD |
| 401 | ***********************************************************/ |
| 402 | /**--Start Upgrade Area--**/ |
| 403 | #ewd-us-dashboard-top-upgrade { |
| 404 | position: relative; |
| 405 | float: left; |
| 406 | width: 100%; |
| 407 | } |
| 408 | #ewd-us-dashboard-top-upgrade-left { |
| 409 | position: relative; |
| 410 | float: left; |
| 411 | width: 70%; |
| 412 | margin-right: 2em; |
| 413 | } |
| 414 | #ewd-us-dashboard-top-upgrade-left .inside, #ewd-us-dashboard-top-upgrade-right .inside { |
| 415 | display: block; |
| 416 | } |
| 417 | #ewd-us-dashboard-top-upgrade-left .inside, #ewd-us-dashboard-top-upgrade-left .postbox { |
| 418 | background: #e5e5e5; |
| 419 | } |
| 420 | #ewd-us-dashboard-top-upgrade-left .inside h3 { |
| 421 | color: #262262; |
| 422 | margin-bottom: 8px; |
| 423 | } |
| 424 | #ewd-us-dashboard-top-upgrade-left .inside ul { |
| 425 | position: relative; |
| 426 | float: left; |
| 427 | width: 100%; |
| 428 | width: calc(100% - 16px); |
| 429 | list-style-type: disc; |
| 430 | padding-left: 16px; |
| 431 | margin-top: 0; |
| 432 | } |
| 433 | #ewd-us-dashboard-top-upgrade-left .inside ul li { |
| 434 | margin-bottom: 1px; |
| 435 | } |
| 436 | #ewd-us-dashboard-top-upgrade-left .inside ul li span { |
| 437 | position: relative; |
| 438 | left: 0; |
| 439 | } |
| 440 | #ewd-us-dashboard-top-upgrade-left .inside .purchaseButton { |
| 441 | position: relative; |
| 442 | display: block; |
| 443 | width: 340px; |
| 444 | margin: 0 auto 12px; |
| 445 | padding: 12px 0; |
| 446 | background: #4A4694; |
| 447 | background: #afadc9; |
| 448 | background: -moz-linear-gradient(top, #afadc9 0%, #8f8da8 100%); |
| 449 | background: -webkit-linear-gradient(top, #afadc9 0%,#8f8da8 100%); |
| 450 | background: linear-gradient(to bottom, #afadc9 0%,#8f8da8 100%); |
| 451 | filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#afadc9', endColorstr='#8f8da8',GradientType=0 ); |
| 452 | border-bottom: 2px solid #262262; |
| 453 | border-radius: 4px; |
| 454 | color: #fff; |
| 455 | font-size: 17px; |
| 456 | text-align: center; |
| 457 | line-height: 1.3; |
| 458 | text-decoration: none; |
| 459 | } |
| 460 | #ewd-us-dashboard-top-upgrade-left .inside .purchaseButton:hover { |
| 461 | background: #4A4694; |
| 462 | background: #c5bcdb; |
| 463 | background: -moz-linear-gradient(top, #c5bcdb 0%, #a09eb8 100%); |
| 464 | background: -webkit-linear-gradient(top, #c5bcdb 0%,#a09eb8 100%); |
| 465 | background: linear-gradient(to bottom, #c5bcdb 0%,#a09eb8 100%); |
| 466 | filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c5bcdb', endColorstr='#a09eb8',GradientType=0 ); |
| 467 | text-decoration: none; |
| 468 | } |
| 469 | @media screen and (max-width: 768px) { |
| 470 | #ewd-us-dashboard-top-upgrade-left .inside .purchaseButton { |
| 471 | width: calc(98% - 12px); |
| 472 | } |
| 473 | } |
| 474 | #ewd-us-dashboard-top-upgrade-left .inside input[type="text"] { |
| 475 | padding: 9px 8px; |
| 476 | width: 81%; |
| 477 | float: left; |
| 478 | font-size: 15px; |
| 479 | margin: 0; |
| 480 | margin-bottom: 6px; |
| 481 | border: none; |
| 482 | } |
| 483 | #ewd-us-dashboard-top-upgrade-left .inside input[type="text"]::-webkit-input-placeholder { |
| 484 | font-size: 15px; |
| 485 | color: #ccc; |
| 486 | } |
| 487 | #ewd-us-dashboard-top-upgrade-left .inside input[type="text"]::-moz-placeholder { |
| 488 | font-size: 15px; |
| 489 | color: #ccc; |
| 490 | } |
| 491 | #ewd-us-dashboard-top-upgrade-left .inside input[type="text"]:-ms-input-placeholder { |
| 492 | font-size: 15px; |
| 493 | color: #ccc; |
| 494 | } |
| 495 | #ewd-us-dashboard-top-upgrade-left .inside input[type="text"]:-moz-placeholder { |
| 496 | font-size: 15px; |
| 497 | color: #ccc; |
| 498 | } |
| 499 | #ewd-us-dashboard-top-upgrade-left .inside input[type="submit"] { |
| 500 | padding: 9px 8px; |
| 501 | width: 18%; |
| 502 | float: left; |
| 503 | border: 0; |
| 504 | cursor: pointer; |
| 505 | margin: 0; |
| 506 | margin-bottom: 6px; |
| 507 | background: #c6ab55; |
| 508 | color: #fff; |
| 509 | font-weight: bold; |
| 510 | border-bottom: 2px solid #a69b50; |
| 511 | } |
| 512 | #ewd-us-dashboard-top-upgrade-left .inside input[type="submit"]:hover { |
| 513 | background: #E8CD79; |
| 514 | } |
| 515 | |
| 516 | #ewd-us-dashboard-top-upgrade-right { |
| 517 | position: relative; |
| 518 | float: left; |
| 519 | width: 25%; |
| 520 | } |
| 521 | #ewd-us-dashboard-top-upgrade-right .postbox .hndle{ |
| 522 | border: none; |
| 523 | } |
| 524 | #ewd-us-dashboard-top-upgrade-right .ewd-dashboard-h3{ |
| 525 | margin: 0; |
| 526 | } |
| 527 | #ewd-us-dashboard-top-upgrade-right .inside, #ewd-us-dashboard-top-upgrade-right .postbox { |
| 528 | background: #e5e5e5; |
| 529 | background: rgba(38,34,98,.4); |
| 530 | } |
| 531 | #ewd-us-dashboard-top-upgrade-right .inside { |
| 532 | padding: 0; |
| 533 | margin: 0; |
| 534 | } |
| 535 | #ewd-us-dashboard-top-upgrade-right .inside .topPart { |
| 536 | position: relative; |
| 537 | float: left; |
| 538 | width: calc(100% - 72px); |
| 539 | text-align: center; |
| 540 | padding: 4px 36px 21px; |
| 541 | background: #262262; |
| 542 | color: #fff; |
| 543 | font-size: 24px; |
| 544 | font-style: italic; |
| 545 | line-height: 1.3; |
| 546 | margin-top: -20px; |
| 547 | } |
| 548 | #ewd-us-dashboard-top-upgrade-right .inside .bottomPart { |
| 549 | position: relative; |
| 550 | float: left; |
| 551 | padding: 21px 36px 22px; |
| 552 | width: calc(100% - 72px); |
| 553 | color: #fff; |
| 554 | font-size: 24px; |
| 555 | line-height: 1.3; |
| 556 | text-align: center; |
| 557 | border-top: 3px solid #c6ab55; |
| 558 | } |
| 559 | #ewd-us-dashboard-top-upgrade-right .inside .bottomPart span.freeTrialText { |
| 560 | color: #262262; |
| 561 | } |
| 562 | #ewd-us-dashboard-top-upgrade-right .inside .bottomPart a.freeTrialPurchaseLink { |
| 563 | color: #E8CD79; |
| 564 | text-decoration: underline |
| 565 | } |
| 566 | #ewd-us-dashboard-top-upgrade-right .inside .bottomPart a.freeTrialPurchaseLink:hover { |
| 567 | color: #262262; |
| 568 | text-decoration: underline |
| 569 | } |
| 570 | |
| 571 | /**--End Upgrade Area--**/ |
| 572 | |
| 573 | .ewd-dashboard-box-value.ewd-font-22 { |
| 574 | font-size: 22px; |
| 575 | } |
| 576 | |
| 577 | |
| 578 | |
| 579 | |
| 580 | /*********** |
| 581 | NEWS SECTION |
| 582 | ***********/ |
| 583 | .ewd-us-news { |
| 584 | position: relative; |
| 585 | float: left; |
| 586 | width: 100%; |
| 587 | height: auto; |
| 588 | margin-top: 20px; |
| 589 | background: #fff; |
| 590 | text-align: center; |
| 591 | font-weight: 700; |
| 592 | } |
| 593 | .ewd-us-news a { |
| 594 | text-decoration: none; |
| 595 | } |
| 596 | .ewd-us-news h3 { |
| 597 | background: #262262; |
| 598 | color: #fff; |
| 599 | text-align: center; |
| 600 | margin: 0; |
| 601 | padding: 8px 0; |
| 602 | } |
| 603 | .ewd-us-news p { |
| 604 | margin: 24px 0; |
| 605 | font-size: 1.25em; |
| 606 | } |
| 607 | .ewd-us-news p a { |
| 608 | position: relative; |
| 609 | float: left; |
| 610 | width: 50%; |
| 611 | margin-left: 25%; |
| 612 | margin-bottom: 24px; |
| 613 | padding: 12px 18px; |
| 614 | background: #F5E836; |
| 615 | color: #9D64BC; |
| 616 | text-align: center; |
| 617 | border-radius: 3px; |
| 618 | } |
| 619 | .ewd-us-news p a:hover { |
| 620 | background: #F5EE90; |
| 621 | color: #9D64BC; |
| 622 | text-decoration: none; |
| 623 | } |
| 624 | |
| 625 | |
| 626 | |
| 627 | /************************ |
| 628 | TOGGLE SWITCHES |
| 629 | ************************/ |
| 630 | .ewd-us-admin-hide-radios { |
| 631 | display: none; |
| 632 | } |
| 633 | |
| 634 | /* The switch - the box around the slider */ |
| 635 | .ewd-us-admin-switch { |
| 636 | position: relative; |
| 637 | display: inline-block; |
| 638 | width: 40px; |
| 639 | height: 22px; |
| 640 | } |
| 641 | |
| 642 | /* Hide default HTML checkbox */ |
| 643 | .ewd-us-admin-switch input {display:none;} |
| 644 | |
| 645 | /* The slider */ |
| 646 | .ewd-us-admin-switch-slider { |
| 647 | position: absolute; |
| 648 | cursor: pointer; |
| 649 | top: 0; |
| 650 | left: 0; |
| 651 | right: 0; |
| 652 | bottom: 0; |
| 653 | background-color: #ccc; |
| 654 | -webkit-transition: .4s; |
| 655 | transition: .4s; |
| 656 | } |
| 657 | |
| 658 | .ewd-us-admin-switch-slider:before { |
| 659 | position: absolute; |
| 660 | content: ""; |
| 661 | height: 14px; |
| 662 | width: 14px; |
| 663 | left: 4px; |
| 664 | bottom: 4px; |
| 665 | background-color: white; |
| 666 | -webkit-transition: .4s; |
| 667 | transition: .4s; |
| 668 | } |
| 669 | |
| 670 | input:checked + .ewd-us-admin-switch-slider { |
| 671 | background-color: #0acbaa; |
| 672 | } |
| 673 | |
| 674 | input:focus + .ewd-us-admin-switch-slider { |
| 675 | box-shadow: 0 0 1px #0acbaa; |
| 676 | } |
| 677 | |
| 678 | input:checked + .ewd-us-admin-switch-slider:before { |
| 679 | -webkit-transform: translateX(18px); |
| 680 | -ms-transform: translateX(18px); |
| 681 | transform: translateX(18px); |
| 682 | } |
| 683 | |
| 684 | /* Rounded sliders */ |
| 685 | .ewd-us-admin-switch-slider.round { |
| 686 | border-radius: 34px; |
| 687 | } |
| 688 | |
| 689 | .ewd-us-admin-switch-slider.round:before { |
| 690 | border-radius: 50%; |
| 691 | } |
| 692 | |
| 693 | |
| 694 | |
| 695 | |
| 696 | /************************ |
| 697 | OTHER OPTION PAGE STYLING |
| 698 | ************************/ |
| 699 | tr.ewd-us-admin-tr-spacer { |
| 700 | height: 24px; |
| 701 | } |
| 702 | |
| 703 | .ewd-us-option-set, |
| 704 | .ewd-us-styling-set{ |
| 705 | left: 0; |
| 706 | } |
| 707 | |
| 708 | .ewd-us-option-set .form-table, |
| 709 | .ewd-us-styling-set .form-table { |
| 710 | width: 90%; |
| 711 | margin: 0 auto 16px; |
| 712 | box-shadow: 0 1px 12px #ddd; |
| 713 | display: block; |
| 714 | padding: 11px 5%; |
| 715 | } |
| 716 | .ewd-us-option-set .form-table.noSubSections, |
| 717 | .ewd-us-styling-set .form-table.noSubSections { |
| 718 | width: 100%; |
| 719 | margin: 0; |
| 720 | box-shadow: none; |
| 721 | padding: 11px 0; |
| 722 | } |
| 723 | .ewd-us-option-set .form-table th, |
| 724 | .ewd-us-styling-set .form-table th { |
| 725 | color: #555; |
| 726 | padding: 15px 46px 24px 0; |
| 727 | background-image: url(../img/options-asset-info.png); |
| 728 | background-position: calc(100% - 20px) 15px; |
| 729 | background-size: 18px 18px; |
| 730 | background-repeat: no-repeat; |
| 731 | cursor: pointer; |
| 732 | } |
| 733 | .ewd-us-option-set .form-table th.ewd-us-admin-no-info-button, |
| 734 | .ewd-us-styling-set .form-table th.ewd-us-admin-no-info-button { |
| 735 | background-image: none !important; |
| 736 | cursor: default; |
| 737 | } |
| 738 | .ewd-us-option-set .form-table.noSubSections th, |
| 739 | .ewd-us-styling-set .form-table.noSubSections th { |
| 740 | padding-left: 0; |
| 741 | } |
| 742 | .ewd-us-option-set .form-table td, |
| 743 | .ewd-us-styling-set .form-table td { |
| 744 | padding-top: 12px; |
| 745 | } |
| 746 | .ewd-us-option-set .form-table td p, |
| 747 | .ewd-us-styling-set .form-table td p { |
| 748 | display: none; |
| 749 | } |
| 750 | /*.ewd-us-option-set .form-table th br, |
| 751 | .ewd-us-styling-set .form-table th br { |
| 752 | display: none; |
| 753 | } |
| 754 | .ewd-us-admin-info-button { |
| 755 | display: inline-block; |
| 756 | position: relative; |
| 757 | margin-left: 8px; |
| 758 | top: 4px; |
| 759 | width: 18px; |
| 760 | height: 18px; |
| 761 | background-image: url(../img/options-asset-info.png); |
| 762 | background-position: left top; |
| 763 | background-size: 18px 18px; |
| 764 | background-repeat: no-repeat; |
| 765 | cursor: pointer; |
| 766 | } |
| 767 | */ |
| 768 | .ewd-us-admin-section-heading { |
| 769 | position: relative; |
| 770 | float: left; |
| 771 | background: #6026B4; |
| 772 | margin: 8px 0 0; |
| 773 | font-size: 15px; |
| 774 | font-weight: bold; |
| 775 | color: #fff; |
| 776 | padding: 12px 2%; |
| 777 | width: 96%; |
| 778 | text-transform: uppercase; |
| 779 | z-index: 2; |
| 780 | } |
| 781 | |
| 782 | |
| 783 | .ewd-us-premium-options-table { |
| 784 | position: relative; |
| 785 | } |
| 786 | tr[data-filtertype].ewd-us-premium-options-table-overlay { |
| 787 | position: absolute; |
| 788 | top: 0; |
| 789 | left: 0; |
| 790 | width: 100%; |
| 791 | height: 100%; |
| 792 | background: rgba(0,0,0,.73); |
| 793 | } |
| 794 | .ewd-us-unlock-premium { |
| 795 | position: absolute; |
| 796 | width: 200px; |
| 797 | height: 200px; |
| 798 | padding: 16px; |
| 799 | background: #fff; |
| 800 | left: calc(50% - 100px); |
| 801 | } |
| 802 | .ewd-us-unlock-premium img { |
| 803 | position: relative; |
| 804 | float: left; |
| 805 | width: 40px; |
| 806 | height: auto; |
| 807 | margin: 16px 80px 24px; |
| 808 | } |
| 809 | .ewd-us-unlock-premium p { |
| 810 | margin: 16px 0; |
| 811 | text-align: center; |
| 812 | color: #888; |
| 813 | } |
| 814 | .ewd-us-unlock-premium .ewd-us-dashboard-get-premium-widget-button { |
| 815 | clear: both; |
| 816 | position: relative; |
| 817 | float: left; |
| 818 | width: calc(100% - 20px); |
| 819 | margin: 16px 8px; |
| 820 | border: 2px solid #0acbaa; |
| 821 | background-color: #0acbaa; |
| 822 | color: #fff; |
| 823 | padding: 6px 0; |
| 824 | font-size: 12px; |
| 825 | text-decoration: none; |
| 826 | text-align: center; |
| 827 | font-weight: bold; |
| 828 | border-radius: 2px; |
| 829 | } |
| 830 | .ewd-us-unlock-premium .ewd-us-dashboard-get-premium-widget-button:hover { |
| 831 | background-color: #1CE6C3; |
| 832 | border-color: #1CE6C3; |
| 833 | color: #fff; |
| 834 | } |
| 835 | |
| 836 | .ewd-us-option-set, |
| 837 | .ewd-us-styling-set{ |
| 838 | position: relative; |
| 839 | float: left; |
| 840 | width: 90%; |
| 841 | margin: 0 0 0 5%; |
| 842 | padding: 0; |
| 843 | } |
| 844 | .us-options-page-tab-title { |
| 845 | font-size: 18px; |
| 846 | color: #6026B4; |
| 847 | margin: 32px 0 0 !important; |
| 848 | } |
| 849 | .ewd-us-option-set label span, |
| 850 | .ewd-us-styling-set label span { |
| 851 | color: #666; |
| 852 | } |
| 853 | |
| 854 | .us-options-tab-title { |
| 855 | font-size: 18px; |
| 856 | color: #6026B4; |
| 857 | margin: 32px 0 0 !important; |
| 858 | } |
| 859 | |
| 860 | |
| 861 | /* RADIO BUTTON AND CHECKBOX */ |
| 862 | .ewd-us-admin-input-container input, .ewd-us-admin-input-container input:disabled { |
| 863 | position: absolute; |
| 864 | opacity: 0; |
| 865 | } |
| 866 | .ewd-us-admin-radio-button { |
| 867 | position: relative; |
| 868 | float: left; |
| 869 | height: 14px; |
| 870 | width: 14px; |
| 871 | top: 1px; |
| 872 | margin-right: 12px; |
| 873 | background-color: #fff; |
| 874 | border: 2px solid #aaa; |
| 875 | border-radius: 50%; |
| 876 | } |
| 877 | .ewd-us-admin-input-container:hover input ~ .ewd-us-admin-radio-button { |
| 878 | background-color: #E6FFFB; |
| 879 | border-color: #0acbaa; |
| 880 | } |
| 881 | .ewd-us-admin-input-container input:checked ~ .ewd-us-admin-radio-button { |
| 882 | border-color: #0acbaa; |
| 883 | background-color: #fff; |
| 884 | } |
| 885 | .ewd-us-admin-radio-button:after { |
| 886 | content: ""; |
| 887 | position: absolute; |
| 888 | display: none; |
| 889 | } |
| 890 | .ewd-us-admin-input-container input:checked ~ .ewd-us-admin-radio-button:after { |
| 891 | display: block; |
| 892 | } |
| 893 | .ewd-us-admin-input-container .ewd-us-admin-radio-button:after { |
| 894 | top: 3px; |
| 895 | left: 3px; |
| 896 | width: 8px; |
| 897 | height: 8px; |
| 898 | border-radius: 50%; |
| 899 | background: #0acbaa; |
| 900 | } |
| 901 | |
| 902 | .ewd-us-admin-checkbox { |
| 903 | position: relative; |
| 904 | float: left; |
| 905 | height: 14px; |
| 906 | width: 14px; |
| 907 | top: 1px; |
| 908 | margin-right: 12px; |
| 909 | background-color: #fff; |
| 910 | border: 2px solid #aaa; |
| 911 | } |
| 912 | .ewd-us-admin-input-container:hover input ~ .ewd-us-admin-checkbox { |
| 913 | background-color: #E6FFFB; |
| 914 | border-color: #0acbaa; |
| 915 | } |
| 916 | .ewd-us-admin-input-container input:checked ~ .ewd-us-admin-checkbox { |
| 917 | border-color: #0acbaa; |
| 918 | background-color: #fff; |
| 919 | } |
| 920 | .ewd-us-admin-checkbox:after { |
| 921 | content: ""; |
| 922 | position: absolute; |
| 923 | display: none; |
| 924 | } |
| 925 | .ewd-us-admin-input-container input:checked ~ .ewd-us-admin-checkbox:after { |
| 926 | display: block; |
| 927 | } |
| 928 | .ewd-us-admin-input-container .ewd-us-admin-checkbox:after { |
| 929 | left: 4px; |
| 930 | top: 1px; |
| 931 | width: 4px; |
| 932 | height: 8px; |
| 933 | border: solid #0acbaa; |
| 934 | border-width: 0 2px 2px 0; |
| 935 | -webkit-transform: rotate(45deg); |
| 936 | -ms-transform: rotate(45deg); |
| 937 | transform: rotate(45deg); |
| 938 | } |
| 939 | |
| 940 | /* Textbox and Text Area and Select boxes */ |
| 941 | .ewd-us-option-set input[type=text], |
| 942 | .ewd-us-option-set input[type=search], |
| 943 | .ewd-us-option-set input[type=tel], |
| 944 | .ewd-us-option-set input[type=url], |
| 945 | .ewd-us-option-set input[type=week], |
| 946 | .ewd-us-option-set input[type=password], |
| 947 | .ewd-us-option-set input[type=color], |
| 948 | .ewd-us-option-set input[type=email], |
| 949 | .ewd-us-option-set input[type=number], |
| 950 | .ewd-us-option-set textarea, |
| 951 | .ewd-us-option-set select, |
| 952 | .ewd-us-styling-set input[type=text], |
| 953 | .ewd-us-styling-set input[type=search], |
| 954 | .ewd-us-styling-set input[type=tel], |
| 955 | .ewd-us-styling-set input[type=url], |
| 956 | .ewd-us-styling-set input[type=week], |
| 957 | .ewd-us-styling-set input[type=password], |
| 958 | .ewd-us-styling-set input[type=color], |
| 959 | .ewd-us-styling-set input[type=email], |
| 960 | .ewd-us-styling-set input[type=number], |
| 961 | .ewd-us-styling-set textarea, |
| 962 | .ewd-us-styling-set select { |
| 963 | border: 2px solid #ccc; |
| 964 | border-radius: 5px; |
| 965 | box-shadow: none; |
| 966 | } |
| 967 | .us-options-page-tabbed select, |
| 968 | .us-options-page-tabbed textarea |
| 969 | { |
| 970 | width: auto !important; |
| 971 | min-width: 50%; |
| 972 | max-width: 100% !important; |
| 973 | } |
| 974 | .ewd-us-option-set textarea { |
| 975 | min-width: 300px; |
| 976 | min-height: 200px; |
| 977 | } |
| 978 | |
| 979 | /* menu side tabs */ |
| 980 | .us-options-submenu-div, .us-options-page-tabbed-content, .us-styling-page-tabbed-content { |
| 981 | border: none; |
| 982 | } |
| 983 | .us-options-submenu-div { |
| 984 | width: 160px; |
| 985 | box-shadow: -1px 1px 8px #ccc; |
| 986 | overflow: hidden; |
| 987 | } |
| 988 | .us-options-page-tabbed-content, .us-styling-page-tabbed-content { |
| 989 | width: calc(100% - 200px); |
| 990 | } |
| 991 | .us-options-page-tabbed-nav { |
| 992 | width: 100%; |
| 993 | } |
| 994 | .us-options-page-tabbed a.options-subnav-tab, |
| 995 | .us-options-page-tabbed a.styling-subnav-tab { |
| 996 | background-color: #e2e2e2; |
| 997 | border-bottom: 1px solid #f1f1f1; |
| 998 | color: #555; |
| 999 | font-weight: bold; |
| 1000 | padding-left: 20px; |
| 1001 | width: calc(100% - 20px); |
| 1002 | text-align: left; |
| 1003 | } |
| 1004 | .us-options-page-tabbed .us-options-submenu-div li:last-of-type a.options-subnav-tab, |
| 1005 | .us-options-page-tabbed .us-options-submenu-div li:last-of-type a.styling-subnav-tab:last-of-type { |
| 1006 | border-bottom: none; |
| 1007 | } |
| 1008 | .us-options-page-tabbed a.options-subnav-tab-active, |
| 1009 | .us-options-page-tabbed a.styling-subnav-tab-active { |
| 1010 | box-shadow: none; |
| 1011 | background-color: #fff !important; |
| 1012 | color: #6026B4; |
| 1013 | border-left: 4px solid #6026B4; |
| 1014 | } |
| 1015 | .us-options-page-tabbed .us-options-submenu-div a:hover { |
| 1016 | color: #29324e; |
| 1017 | background-color: rgba(199,199,199, 0.5); |
| 1018 | box-shadow: none; |
| 1019 | border-left: 4px solid #29324e; |
| 1020 | } |
| 1021 | .us-options-page-tabbed .us-options-submenu-div a.options-subnav-tab-active:hover, |
| 1022 | .us-options-page-tabbed .us-options-submenu-div a.styling-subnav-tab-active:hover { |
| 1023 | color: #6026B4; |
| 1024 | background-color: #fff; |
| 1025 | border-left: 4px solid #6026B4; |
| 1026 | } |
| 1027 | |
| 1028 | |
| 1029 | /* SIDEBAR ITEMS ORDER TABLE */ |
| 1030 | .us-sidebar-items-order-container { |
| 1031 | } |
| 1032 | .us-sidebar-items-order-element { |
| 1033 | background: #f3f3f3; |
| 1034 | margin: 0; |
| 1035 | padding: 8px 16px; |
| 1036 | width: calc(100% - 32px); |
| 1037 | } |
| 1038 | .us-sidebar-items-order-element { |
| 1039 | border-bottom: 1px solid #ccc; |
| 1040 | cursor: all-scroll; |
| 1041 | } |
| 1042 | .us-sidebar-items-order-element:first-of-type { |
| 1043 | border-top: 1px solid #ccc; |
| 1044 | } |
| 1045 | .us-sidebar-items-order-element:active { |
| 1046 | background: #662D91; |
| 1047 | color: #fff; |
| 1048 | } |
| 1049 | |
| 1050 | |
| 1051 | /* STYLING SUB-SECTIONS AND OPTIONS */ |
| 1052 | .ewd-us-admin-styling-section { |
| 1053 | clear: both; |
| 1054 | position: relative; |
| 1055 | float: left; |
| 1056 | width: 100%; |
| 1057 | margin: 0 0 32px; |
| 1058 | box-shadow: 0 1px 12px #ddd; |
| 1059 | display: block; |
| 1060 | padding: 11px 0; |
| 1061 | } |
| 1062 | .ewd-us-admin-styling-section.noSubSections { |
| 1063 | margin: 0; |
| 1064 | box-shadow: none; |
| 1065 | } |
| 1066 | .ewd-us-admin-styling-subsection { |
| 1067 | clear: both; |
| 1068 | position: relative; |
| 1069 | float: left; |
| 1070 | width: 90%; |
| 1071 | padding: 20px 5% 0; |
| 1072 | border-bottom: 1px solid #ddd; |
| 1073 | } |
| 1074 | .ewd-us-admin-styling-subsection:last-of-type { |
| 1075 | border-bottom: none; |
| 1076 | } |
| 1077 | .ewd-us-admin-styling-subsection:first-of-type { |
| 1078 | padding: 0 5%; |
| 1079 | } |
| 1080 | .ewd-us-admin-styling-subsection.noBottomBorder { |
| 1081 | border-bottom: none; |
| 1082 | } |
| 1083 | .ewd-us-admin-styling-subsection-label { |
| 1084 | position: relative; |
| 1085 | float: left; |
| 1086 | width: 228px; |
| 1087 | color: #555; |
| 1088 | padding: 15px 28px 16px 0; |
| 1089 | font-weight: 600; |
| 1090 | font-size: 14px; |
| 1091 | line-height: 1.3; |
| 1092 | } |
| 1093 | .ewdOptionHasInfo .ewd-us-admin-styling-subsection-label { |
| 1094 | padding: 15px 56px 14px 0; |
| 1095 | width: 200px; |
| 1096 | background-image: url(../img/options-asset-info.png); |
| 1097 | background-position: calc(100% - 30px) 15px; |
| 1098 | background-size: 18px 18px; |
| 1099 | background-repeat: no-repeat; |
| 1100 | cursor: pointer; |
| 1101 | } |
| 1102 | .ewdOptionHasInfo fieldset p { |
| 1103 | display: none; |
| 1104 | } |
| 1105 | .ewd-us-admin-styling-subsection-content { |
| 1106 | position: relative; |
| 1107 | float: left; |
| 1108 | width: calc(100% - 256px); |
| 1109 | padding: 15px 0 16px; |
| 1110 | } |
| 1111 | .ewd-us-admin-styling-subsection-content-each { |
| 1112 | position: relative; |
| 1113 | float: left; |
| 1114 | width: 100%; |
| 1115 | margin-bottom: 20px; |
| 1116 | } |
| 1117 | .ewd-us-admin-styling-subsection-content-label { |
| 1118 | position: relative; |
| 1119 | float: left; |
| 1120 | width: 30%; |
| 1121 | margin-right: 3%; |
| 1122 | color: #999; |
| 1123 | text-transform: uppercase; |
| 1124 | font-size: 12px; |
| 1125 | font-weight: 600; |
| 1126 | } |
| 1127 | .ewd-us-admin-styling-subsection-content-right { |
| 1128 | position: relative; |
| 1129 | float: left; |
| 1130 | width: 67%; |
| 1131 | } |
| 1132 | .ewd-us-admin-styling-subsection-content-color-picker { |
| 1133 | position: relative; |
| 1134 | float: left; |
| 1135 | width: 50%; |
| 1136 | margin-bottom: 8px; |
| 1137 | } |
| 1138 | .ewd-us-admin-styling-subsection-content-color-picker input.ewd-us-spectrum, .us-options-page-tabbed input[type=text].ewd-us-spectrum, .us-styling-page-tabbed input[type=text].ewd-us-spectrum { |
| 1139 | position: absolute; |
| 1140 | right: 0; |
| 1141 | bottom: 0; |
| 1142 | border: none; |
| 1143 | margin: 0 !important; |
| 1144 | width: calc(100% - 42px) !important; |
| 1145 | max-width: none !important; |
| 1146 | border-radius: 0; |
| 1147 | background: transparent !important; |
| 1148 | color: #888 !important; |
| 1149 | padding: 0 !important; |
| 1150 | font-size: 12px; |
| 1151 | } |
| 1152 | .ewd-us-admin-styling-subsection-content-color-picker .sp-replacer { |
| 1153 | padding: 0 !important; |
| 1154 | margin-right: 8px !important; |
| 1155 | border-radius: 2px; |
| 1156 | } |
| 1157 | .ewd-us-admin-styling-subsection-content-color-picker .sp-preview { |
| 1158 | width: 32px !important; |
| 1159 | height: 32px !important; |
| 1160 | margin: 0 !important; |
| 1161 | border: none !important |
| 1162 | } |
| 1163 | .ewd-us-admin-styling-subsection-content-color-picker .sp-dd { |
| 1164 | display: none !important; |
| 1165 | } |
| 1166 | .ewd-us-admin-styling-subsection-content-color-picker-label { |
| 1167 | position: absolute; |
| 1168 | right: 0; |
| 1169 | top: 0; |
| 1170 | width: calc(100% - 42px); |
| 1171 | color: #555; |
| 1172 | font-size: 13px; |
| 1173 | font-weight: 600; |
| 1174 | text-transform: uppercase; |
| 1175 | } |
| 1176 | input.ewd-us-admin-font-size, .us-options-page-tabbed input[type=text].ewd-us-admin-font-size, .us-styling-page-tabbed input[type=text].ewd-us-admin-font-size { |
| 1177 | border-radius: 2px !important; |
| 1178 | width: 100px !important; |
| 1179 | } |
| 1180 | .ewd-us-admin-styling-section fieldset label { |
| 1181 | line-height: 1.4em; |
| 1182 | margin: .25em 0 .5em; |
| 1183 | display: inline-block; |
| 1184 | font-size: 14px; |
| 1185 | } |
| 1186 | .ewd-us-admin-styling-subsection-content-each fieldset.ewdAdminIconChoice label { |
| 1187 | position: relative; |
| 1188 | float: left; |
| 1189 | width: 25%; |
| 1190 | font-size: 20px; |
| 1191 | } |
| 1192 | .ewd-us-admin-styling-subsection-content-each fieldset.ewdAdminIconChoice label.fourteen { |
| 1193 | font-size: 14px; |
| 1194 | } |
| 1195 | .ewd-us-admin-styling-section .ewd-admin-labelling-section { |
| 1196 | position: relative; |
| 1197 | float: left; |
| 1198 | width: 100%; |
| 1199 | } |
| 1200 | .ewd-us-admin-styling-section .ewd-admin-labelling-section label { |
| 1201 | position: relative; |
| 1202 | float: left; |
| 1203 | width: 23.5%; |
| 1204 | margin: 0 2% 8px 0; |
| 1205 | } |
| 1206 | .ewd-us-admin-styling-section .ewd-admin-labelling-section label:nth-of-type(4n+4) { |
| 1207 | margin-right: 0; |
| 1208 | } |
| 1209 | .ewd-us-admin-styling-section .ewd-admin-labelling-section.full-wide label { |
| 1210 | width: 100%; |
| 1211 | margin-right: 0; |
| 1212 | } |
| 1213 | .ewd-us-admin-styling-section .ewd-admin-labelling-section label p { |
| 1214 | margin: 0 0 4px; |
| 1215 | font-size: 14px; |
| 1216 | color: #555; |
| 1217 | font-weight: 600; |
| 1218 | } |
| 1219 | .ewd-us-admin-styling-section .ewd-admin-labelling-section label input[type="text"] { |
| 1220 | width: 100% !important; |
| 1221 | min-width: auto !important; |
| 1222 | max-width: none !important; |
| 1223 | } |
| 1224 | .ewd-us-admin-styling-section .ewd-admin-labelling-section label input[type="text"]::-webkit-input-placeholder { |
| 1225 | color: #bbb; |
| 1226 | font-weight: 400; |
| 1227 | font-size: 13px; |
| 1228 | } |
| 1229 | .ewd-us-admin-styling-section .ewd-admin-labelling-section label input[type="text"]:-moz-placeholder { |
| 1230 | color: #bbb; |
| 1231 | font-weight: 400; |
| 1232 | font-size: 13px; |
| 1233 | } |
| 1234 | .ewd-us-admin-styling-section .ewd-admin-labelling-section label input[type="text"]::-moz-placeholder { |
| 1235 | color: #bbb; |
| 1236 | font-weight: 400; |
| 1237 | font-size: 13px; |
| 1238 | } |
| 1239 | .ewd-us-admin-styling-section .ewd-admin-labelling-section label input[type="text"]:-ms-input-placeholder { |
| 1240 | color: #bbb; |
| 1241 | font-weight: 400; |
| 1242 | font-size: 13px; |
| 1243 | } |
| 1244 | .ewd-us-admin-styling-section .ewd-admin-labelling-section label input[type="text"]:placeholder { |
| 1245 | color: #bbb; |
| 1246 | font-weight: 400; |
| 1247 | font-size: 13px; |
| 1248 | } |
| 1249 | |
| 1250 | |
| 1251 | /*LOCK PREMIUM CONTENT*/ |
| 1252 | .ewd-us-premium-options-table { |
| 1253 | position: relative; |
| 1254 | } |
| 1255 | .ewd-us-premium-options-table-overlay { |
| 1256 | position: absolute; |
| 1257 | top: 0; |
| 1258 | left: 0; |
| 1259 | width: 100%; |
| 1260 | height: 100%; |
| 1261 | background: rgba(0,0,0,.45); |
| 1262 | } |
| 1263 | .ewd-us-premium-options-table-overlay th { |
| 1264 | background-image: none !important; |
| 1265 | } |
| 1266 | .ewd-us-unlock-premium { |
| 1267 | position: absolute; |
| 1268 | width: 200px; |
| 1269 | height: 200px; |
| 1270 | padding: 16px; |
| 1271 | background: #fff; |
| 1272 | left: calc(50% - 116px); |
| 1273 | } |
| 1274 | .ewd-us-admin-styling-section .ewd-us-unlock-premium { |
| 1275 | margin-top: 15px; |
| 1276 | } |
| 1277 | .ewd-us-unlock-premium img { |
| 1278 | position: relative; |
| 1279 | float: left; |
| 1280 | width: 40px; |
| 1281 | height: auto; |
| 1282 | margin: 16px 80px 24px; |
| 1283 | } |
| 1284 | .ewd-us-unlock-premium p { |
| 1285 | margin: 16px 0; |
| 1286 | text-align: center; |
| 1287 | color: #888; |
| 1288 | } |
| 1289 | .ewd-us-unlock-premium .ewd-us-dashboard-get-premium-widget-button { |
| 1290 | clear: both; |
| 1291 | position: relative; |
| 1292 | float: left; |
| 1293 | width: calc(100% - 20px); |
| 1294 | margin: 16px 8px; |
| 1295 | border: 2px solid #0acbaa; |
| 1296 | background-color: #0acbaa; |
| 1297 | color: #fff; |
| 1298 | padding: 6px 0; |
| 1299 | font-size: 12px; |
| 1300 | text-decoration: none; |
| 1301 | text-align: center; |
| 1302 | font-weight: bold; |
| 1303 | border-radius: 2px; |
| 1304 | } |
| 1305 | .ewd-us-unlock-premium .ewd-us-dashboard-get-premium-widget-button:hover { |
| 1306 | background-color: #1CE6C3; |
| 1307 | border-color: #1CE6C3; |
| 1308 | color: #fff; |
| 1309 | } |
| 1310 | |
| 1311 | |
| 1312 | |
| 1313 | /************* |
| 1314 | RESPONSIVE |
| 1315 | *************/ |
| 1316 | @media screen and (max-width: 1099px) { |
| 1317 | .us-options-submenu-div, .us-options-page-tabbed-content, .us-styling-page-tabbed-content { |
| 1318 | clear: both; |
| 1319 | width: calc(100% - 40px); |
| 1320 | } |
| 1321 | } |
| 1322 | @media screen and (max-width: 782px) { |
| 1323 | .ultimate_slider_page_us-options .OptionTab { |
| 1324 | padding: 15px 0; |
| 1325 | } |
| 1326 | .ultimate_slider_page_us-options .wrap.us-options-page-tabbed { |
| 1327 | margin: 10px 0 0 0; |
| 1328 | width: 100%; |
| 1329 | } |
| 1330 | .us-options-submenu-div { |
| 1331 | margin: 0 0 20px 20px; |
| 1332 | } |
| 1333 | .us-options-page-tabbed-content, .us-styling-page-tabbed-content { |
| 1334 | width: 100%; |
| 1335 | } |
| 1336 | .ewd-us-option-set, |
| 1337 | .ewd-us-styling-set { |
| 1338 | width: 100%; |
| 1339 | margin: 0; |
| 1340 | } |
| 1341 | .us-options-page-tab-title { |
| 1342 | text-align: center; |
| 1343 | } |
| 1344 | .ewd-us-admin-section-heading { |
| 1345 | text-align: center; |
| 1346 | } |
| 1347 | .ewd-us-option-set .form-table, |
| 1348 | .ewd-us-styling-set .form-table { |
| 1349 | box-shadow: none; |
| 1350 | } |
| 1351 | .ewd-us-option-set .form-table, |
| 1352 | .ewd-us-styling-set .form-table, |
| 1353 | .ewd-us-option-set .form-table tbody, |
| 1354 | .ewd-us-option-set .form-table tr, |
| 1355 | .ewd-us-option-set .form-table th, |
| 1356 | .ewd-us-option-set .form-table td, |
| 1357 | .ewd-us-styling-set .form-table tbody, |
| 1358 | .ewd-us-styling-set .form-table tr, |
| 1359 | .ewd-us-styling-set .form-table th, |
| 1360 | .ewd-us-styling-set .form-table td { |
| 1361 | clear: both; |
| 1362 | float: left; |
| 1363 | width: 100%; |
| 1364 | } |
| 1365 | .ewd-us-option-set .form-table, |
| 1366 | .ewd-us-styling-set .form-table { |
| 1367 | padding: 11px 0; |
| 1368 | } |
| 1369 | .ewd-us-option-set .form-table th, |
| 1370 | .ewd-us-styling-set .form-table th { |
| 1371 | padding: 20px 5% 8px; |
| 1372 | width: 90%; |
| 1373 | height: auto; |
| 1374 | margin: 0; |
| 1375 | background-image: url(../img/options-asset-info.png); |
| 1376 | background-position: 95% 20px; |
| 1377 | background-size: 18px 18px; |
| 1378 | background-repeat: no-repeat; |
| 1379 | cursor: pointer; |
| 1380 | } |
| 1381 | .ewd-us-option-set .form-table td, |
| 1382 | .ewd-us-styling-set .form-table td { |
| 1383 | padding-top: 4px; |
| 1384 | } |
| 1385 | .ewd-us-option-set .form-table td fieldset, |
| 1386 | .ewd-us-styling-set .form-table td fieldset{ |
| 1387 | position: relative; |
| 1388 | } |
| 1389 | .ewd-us-option-set .form-table td label, |
| 1390 | .ewd-us-styling-set .form-table td label { |
| 1391 | position: relative; |
| 1392 | clear: both; |
| 1393 | float: left; |
| 1394 | width: 90%; |
| 1395 | margin-left: 5% !important; |
| 1396 | } |
| 1397 | .ewd-us-option-set .form-table td label.ewd-us-admin-switch, |
| 1398 | .ewd-us-styling-set .form-table td label.ewd-us-admin-switch { |
| 1399 | position: absolute; |
| 1400 | width: 40px; |
| 1401 | top: -35px; |
| 1402 | right: 5%; |
| 1403 | } |
| 1404 | .ewd-us-option-set .form-table td p, |
| 1405 | .ewd-us-styling-set .form-table td p { |
| 1406 | display: none; |
| 1407 | position: relative; |
| 1408 | float: left; |
| 1409 | width: 90%; |
| 1410 | padding: 10px 5% 24px; |
| 1411 | background: #f3f3f3; |
| 1412 | border-bottom: 1px solid #ccc; |
| 1413 | font-size: 13px; |
| 1414 | } |
| 1415 | .ewd-us-option-set .form-table td input[type="button"] { |
| 1416 | display: block; |
| 1417 | margin: 10px auto 4px; |
| 1418 | } |
| 1419 | .ewd-us-admin-styling-section .ewd-admin-labelling-section label { |
| 1420 | width: 100%; |
| 1421 | margin: 0 0 8px 0; |
| 1422 | } |
| 1423 | .ewd-us-admin-input-container { |
| 1424 | width: calc(100% - 16px); |
| 1425 | padding-left: 16px; |
| 1426 | } |
| 1427 | |
| 1428 | .ewd-us-admin-styling-section { |
| 1429 | box-shadow: none; |
| 1430 | } |
| 1431 | .ewd-us-admin-styling-subsection, .ewd-us-admin-styling-subsection:first-of-type { |
| 1432 | width: 100%; |
| 1433 | padding-right: 0; |
| 1434 | padding-left: 0; |
| 1435 | } |
| 1436 | .ewd-us-admin-styling-subsection-label { |
| 1437 | width: 90%; |
| 1438 | padding: 0 5% 8px; |
| 1439 | } |
| 1440 | .ewdOptionHasInfo .ewd-us-admin-styling-subsection-label { |
| 1441 | padding: 0 calc(5% + 38px) 8px 5%; |
| 1442 | width: calc(90% - 38px); |
| 1443 | background-image: url(../img/options-asset-info.png); |
| 1444 | background-position: 95% 0; |
| 1445 | background-size: 18px 18px; |
| 1446 | background-repeat: no-repeat; |
| 1447 | } |
| 1448 | .ewd-us-admin-styling-subsection:first-of-type .ewd-us-admin-styling-subsection-label { |
| 1449 | padding: 20px 5% 8px; |
| 1450 | } |
| 1451 | .ewdOptionHasInfo:first-of-type .ewd-us-admin-styling-subsection-label { |
| 1452 | padding: 20px calc(5% + 38px) 8px 5%; |
| 1453 | background-image: url(../img/options-asset-info.png); |
| 1454 | background-position: 950% 20px; |
| 1455 | background-size: 18px 18px; |
| 1456 | background-repeat: no-repeat; |
| 1457 | } |
| 1458 | .ewd-us-admin-styling-subsection-content { |
| 1459 | width: 100%; |
| 1460 | padding: 0 ; |
| 1461 | } |
| 1462 | .ewd-us-admin-styling-subsection-content-each { |
| 1463 | margin-bottom: 10px; |
| 1464 | padding-bottom: 10px; |
| 1465 | border-bottom: 1px solid #ddd; |
| 1466 | } |
| 1467 | .ewd-us-admin-styling-subsection-content-each:last-of-type { |
| 1468 | border-bottom: none; |
| 1469 | } |
| 1470 | .ewd-us-admin-styling-subsection-content-label, .ewd-us-admin-styling-subsection-content-right { |
| 1471 | width: calc(90% - 16px); |
| 1472 | padding: 0 0 0 calc(5% + 16px); |
| 1473 | } |
| 1474 | .ewd-us-admin-styling-subsection-content-label { |
| 1475 | padding-top: 10px; |
| 1476 | padding-bottom: 15px; |
| 1477 | } |
| 1478 | .ewd-us-admin-styling-subsection-content label { |
| 1479 | width: 90%; |
| 1480 | margin-left: 5% !important; |
| 1481 | } |
| 1482 | .ewd-us-admin-styling-subsection p { |
| 1483 | display: none; |
| 1484 | position: relative; |
| 1485 | float: left; |
| 1486 | width: 90%; |
| 1487 | padding: 10px 5% 24px; |
| 1488 | background: #f3f3f3; |
| 1489 | border-bottom: 1px solid #ccc; |
| 1490 | font-size: 13px; |
| 1491 | } |
| 1492 | .ewd-us-admin-styling-text-input { |
| 1493 | width: 100%; |
| 1494 | } |
| 1495 | .ewd-us-admin-styling-subsection input[type="button"] { |
| 1496 | display: block; |
| 1497 | margin: 10px auto 0; |
| 1498 | } |
| 1499 | |
| 1500 | } |
| 1501 | |
| 1502 | |
| 1503 | /************************************************* |
| 1504 | SHORTCODE REMINDER IN BASIC AREA OF OPTIONS TAB |
| 1505 | *************************************************/ |
| 1506 | .ewd-us-shortcode-reminder { |
| 1507 | position: relative; |
| 1508 | float: left; |
| 1509 | width: calc(95% - 48px); |
| 1510 | padding: 14px 2.5% 12px calc(2.5% + 48px); |
| 1511 | height: 22px; |
| 1512 | margin: 0 0 16px; |
| 1513 | background: url(../img/options-asset-star.png) #f1f1f1; |
| 1514 | background-size: 48px 48px; |
| 1515 | background-position: left top; |
| 1516 | background-repeat: no-repeat; |
| 1517 | } |
| 1518 | @media screen and (max-width: 782px) { |
| 1519 | .ewd-us-shortcode-reminder { |
| 1520 | width: calc(90% - 48px); |
| 1521 | margin: 0 2.5% 16px; |
| 1522 | } |
| 1523 | } |
| 1524 | @media screen and (max-width: 568px) { |
| 1525 | .ewd-us-shortcode-reminder { |
| 1526 | padding: 6px 2.5% 2px calc(2.5% + 48px); |
| 1527 | height: 40px; |
| 1528 | } |
| 1529 | } |
| 1530 | |
| 1531 | |
| 1532 | /************************** |
| 1533 | * WP Dashboard Review Ask |
| 1534 | ***************************/ |
| 1535 | .ewd-us-clear { |
| 1536 | clear: both; |
| 1537 | } |
| 1538 | .ewd-us-main-dashboard-review-ask { |
| 1539 | border-left-color: #6026b4; |
| 1540 | } |
| 1541 | .ewd-us-review-ask-plugin-icon { |
| 1542 | height: 100px; |
| 1543 | width: 100px; |
| 1544 | float: left; |
| 1545 | margin: 12px 24px 16px 10px; |
| 1546 | background-image: url(../img/ewd-us-icon.png); |
| 1547 | background-size: contain; |
| 1548 | } |
| 1549 | .ewd-us-review-ask-text p { |
| 1550 | padding: 10px 20px; |
| 1551 | font-weight: 600; |
| 1552 | font-size: 20px; |
| 1553 | } |
| 1554 | .ewd-us-review-ask-action { |
| 1555 | width: 90px; |
| 1556 | padding: 6px; |
| 1557 | margin-right: 18px; |
| 1558 | text-align: center; |
| 1559 | float: left; |
| 1560 | border-radius: 4px; |
| 1561 | cursor: pointer; |
| 1562 | } |
| 1563 | .ewd-us-review-ask-white { |
| 1564 | color: #999999; |
| 1565 | border: 1px solid #bbbbbb; |
| 1566 | } |
| 1567 | .ewd-us-review-ask-green { |
| 1568 | color: #ffffff; |
| 1569 | background: #22C9A3; |
| 1570 | border: 1px solid #22C9A3; |
| 1571 | font-weight: 600; |
| 1572 | } |
| 1573 | .ewd-us-review-ask-green a { |
| 1574 | color: #ffffff; |
| 1575 | text-decoration: none; |
| 1576 | } |
| 1577 | .ewd-us-review-ask-feedback-form { |
| 1578 | position: relative; |
| 1579 | float: left; |
| 1580 | }.ewd-us-review-ask-feedback-explanation textarea { |
| 1581 | height: 70px; |
| 1582 | width: 480px; |
| 1583 | } |
| 1584 | .ewd-us-review-ask-send-feedback { |
| 1585 | margin: 10px 0px; |
| 1586 | } |
| 1587 | |
| 1588 | .ewd-us-review-ask-review-text span { |
| 1589 | font-size: .8em; |
| 1590 | font-weight: normal; |
| 1591 | } |
| 1592 |