| 1 |
/* END V4 |
| 2 |
********************************************************************************/ |
| 3 |
|
| 4 |
/* Genaral Style */ |
| 5 |
|
| 6 |
.mainwp-main-content { |
| 7 |
width: calc(100% - 298px); |
| 8 |
padding-right: 1em; |
| 9 |
padding-bottom: 1em; |
| 10 |
border-right: 1px solid #dadada; |
| 11 |
float: left; |
| 12 |
margin-right: -1px !important; |
| 13 |
margin-left: -1px !important; |
| 14 |
} |
| 15 |
|
| 16 |
.mainwp-side-content { |
| 17 |
height: 100%; |
| 18 |
width: 300px; |
| 19 |
float: right; |
| 20 |
border-left: 1px solid #dadada; |
| 21 |
border-bottom: 1px solid #dadada; |
| 22 |
padding: 1em; |
| 23 |
} |
| 24 |
|
| 25 |
.mainwp-side-content.mainwp-no-padding { |
| 26 |
padding: 0 !important; |
| 27 |
} |
| 28 |
|
| 29 |
.mainwp-sidebar-left .ui.alt.segment { |
| 30 |
padding: 0; |
| 31 |
} |
| 32 |
|
| 33 |
.mainwp-sidebar-left .mainwp-side-content { |
| 34 |
float: left; |
| 35 |
border-left: none; |
| 36 |
border-right: 1px solid rgba(34, 36, 38, .15); |
| 37 |
border-bottom: 1px solid #dadada; |
| 38 |
} |
| 39 |
|
| 40 |
.mainwp-sidebar-left .mainwp-main-content { |
| 41 |
float: right; |
| 42 |
padding-left: 1em; |
| 43 |
border-left: 1px solid #dadada; |
| 44 |
border-right: 0 solid #dadada !important; |
| 45 |
} |
| 46 |
|
| 47 |
.mainwp-sidebar-accordion .title { |
| 48 |
font-weight: bolder; |
| 49 |
} |
| 50 |
|
| 51 |
.mainwp-sidebar-options { |
| 52 |
background: #f9fafb; |
| 53 |
padding: 10px; |
| 54 |
} |
| 55 |
|
| 56 |
.mainwp-ui .button { |
| 57 |
height: auto !important; |
| 58 |
margin: 0 !important; |
| 59 |
} |
| 60 |
|
| 61 |
.mainwp-ui .ui.styled.accordion { |
| 62 |
border-radius: 0 !important; |
| 63 |
} |
| 64 |
|
| 65 |
.mainwp-ui .plug.circular.inverted.cached-icon-customable.icon:hover { |
| 66 |
background-color: #666666; |
| 67 |
} |
| 68 |
|
| 69 |
.mainwp-ui .plug.circular.inverted.cached-icon-customable.icon:hover:before { |
| 70 |
content: "\f067" !important; |
| 71 |
} |
| 72 |
|
| 73 |
|
| 74 |
|
| 75 |
/* Content Wrap */ |
| 76 |
|
| 77 |
.mainwp-content-wrap { |
| 78 |
margin-bottom: 60px; |
| 79 |
} |
| 80 |
|
| 81 |
.mainwp-ui-leftmenu .mainwp-content-wrap { |
| 82 |
background: #fff; |
| 83 |
margin-left: 180px; |
| 84 |
} |
| 85 |
|
| 86 |
.mainwp-primary-content-wrap { |
| 87 |
padding: 10px; |
| 88 |
} |
| 89 |
|
| 90 |
/* Header */ |
| 91 |
|
| 92 |
#mainwp-top-header { |
| 93 |
z-index: 9999; |
| 94 |
padding: 10px; |
| 95 |
background: #fff; |
| 96 |
border-bottom: 1px solid #dadada; |
| 97 |
} |
| 98 |
|
| 99 |
#mainwp-top-header .mainwp-page-title { |
| 100 |
margin-top: 8px; |
| 101 |
} |
| 102 |
|
| 103 |
#mainwp-top-header .ui.menu { |
| 104 |
box-shadow: none; |
| 105 |
padding-top: 0; |
| 106 |
} |
| 107 |
|
| 108 |
.mainwp-sync-button-icon { |
| 109 |
display: none !important; |
| 110 |
} |
| 111 |
|
| 112 |
#mainwp-add-new-buttons .ui.icon.button:not(.dropdown) { |
| 113 |
display: none; |
| 114 |
} |
| 115 |
|
| 116 |
/* Sub-Header */ |
| 117 |
|
| 118 |
.mainwp-sub-header, |
| 119 |
.mainwp-actions-bar { |
| 120 |
padding: 10px 1em; |
| 121 |
background: #f9fafb; |
| 122 |
border-bottom: 1px solid #dadada; |
| 123 |
} |
| 124 |
|
| 125 |
/* Page Navigation */ |
| 126 |
|
| 127 |
#mainwp-page-navigation-wrapper { |
| 128 |
padding-top: 20px; |
| 129 |
background: #fff; |
| 130 |
} |
| 131 |
|
| 132 |
#mainwp-page-navigation-wrapper .ui.secondary.pointing.menu { |
| 133 |
overflow-x: auto; |
| 134 |
overflow-y: hidden; |
| 135 |
margin-bottom: -1px; |
| 136 |
} |
| 137 |
|
| 138 |
#mainwp-page-navigation-wrapper .ui.secondary.pointing.menu .item { |
| 139 |
overflow-x: auto; |
| 140 |
overflow-y: hidden; |
| 141 |
margin-bottom: 0px; |
| 142 |
} |
| 143 |
|
| 144 |
.mainwp-page-navigation { |
| 145 |
border-bottom-width: 2px !important; |
| 146 |
} |
| 147 |
|
| 148 |
/* Menu */ |
| 149 |
|
| 150 |
.mainwp-nav-wrap { |
| 151 |
background: #1c1d1b; |
| 152 |
width: 200px; |
| 153 |
position: fixed; |
| 154 |
left: 0; |
| 155 |
top: 0; |
| 156 |
bottom: 0; |
| 157 |
z-index: 9999 !important; |
| 158 |
} |
| 159 |
|
| 160 |
.mainwp-nav-wrap #mainwp-logo { |
| 161 |
height: 35px; |
| 162 |
margin: .92857143em 1.14285714em; |
| 163 |
} |
| 164 |
|
| 165 |
.mainwp-nav-wrap #mainwp-version-label { |
| 166 |
z-index: 9999 !important; |
| 167 |
} |
| 168 |
|
| 169 |
.mainwp-nav-menu .ui.accordion.menu .item:hover, |
| 170 |
.mainwp-nav-menu .ui.accordion.menu .item.active { |
| 171 |
background: rgba(255, 255, 255, .15); |
| 172 |
} |
| 173 |
|
| 174 |
.mainwp-nav-menu .item-wp-admin { |
| 175 |
width: 200px; |
| 176 |
position: fixed !important; |
| 177 |
bottom: 0; |
| 178 |
z-index: 9999; |
| 179 |
background-color: #1c1d1b !important; |
| 180 |
box-shadow: inset 0 0 0 10em rgba(255, 255, 255, 0.15); |
| 181 |
} |
| 182 |
|
| 183 |
#mainwp-main-menu { |
| 184 |
max-height: 85vh; |
| 185 |
overflow-y: scroll; |
| 186 |
z-index: 9999 !important; |
| 187 |
} |
| 188 |
|
| 189 |
#mainwp-main-menu #menu-item-extensions .content.menu { |
| 190 |
max-height: 200px !important; |
| 191 |
overflow-y: scroll; |
| 192 |
} |
| 193 |
|
| 194 |
#mainwp-main-menu .mainwp-top-level-menu-item-label { |
| 195 |
float: none; |
| 196 |
display: inline; |
| 197 |
margin-left: 10px; |
| 198 |
padding: 3px 5px; |
| 199 |
font-size: 8px; |
| 200 |
} |
| 201 |
|
| 202 |
/* Extensions sub-submenu */ |
| 203 |
|
| 204 |
.mainwp-sub-submenu { |
| 205 |
margin: 0 !important; |
| 206 |
border-radius: 0 !important; |
| 207 |
} |
| 208 |
|
| 209 |
/* Widgets */ |
| 210 |
|
| 211 |
#mainwp-grid-left { |
| 212 |
padding-right: 5px; |
| 213 |
} |
| 214 |
|
| 215 |
#mainwp-grid-middle { |
| 216 |
padding-right: 5px; |
| 217 |
padding-left: 5px; |
| 218 |
} |
| 219 |
|
| 220 |
#mainwp-grid-right { |
| 221 |
padding-left: 5px; |
| 222 |
} |
| 223 |
|
| 224 |
.mainwp-widget .handle-drag { |
| 225 |
cursor: move !important; |
| 226 |
} |
| 227 |
|
| 228 |
.mainwp-widget.segment { |
| 229 |
border: 1px solid #dadada !important; |
| 230 |
} |
| 231 |
|
| 232 |
/* Sidebar */ |
| 233 |
|
| 234 |
.mainwp-select-sites, |
| 235 |
.mainwp-search-options, |
| 236 |
.mainwp-search-submit { |
| 237 |
padding: 10px; |
| 238 |
} |
| 239 |
|
| 240 |
/* Select Sites */ |
| 241 |
|
| 242 |
#mainwp-select-sites-body { |
| 243 |
height: 220px; |
| 244 |
overflow: auto; |
| 245 |
} |
| 246 |
|
| 247 |
#mainwp-select-sites-select-all-actions { |
| 248 |
background: #f9fafb; |
| 249 |
padding: 12px 5px; |
| 250 |
border-bottom: 1px solid #dadada; |
| 251 |
margin-top: 0; |
| 252 |
} |
| 253 |
|
| 254 |
#mainwp-select-sites-select-all-actions .item { |
| 255 |
cursor: pointer; |
| 256 |
} |
| 257 |
|
| 258 |
#mainwp-select-sites-list .item label .url { |
| 259 |
display: none; |
| 260 |
} |
| 261 |
|
| 262 |
.mainwp-sub-header #mainwp-filter-sites-group .default.text, |
| 263 |
.mainwp-sub-header #mainwp-filter-clients .default.text{ |
| 264 |
overflow: visible !important; |
| 265 |
} |
| 266 |
|
| 267 |
/* Tables */ |
| 268 |
|
| 269 |
.mainwp-ui table.dataTable.dtr-inline.collapsed > tbody > tr > td.dtr-control::before, |
| 270 |
.mainwp-ui table.dataTable.dtr-inline.collapsed > tbody > tr > th.dtr-control::before { |
| 271 |
background-color: rgba(0, 0, 0, 0.3); |
| 272 |
} |
| 273 |
|
| 274 |
|
| 275 |
.mainwp-ui table.dataTable.dtr-inline.collapsed > tbody > tr.parent.dt-hasChild > td.dtr-control::before, |
| 276 |
.mainwp-ui table.dataTable.dtr-inline.collapsed > tbody > tr.parent.dt-hasChild > th.dtr-control::before { |
| 277 |
background-color: rgba(0, 0, 0, 0.6); |
| 278 |
} |
| 279 |
|
| 280 |
.mainwp-ui table ul.dtr-details { |
| 281 |
width: 100% !important; |
| 282 |
} |
| 283 |
|
| 284 |
/* Manage Sites Table */ |
| 285 |
|
| 286 |
table#mainwp-manage-sites-table { |
| 287 |
margin: 0; |
| 288 |
} |
| 289 |
|
| 290 |
table#mainwp-manage-sites-table .error a { |
| 291 |
text-decoration: none; |
| 292 |
} |
| 293 |
|
| 294 |
#mainwp-manage-sites-content.segment { |
| 295 |
padding-top: 1em; |
| 296 |
} |
| 297 |
|
| 298 |
|
| 299 |
/* Manage Groups */ |
| 300 |
|
| 301 |
#mainwp-manage-groups .mainwp-group-sites-row .list { |
| 302 |
max-height: 200px; |
| 303 |
overflow-y: scroll; |
| 304 |
} |
| 305 |
|
| 306 |
.mainwp-group-sites-row { |
| 307 |
display: none; |
| 308 |
} |
| 309 |
|
| 310 |
.mainwp-group-sites-row.active { |
| 311 |
display: table-row; |
| 312 |
} |
| 313 |
|
| 314 |
/* Manage Updates */ |
| 315 |
|
| 316 |
#mainwp-manage-updates table tr.active { |
| 317 |
background: #f9fafb !important; |
| 318 |
} |
| 319 |
|
| 320 |
#mainwp-manage-updates table tr.active table th { |
| 321 |
background: #eee !important; |
| 322 |
} |
| 323 |
|
| 324 |
#mainwp-manage-updates table tr.active table td { |
| 325 |
background: #f9ffea !important; |
| 326 |
} |
| 327 |
|
| 328 |
/* Manaage Plugins & Themes */ |
| 329 |
|
| 330 |
.ui.accordion.mainwp-manage-plugin-item, |
| 331 |
.ui.accordion.mainwp-manage-theme-item{ |
| 332 |
border-bottom: 1px solid rgba( 34, 36, 38, 0.1 ); |
| 333 |
} |
| 334 |
|
| 335 |
.ui.accordion.mainwp-manage-plugin-item .title, |
| 336 |
.ui.accordion.mainwp-manage-theme-item .title { |
| 337 |
cursor: default !important; |
| 338 |
} |
| 339 |
.ui.accordion.mainwp-manage-plugin-item .title.active, |
| 340 |
.ui.accordion.mainwp-manage-theme-item .title.active { |
| 341 |
background: #fafafa; |
| 342 |
} |
| 343 |
|
| 344 |
.ui.accordion.mainwp-manage-plugin-item .title .dropdown, |
| 345 |
.ui.accordion.mainwp-manage-theme-item .title .dropdown { |
| 346 |
cursor: pointer !important; |
| 347 |
} |
| 348 |
|
| 349 |
.mainwp-manage-plugin-item:nth-last-of-type(1), |
| 350 |
.mainwp-manage-theme-item:nth-last-of-type(1) { |
| 351 |
border-bottom: none !important; |
| 352 |
} |
| 353 |
|
| 354 |
.mainwp-manage-plugin-item .content, |
| 355 |
.mainwp-manage-theme-item .content { |
| 356 |
padding: 2em 1em !important; |
| 357 |
} |
| 358 |
|
| 359 |
.mainwp-manage-plugin-item .content.active, |
| 360 |
.mainwp-manage-theme-item .content.active { |
| 361 |
background: #fafafa; |
| 362 |
} |
| 363 |
|
| 364 |
.mainwp-manage-plugin-item-website, |
| 365 |
.mainwp-manage-theme-item-website { |
| 366 |
border-bottom: 1px solid rgba( 34, 36, 38, 0.1 ); |
| 367 |
border-top: 1px solid rgba( 34, 36, 38, 0.1 ); |
| 368 |
background: #fafafa; |
| 369 |
padding: 1em; |
| 370 |
margin: 0 0 -1px !important; |
| 371 |
} |
| 372 |
|
| 373 |
|
| 374 |
/* Manaage Extensions */ |
| 375 |
|
| 376 |
.mainwp-disabled-extension .header, |
| 377 |
.mainwp-disabled-extension .content:not( .extra ) { |
| 378 |
opacity: 0.7; |
| 379 |
} |
| 380 |
|
| 381 |
/* temporary */ |
| 382 |
.hidden.divider { |
| 383 |
display: block !important; |
| 384 |
} |
| 385 |
|
| 386 |
#mainwp-show-htaccess code, |
| 387 |
#mainwp-show-wp-config code { |
| 388 |
background: none !important; |
| 389 |
} |
| 390 |
|
| 391 |
.main-content { |
| 392 |
width: calc(100% - 302.5px); |
| 393 |
} |
| 394 |
|
| 395 |
/* WP UI Fixes */ |
| 396 |
|
| 397 |
.mainwp-ui #wpbody-content { |
| 398 |
padding-bottom: 0; |
| 399 |
} |
| 400 |
|
| 401 |
.mainwp-ui #wp-content-editor-tools { |
| 402 |
background-color: #fff !important; |
| 403 |
} |
| 404 |
|
| 405 |
.mainwp-ui .wrap { |
| 406 |
margin: 0 0 0 200px; |
| 407 |
} |
| 408 |
|
| 409 |
.mainwp-ui .mainwp-nav-wrap.hoverli { |
| 410 |
background-color: #1c1d1b !important; |
| 411 |
} |
| 412 |
|
| 413 |
.mainwp-ui .mainwp-nav-wrap.hoverli .label { |
| 414 |
color: #ffffff !important; |
| 415 |
} |
| 416 |
|
| 417 |
.mainwp-hidden { |
| 418 |
display:none!important; |
| 419 |
} |
| 420 |
|
| 421 |
.mainwp-ui .ui.disabled.checkbox label a, |
| 422 |
.mainwp-ui .ui.checkbox input[disabled] ~ label a { |
| 423 |
pointer-events: auto !important; |
| 424 |
} |
| 425 |
|
| 426 |
|
| 427 |
.mainwp-ui #mainwp-security-issues-table tfoot input { |
| 428 |
width: auto !important; |
| 429 |
} |
| 430 |
|
| 431 |
|
| 432 |
/* END V4 |
| 433 |
********************************************************************************/ |
| 434 |
|
| 435 |
.mainwp-action-row { |
| 436 |
min-height: 20px; |
| 437 |
} |
| 438 |
|
| 439 |
.mainwp-notice { |
| 440 |
margin: 5px 0 15px; |
| 441 |
padding: .6em; |
| 442 |
background: #fff; |
| 443 |
box-shadow: 0 1px 1px rgba(0, 0, 0, .04); |
| 444 |
vertical-align: middle; |
| 445 |
} |
| 446 |
|
| 447 |
.mainwp-notice-green { |
| 448 |
border-left: 4px solid #7fb100; |
| 449 |
} |
| 450 |
|
| 451 |
.mainwp-notice-blue { |
| 452 |
border-left: 4px solid #0073AA; |
| 453 |
} |
| 454 |
|
| 455 |
.mainwp-notice-red { |
| 456 |
border-left: 4px solid #a00; |
| 457 |
} |
| 458 |
|
| 459 |
.mainwp-notice-yellow { |
| 460 |
border-left: 4px solid #FFB901; |
| 461 |
} |
| 462 |
|
| 463 |
.mainwp_action { |
| 464 |
text-decoration: none; |
| 465 |
text-transform: uppercase; |
| 466 |
background: #fff; |
| 467 |
border-color: #e5e5e5; |
| 468 |
border-style: solid; |
| 469 |
color: #333333; |
| 470 |
display: inline-block; |
| 471 |
font-size: 12px; |
| 472 |
padding: 4px 12px; |
| 473 |
-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .04); |
| 474 |
box-shadow: 0 1px 1px rgba(0, 0, 0, .04); |
| 475 |
} |
| 476 |
|
| 477 |
.mainwp_action.left { |
| 478 |
border-width: 1px 0 1px 1px; |
| 479 |
} |
| 480 |
|
| 481 |
.mainwp_action.mid { |
| 482 |
border-width: 1px 0 1px 1px; |
| 483 |
} |
| 484 |
|
| 485 |
.mainwp_action.right { |
| 486 |
border-width: 1px; |
| 487 |
} |
| 488 |
|
| 489 |
.mainwp_action.single { |
| 490 |
border-width: 1px; |
| 491 |
} |
| 492 |
|
| 493 |
.mainwp_action_down { |
| 494 |
background: #e5e5e5; |
| 495 |
-webkit-box-shadow: none; |
| 496 |
box-shadow: none; |
| 497 |
} |
| 498 |
|
| 499 |
|
| 500 |
|
| 501 |
/*---------------------------------------------------------------------------------------------------------------*/ |
| 502 |
.mainwp-row-actions-working { |
| 503 |
display: none; |
| 504 |
} |
| 505 |
|
| 506 |
/*---------------------------------------------------------------------------------------------------------------*/ |
| 507 |
|
| 508 |
|
| 509 |
|
| 510 |
.mainwp-loading { |
| 511 |
text-align: left; |
| 512 |
padding: 20px; |
| 513 |
font-size: 18px; |
| 514 |
line-height: 18px; |
| 515 |
} |
| 516 |
|
| 517 |
|
| 518 |
|
| 519 |
|
| 520 |
.backup_run_loading { |
| 521 |
display: none; |
| 522 |
} |
| 523 |
|
| 524 |
|
| 525 |
.mainwp-tabs { |
| 526 |
margin-top: 2em; |
| 527 |
border-bottom: 1px solid #e5e5e5; |
| 528 |
margin-bottom: 0; |
| 529 |
} |
| 530 |
|
| 531 |
.mainwp_checkboxes { |
| 532 |
-webkit-column-count: 3; |
| 533 |
-moz-column-count: 3; |
| 534 |
column-count: 3; |
| 535 |
margin: 1em 0 2em; |
| 536 |
} |
| 537 |
|
| 538 |
.mainwp-search-form { |
| 539 |
width: auto; |
| 540 |
} |
| 541 |
|
| 542 |
.mainwp_managbackups_taskoptions { |
| 543 |
width: auto; |
| 544 |
} |
| 545 |
|
| 546 |
.mainwp_managbackups_taskoptions .form-table { |
| 547 |
clear: none; |
| 548 |
width: 590px; |
| 549 |
} |
| 550 |
|
| 551 |
.mainwp-submenu-wrapper { |
| 552 |
background-position: top right; |
| 553 |
background-repeat: repeat-y; |
| 554 |
padding-left: 10px; |
| 555 |
padding-right: 25px; |
| 556 |
display: none; |
| 557 |
position: absolute; |
| 558 |
background-color: #ECECEC; |
| 559 |
background-color: white; |
| 560 |
/*border: 1px solid #CCC;*/ |
| 561 |
border-left: 0; |
| 562 |
z-index: 9999; |
| 563 |
} |
| 564 |
|
| 565 |
#side-info-column { |
| 566 |
width: 49%; |
| 567 |
} |
| 568 |
|
| 569 |
.inner-sidebar #side-sortables { |
| 570 |
width: 100%; |
| 571 |
} |
| 572 |
|
| 573 |
.has-right-sidebar #post-body-content { |
| 574 |
width: 49%; |
| 575 |
margin-right: 390px; |
| 576 |
} |
| 577 |
|
| 578 |
.has-right-sidebar #post-body { |
| 579 |
margin-right: -50%; |
| 580 |
} |
| 581 |
|
| 582 |
#post-body #normal-sortables { |
| 583 |
width: 100%; |
| 584 |
} |
| 585 |
|
| 586 |
li.hoverli { |
| 587 |
-webkit-box-shadow: 0 1px 0 #dfdfdf, 0 -1px 0 #dfdfdf; |
| 588 |
-moz-box-shadow: 0 1px 0 #dfdfdf, 0 -1px 0 #dfdfdf; |
| 589 |
box-shadow: 0 1px 0 #dfdfdf, 0 -1px 0 #dfdfdf; |
| 590 |
position: relative; |
| 591 |
z-index: 9999; |
| 592 |
} |
| 593 |
|
| 594 |
#mainwp_posts_main, |
| 595 |
#mainwp_posts_loading, |
| 596 |
#mainwp_posts_error, |
| 597 |
#mainwp_comments_main, |
| 598 |
#mainwp_comments_loading, |
| 599 |
#mainwp_comments_error, |
| 600 |
#mainwp_pages_main, |
| 601 |
#mainwp_pages_error, |
| 602 |
#mainwp_users_main, |
| 603 |
#mainwp_users_loading_info, |
| 604 |
#mainwp_themes_main, |
| 605 |
#mainwp_themes_error, |
| 606 |
#mainwp_themes_loading_info, |
| 607 |
#mainwp_plugins_main, |
| 608 |
#mainwp_plugins_error, |
| 609 |
#mainwp_bulk_action_loading, |
| 610 |
#mainwp_users_searching, |
| 611 |
#mainwp_sites_searching, |
| 612 |
#mainwp_users_updating, |
| 613 |
#mainwp_bulk_action_applying, |
| 614 |
.mainwp_more_loading { |
| 615 |
display: none; |
| 616 |
} |
| 617 |
|
| 618 |
.mainwp_loading, |
| 619 |
.mainwp-hidden-field { |
| 620 |
display: none; |
| 621 |
} |
| 622 |
|
| 623 |
#pager { |
| 624 |
top: 0; |
| 625 |
position: inherit !important; |
| 626 |
} |
| 627 |
|
| 628 |
.first, |
| 629 |
.prev, |
| 630 |
.next, |
| 631 |
.last { |
| 632 |
vertical-align: -5px; |
| 633 |
} |
| 634 |
|
| 635 |
.row-actions-working { |
| 636 |
display: none; |
| 637 |
padding: 2px 0 0; |
| 638 |
} |
| 639 |
|
| 640 |
|
| 641 |
.mainwp_plugins_content, |
| 642 |
.mainwp_themes_content { |
| 643 |
background: #f9f9f9; |
| 644 |
} |
| 645 |
|
| 646 |
#mainwp_plugins_content .headcol, |
| 647 |
#mainwp_themes_content .headcol { |
| 648 |
width: 22em; |
| 649 |
} |
| 650 |
|
| 651 |
#mainwp_plugins_content th.headcol, |
| 652 |
#mainwp_themes_content th.headcol { |
| 653 |
border-bottom: 0; |
| 654 |
} |
| 655 |
|
| 656 |
#mainwp_plugins_content #mainwp-table-overflow, |
| 657 |
#mainwp_themes_content #mainwp-table-overflow { |
| 658 |
height: 720px; |
| 659 |
} |
| 660 |
|
| 661 |
#mainwp_background-box { |
| 662 |
min-height: 80vh; |
| 663 |
height: 100%; |
| 664 |
width: auto; |
| 665 |
margin-top: 2em; |
| 666 |
background: none; |
| 667 |
} |
| 668 |
|
| 669 |
#mainwp_wrap-inside { |
| 670 |
min-height: 80vh; |
| 671 |
height: 100%; |
| 672 |
margin-top: 0; |
| 673 |
padding: 10px; |
| 674 |
background: #fafafa; |
| 675 |
border-top: none; |
| 676 |
border-bottom: 1px solid #e5e5e5; |
| 677 |
border-left: 1px solid #e5e5e5; |
| 678 |
border-right: 1px solid #e5e5e5; |
| 679 |
box-shadow: 0 1px 1px rgba(0, 0, 0, .04); |
| 680 |
position: relative; |
| 681 |
} |
| 682 |
|
| 683 |
#mainwp_wrap-inside.round-top { |
| 684 |
clear: both; |
| 685 |
border: 1px solid #e5e5e5 !important; |
| 686 |
} |
| 687 |
|
| 688 |
.mainwp-table-container .wp-list-table thead th, |
| 689 |
.mainwp-table-container .wp-list-table tfoot th, |
| 690 |
#mainwp-table thead th, |
| 691 |
#mainwp-table tfoot th { |
| 692 |
padding-left: .5em !important; |
| 693 |
} |
| 694 |
|
| 695 |
#mainwp-tabs { |
| 696 |
clear: both; |
| 697 |
} |
| 698 |
|
| 699 |
#mainwp-tabs .nav-tab-active { |
| 700 |
background: #fafafa; |
| 701 |
border-top: 1px solid #7fb100 !important; |
| 702 |
border-left: 1px solid #e5e5e5; |
| 703 |
border-right: 1px solid #e5e5e5; |
| 704 |
border-bottom: 1px solid #fafafa !important; |
| 705 |
color: #7fb100; |
| 706 |
margin-top: 1px; |
| 707 |
} |
| 708 |
|
| 709 |
#mainwp-tabs .nav-tab { |
| 710 |
border-top: 1px solid #e5e5e5; |
| 711 |
border-left: 1px solid #e5e5e5; |
| 712 |
border-right: 1px solid #e5e5e5; |
| 713 |
border-bottom: 1px solid #e5e5e5; |
| 714 |
padding: 10px 16px; |
| 715 |
font-size: 14px; |
| 716 |
text-transform: uppercase; |
| 717 |
line-height: 16px; |
| 718 |
font-weight: normal; |
| 719 |
margin-left: 0; |
| 720 |
margin-right: 10px; |
| 721 |
} |
| 722 |
|
| 723 |
/* Enhance Wordpress Admin UI */ |
| 724 |
#adminmenuback, |
| 725 |
#adminmenuwrap, |
| 726 |
#adminmenu, |
| 727 |
#adminmenu .wp-submenu, |
| 728 |
#adminmenu .wp-submenu-wrap, |
| 729 |
.folded #adminmenu .wp-has-current-submenu .wp-submenu { |
| 730 |
width: 160px; |
| 731 |
} |
| 732 |
|
| 733 |
|
| 734 |
.mainwp-submenu-wide { |
| 735 |
width: auto !important; |
| 736 |
min-width: 200px !important; |
| 737 |
} |
| 738 |
|
| 739 |
|
| 740 |
.mainwp_boxout { |
| 741 |
background: #444; |
| 742 |
z-index: 9999; |
| 743 |
margin-left: 1em; |
| 744 |
padding: 10px 7px; |
| 745 |
left: 17px; |
| 746 |
width: 160px; |
| 747 |
position: absolute; |
| 748 |
} |
| 749 |
|
| 750 |
.mainwp_boxout a { |
| 751 |
color: #ccc; |
| 752 |
text-decoration: none; |
| 753 |
display: block; |
| 754 |
line-height: 1.2em; |
| 755 |
padding: 6px 12px; |
| 756 |
} |
| 757 |
|
| 758 |
.mainwp_boxout a:hover { |
| 759 |
color: #7fb100; |
| 760 |
} |
| 761 |
|
| 762 |
|
| 763 |
/* New Select Box Style */ |
| 764 |
|
| 765 |
.mainwp_error { |
| 766 |
display: none; |
| 767 |
padding: .6em; |
| 768 |
margin: 5px 0 2px; |
| 769 |
} |
| 770 |
|
| 771 |
.mainwp-tips .mainwp-dismiss { |
| 772 |
float: right; |
| 773 |
} |
| 774 |
|
| 775 |
/* Exclude Section */ |
| 776 |
|
| 777 |
|
| 778 |
#download-server-information { |
| 779 |
display: none; |
| 780 |
margin: 10px 0; |
| 781 |
padding: 0; |
| 782 |
position: relative; |
| 783 |
} |
| 784 |
|
| 785 |
#download-server-information textarea { |
| 786 |
border-radius: 0; |
| 787 |
font-family: monospace; |
| 788 |
font-size: 12px; |
| 789 |
height: 300px; |
| 790 |
line-height: 20px; |
| 791 |
margin: 0; |
| 792 |
outline: 0 none; |
| 793 |
padding: 20px; |
| 794 |
resize: none; |
| 795 |
width: 100%; |
| 796 |
-moz-border-radius: 0; |
| 797 |
-webkit-border-radius: 0; |
| 798 |
} |
| 799 |
|
| 800 |
.mwp_close_srv_info { |
| 801 |
display: none; |
| 802 |
float: right; |
| 803 |
margin: 5px 0; |
| 804 |
} |
| 805 |
|
| 806 |
.mainwp-permission-error { |
| 807 |
padding: 2em; |
| 808 |
width: 70%; |
| 809 |
margin: 4em auto; |
| 810 |
background: #fff; |
| 811 |
border: 1px Solid #e5e5e5; |
| 812 |
font-size: 13px; |
| 813 |
text-align: center; |
| 814 |
color: #999; |
| 815 |
} |
| 816 |
|
| 817 |
.mainwp-permission-error p { |
| 818 |
font-size: 16px; |
| 819 |
color: #333; |
| 820 |
} |
| 821 |
|
| 822 |
|
| 823 |
|
| 824 |
|
| 825 |
/* ACTION TABS */ |
| 826 |
.mainwp-browse-plugins .wp-filter { |
| 827 |
margin-top: 0 !important; |
| 828 |
} |
| 829 |
|
| 830 |
.mainwp-browse-plugins>form { |
| 831 |
float: left; |
| 832 |
} |
| 833 |
|
| 834 |
body.show-upload-plugin .hide-if-upload, |
| 835 |
body.show-upload-theme .hide-if-upload { |
| 836 |
display: none !important; |
| 837 |
} |
| 838 |
|
| 839 |
.show-if-upload { |
| 840 |
display: none !important; |
| 841 |
} |
| 842 |
|
| 843 |
body.show-upload-theme .show-if-upload, |
| 844 |
body.show-upload-plugin .show-if-upload { |
| 845 |
display: block !important; |
| 846 |
} |
| 847 |
|
| 848 |
body.show-upload-plugin .mainwp-upload-plugin { |
| 849 |
display: block; |
| 850 |
} |
| 851 |
|
| 852 |
.mainwp-upload-plugin { |
| 853 |
float: left; |
| 854 |
width: 100%; |
| 855 |
} |
| 856 |
|
| 857 |
.installed-group-exts { |
| 858 |
padding: 1em; |
| 859 |
} |
| 860 |
|
| 861 |
.mainwp_hide_wpmenu_checkboxes { |
| 862 |
margin: 0; |
| 863 |
} |
| 864 |
|
| 865 |
.plugin-update-tr .api-deactivate { |
| 866 |
background-color: #fcf3ef; |
| 867 |
} |
| 868 |
|
| 869 |
#plugin-information-footer { |
| 870 |
display: none; |
| 871 |
} |
| 872 |
|
| 873 |
.sync-ext-row .sync-options { |
| 874 |
margin-left: 15px; |
| 875 |
} |
| 876 |
|
| 877 |
.sync-ext-row { |
| 878 |
margin: 5px 0; |
| 879 |
} |
| 880 |
|
| 881 |
|
| 882 |
#import_user_file_bulkupload { |
| 883 |
width: 230px !important; |
| 884 |
} |
| 885 |
|
| 886 |
body.show-upload-theme #mainwp_wrap-inside .upload-theme+.wp-filter, |
| 887 |
body.show-upload-theme #mainwp_wrap-inside .upload-theme+.wp-filter+.mainwp-browse-themes { |
| 888 |
display: none; |
| 889 |
} |
| 890 |
|
| 891 |
body.show-upload-theme #mainwp_wrap-inside .upload-theme, |
| 892 |
.mainwp_wrap-inside .upload-plugin { |
| 893 |
display: block; |
| 894 |
} |
| 895 |
|
| 896 |
#mainwp_wrap-inside .upload-plugin, |
| 897 |
#mainwp_wrap-inside .upload-theme { |
| 898 |
padding: 0 !important; |
| 899 |
} |
| 900 |
|
| 901 |
|
| 902 |
.mainwp-ui .plugin-update-tr .update-message p:before { |
| 903 |
color: #f56e28; |
| 904 |
content: "\f463"; |
| 905 |
margin-right: 6px; |
| 906 |
margin-top: 6px; |
| 907 |
vertical-align: bottom; |
| 908 |
} |
| 909 |
|
| 910 |
.plugin-update-tr.active>td>div.api-deactivate { |
| 911 |
margin: 10px 20px 10px 40px; |
| 912 |
padding: 10px; |
| 913 |
} |
| 914 |
|
| 915 |
.mainwp-ui .plugin-update-tr .update-message { |
| 916 |
margin: 5px 20px 15px 40px; |
| 917 |
background-color: #fff8e5; |
| 918 |
border-left: 4px solid #ffb900; |
| 919 |
padding: 1px 12px; |
| 920 |
} |
| 921 |
|
| 922 |
.mainwp-ui #wpfooter { |
| 923 |
z-index: 1000; |
| 924 |
} |
| 925 |
|
| 926 |
.mainwp-ui-leftmenu #wpfooter { |
| 927 |
margin-left: 240px; |
| 928 |
} |
| 929 |
|
| 930 |
.mainwp-no-extensions { |
| 931 |
margin: 0 12px 12px; |
| 932 |
} |
| 933 |
|
| 934 |
#mainwp_managesites_content table.sites thead th, |
| 935 |
#mainwp_users_table thead th { |
| 936 |
padding: 0; |
| 937 |
} |
| 938 |
|
| 939 |
#mainwp_managesites_content table.sites thead th .header-wrap, |
| 940 |
#mainwp_users_table thead th .header-wrap { |
| 941 |
min-height: 30px; |
| 942 |
padding: 5px 0 0 5px; |
| 943 |
} |
| 944 |
|
| 945 |
#mainwp_users_table th#avatar { |
| 946 |
width: 65px; |
| 947 |
} |
| 948 |
|
| 949 |
#mainwp_managesites_content table.sites thead th.sortable a, |
| 950 |
#mainwp_managesites_content table.sites thead th.sorted a { |
| 951 |
padding-top: 0; |
| 952 |
padding-left: 0; |
| 953 |
} |
| 954 |
|
| 955 |
#mainwp_users_main .password-input-wrapper input.regular-text { |
| 956 |
width: 23.2em; |
| 957 |
} |
| 958 |
|
| 959 |
.mainwp_config_box_left .password-input-wrapper input, |
| 960 |
.mainwp_config_box_left #pass-strength-result { |
| 961 |
width: 22em !important; |
| 962 |
} |
| 963 |
|
| 964 |
#mainwp_managesites_content table th#wpcore_update, |
| 965 |
#mainwp_managesites_content table th#plugin_update, |
| 966 |
#mainwp_managesites_content table th#theme_update { |
| 967 |
width: 50px; |
| 968 |
text-align: center; |
| 969 |
} |
| 970 |
|
| 971 |
#mainwp_users_main .form-table#user-profile textarea { |
| 972 |
margin-bottom: 6px; |
| 973 |
width: 500px; |
| 974 |
} |
| 975 |
|
| 976 |
#mainwp-table-overflow table th { |
| 977 |
z-index: 998 !important; |
| 978 |
} |
| 979 |
|
| 980 |
#mainwp-table-overflow table th:nth-child(1) { |
| 981 |
z-index: 999 !important; |
| 982 |
} |
| 983 |
|
| 984 |
#mainwp-table-overflow table tr td:nth-child(1) { |
| 985 |
z-index: 997 !important; |
| 986 |
} |
| 987 |
|
| 988 |
div.pw-wrap.form-invalid { |
| 989 |
padding: 5px; |
| 990 |
border: 1px dashed #dc3232; |
| 991 |
} |
| 992 |
|
| 993 |
span.http-ok-status { |
| 994 |
display: none; |
| 995 |
} |
| 996 |
|
| 997 |
div.http-response-ok span.http-ok-status { |
| 998 |
display: inline-block; |
| 999 |
} |
| 1000 |
|
| 1001 |
div.http-response-ok span.http-notok-status { |
| 1002 |
display: none; |
| 1003 |
} |
| 1004 |
|
| 1005 |
/* end */ |
| 1006 |
|
| 1007 |
#mainwp_post_search_by_keyword, |
| 1008 |
#mainwp_page_search_by_keyword { |
| 1009 |
width: calc(100% - 145px); |
| 1010 |
|
| 1011 |
} |
| 1012 |
|
| 1013 |
#mainwp_connection_status_wrap .mainwp_wp_sync:hover .mainwp-row-actions { |
| 1014 |
display: block; |
| 1015 |
} |
| 1016 |
|
| 1017 |
#mainwp_connection_status_wrap .mainwp-row-actions { |
| 1018 |
float: none; |
| 1019 |
} |
| 1020 |
|
| 1021 |
.mainwp-ui-leftmenu.mainwp-ui-page #adminmenuwrap, |
| 1022 |
.mainwp-ui-leftmenu.mainwp-ui-page #wpadminbar, |
| 1023 |
.mainwp-ui-leftmenu.mainwp-ui-page #adminmenumain, |
| 1024 |
.mainwp-ui-leftmenu.mainwp-ui-page #screen-meta-links, |
| 1025 |
.mainwp-ui-leftmenu.mainwp-ui-page #wpfooter { |
| 1026 |
display: none; |
| 1027 |
} |
| 1028 |
|
| 1029 |
.mainwp-ui-leftmenu.mainwp-ui-page #wpcontent { |
| 1030 |
margin-left: 0; |
| 1031 |
} |
| 1032 |
|
| 1033 |
#wpcontent h2 { |
| 1034 |
display: block; |
| 1035 |
} |
| 1036 |
|
| 1037 |
.mainwp-modal-progress { |
| 1038 |
margin-top: 0 !important; |
| 1039 |
} |
| 1040 |
|
| 1041 |
.mainwp-browse-themes .theme .image>img { |
| 1042 |
width: 100%; |
| 1043 |
} |
| 1044 |
|
| 1045 |
#themes-loading { |
| 1046 |
display: none; |
| 1047 |
} |
| 1048 |
|
| 1049 |
.loading-content #themes-loading { |
| 1050 |
display: block; |
| 1051 |
} |
| 1052 |
|
| 1053 |
body.show-upload-theme .mainwp-content-wrap .mainwp-upload-theme+.mainwp-browse-themes { |
| 1054 |
display: none; |
| 1055 |
} |
| 1056 |
|
| 1057 |
body.show-upload-theme .mainwp-content-wrap .mainwp-upload-theme { |
| 1058 |
display: block; |
| 1059 |
} |
| 1060 |
|
| 1061 |
.mainwp-content-wrap .mainwp-upload-theme { |
| 1062 |
padding: 0 !important; |
| 1063 |
display: none; |
| 1064 |
} |
| 1065 |
|
| 1066 |
/* to fix css issue */ |
| 1067 |
#mainwp-emails-settings-table.dataTable.table td span, |
| 1068 |
#mainwp-emails-settings-table.dataTable.table th span, |
| 1069 |
#mainwp-manage-sites-table.dataTable.table td span, |
| 1070 |
#mainwp-manage-sites-table.dataTable.table th span { |
| 1071 |
-webkit-box-sizing: border-box !important; |
| 1072 |
box-sizing: border-box !important; |
| 1073 |
} |
| 1074 |
|
| 1075 |
.mainwp-quick-setup .ui.divider { |
| 1076 |
margin: 0 !important; |
| 1077 |
height: 1rem !important; |
| 1078 |
} |
| 1079 |
|
| 1080 |
.mainwp-quick-setup .ui.secondary.segment { |
| 1081 |
box-shadow: none; |
| 1082 |
} |
| 1083 |
|
| 1084 |
.trigger-all-accordion .trigger-handle-arrow .down.icon, |
| 1085 |
.trigger-all-accordion.active .trigger-handle-arrow .right.icon { |
| 1086 |
display: none; |
| 1087 |
} |
| 1088 |
|
| 1089 |
.trigger-all-accordion.active .trigger-handle-arrow .down.icon, |
| 1090 |
.trigger-all-accordion .trigger-handle-arrow .right.icon { |
| 1091 |
display: block; |
| 1092 |
} |
| 1093 |
|
| 1094 |
.trigger-all-accordion, |
| 1095 |
.indicator-accordion-sorting { |
| 1096 |
cursor: pointer; |
| 1097 |
} |
| 1098 |
|
| 1099 |
.indicator-accordion-sorting { |
| 1100 |
z-index: 999 !important; |
| 1101 |
} |
| 1102 |
|
| 1103 |
.indicator-accordion-sorting .down.icon, |
| 1104 |
.indicator-accordion-sorting .up.icon { |
| 1105 |
display: none; |
| 1106 |
} |
| 1107 |
|
| 1108 |
.indicator-accordion-sorting.descending .down.icon, |
| 1109 |
.indicator-accordion-sorting.ascending .up.icon, |
| 1110 |
.indicator-accordion-sorting.ascending .sort.icon, |
| 1111 |
.indicator-accordion-sorting.descending .sort.icon { |
| 1112 |
display: none; |
| 1113 |
} |
| 1114 |
|
| 1115 |
.indicator-accordion-sorting.ascending .up.icon, |
| 1116 |
.indicator-accordion-sorting.descending .down.icon { |
| 1117 |
display: inline-block; |
| 1118 |
} |
| 1119 |
|
| 1120 |
|
| 1121 |
th .sort.icon, |
| 1122 |
.up.icon, |
| 1123 |
.down.icon { |
| 1124 |
float: right; |
| 1125 |
} |
| 1126 |
|
| 1127 |
.trigger-handle-arrow .icon{ |
| 1128 |
float: left; |
| 1129 |
} |
| 1130 |
|
| 1131 |
#mainwp-themes-content td.child-active { |
| 1132 |
background: #e3ffa7 !important; |
| 1133 |
} |
| 1134 |
|
| 1135 |
.mainwp-ui #wpbody-content .notice.notice-success, |
| 1136 |
.mainwp-ui #wpbody-content .notice.notice-info, |
| 1137 |
.mainwp-ui #wpbody-content .notice.notice-error, |
| 1138 |
.mainwp-ui #wpbody-content .notice.notice-warrning { |
| 1139 |
margin-left: 190px !important; |
| 1140 |
} |