| 1 |
/** |
| 2 |
* Docket Cache. |
| 3 |
* |
| 4 |
* @author Nawawi Jamili |
| 5 |
* @license MIT |
| 6 |
* |
| 7 |
* @see https://github.com/nawawi/docket-cache |
| 8 |
*/ |
| 9 |
body { |
| 10 |
background-color: #f5f5f5; |
| 11 |
} |
| 12 |
|
| 13 |
#docket-cache { |
| 14 |
margin-top: 10px; |
| 15 |
max-width: 1440px; |
| 16 |
} |
| 17 |
|
| 18 |
#docket-cache .hide { |
| 19 |
display: none !important; |
| 20 |
} |
| 21 |
|
| 22 |
#docket-cache .text-green { |
| 23 |
color: green; |
| 24 |
} |
| 25 |
|
| 26 |
#docket-cache .text-red { |
| 27 |
color: red; |
| 28 |
} |
| 29 |
|
| 30 |
#docket-cache .text-maroon { |
| 31 |
color: maroon; |
| 32 |
} |
| 33 |
|
| 34 |
#docket-cache .text-capitalize { |
| 35 |
text-transform: capitalize !important; |
| 36 |
} |
| 37 |
|
| 38 |
#docket-cache .dashicons { |
| 39 |
font-weight: normal; |
| 40 |
font-size: 20px; |
| 41 |
margin-top: -2px; |
| 42 |
margin-right: 4px; |
| 43 |
} |
| 44 |
|
| 45 |
#docket-cache a.btxo { |
| 46 |
text-decoration: none; |
| 47 |
color: #444444; |
| 48 |
} |
| 49 |
|
| 50 |
#docket-cache a.btxo:hover { |
| 51 |
color: orangered; |
| 52 |
} |
| 53 |
|
| 54 |
#docket-cache table, |
| 55 |
#docket-cache tbody, |
| 56 |
#docket-cache td, |
| 57 |
#docket-cache th, |
| 58 |
#docket-cache tr { |
| 59 |
margin: 0; |
| 60 |
padding: 0; |
| 61 |
border: 0; |
| 62 |
font-size: 100%; |
| 63 |
font: inherit; |
| 64 |
vertical-align: baseline; |
| 65 |
border-collapse: collapse; |
| 66 |
border-spacing: 0; |
| 67 |
} |
| 68 |
|
| 69 |
#docket-cache select { |
| 70 |
max-width: none; |
| 71 |
} |
| 72 |
|
| 73 |
#docket-cache .form-table { |
| 74 |
border-top: 1px solid #ddd; |
| 75 |
border-bottom: 1px solid #ddd; |
| 76 |
} |
| 77 |
|
| 78 |
#docket-cache .form-table .btitle, |
| 79 |
#docket-cache .form-table .stitle { |
| 80 |
border: none !important; |
| 81 |
padding-top: 15px !important; |
| 82 |
padding-bottom: 5px !important; |
| 83 |
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif !important; |
| 84 |
font-size: 14px !important; |
| 85 |
text-transform: uppercase; |
| 86 |
} |
| 87 |
|
| 88 |
#docket-cache .form-table .btitle a { |
| 89 |
text-decoration: none; |
| 90 |
} |
| 91 |
|
| 92 |
#docket-cache .form-table .btitle .dashicons { |
| 93 |
margin-right: 0; |
| 94 |
} |
| 95 |
|
| 96 |
#docket-cache .form-table th { |
| 97 |
font-weight: 600; |
| 98 |
} |
| 99 |
|
| 100 |
#docket-cache .form-table tr:not(:last-child) td { |
| 101 |
border-bottom: 1px solid #ddd; |
| 102 |
} |
| 103 |
|
| 104 |
#docket-cache .overview .form-table td, |
| 105 |
#docket-cache .log .form-table td, |
| 106 |
#docket-cache .cronbot .form-table td { |
| 107 |
font-family: monospace, Consolas, Monaco; |
| 108 |
unicode-bidi: embed; |
| 109 |
font-size: 13px; |
| 110 |
} |
| 111 |
|
| 112 |
#docket-cache .overview .form-table th, |
| 113 |
#docket-cache .log .form-table th, |
| 114 |
#docket-cache .cronbot .form-table th { |
| 115 |
min-width: 250px; |
| 116 |
} |
| 117 |
|
| 118 |
#docket-cache .overview td a { |
| 119 |
text-decoration: none; |
| 120 |
color: #444444; |
| 121 |
} |
| 122 |
|
| 123 |
#docket-cache .overview td a:hover { |
| 124 |
text-decoration: underline; |
| 125 |
color: orangered; |
| 126 |
} |
| 127 |
|
| 128 |
#docket-cache .form-table th, |
| 129 |
#docket-cache .form-table td { |
| 130 |
padding-top: 10px; |
| 131 |
padding-bottom: 10px; |
| 132 |
vertical-align: middle; |
| 133 |
} |
| 134 |
|
| 135 |
#docket-cache .button { |
| 136 |
min-width: 150px; |
| 137 |
text-align: center; |
| 138 |
margin-left: 0 !important; |
| 139 |
} |
| 140 |
|
| 141 |
#docket-cache .bt-fx { |
| 142 |
min-width: 100px; |
| 143 |
margin-bottom: 4px; |
| 144 |
} |
| 145 |
|
| 146 |
#docket-cache .log { |
| 147 |
width: 100%; |
| 148 |
} |
| 149 |
|
| 150 |
#docket-cache .log select { |
| 151 |
display: inline-block; |
| 152 |
margin-bottom: 10px; |
| 153 |
font-family: monospace, Consolas, Monaco; |
| 154 |
unicode-bidi: embed; |
| 155 |
font-size: 12px; |
| 156 |
min-width: 100px; |
| 157 |
} |
| 158 |
|
| 159 |
#docket-cache .log span.vcache { |
| 160 |
display: block; |
| 161 |
margin-top: 5px; |
| 162 |
margin-bottom: 5px; |
| 163 |
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; |
| 164 |
} |
| 165 |
|
| 166 |
#docket-cache .log textarea { |
| 167 |
width: 100%; |
| 168 |
font-size: 100%; |
| 169 |
font: courier; |
| 170 |
vertical-align: baseline; |
| 171 |
margin-top: 4px; |
| 172 |
margin-bottom: 0; |
| 173 |
white-space: pre; |
| 174 |
overflow: auto; |
| 175 |
background-color: white; |
| 176 |
} |
| 177 |
|
| 178 |
#docket-cache span.wpdebuglog { |
| 179 |
font-size: 12px; |
| 180 |
display: block; |
| 181 |
} |
| 182 |
|
| 183 |
|
| 184 |
/* cronbot */ |
| 185 |
#docket-cache .cronbot p.submit { |
| 186 |
margin-bottom: 0; |
| 187 |
padding-bottom: 0; |
| 188 |
} |
| 189 |
|
| 190 |
#docket-cache .cronbot .config-select { |
| 191 |
min-width: 300px; |
| 192 |
} |
| 193 |
|
| 194 |
#docket-cache .cronbot .button { |
| 195 |
min-width: 180px; |
| 196 |
} |
| 197 |
|
| 198 |
/* actions */ |
| 199 |
#docket-cache div.qact { |
| 200 |
display: block; |
| 201 |
width: 100%; |
| 202 |
border: 1px solid #ddd; |
| 203 |
background-color: white; |
| 204 |
} |
| 205 |
|
| 206 |
#docket-cache div.qact div.cmd { |
| 207 |
display: block; |
| 208 |
padding: 20px; |
| 209 |
} |
| 210 |
|
| 211 |
#docket-cache div.qact .button { |
| 212 |
width: 100%; |
| 213 |
} |
| 214 |
|
| 215 |
#docket-cache div.qact h4 { |
| 216 |
margin: 0; |
| 217 |
font-size: 14px; |
| 218 |
} |
| 219 |
|
| 220 |
#docket-cache div.qact p { |
| 221 |
margin-top: 0; |
| 222 |
} |
| 223 |
|
| 224 |
#docket-cache div.qact hr { |
| 225 |
margin-top: 20px; |
| 226 |
margin-bottom: 20px; |
| 227 |
background-color: #ddd; |
| 228 |
} |
| 229 |
|
| 230 |
#docket-cache div.qact select { |
| 231 |
margin: 6px 0 6px 0; |
| 232 |
padding: 2px 8px; |
| 233 |
width: 180px; |
| 234 |
font-family: monospace, Consolas, Monaco; |
| 235 |
unicode-bidi: embed; |
| 236 |
font-size: 12px; |
| 237 |
width: 100%; |
| 238 |
} |
| 239 |
|
| 240 |
#docket-cache div.qact label { |
| 241 |
font-size: 12px; |
| 242 |
} |
| 243 |
|
| 244 |
/* config */ |
| 245 |
|
| 246 |
#docket-cache .form-table-selection td, |
| 247 |
#docket-cache .form-table-selection th { |
| 248 |
padding-top: 6px; |
| 249 |
padding-bottom: 6px; |
| 250 |
vertical-align: middle !important; |
| 251 |
} |
| 252 |
|
| 253 |
#docket-cache .form-table-selection th { |
| 254 |
padding-top: 18px; |
| 255 |
min-width: 350px; |
| 256 |
vertical-align: top !important; |
| 257 |
} |
| 258 |
|
| 259 |
#docket-cache .form-table-selection select { |
| 260 |
margin-top: 6px; |
| 261 |
margin-bottom: 6px; |
| 262 |
padding: 2px 8px; |
| 263 |
width: 180px; |
| 264 |
font-family: monospace, Consolas, Monaco; |
| 265 |
unicode-bidi: embed; |
| 266 |
font-size: 12px; |
| 267 |
} |
| 268 |
|
| 269 |
/* /config */ |
| 270 |
|
| 271 |
#docket-cache h2.title { |
| 272 |
padding: 0; |
| 273 |
margin-top: 25px; |
| 274 |
text-transform: uppercase; |
| 275 |
font-weight: normal; |
| 276 |
font-size: 16px; |
| 277 |
} |
| 278 |
|
| 279 |
#docket-cache h2.title-below { |
| 280 |
margin-top: 30px; |
| 281 |
} |
| 282 |
|
| 283 |
#docket-cache h3.title { |
| 284 |
margin-bottom: 0; |
| 285 |
} |
| 286 |
|
| 287 |
#docket-cache p.desc { |
| 288 |
margin-top: 8px; |
| 289 |
font-size: 13px; |
| 290 |
} |
| 291 |
|
| 292 |
#docket-cache-overlay { |
| 293 |
position: fixed; |
| 294 |
display: none; |
| 295 |
width: 100%; |
| 296 |
height: 100%; |
| 297 |
top: 0; |
| 298 |
left: 0; |
| 299 |
right: 0; |
| 300 |
bottom: 0; |
| 301 |
background-color: transparent; |
| 302 |
z-index: 999999; |
| 303 |
cursor: default; |
| 304 |
user-select: none; |
| 305 |
} |
| 306 |
|
| 307 |
#docket-cache-overlay div.text { |
| 308 |
position: absolute; |
| 309 |
top: 50%; |
| 310 |
left: 50%; |
| 311 |
font-size: 24px; |
| 312 |
font-family: monospace, Consolas, Monaco; |
| 313 |
unicode-bidi: embed; |
| 314 |
font-weight: normal; |
| 315 |
color: white; |
| 316 |
background: #111111; |
| 317 |
transform: translate(-50%, -50%); |
| 318 |
-ms-transform: translate(-50%, -50%); |
| 319 |
padding: 26px; |
| 320 |
border-radius: 6px; |
| 321 |
opacity: .6; |
| 322 |
min-width: 200px; |
| 323 |
text-align: center; |
| 324 |
display: none; |
| 325 |
cursor: default; |
| 326 |
user-select: none; |
| 327 |
} |
| 328 |
|
| 329 |
/* small */ |
| 330 |
@media only screen and (max-width:782px) { |
| 331 |
#docket-cache-overlay div.text { |
| 332 |
font-size: 18px; |
| 333 |
} |
| 334 |
} |
| 335 |
|
| 336 |
#docket-cache-overlay div.text img { |
| 337 |
display: inline-block; |
| 338 |
border: 0; |
| 339 |
margin: 0; |
| 340 |
width: 20px; |
| 341 |
height: 20px; |
| 342 |
} |
| 343 |
|
| 344 |
#docket-cache .noborder { |
| 345 |
border: none !important; |
| 346 |
} |
| 347 |
|
| 348 |
#docket-cache .noborder-b { |
| 349 |
border-bottom: none !important; |
| 350 |
} |
| 351 |
|
| 352 |
#docket-cache .border-b { |
| 353 |
border-bottom: 1px solid #ddd !important; |
| 354 |
} |
| 355 |
|
| 356 |
#docket-cache .border-t { |
| 357 |
border-top: 1px solid #ddd !important; |
| 358 |
} |
| 359 |
|
| 360 |
#docket-cache .log p.submit { |
| 361 |
margin-top: 0; |
| 362 |
} |
| 363 |
|
| 364 |
#docket-cache .log textarea { |
| 365 |
cursor: pointer; |
| 366 |
} |
| 367 |
|
| 368 |
#docket-cache input:focus, |
| 369 |
#docket-cache textarea:focus, |
| 370 |
#docket-cache select:focus, |
| 371 |
#docket-cache a:focus { |
| 372 |
outline: none; |
| 373 |
box-shadow: none !important; |
| 374 |
} |
| 375 |
|
| 376 |
#docket-cache .nav-tab { |
| 377 |
margin-left: 0; |
| 378 |
margin-right: 4px; |
| 379 |
} |
| 380 |
|
| 381 |
/* flex */ |
| 382 |
#docket-cache .flex-container { |
| 383 |
display: flex; |
| 384 |
flex-direction: row; |
| 385 |
justify-content: space-between; |
| 386 |
align-items: stretch; |
| 387 |
} |
| 388 |
|
| 389 |
#docket-cache .flex-container div.row { |
| 390 |
width: 100%; |
| 391 |
border: none; |
| 392 |
} |
| 393 |
|
| 394 |
#docket-cache .flex-container div.row-left { |
| 395 |
width: 100%; |
| 396 |
margin-right: 40px; |
| 397 |
} |
| 398 |
|
| 399 |
#docket-cache .flex-container div.row-right { |
| 400 |
width: 350px; |
| 401 |
} |
| 402 |
|
| 403 |
#docket-cache .flex-container .postbox { |
| 404 |
border-color: #ddd; |
| 405 |
} |
| 406 |
|
| 407 |
#docket-cache .flex-container .postbox .inside { |
| 408 |
padding: 0 12px 0 12px; |
| 409 |
} |
| 410 |
|
| 411 |
#docket-cache .flex-container .postbox .inside .bt-cx { |
| 412 |
margin-top: 10px; |
| 413 |
margin-bottom: 10px; |
| 414 |
width: 100%; |
| 415 |
display: table; |
| 416 |
} |
| 417 |
|
| 418 |
#docket-cache .flex-container .postbox .inside * { |
| 419 |
font-size: 13px !important; |
| 420 |
} |
| 421 |
|
| 422 |
#docket-cache .flex-container .postbox .inside div { |
| 423 |
padding: 0 6px 0 6px; |
| 424 |
font-family: Arial, Helvetica, sans-serif; |
| 425 |
} |
| 426 |
|
| 427 |
#docket-cache .flex-container div.row-right a:not(.button) { |
| 428 |
text-decoration: none; |
| 429 |
} |
| 430 |
|
| 431 |
#docket-cache .flex-container div.row-right a:hover:not(.button) { |
| 432 |
text-decoration: underline; |
| 433 |
} |
| 434 |
|
| 435 |
#docket-cache .flex-container .postbox .inside p:last-of-type { |
| 436 |
margin-bottom: 20px; |
| 437 |
} |
| 438 |
|
| 439 |
/* /flex */ |
| 440 |
|
| 441 |
#docket-cache #dclogo { |
| 442 |
width: 130px; |
| 443 |
height: 31px; |
| 444 |
float: left; |
| 445 |
margin-top: 2px; |
| 446 |
} |
| 447 |
|
| 448 |
/* desktop */ |
| 449 |
@media only screen and (min-width: 782px) { |
| 450 |
|
| 451 |
/* nav fixed */ |
| 452 |
#docket-cache .nav-tab-wrapper { |
| 453 |
position: fixed; |
| 454 |
background: #f5f5f5; |
| 455 |
width: 100%; |
| 456 |
z-index: 99; |
| 457 |
padding-top: 20px; |
| 458 |
margin-top: -10px; |
| 459 |
} |
| 460 |
|
| 461 |
#docket-cache .section { |
| 462 |
padding-top: 48px; |
| 463 |
} |
| 464 |
|
| 465 |
#docket-cache .tab-content { |
| 466 |
padding-left: 5px; |
| 467 |
padding-right: 5px; |
| 468 |
} |
| 469 |
|
| 470 |
#docket-cache #dclogo { |
| 471 |
margin-left: 5px; |
| 472 |
} |
| 473 |
|
| 474 |
/* /nav fixed */ |
| 475 |
|
| 476 |
#docket-cache .nav-tab { |
| 477 |
min-width: 100px; |
| 478 |
max-width: 150px; |
| 479 |
text-align: center; |
| 480 |
text-overflow: ellipsis; |
| 481 |
white-space: nowrap; |
| 482 |
overflow: hidden; |
| 483 |
padding: 6px 10px; |
| 484 |
border-top-left-radius: 4px; |
| 485 |
border-top-right-radius: 4px; |
| 486 |
} |
| 487 |
|
| 488 |
.nav-tab:hover, |
| 489 |
.nav-tab:focus, |
| 490 |
.nav-tab-active { |
| 491 |
background-color: #f5f5f5; |
| 492 |
} |
| 493 |
|
| 494 |
#docket-cache .nav-select { |
| 495 |
display: none; |
| 496 |
} |
| 497 |
|
| 498 |
#docket-cache p.submit .button, |
| 499 |
#docket-cache .gridlist .box-left .button { |
| 500 |
margin-right: 6px; |
| 501 |
} |
| 502 |
} |
| 503 |
|
| 504 |
@media only screen and (min-width: 1440px) { |
| 505 |
#docket-cache .nav-tab-wrapper { |
| 506 |
width: 1440px; |
| 507 |
} |
| 508 |
} |
| 509 |
|
| 510 |
/* desktop 1920px */ |
| 511 |
@media screen and (max-width: 1024px) { |
| 512 |
#docket-cache .nav-tab { |
| 513 |
min-width: 10px; |
| 514 |
max-width: 100px; |
| 515 |
} |
| 516 |
} |
| 517 |
|
| 518 |
/* small */ |
| 519 |
@media only screen and (max-width:782px) { |
| 520 |
#docket-cache #dclogo { |
| 521 |
margin-bottom: 18px; |
| 522 |
} |
| 523 |
|
| 524 |
#docket-cache .nav-tab { |
| 525 |
display: none; |
| 526 |
} |
| 527 |
|
| 528 |
#docket-cache .nav-tab-wrapper { |
| 529 |
margin: 0; |
| 530 |
padding: 0; |
| 531 |
} |
| 532 |
|
| 533 |
#docket-cache .nav-select { |
| 534 |
display: block !important; |
| 535 |
width: 100%; |
| 536 |
margin-right: 0; |
| 537 |
} |
| 538 |
|
| 539 |
#docket-cache .log p.submit { |
| 540 |
white-space: nowrap; |
| 541 |
} |
| 542 |
|
| 543 |
#docket-cache .log span.vcache, |
| 544 |
#docket-cache .log .bt-fx { |
| 545 |
display: block; |
| 546 |
width: 100%; |
| 547 |
margin-top: 6px; |
| 548 |
margin-bottom: 6px; |
| 549 |
} |
| 550 |
|
| 551 |
#docket-cache .log p.submit select { |
| 552 |
width: 32%; |
| 553 |
} |
| 554 |
|
| 555 |
#docket-cache div.qact .button, |
| 556 |
#docket-cache p.submit .button { |
| 557 |
display: block; |
| 558 |
width: 100% !important; |
| 559 |
margin-bottom: 6px; |
| 560 |
} |
| 561 |
|
| 562 |
#docket-cache .form-table th { |
| 563 |
padding-bottom: 0; |
| 564 |
} |
| 565 |
|
| 566 |
#docket-cache .form-table td { |
| 567 |
padding-top: 6px; |
| 568 |
} |
| 569 |
|
| 570 |
#docket-cache .border-b { |
| 571 |
border-bottom: none !important; |
| 572 |
} |
| 573 |
|
| 574 |
#docket-cache .form-table-selection th, |
| 575 |
#docket-cache .form-table-selection td { |
| 576 |
width: 100% !important; |
| 577 |
display: block; |
| 578 |
float: left; |
| 579 |
padding-right: 0; |
| 580 |
padding-left: 0; |
| 581 |
} |
| 582 |
|
| 583 |
#docket-cache .form-table-selection td:nth-of-type(1) { |
| 584 |
border: none !important; |
| 585 |
} |
| 586 |
|
| 587 |
#docket-cache .form-table-selection select { |
| 588 |
width: 100%; |
| 589 |
max-width: none; |
| 590 |
} |
| 591 |
|
| 592 |
#docket-cache .flex-container { |
| 593 |
flex-direction: column; |
| 594 |
} |
| 595 |
|
| 596 |
#docket-cache .flex-container div.row-left, |
| 597 |
#docket-cache .flex-container div.row-right { |
| 598 |
width: 100%; |
| 599 |
margin: 0; |
| 600 |
} |
| 601 |
|
| 602 |
#docket-cache .flex-container .postbox .inside .bt-cx { |
| 603 |
display: block; |
| 604 |
width: 100%; |
| 605 |
} |
| 606 |
|
| 607 |
#docket-cache .cronbot a.button:not(:first-of-type) { |
| 608 |
margin-top: 10px; |
| 609 |
} |
| 610 |
} |
| 611 |
|
| 612 |
/* event list */ |
| 613 |
#docket-cache .gridlist { |
| 614 |
margin: 0; |
| 615 |
padding: 0; |
| 616 |
display: block; |
| 617 |
padding-top: 10px; |
| 618 |
margin-top: 10px; |
| 619 |
} |
| 620 |
|
| 621 |
#docket-cache .gridlist .box-left, |
| 622 |
#docket-cache .gridlist .box-right { |
| 623 |
min-width: 20%; |
| 624 |
display: inline-block; |
| 625 |
margin: 0; |
| 626 |
padding: 0; |
| 627 |
} |
| 628 |
|
| 629 |
#docket-cache .gridlist .box-left { |
| 630 |
float: left; |
| 631 |
} |
| 632 |
|
| 633 |
#docket-cache .gridlist .box-right { |
| 634 |
float: right; |
| 635 |
} |
| 636 |
|
| 637 |
#docket-cache .gridlist table.wp-list-table { |
| 638 |
width: 100%; |
| 639 |
max-width: 100%; |
| 640 |
table-layout: auto; |
| 641 |
overflow-x: auto; |
| 642 |
-webkit-overflow-scrolling: touch; |
| 643 |
-ms-overflow-style: -ms-autohiding-scrollbar; |
| 644 |
border: 1px solid #ddd; |
| 645 |
} |
| 646 |
|
| 647 |
|
| 648 |
#docket-cache .gridlist .wp-list-table tfoot { |
| 649 |
display: none; |
| 650 |
} |
| 651 |
|
| 652 |
#docket-cache .gridlist .wp-list-table pre { |
| 653 |
white-space: pre-wrap; |
| 654 |
margin: 0; |
| 655 |
font-size: 12px; |
| 656 |
} |
| 657 |
|
| 658 |
#docket-cache .gridlist .wp-list-table code { |
| 659 |
background: transparent; |
| 660 |
padding: 0; |
| 661 |
} |
| 662 |
|
| 663 |
#docket-cache .gridlist .wp-list-table th, |
| 664 |
#docket-cache .gridlist .wp-list-table td { |
| 665 |
padding: 10px; |
| 666 |
text-align: left; |
| 667 |
border-top: 1px solid #ddd; |
| 668 |
} |
| 669 |
|
| 670 |
#docket-cache .gridlist .wp-list-table th { |
| 671 |
font-weight: 600; |
| 672 |
} |
| 673 |
|
| 674 |
#docket-cache .gridlist .wp-list-table .sorted a, |
| 675 |
#docket-cache .gridlist .wp-list-table .sortable a { |
| 676 |
padding: 0; |
| 677 |
} |
| 678 |
|
| 679 |
#docket-cache .gridlist .status-eventlist-warning { |
| 680 |
color: #c60; |
| 681 |
} |
| 682 |
|
| 683 |
#docket-cache .gridlist .status-eventlist-error { |
| 684 |
color: #a00; |
| 685 |
} |
| 686 |
|
| 687 |
#docket-cache .gridlist .column-eventlist_next { |
| 688 |
white-space: nowrap; |
| 689 |
} |
| 690 |
|
| 691 |
#docket-cache .gridlist .tablenav .tablenav-pages .button, |
| 692 |
#docket-cache .gridlist .tablenav .tablenav-pages .tablenav-pages-navspan { |
| 693 |
display: inline-block; |
| 694 |
vertical-align: baseline; |
| 695 |
min-width: 30px; |
| 696 |
min-height: 30px; |
| 697 |
margin: 0; |
| 698 |
padding: 0 4px; |
| 699 |
font-size: 16px; |
| 700 |
line-height: 1.625; |
| 701 |
text-align: center; |
| 702 |
} |
| 703 |
|
| 704 |
#docket-cache .gridlist .tablenav .tablenav-pages { |
| 705 |
margin-top: 6px; |
| 706 |
margin-bottom: 10px; |
| 707 |
} |
| 708 |
|
| 709 |
/* small */ |
| 710 |
@media only screen and (max-width: 782px) { |
| 711 |
|
| 712 |
#docket-cache .gridlist .box-left, |
| 713 |
#docket-cache .gridlist .box-right { |
| 714 |
width: 100%; |
| 715 |
display: block; |
| 716 |
margin: 0; |
| 717 |
padding: 0; |
| 718 |
float: none; |
| 719 |
} |
| 720 |
|
| 721 |
#docket-cache .gridlist .box-left .button, |
| 722 |
#docket-cache .gridlist .box-right .button { |
| 723 |
width: 100%; |
| 724 |
display: block; |
| 725 |
} |
| 726 |
|
| 727 |
#docket-cache .gridlist .wp-list-table tr:not(.inline-edit-row):not(.no-items) td:not(.column-primary)::before { |
| 728 |
position: relative; |
| 729 |
top: -1px; |
| 730 |
left: 0px; |
| 731 |
display: block; |
| 732 |
overflow: hidden; |
| 733 |
width: 100%; |
| 734 |
content: attr(data-colname); |
| 735 |
white-space: nowrap; |
| 736 |
text-overflow: ellipsis; |
| 737 |
padding-bottom: 6px; |
| 738 |
font-weight: 600; |
| 739 |
} |
| 740 |
|
| 741 |
#docket-cache .gridlist .tablenav .tablenav-pages { |
| 742 |
margin-bottom: 20px; |
| 743 |
} |
| 744 |
|
| 745 |
#docket-cache .gridlist .tablenav .tablenav-pages .button, |
| 746 |
#docket-cache .gridlist .tablenav .tablenav-pages .tablenav-pages-navspan { |
| 747 |
min-width: 44px; |
| 748 |
padding: 12px 8px; |
| 749 |
font-size: 18px; |
| 750 |
line-height: 1; |
| 751 |
} |
| 752 |
} |
| 753 |
|
| 754 |
/* /gridlist */ |
| 755 |
|
| 756 |
/* opcklist */ |
| 757 |
#docket-cache select.config-filter { |
| 758 |
min-width: 180px; |
| 759 |
} |
| 760 |
|
| 761 |
#docket-cache .grid-opclist { |
| 762 |
padding-top: 16px; |
| 763 |
} |
| 764 |
|
| 765 |
#docket-cache .grid-opclist td { |
| 766 |
word-wrap: break-word; |
| 767 |
} |
| 768 |
|
| 769 |
#docket-cache .opcconfig th, |
| 770 |
#docket-cache .opcconfig th a { |
| 771 |
font-weight: normal; |
| 772 |
font-family: monospace, Consolas, Monaco; |
| 773 |
unicode-bidi: embed; |
| 774 |
} |
| 775 |
|
| 776 |
#docket-cache .opcconfig th a { |
| 777 |
text-decoration: none; |
| 778 |
color: #444444; |
| 779 |
} |
| 780 |
|
| 781 |
#docket-cache .opcconfig th a:hover { |
| 782 |
text-decoration: underline; |
| 783 |
color: orangered; |
| 784 |
} |
| 785 |
|
| 786 |
#docket-cache .rsep { |
| 787 |
position: relative; |
| 788 |
float: right; |
| 789 |
text-align: center; |
| 790 |
vertical-align: middle; |
| 791 |
min-width: 2px; |
| 792 |
margin-right: 6px; |
| 793 |
} |
| 794 |
|
| 795 |
#docket-cache .opcache td a { |
| 796 |
text-decoration: none; |
| 797 |
color: #444444; |
| 798 |
} |
| 799 |
|
| 800 |
#docket-cache .opcache td a:hover { |
| 801 |
text-decoration: underline; |
| 802 |
color: orangered; |
| 803 |
} |
| 804 |
|
| 805 |
/* desktop */ |
| 806 |
@media only screen and (min-width: 782px) { |
| 807 |
#docket-cache .opcache .form-table:not(.opcconfig) th { |
| 808 |
min-width: 200px; |
| 809 |
} |
| 810 |
|
| 811 |
#docket-cache .td-second { |
| 812 |
width: 200px; |
| 813 |
} |
| 814 |
|
| 815 |
#docket-cache .th-third { |
| 816 |
padding-left: 50px; |
| 817 |
} |
| 818 |
|
| 819 |
#docket-cache .opcache .opcconfig th { |
| 820 |
min-width: 350px; |
| 821 |
} |
| 822 |
} |
| 823 |
|
| 824 |
@media only screen and (max-width:782px) { |
| 825 |
#docket-cache .rsep { |
| 826 |
display: none; |
| 827 |
} |
| 828 |
|
| 829 |
#docket-cache select.config-filter { |
| 830 |
display: block !important; |
| 831 |
width: 100%; |
| 832 |
} |
| 833 |
|
| 834 |
#docket-cache select.config-filter:not(:first-of-type) { |
| 835 |
margin-top: 10px; |
| 836 |
} |
| 837 |
} |
| 838 |
|
| 839 |
/* /opcklist */ |
| 840 |
|
| 841 |
#docket-cache .gc ul, |
| 842 |
#docket-cache .gc li { |
| 843 |
font-family: monospace, Consolas, Monaco; |
| 844 |
unicode-bidi: embed; |
| 845 |
font-weight: normal; |
| 846 |
font-size: 11px; |
| 847 |
margin: 0; |
| 848 |
padding: 0; |
| 849 |
} |
| 850 |
|
| 851 |
/* gc */ |
| 852 |
#docket-cache .gc ul { |
| 853 |
margin-left: 15px; |
| 854 |
} |
| 855 |
|
| 856 |
#docket-cache .gc li span { |
| 857 |
display: inline-block; |
| 858 |
min-width: 200px; |
| 859 |
} |
| 860 |
|
| 861 |
#docket-cache .gc li span.single { |
| 862 |
min-width: 0; |
| 863 |
} |
| 864 |
|
| 865 |
#docket-cache .gc li span.bulllist { |
| 866 |
margin-top: 10px; |
| 867 |
min-width: 0; |
| 868 |
} |
| 869 |
|
| 870 |
/* tooltip */ |
| 871 |
#docket-cache [data-tooltip] { |
| 872 |
position: relative; |
| 873 |
cursor: pointer; |
| 874 |
line-height: 18px; |
| 875 |
outline-style: none; |
| 876 |
box-shadow: none; |
| 877 |
border-color: transparent; |
| 878 |
float: right; |
| 879 |
bottom: -1px; |
| 880 |
} |
| 881 |
|
| 882 |
#docket-cache [data-tooltip] span.dashicons { |
| 883 |
color: #5e5e5e; |
| 884 |
font-size: 18px; |
| 885 |
} |
| 886 |
|
| 887 |
#docket-cache [data-tooltip]:before, |
| 888 |
#docket-cache [data-tooltip]:after { |
| 889 |
visibility: hidden; |
| 890 |
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; |
| 891 |
filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0); |
| 892 |
opacity: 0; |
| 893 |
pointer-events: none; |
| 894 |
} |
| 895 |
|
| 896 |
#docket-cache [data-tooltip]:before { |
| 897 |
position: absolute; |
| 898 |
bottom: 150%; |
| 899 |
left: 50%; |
| 900 |
margin-bottom: 5px; |
| 901 |
margin-left: -130px; |
| 902 |
padding: 12px; |
| 903 |
width: 250px; |
| 904 |
z-index: 100; |
| 905 |
border-radius: 3px; |
| 906 |
background-color: #000; |
| 907 |
background-color: hsla(0, 0%, 20%, 0.95); |
| 908 |
color: #FFF; |
| 909 |
content: attr(data-tooltip); |
| 910 |
text-align: left; |
| 911 |
font-size: 12px; |
| 912 |
font-family: Arial, Helvetica, sans-serif; |
| 913 |
font-weight: 400; |
| 914 |
line-height: 1.4; |
| 915 |
} |
| 916 |
|
| 917 |
#docket-cache [data-tooltip]:after { |
| 918 |
position: absolute; |
| 919 |
bottom: 150%; |
| 920 |
left: 50%; |
| 921 |
margin-left: -5px; |
| 922 |
width: 0; |
| 923 |
border-top: 5px solid #000; |
| 924 |
border-top: 5px solid hsla(0, 0%, 20%, 0.9); |
| 925 |
border-right: 5px solid transparent; |
| 926 |
border-left: 5px solid transparent; |
| 927 |
content: " "; |
| 928 |
font-size: 0; |
| 929 |
line-height: 0; |
| 930 |
} |
| 931 |
|
| 932 |
#docket-cache [data-tooltip]:hover:before, |
| 933 |
#docket-cache [data-tooltip]:hover:after, |
| 934 |
#docket-cache [data-tooltip]:focus:before, |
| 935 |
#docket-cache [data-tooltip]:focus:after { |
| 936 |
visibility: visible; |
| 937 |
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; |
| 938 |
filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100); |
| 939 |
opacity: 1; |
| 940 |
} |
| 941 |
|
| 942 |
/* small */ |
| 943 |
@media only screen and (max-width:782px) { |
| 944 |
#docket-cache [data-tooltip] { |
| 945 |
float: left; |
| 946 |
} |
| 947 |
|
| 948 |
#docket-cache [data-tooltip]:before { |
| 949 |
margin-left: -10px; |
| 950 |
} |
| 951 |
} |
| 952 |
|
| 953 |
/* notice */ |
| 954 |
#docket-cache #innotice { |
| 955 |
font-size: 13px !important; |
| 956 |
} |
| 957 |
|
| 958 |
#docket-cache div.notice:not(#docket-cache-notice):not(#setting-error-docket-cache) { |
| 959 |
display: none; |
| 960 |
} |
| 961 |
|
| 962 |
#docket-cache #runtimenotice { |
| 963 |
margin: 0; |
| 964 |
padding: 0; |
| 965 |
} |
| 966 |
|
| 967 |
#docket-cache #runtimenotice textarea { |
| 968 |
width: 100%; |
| 969 |
font-family: monospace, Consolas, Monaco; |
| 970 |
unicode-bidi: embed; |
| 971 |
font-size: 11px; |
| 972 |
margin: 0; |
| 973 |
} |
| 974 |
|
| 975 |
#docket-cache #runtimenotice a.button { |
| 976 |
width: 150px; |
| 977 |
text-align: center; |
| 978 |
margin-top: 10px; |
| 979 |
} |
| 980 |
|
| 981 |
#docket-cache #runtimenotice a.btx-btu { |
| 982 |
margin-left: 6px; |
| 983 |
} |
| 984 |
|
| 985 |
@media only screen and (max-width:782px) { |
| 986 |
#docket-cache #runtimenotice a.button { |
| 987 |
display: block; |
| 988 |
width: 100% !important; |
| 989 |
margin-left: 0; |
| 990 |
margin-right: 0; |
| 991 |
} |
| 992 |
} |
| 993 |
|
| 994 |
/* wp */ |
| 995 |
#wpfooter { |
| 996 |
max-width: 1440px; |
| 997 |
} |
| 998 |
|
| 999 |
#wpfooter #footer-left, |
| 1000 |
#wpfooter #footer-upgrade { |
| 1001 |
font-size: 11px !important; |
| 1002 |
} |
| 1003 |
|
| 1004 |
.update-nag { |
| 1005 |
display: none; |
| 1006 |
} |