admin.css
926 lines
| 1 | /*--------------------------------------------------------------------------------------------- |
| 2 | * |
| 3 | * Global styles |
| 4 | * |
| 5 | *---------------------------------------------------------------------------------------------*/ |
| 6 | html { |
| 7 | overflow-y: scroll; |
| 8 | } |
| 9 | .aDBc-premium-lost-msg{ |
| 10 | border-left: 5px solid orange !important; |
| 11 | background: #fff !important; |
| 12 | padding: 20px !important; |
| 13 | } |
| 14 | .aDBc-premium-lost-msg > span{ |
| 15 | font-size: 17px; |
| 16 | font-family: arial; |
| 17 | color: orange; |
| 18 | font-weight: bold; |
| 19 | } |
| 20 | |
| 21 | .aDBc-content-max-width{ |
| 22 | max-width: 840px; |
| 23 | } |
| 24 | .aDBc-margin-r-300 { |
| 25 | margin-top: 10px; |
| 26 | margin-right: 260px; |
| 27 | } |
| 28 | .aDBc-margin-t-10 { |
| 29 | margin-top: 10px; |
| 30 | } |
| 31 | .aDBc-margin-t-20 { |
| 32 | margin-top: 20px; |
| 33 | } |
| 34 | .aDBc-margin-b-20 { |
| 35 | margin-bottom: 20px; |
| 36 | } |
| 37 | .aDBc-margin-l-3 { |
| 38 | margin-left: 3px !important; |
| 39 | } |
| 40 | .aDBc-clear-both{ |
| 41 | clear: both; |
| 42 | } |
| 43 | .aDBc-float-left{ |
| 44 | float: left; |
| 45 | } |
| 46 | .aDBc-float-right{ |
| 47 | float: right; |
| 48 | } |
| 49 | /*#aDBc-please-wait{ |
| 50 | display: none; |
| 51 | height: 34px !important; |
| 52 | margin-bottom: 40px; |
| 53 | /*color: #999; |
| 54 | font-family: verdana; |
| 55 | font-size: 11px; |
| 56 | text-align: center; |
| 57 | } |
| 58 | .aDBc-loading-gif{ |
| 59 | height: 45px; |
| 60 | width: 50px; |
| 61 | background: url("../images/spinner.gif") no-repeat; |
| 62 | background-position: 50% 0% !important; |
| 63 | text-align: center; |
| 64 | /*margin: -20px 0px 0px 0px; |
| 65 | }*/ |
| 66 | .aDBc-category-counts{ |
| 67 | float: right; |
| 68 | /*background: #f9f9f9;*/ |
| 69 | padding: 0px; |
| 70 | text-align: left; |
| 71 | border-radius: 4px; |
| 72 | -moz-border-radius: 4px; |
| 73 | -webkit-border-radius: 4px; |
| 74 | } |
| 75 | .aDBc-category-counts a:hover{ |
| 76 | padding-bottom: 1px; |
| 77 | border-bottom: 1px solid #ccc; |
| 78 | } |
| 79 | .aDBc-category-counts-links { |
| 80 | text-decoration: none !important; |
| 81 | } |
| 82 | .aDBc-selected-category{ |
| 83 | /*padding-bottom: 6px; */ |
| 84 | font-weight: bold; |
| 85 | font-size: 13px; |
| 86 | } |
| 87 | .aDBc-category-separator{ |
| 88 | color: #999; |
| 89 | margin-left: 4px; |
| 90 | margin-right: 4px |
| 91 | } |
| 92 | .aDBc-run-new-search,.aDBc-run-new-search:disabled{ |
| 93 | height: 34px !important; |
| 94 | min-width: 145px !important; |
| 95 | background-image: url("../images/search-icon.svg"); |
| 96 | background-repeat: no-repeat !important; |
| 97 | background-position: 8px 50% !important; |
| 98 | padding-left: 38px !important; |
| 99 | text-align: left; |
| 100 | |
| 101 | background-color: #0085ba; |
| 102 | border-color: #0073aa #006799 #006799; |
| 103 | box-shadow: 0 1px 0 #006799; |
| 104 | color: #fff; |
| 105 | text-shadow: 0 -1px 1px #006799, 1px 0 1px #006799, 0 1px 1px #006799, -1px 0 1px #006799; |
| 106 | |
| 107 | display: inline-block; |
| 108 | text-decoration: none; |
| 109 | font-size: 13px; |
| 110 | line-height: 26px; |
| 111 | height: 28px; |
| 112 | margin: 0; |
| 113 | |
| 114 | cursor: pointer; |
| 115 | border-width: 1px; |
| 116 | border-style: solid; |
| 117 | -webkit-appearance: none; |
| 118 | border-radius: 3px; |
| 119 | white-space: nowrap; |
| 120 | box-sizing: border-box; |
| 121 | } |
| 122 | .aDBc-run-new-search:hover{ |
| 123 | background-color: #178DBD; |
| 124 | } |
| 125 | |
| 126 | input:disabled { |
| 127 | background-color: #0085ba; |
| 128 | border-color: rgba(222,222,222,.75); |
| 129 | box-shadow: inset 0 1px 2px rgba(0,0,0,.04); |
| 130 | color: #e9e9e9; |
| 131 | cursor: default; |
| 132 | } |
| 133 | |
| 134 | /*.aDBc-continue-new-search{ |
| 135 | height: 34px !important; |
| 136 | min-width: 175px !important; |
| 137 | background-image: url("../images/arrows.png") !important; |
| 138 | background-repeat: no-repeat !important; |
| 139 | background-position: 8px 50% !important; |
| 140 | padding-left: 35px !important; |
| 141 | text-align: left; |
| 142 | }*/ |
| 143 | .aDBc-category-color{ |
| 144 | padding: 0px 5px; |
| 145 | margin-right: 5px; |
| 146 | border-radius: 2px; |
| 147 | -moz-border-radius: 2px; |
| 148 | -webkit-border-radius: 2px; |
| 149 | display: inline-block; |
| 150 | height: 10px |
| 151 | } |
| 152 | .aDBc-left-content{ |
| 153 | float: left; |
| 154 | width: 600px; |
| 155 | margin-right: 25px |
| 156 | } |
| 157 | .aDBc-text-status-db{ |
| 158 | font-family: verdana; |
| 159 | font-size: 12px; |
| 160 | } |
| 161 | .aDBc-schedule-text{ |
| 162 | /*font-weight: bold;*/ |
| 163 | padding: 5px 0px 0px 0px; |
| 164 | font-family: verdana; |
| 165 | font-size: 12px; |
| 166 | |
| 167 | } |
| 168 | .aDBc-schedule-hook-box{ |
| 169 | background: #fff; |
| 170 | margin-top: 20px; |
| 171 | border-radius: 5px; |
| 172 | text-align: left; |
| 173 | padding: 5px; |
| 174 | border: 1px dashed #999; |
| 175 | color: black; |
| 176 | vertical-align: middle; |
| 177 | border:1px solid #f1f1f1;border-radius:2px;box-shadow:0 0 10px #ccc; |
| 178 | |
| 179 | } |
| 180 | .aDBc-schedule-on-off{ |
| 181 | vertical-align: middle; |
| 182 | width: 30px; |
| 183 | } |
| 184 | .aDBc-schedule-box{ |
| 185 | border-top: 1px dashed #000; |
| 186 | margin-top: 5px; |
| 187 | } |
| 188 | .aDBc-custom-clean-text{ |
| 189 | font-size: 15px; |
| 190 | margin-top: 10px; |
| 191 | margin-bottom: 45px; |
| 192 | color: #0992CC; |
| 193 | /*background: #fff6e5; |
| 194 | padding: 10px;*/ |
| 195 | border-radius: 5px; |
| 196 | -moz-border-radius: 5px; |
| 197 | -webkit-border-radius: 5px; |
| 198 | |
| 199 | } |
| 200 | .aDBc-custom-clean-text > div{ |
| 201 | text-align: center; |
| 202 | } |
| 203 | .aDBc-caution{ |
| 204 | font-size: 11px; |
| 205 | color: red; |
| 206 | margin-left: 26px; |
| 207 | margin-top: 0px; |
| 208 | } |
| 209 | |
| 210 | .aDBc-submit-link{ |
| 211 | background: none !important; |
| 212 | border: none !important; |
| 213 | text-decoration: none !important; |
| 214 | font-size: 11px !important; |
| 215 | padding: 0 !important; |
| 216 | cursor: pointer !important; |
| 217 | color: #0073aa; |
| 218 | } |
| 219 | |
| 220 | .aDBc-edit-schedule{ |
| 221 | border-radius: 4px; |
| 222 | font-size: 11px; |
| 223 | background: #f0f5fa; |
| 224 | padding: 2px 4px; |
| 225 | float: right; |
| 226 | margin-top: 4px; |
| 227 | } |
| 228 | |
| 229 | |
| 230 | /*--------------------------------------------------------------------------------------------- |
| 231 | * |
| 232 | * These styles override those of WordPress |
| 233 | * |
| 234 | *---------------------------------------------------------------------------------------------*/ |
| 235 | .widefat { |
| 236 | border-spacing: 1px; |
| 237 | } |
| 238 | .widefat > thead { |
| 239 | background: #f1f1f1; |
| 240 | } |
| 241 | .widefat thead tr th{ |
| 242 | color: #666; |
| 243 | } |
| 244 | .widefat td, .widefat th { |
| 245 | border-bottom: 1px solid #f1f1f1; |
| 246 | border-right: 1px solid #f1f1f1; |
| 247 | overflow: visible !important; |
| 248 | } |
| 249 | .widefat th { |
| 250 | font-weight: bold !important; |
| 251 | font-size: 13px !important; |
| 252 | } |
| 253 | .widefat > tbody > tr:hover { |
| 254 | background-color: #f9f9f9; |
| 255 | } |
| 256 | .widefat > tbody > tr > td{ |
| 257 | vertical-align: middle !important; |
| 258 | padding: 8px 10px !important; |
| 259 | } |
| 260 | .widefat td, .widefat td ol, .widefat td p, .widefat td ul { |
| 261 | line-height: 1.5em !important; |
| 262 | } |
| 263 | .widefat tbody th.check-column, .widefat tfoot td.check-column, .widefat thead td.check-column { |
| 264 | padding: 9px 0 5px 3px !important; |
| 265 | } |
| 266 | .widefat th input, .widefat thead td input{ |
| 267 | margin: 1px 0 0 8px !important; |
| 268 | } |
| 269 | /* This style is used by WP tables (WP_List_Table class) for columns, it is not used directly in the code */ |
| 270 | .column-site_id{ |
| 271 | width: 60px; |
| 272 | } |
| 273 | .column-o_table_prefix{ |
| 274 | width: 12%; |
| 275 | } |
| 276 | .column-o_table_name{ |
| 277 | /*width: 27%;*/ |
| 278 | } |
| 279 | .column-o_table_name{ |
| 280 | /*width: 27%;*/ |
| 281 | } |
| 282 | .column-post_id{ |
| 283 | width: 10%; |
| 284 | } |
| 285 | .column-post_title{ |
| 286 | width: 30%; |
| 287 | } |
| 288 | .column-post_content{ |
| 289 | width: 30%; |
| 290 | } |
| 291 | .column-post_date{ |
| 292 | width: 18%; |
| 293 | } |
| 294 | |
| 295 | .column-comment_id{ |
| 296 | width: 15%; |
| 297 | } |
| 298 | |
| 299 | .column-comment_author{ |
| 300 | width: 20%; |
| 301 | } |
| 302 | .column-comment_content{ |
| 303 | width: 45%; |
| 304 | } |
| 305 | |
| 306 | .column-comment_date{ |
| 307 | width: 18%; |
| 308 | } |
| 309 | |
| 310 | .column-meta_id{ |
| 311 | width: 20%; |
| 312 | } |
| 313 | .column-meta_key{ |
| 314 | width: 40%; |
| 315 | } |
| 316 | .column-meta_value{ |
| 317 | width: 40%; |
| 318 | } |
| 319 | |
| 320 | .column-transient_id{ |
| 321 | width: 15%; |
| 322 | } |
| 323 | .column-transient_name{ |
| 324 | width: 30%; |
| 325 | } |
| 326 | .column-transient_content{ |
| 327 | width: 30%; |
| 328 | } |
| 329 | .column-transient_timeout{ |
| 330 | width: 20%; |
| 331 | } |
| 332 | .column-transient_autoload{ |
| 333 | width: 15%; |
| 334 | } |
| 335 | |
| 336 | .column-lost_space{ |
| 337 | border-right: 0 none !important; |
| 338 | width: 15%; |
| 339 | } |
| 340 | .column-option_value{ |
| 341 | width: 22% !important; |
| 342 | } |
| 343 | .column-option_size{ |
| 344 | width: 10% !important; |
| 345 | } |
| 346 | .column-option_autoload{ |
| 347 | width: 12% !important; |
| 348 | } |
| 349 | .column-option_belongs_to{ |
| 350 | width: 25% !important; |
| 351 | } |
| 352 | .column-hook_name{ |
| 353 | width: 27%; |
| 354 | } |
| 355 | .column-arguments{ |
| 356 | width: 18%; |
| 357 | } |
| 358 | .column-next_run{ |
| 359 | width: 30%; |
| 360 | font-size: 12px !important; |
| 361 | } |
| 362 | .column-hook_belongs_to{ |
| 363 | width: 23%; |
| 364 | } |
| 365 | .column-table_prefix{ |
| 366 | /*width: 7%;*/ |
| 367 | } |
| 368 | .column-table_name{ |
| 369 | /*width: 100%;*/ |
| 370 | } |
| 371 | .column-table_rows{ |
| 372 | width: 68px !important; |
| 373 | } |
| 374 | .column-table_size{ |
| 375 | width: 78px !important; |
| 376 | font-size: 12px !important; |
| 377 | } |
| 378 | .column-table_belongs_to{ |
| 379 | width: 170px !important; |
| 380 | font-size: 13px !important; |
| 381 | border-right: 0 none !important; |
| 382 | } |
| 383 | .column-table_lost{ |
| 384 | /*width: 50px; |
| 385 | font-size: 12px !important;*/ |
| 386 | } |
| 387 | .column-view{ |
| 388 | width: 45px; |
| 389 | text-align: center !important; |
| 390 | } |
| 391 | .column-count{ |
| 392 | width: 42px; |
| 393 | text-align: center !important; |
| 394 | } |
| 395 | .column-scheduled{ |
| 396 | width: 88px; |
| 397 | text-align: center !important; |
| 398 | } |
| 399 | .column-keep{ |
| 400 | border-right: 0 none !important; |
| 401 | width: 80px; |
| 402 | text-align: center !important; |
| 403 | } |
| 404 | .column-draft_id, .column-revision_id, .column-comment_id, .column-commentmeta_id, .column-postmeta_id, .column-object_id{ |
| 405 | width: 65px; |
| 406 | } |
| 407 | .column-urer_term_id{ |
| 408 | width: 70px; |
| 409 | } |
| 410 | .column-draft_date, .column-revision_date{ |
| 411 | width: 125px; |
| 412 | } |
| 413 | .column-commentmeta_meta_key, |
| 414 | .column-postmeta_meta_key{ |
| 415 | width: 225px; |
| 416 | } |
| 417 | .column-commentmeta_meta_value{ |
| 418 | font-size: 12px !important; |
| 419 | } |
| 420 | .column-dash_feed_option_id{ |
| 421 | width: 10%; |
| 422 | } |
| 423 | .column-dash_feed_autoload{ |
| 424 | width: 12%; |
| 425 | } |
| 426 | |
| 427 | /* To hide tfoot from tables used in the plugin */ |
| 428 | .widefat tfoot { |
| 429 | display: none; |
| 430 | } |
| 431 | /* To add a space between pagination and the head of tables */ |
| 432 | .tablenav { |
| 433 | margin: 8px 0 12px !important; |
| 434 | } |
| 435 | /* To color rows of tables in white */ |
| 436 | .alternate, .striped > tbody > *:nth-child(2n), ul.striped > *:nth-child(2n) { |
| 437 | background-color: #fff; |
| 438 | } |
| 439 | .alternate, .striped > tbody > *:nth-child(2n+1), ul.striped > *:nth-child(2n+1) { |
| 440 | background-color: #fefefe; |
| 441 | } |
| 442 | /* For paginations of tables */ |
| 443 | .tablenav-pages-navspan { |
| 444 | border-radius: 5px; |
| 445 | -moz-border-radius: 5px; |
| 446 | -webkit-border-radius: 5px; |
| 447 | } |
| 448 | .tablenav .tablenav-pages a, .tablenav-pages-navspan { |
| 449 | border-radius: 5px; |
| 450 | -moz-border-radius: 5px; |
| 451 | -webkit-border-radius: 5px; |
| 452 | } |
| 453 | .tablenav-pages .current-page { |
| 454 | border-radius: 5px; |
| 455 | -moz-border-radius: 5px; |
| 456 | -webkit-border-radius: 5px; |
| 457 | } |
| 458 | .displaying-num{ |
| 459 | /*display: none !important;*/ |
| 460 | } |
| 461 | /* For tabs */ |
| 462 | h2.nav-tab-wrapper { |
| 463 | border-bottom: 0px !important; |
| 464 | padding-bottom: 0 !important; |
| 465 | padding-left: 0px !important; |
| 466 | } |
| 467 | h2 .nav-tab { |
| 468 | font-size: 13px; |
| 469 | line-height: 20px; |
| 470 | font-weight: normal; |
| 471 | padding: 10px 10px !important; |
| 472 | border-radius: 5px 5px 0 0; |
| 473 | -moz-border-radius: 5px 5px 0 0; |
| 474 | -webkit-border-radius: 5px 5px 0 0; |
| 475 | } |
| 476 | .nav-tab-active, .nav-tab-active:hover { |
| 477 | background: #fff; |
| 478 | font-weight: bold !important; |
| 479 | border-bottom: 0px; |
| 480 | color: #000; |
| 481 | border-top: 2px solid #1a9ac9; |
| 482 | color: #0073aa; |
| 483 | |
| 484 | } |
| 485 | /*--------------------------------------------------------------------------------------------- |
| 486 | * |
| 487 | * Tabs |
| 488 | * |
| 489 | *---------------------------------------------------------------------------------------------*/ |
| 490 | .aDBc-tab-box { |
| 491 | float: left; |
| 492 | width: 100%; |
| 493 | } |
| 494 | .aDBc-tab-box-div { |
| 495 | min-height: 400px; |
| 496 | background: #fff; |
| 497 | border: 1px solid #ccc; |
| 498 | padding: 40px 20px 20px 20px; |
| 499 | border-radius: 0 5px 5px 5px; |
| 500 | -moz-border-radius: 0 5px 5px 5px; |
| 501 | -webkit-border-radius: 0 5px 5px 5px; |
| 502 | } |
| 503 | |
| 504 | /*--------------------------------------------------------------------------------------------- |
| 505 | * |
| 506 | * Sidebar |
| 507 | * |
| 508 | *---------------------------------------------------------------------------------------------*/ |
| 509 | .aDBc-sidebar { |
| 510 | float: right; |
| 511 | /*border: 1px solid #ccc;*/ |
| 512 | /*background: #fff;*/ |
| 513 | margin-right: -260px; |
| 514 | margin-top: 42px; |
| 515 | width: 240px; |
| 516 | border-radius: 2px; |
| 517 | -moz-border-radius: 2px; |
| 518 | -webkit-border-radius: 2px; |
| 519 | } |
| 520 | .aDBc-sidebar > div{ |
| 521 | /*padding: 15px;*/ |
| 522 | } |
| 523 | .aDBc-sidebar h2{ |
| 524 | font-size: 16px; |
| 525 | text-align: center; |
| 526 | color: #888; |
| 527 | line-height: 24px; |
| 528 | } |
| 529 | .aDBc-grey-row{ |
| 530 | height: 20px; |
| 531 | background-color: #f9f9f9; |
| 532 | } |
| 533 | .aDBc-white-row{ |
| 534 | height: 20px; |
| 535 | } |
| 536 | .aDBc-row-text{ |
| 537 | font-size: 13px; |
| 538 | color: #555; |
| 539 | } |
| 540 | .aDBc-sidebar-link{ |
| 541 | text-decoration: none; |
| 542 | } |
| 543 | /*.aDBc-support-us{ |
| 544 | background: url("../images/rate.png") no-repeat center right; |
| 545 | width: 88px; |
| 546 | height: 18px; |
| 547 | margin-top: 0px; |
| 548 | }*/ |
| 549 | |
| 550 | #aDBc-upgrade { background-color: #23282d; padding: 15px; } |
| 551 | #aDBc-upgrade h1 { font-size: 22px; font-weight: bold; color: #fff; text-align: center; } |
| 552 | #aDBc-upgrade ul { font-size: 14px; margin-left: 30px; } |
| 553 | #aDBc-upgrade a { display: block; width: 100%; height: 100%; text-decoration: none; color: #fff; } |
| 554 | #aDBc-upgrade img { width: 110px; height: auto; display: block; margin: 0 auto; } |
| 555 | #aDBc-upgrade ul li { margin: 5px 0 10px 0; } |
| 556 | #aDBc-upgrade ul li span { margin-left: -31px; font-size: 26px; margin-right: 6px; } |
| 557 | |
| 558 | #aDBc-upgrade-form { background-color: #fff; padding: 20px; } |
| 559 | #aDBc-upgrade-form h1 { margin-top: 0; padding: 0; font-weight: bold; color: #444; } |
| 560 | #aDBc-upgrade-form input[type="text"], input[type="email"] { width: 90%; margin-bottom: 10px; } |
| 561 | #aDBc-upgrade-form .aDBc_submit_name { color: #666; } |
| 562 | #aDBc-upgrade-form .aDBc_unsubscribe { color: #a5a5a5; } |
| 563 | |
| 564 | /*--------------------------------------------------------------------------------------------- |
| 565 | * |
| 566 | * Box messages |
| 567 | * |
| 568 | *---------------------------------------------------------------------------------------------*/ |
| 569 | .aDBc-box-warning-orphan { |
| 570 | background: #fff5cc url("../images/alert.svg") no-repeat scroll 8px 50%; |
| 571 | /*border-bottom: 1px dashed orange;*/ |
| 572 | color: #404040; |
| 573 | padding: 10px 10px 10px 40px; |
| 574 | margin-top: 10px; |
| 575 | margin-bottom: 25px; |
| 576 | } |
| 577 | .aDBc-box-warning { |
| 578 | background: #fff5cc url("../images/alert_delete.svg") no-repeat scroll 8px 50%; |
| 579 | /*border-bottom: 1px dashed orange;*/ |
| 580 | color: #404040; |
| 581 | padding: 10px 10px 10px 70px; |
| 582 | margin-top: 10px; |
| 583 | margin-bottom: 25px; |
| 584 | } |
| 585 | .aDBc-box-info { |
| 586 | background: #f0f5fa url("../images/info.svg") no-repeat scroll 8px 50%; |
| 587 | /*border-bottom: 1px dashed #ccc;*/ |
| 588 | color: #404040; |
| 589 | padding: 10px 10px 10px 40px; |
| 590 | margin-top: 10px; |
| 591 | margin-bottom: 25px; |
| 592 | } |
| 593 | .aDBc-right-box{ |
| 594 | float: left; |
| 595 | width: 190px; |
| 596 | margin-bottom: 5px; |
| 597 | margin-top: 49px; |
| 598 | font-size: 12px; |
| 599 | color: #888; |
| 600 | } |
| 601 | .aDBc-right-box > div{ |
| 602 | padding: 20px 10px; |
| 603 | width: 100%; |
| 604 | border: 1px solid #eee; |
| 605 | background: #f9f9f9; |
| 606 | border-radius: 1px; |
| 607 | -moz-border-radius: 1px; |
| 608 | -webkit-border-radius: 1px; |
| 609 | } |
| 610 | .aDBc-jquery-dialog{ |
| 611 | padding:20px; |
| 612 | display:none; |
| 613 | } |
| 614 | |
| 615 | /*--------------------------------------------------------------------------------------------- |
| 616 | * |
| 617 | * Tool tip for content |
| 618 | * |
| 619 | *---------------------------------------------------------------------------------------------*/ |
| 620 | span.aDBc-tooltips { |
| 621 | position: relative; |
| 622 | display: inline; |
| 623 | cursor: pointer; |
| 624 | color: #000; |
| 625 | border-bottom:1px dotted orange; |
| 626 | |
| 627 | } |
| 628 | span.aDBc-tooltips span { |
| 629 | position: absolute; |
| 630 | color: #666666; |
| 631 | background: #FFFFE0; |
| 632 | font-size: 13px; |
| 633 | font-weight: normal; |
| 634 | padding: 10px; |
| 635 | visibility: hidden; |
| 636 | width: 300px; |
| 637 | border: 1px solid #006799; |
| 638 | border-radius: 4px; |
| 639 | -moz-border-radius: 4px; |
| 640 | -webkit-border-radius: 4px; |
| 641 | } |
| 642 | span.aDBc-tooltips span:after { |
| 643 | content: ''; |
| 644 | position: absolute; |
| 645 | top: 18px; |
| 646 | right: 100%; |
| 647 | margin-top: -8px; |
| 648 | width: 0; |
| 649 | height: 0; |
| 650 | border-right: 8px solid #006799; |
| 651 | border-top: 8px solid transparent; |
| 652 | border-bottom: 8px solid transparent; |
| 653 | } |
| 654 | span:hover.aDBc-tooltips span { |
| 655 | visibility: visible; |
| 656 | left: 100%; |
| 657 | top: 50%; |
| 658 | margin-top: -15.5px; |
| 659 | margin-left: 5px; |
| 660 | z-index: 999; |
| 661 | } |
| 662 | |
| 663 | /*--------------------------------------------------------------------------------------------- |
| 664 | * |
| 665 | * Tool tip for headers info |
| 666 | * |
| 667 | *---------------------------------------------------------------------------------------------*/ |
| 668 | span.aDBc-tooltips-headers { |
| 669 | position: relative; |
| 670 | display: inline; |
| 671 | cursor: pointer; |
| 672 | color: #000; |
| 673 | } |
| 674 | span.aDBc-tooltips-headers span { |
| 675 | position: absolute; |
| 676 | text-align: left; |
| 677 | line-height: 22px; |
| 678 | color: #fff; |
| 679 | background: #222; |
| 680 | opacity: 1 !important; |
| 681 | font-size: 13px; |
| 682 | font-weight: normal; |
| 683 | padding: 10px; |
| 684 | visibility: hidden; |
| 685 | width: 240px; |
| 686 | border: 1px solid #222; |
| 687 | border-radius: 4px; |
| 688 | -moz-border-radius: 4px; |
| 689 | -webkit-border-radius: 4px; |
| 690 | } |
| 691 | span.aDBc-tooltips-headers span:after { |
| 692 | content: ''; |
| 693 | position: absolute; |
| 694 | top: 18px; |
| 695 | right: 100%; |
| 696 | margin-top: -8px; |
| 697 | width: 0; |
| 698 | height: 0; |
| 699 | border-right: 8px solid #222; |
| 700 | border-top: 8px solid transparent; |
| 701 | border-bottom: 8px solid transparent; |
| 702 | } |
| 703 | span:hover.aDBc-tooltips-headers span { |
| 704 | visibility: visible; |
| 705 | left: 100%; |
| 706 | top: 50%; |
| 707 | margin-top: -15.5px; |
| 708 | margin-left: 8px; |
| 709 | z-index: 999; |
| 710 | } |
| 711 | .aDBc-info-image { |
| 712 | width: 15px; |
| 713 | vertical-align: middle; |
| 714 | margin-left: 2px; |
| 715 | } |
| 716 | |
| 717 | /*--------------------------------------------------------------------------------------------- |
| 718 | * |
| 719 | * Premium page style |
| 720 | * |
| 721 | *---------------------------------------------------------------------------------------------*/ |
| 722 | .aDBc-please-activate-msg{ |
| 723 | border-left: 5px solid orange !important; |
| 724 | background: #fff; |
| 725 | padding: 1px 20px; |
| 726 | } |
| 727 | .aDBc-vertical-box{ |
| 728 | float: left; |
| 729 | background: #f9f9f9; |
| 730 | width: 28%; |
| 731 | margin:5px 15px; |
| 732 | min-height: 350px; |
| 733 | } |
| 734 | .aDBc-vertical-box > a{ |
| 735 | text-decoration: none; |
| 736 | } |
| 737 | |
| 738 | /*--------------------------------------------------------------------------------------------- |
| 739 | * |
| 740 | * Overview & settings page |
| 741 | * |
| 742 | *---------------------------------------------------------------------------------------------*/ |
| 743 | .aDBc-overview-box{ |
| 744 | float: left; |
| 745 | margin: 15px 20px 20px 10px; |
| 746 | width: 45%; |
| 747 | background: #fff; |
| 748 | } |
| 749 | .aDBc-overview-box-head{ |
| 750 | text-align: center; |
| 751 | color: #fff; |
| 752 | font-size: 14px; |
| 753 | font-weight: bold; |
| 754 | padding: 7px 0px; |
| 755 | background: #69ADE2; |
| 756 | border: 1px solid #e1e1e1; |
| 757 | margin-bottom: 20px; |
| 758 | } |
| 759 | .aDBc-overview-box-line{ |
| 760 | margin-left: 15px; |
| 761 | } |
| 762 | .aDBc-overview-box-line > li{ |
| 763 | line-height: 32px; |
| 764 | margin-bottom: 20px; |
| 765 | padding: 0px 10px; |
| 766 | } |
| 767 | .aDBc-overview-text-left{ |
| 768 | float: left; |
| 769 | background: url("../images/check_ok.svg") no-repeat left center; |
| 770 | padding-left: 30px; |
| 771 | width: 180px; |
| 772 | } |
| 773 | .aDBc-overview-text-left-warning{ |
| 774 | float: left; |
| 775 | background: url("../images/alert.svg") no-repeat left center; |
| 776 | padding-left: 30px; |
| 777 | width: 180px; |
| 778 | } |
| 779 | .aDBc-overview-text-right{ |
| 780 | float: left; |
| 781 | } |
| 782 | .aDBc-overview-setting-desc{ |
| 783 | padding-left: 24px; |
| 784 | color: #999; |
| 785 | line-height: 20px; |
| 786 | } |
| 787 | .aDBc-save-settings-button{ |
| 788 | margin-left: 18px !important; |
| 789 | height: 30px !important; |
| 790 | padding: 1px 20px !important; |
| 791 | margin-top: 10px !important; |
| 792 | } |
| 793 | |
| 794 | .aDBc_info_icon { |
| 795 | margin-right: 8px; |
| 796 | vertical-align: middle; |
| 797 | padding-right:14px; |
| 798 | background: url("../images/information.svg") no-repeat left center; |
| 799 | } |
| 800 | |
| 801 | .aDBc_info_titles { |
| 802 | vertical-align: middle; |
| 803 | background: url("../images/information2.svg") no-repeat left center; |
| 804 | padding:0px 5px; |
| 805 | vertical-align: middle; |
| 806 | margin-left: 4px; |
| 807 | } |
| 808 | |
| 809 | .aDBc_keep_button { |
| 810 | width: 35px; |
| 811 | padding: 0px !important; |
| 812 | font-size: 12px !important; |
| 813 | height: 25px !important; |
| 814 | } |
| 815 | |
| 816 | .aDBc_keep_input { |
| 817 | width: 35px; |
| 818 | font-size: 13px; |
| 819 | height: 28px; |
| 820 | border: 1px solid #e5e5e5; |
| 821 | text-align: center; |
| 822 | border-radius: 2px; |
| 823 | -moz-border-radius: 2px; |
| 824 | -webkit-border-radius: 2px; |
| 825 | box-shadow:0 0 10px #f1f1f1; |
| 826 | display: none; |
| 827 | } |
| 828 | |
| 829 | .aDBc_keep_link{ |
| 830 | cursor: pointer; |
| 831 | } |
| 832 | |
| 833 | .aDBc_keep_cancel_link { |
| 834 | font-size: 12px; |
| 835 | cursor: pointer; |
| 836 | display: none; |
| 837 | } |
| 838 | |
| 839 | /* Progress bar */ |
| 840 | #aDBc_progress_container{ |
| 841 | margin-top: 5px; |
| 842 | display: none; |
| 843 | } |
| 844 | .aDBc_progress-bar { |
| 845 | float: left; |
| 846 | width: 0; |
| 847 | height: 100%; |
| 848 | font-size: 12px; |
| 849 | line-height: 20px; |
| 850 | color: #fff; |
| 851 | text-align: center; |
| 852 | background-color: #337ab7; |
| 853 | -webkit-transition: width 1s ease; |
| 854 | -o-transition: width 1s ease; |
| 855 | transition: width 1s ease; |
| 856 | } |
| 857 | |
| 858 | /*--------------------------------------------------------------------------------------------- |
| 859 | * |
| 860 | * Premium page style |
| 861 | * |
| 862 | *---------------------------------------------------------------------------------------------*/ |
| 863 | .aDBc-upgrade-msg{ |
| 864 | border-left: 6px solid #D091BE !important; |
| 865 | background: #FFFFD4; |
| 866 | padding: 1px 8px; |
| 867 | margin-bottom: 20px; |
| 868 | } |
| 869 | .aDBc-check-list{ |
| 870 | background: url("../images/check_ok.svg") no-repeat; |
| 871 | padding-left: 20px; |
| 872 | margin-left: 20px; |
| 873 | } |
| 874 | .aDBc-vertical-box{ |
| 875 | float: left; |
| 876 | background: #f9f9f9; |
| 877 | width: 28%; |
| 878 | margin:5px 15px; |
| 879 | min-height: 350px; |
| 880 | } |
| 881 | .aDBc-vertical-box > a{ |
| 882 | text-decoration: none; |
| 883 | } |
| 884 | .aDBc-vertical-box-head{ |
| 885 | color: #fff; |
| 886 | font-size: 15px; |
| 887 | font-weight: bold; |
| 888 | text-align: center; |
| 889 | padding: 12px; |
| 890 | background: #69ADE2; |
| 891 | border-radius: 8px; |
| 892 | } |
| 893 | .aDBc-vertical-box-line1{ |
| 894 | text-align: center; |
| 895 | margin-top: 20px; |
| 896 | } |
| 897 | .aDBc-vertical-box-line2{ |
| 898 | text-align: center; |
| 899 | margin-top: 50px; |
| 900 | } |
| 901 | /*--------------------------------------------------------------------------------------------- |
| 902 | * Tooltip for upgrade to premium |
| 903 | *---------------------------------------------------------------------------------------------*/ |
| 904 | .aDBc_premium_tooltip { |
| 905 | position: relative; |
| 906 | display: inline-block; |
| 907 | } |
| 908 | |
| 909 | .aDBc_premium_tooltip .aDBc_premium_tooltiptext { |
| 910 | visibility: hidden; |
| 911 | background-color: #fff; |
| 912 | text-align: center; |
| 913 | color: #444; |
| 914 | padding: 6px 0; |
| 915 | border: 1px solid orange; |
| 916 | top: 100%; |
| 917 | left: 50%; |
| 918 | margin-left: -72px; |
| 919 | /* Position the tooltip */ |
| 920 | position: absolute; |
| 921 | z-index: 1; |
| 922 | } |
| 923 | |
| 924 | .aDBc_premium_tooltip:hover .aDBc_premium_tooltiptext { |
| 925 | visibility: visible; |
| 926 | } |