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 | .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 | .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 | ============================================== |
| 367 | Arrow Font |
| 368 | ============================================== |
| 369 | */ |
| 370 | |
| 371 | @font-face { /* declare fonts */ |
| 372 | font-family: 'untitled-font-7'; |
| 373 | src: url("fonts/untitled-font-7.eot"); |
| 374 | src: url('fonts/untitled-font-7.woff2') format('woff2'), |
| 375 | url('fonts/untitled-font-7.woff') format('woff'), |
| 376 | url("fonts/untitled-font-7.ttf") format("truetype"), |
| 377 | url("fonts/untitled-font-7.svg#untitled-font-7") format("svg"); |
| 378 | font-weight: normal; |
| 379 | font-style: normal; |
| 380 | } |
| 381 | |
| 382 | .us-arrow { |
| 383 | font-family: 'untitled-font-7'; |
| 384 | } |
| 385 | |
| 386 | |
| 387 | |
| 388 | |
| 389 | /*********************************************************** |
| 390 | * ADDITIONAL DASHBOARD |
| 391 | ***********************************************************/ |
| 392 | /**--Start Upgrade Area--**/ |
| 393 | #ewd-us-dashboard-top-upgrade { |
| 394 | position: relative; |
| 395 | float: left; |
| 396 | width: 100%; |
| 397 | } |
| 398 | #ewd-us-dashboard-top-upgrade-left { |
| 399 | position: relative; |
| 400 | float: left; |
| 401 | width: 70%; |
| 402 | margin-right: 2em; |
| 403 | } |
| 404 | #ewd-us-dashboard-top-upgrade-left .inside, #ewd-us-dashboard-top-upgrade-right .inside { |
| 405 | display: block; |
| 406 | } |
| 407 | #ewd-us-dashboard-top-upgrade-left .inside, #ewd-us-dashboard-top-upgrade-left .postbox { |
| 408 | background: #e5e5e5; |
| 409 | } |
| 410 | #ewd-us-dashboard-top-upgrade-left .inside h3 { |
| 411 | color: #262262; |
| 412 | margin-bottom: 8px; |
| 413 | } |
| 414 | #ewd-us-dashboard-top-upgrade-left .inside ul { |
| 415 | position: relative; |
| 416 | float: left; |
| 417 | width: 100%; |
| 418 | width: calc(100% - 16px); |
| 419 | list-style-type: disc; |
| 420 | padding-left: 16px; |
| 421 | margin-top: 0; |
| 422 | } |
| 423 | #ewd-us-dashboard-top-upgrade-left .inside ul li { |
| 424 | margin-bottom: 1px; |
| 425 | } |
| 426 | #ewd-us-dashboard-top-upgrade-left .inside ul li span { |
| 427 | position: relative; |
| 428 | left: 0; |
| 429 | } |
| 430 | #ewd-us-dashboard-top-upgrade-left .inside .purchaseButton { |
| 431 | position: relative; |
| 432 | display: block; |
| 433 | width: 340px; |
| 434 | margin: 0 auto 12px; |
| 435 | padding: 12px 0; |
| 436 | background: #4A4694; |
| 437 | background: #afadc9; |
| 438 | background: -moz-linear-gradient(top, #afadc9 0%, #8f8da8 100%); |
| 439 | background: -webkit-linear-gradient(top, #afadc9 0%,#8f8da8 100%); |
| 440 | background: linear-gradient(to bottom, #afadc9 0%,#8f8da8 100%); |
| 441 | filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#afadc9', endColorstr='#8f8da8',GradientType=0 ); |
| 442 | border-bottom: 2px solid #262262; |
| 443 | border-radius: 4px; |
| 444 | color: #fff; |
| 445 | font-size: 17px; |
| 446 | text-align: center; |
| 447 | line-height: 1.3; |
| 448 | text-decoration: none; |
| 449 | } |
| 450 | #ewd-us-dashboard-top-upgrade-left .inside .purchaseButton:hover { |
| 451 | background: #4A4694; |
| 452 | background: #c5bcdb; |
| 453 | background: -moz-linear-gradient(top, #c5bcdb 0%, #a09eb8 100%); |
| 454 | background: -webkit-linear-gradient(top, #c5bcdb 0%,#a09eb8 100%); |
| 455 | background: linear-gradient(to bottom, #c5bcdb 0%,#a09eb8 100%); |
| 456 | filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c5bcdb', endColorstr='#a09eb8',GradientType=0 ); |
| 457 | text-decoration: none; |
| 458 | } |
| 459 | @media screen and (max-width: 768px) { |
| 460 | #ewd-us-dashboard-top-upgrade-left .inside .purchaseButton { |
| 461 | width: calc(98% - 12px); |
| 462 | } |
| 463 | } |
| 464 | #ewd-us-dashboard-top-upgrade-left .inside input[type="text"] { |
| 465 | padding: 9px 8px; |
| 466 | width: 81%; |
| 467 | float: left; |
| 468 | font-size: 15px; |
| 469 | margin: 0; |
| 470 | margin-bottom: 6px; |
| 471 | border: none; |
| 472 | } |
| 473 | #ewd-us-dashboard-top-upgrade-left .inside input[type="text"]::-webkit-input-placeholder { |
| 474 | font-size: 15px; |
| 475 | color: #ccc; |
| 476 | } |
| 477 | #ewd-us-dashboard-top-upgrade-left .inside input[type="text"]::-moz-placeholder { |
| 478 | font-size: 15px; |
| 479 | color: #ccc; |
| 480 | } |
| 481 | #ewd-us-dashboard-top-upgrade-left .inside input[type="text"]:-ms-input-placeholder { |
| 482 | font-size: 15px; |
| 483 | color: #ccc; |
| 484 | } |
| 485 | #ewd-us-dashboard-top-upgrade-left .inside input[type="text"]:-moz-placeholder { |
| 486 | font-size: 15px; |
| 487 | color: #ccc; |
| 488 | } |
| 489 | #ewd-us-dashboard-top-upgrade-left .inside input[type="submit"] { |
| 490 | padding: 9px 8px; |
| 491 | width: 18%; |
| 492 | float: left; |
| 493 | border: 0; |
| 494 | cursor: pointer; |
| 495 | margin: 0; |
| 496 | margin-bottom: 6px; |
| 497 | background: #c6ab55; |
| 498 | color: #fff; |
| 499 | font-weight: bold; |
| 500 | border-bottom: 2px solid #a69b50; |
| 501 | } |
| 502 | #ewd-us-dashboard-top-upgrade-left .inside input[type="submit"]:hover { |
| 503 | background: #E8CD79; |
| 504 | } |
| 505 | |
| 506 | #ewd-us-dashboard-top-upgrade-right { |
| 507 | position: relative; |
| 508 | float: left; |
| 509 | width: 25%; |
| 510 | } |
| 511 | #ewd-us-dashboard-top-upgrade-right .postbox .hndle{ |
| 512 | border: none; |
| 513 | } |
| 514 | #ewd-us-dashboard-top-upgrade-right .ewd-dashboard-h3{ |
| 515 | margin: 0; |
| 516 | } |
| 517 | #ewd-us-dashboard-top-upgrade-right .inside, #ewd-us-dashboard-top-upgrade-right .postbox { |
| 518 | background: #e5e5e5; |
| 519 | background: rgba(38,34,98,.4); |
| 520 | } |
| 521 | #ewd-us-dashboard-top-upgrade-right .inside { |
| 522 | padding: 0; |
| 523 | margin: 0; |
| 524 | } |
| 525 | #ewd-us-dashboard-top-upgrade-right .inside .topPart { |
| 526 | position: relative; |
| 527 | float: left; |
| 528 | width: calc(100% - 72px); |
| 529 | text-align: center; |
| 530 | padding: 4px 36px 21px; |
| 531 | background: #262262; |
| 532 | color: #fff; |
| 533 | font-size: 24px; |
| 534 | font-style: italic; |
| 535 | line-height: 1.3; |
| 536 | margin-top: -20px; |
| 537 | } |
| 538 | #ewd-us-dashboard-top-upgrade-right .inside .bottomPart { |
| 539 | position: relative; |
| 540 | float: left; |
| 541 | padding: 21px 36px 22px; |
| 542 | width: calc(100% - 72px); |
| 543 | color: #fff; |
| 544 | font-size: 24px; |
| 545 | line-height: 1.3; |
| 546 | text-align: center; |
| 547 | border-top: 3px solid #c6ab55; |
| 548 | } |
| 549 | #ewd-us-dashboard-top-upgrade-right .inside .bottomPart span.freeTrialText { |
| 550 | color: #262262; |
| 551 | } |
| 552 | #ewd-us-dashboard-top-upgrade-right .inside .bottomPart a.freeTrialPurchaseLink { |
| 553 | color: #E8CD79; |
| 554 | text-decoration: underline |
| 555 | } |
| 556 | #ewd-us-dashboard-top-upgrade-right .inside .bottomPart a.freeTrialPurchaseLink:hover { |
| 557 | color: #262262; |
| 558 | text-decoration: underline |
| 559 | } |
| 560 | |
| 561 | /**--End Upgrade Area--**/ |
| 562 | |
| 563 | .ewd-dashboard-box-value.ewd-font-22 { |
| 564 | font-size: 22px; |
| 565 | } |
| 566 | |
| 567 | |
| 568 | |
| 569 | |
| 570 | /*********** |
| 571 | NEWS SECTION |
| 572 | ***********/ |
| 573 | .ewd-us-news { |
| 574 | position: relative; |
| 575 | float: left; |
| 576 | width: 100%; |
| 577 | height: auto; |
| 578 | margin-top: 20px; |
| 579 | background: #fff; |
| 580 | text-align: center; |
| 581 | font-weight: 700; |
| 582 | } |
| 583 | .ewd-us-news a { |
| 584 | text-decoration: none; |
| 585 | } |
| 586 | .ewd-us-news h3 { |
| 587 | background: #262262; |
| 588 | color: #fff; |
| 589 | text-align: center; |
| 590 | margin: 0; |
| 591 | padding: 8px 0; |
| 592 | } |
| 593 | .ewd-us-news p { |
| 594 | margin: 24px 0; |
| 595 | font-size: 1.25em; |
| 596 | } |
| 597 | .ewd-us-news p a { |
| 598 | position: relative; |
| 599 | float: left; |
| 600 | width: 50%; |
| 601 | margin-left: 25%; |
| 602 | margin-bottom: 24px; |
| 603 | padding: 12px 18px; |
| 604 | background: #F5E836; |
| 605 | color: #9D64BC; |
| 606 | text-align: center; |
| 607 | border-radius: 3px; |
| 608 | } |
| 609 | .ewd-us-news p a:hover { |
| 610 | background: #F5EE90; |
| 611 | color: #9D64BC; |
| 612 | text-decoration: none; |
| 613 | } |
| 614 |