[ Index ]

PHP Cross Reference of WordPress Trunk (Updated Daily)

Search

title

Body

[close]

/wp-admin/css/ -> edit.css (source)

   1  #poststuff {
   2      padding-top: 10px;
   3      min-width: 763px;
   4  }
   5  
   6  #poststuff #post-body {
   7      padding: 0;
   8  }
   9  
  10  #poststuff .postbox-container {
  11      width: 100%;
  12  }
  13  
  14  #poststuff #post-body.columns-2 {
  15      margin-right: 300px;
  16  }
  17  
  18  /*------------------------------------------------------------------------------
  19    11.0 - Write/Edit Post Screen
  20  ------------------------------------------------------------------------------*/
  21  
  22  #show-comments {
  23      overflow: hidden;
  24  }
  25  
  26  #save-action .spinner,
  27  #show-comments a {
  28      float: left;
  29  }
  30  
  31  #show-comments .spinner {
  32      float: none;
  33      margin-top: 0;
  34  }
  35  
  36  #lost-connection-notice .spinner {
  37      visibility: visible;
  38      float: left;
  39      margin: 0 5px 0 0;
  40  }
  41  
  42  #titlediv {
  43      position: relative;
  44  }
  45  
  46  #titlediv label {
  47      cursor: text;
  48  }
  49  
  50  #titlediv div.inside {
  51      margin: 0;
  52  }
  53  
  54  #poststuff #titlewrap {
  55      border: 0;
  56      padding: 0;
  57  }
  58  
  59  #titlediv #title {
  60      padding: 3px 8px;
  61      font-size: 1.7em;
  62      line-height: 100%;
  63      height: 1.7em;
  64      width: 100%;
  65      outline: none;
  66      margin: 0 0 3px;
  67      background-color: #fff;
  68  }
  69  
  70  #titlediv #title-prompt-text {
  71      color: #646970;
  72      position: absolute;
  73      font-size: 1.7em;
  74      padding: 10px;
  75      pointer-events: none;
  76  }
  77  
  78  #titlewrap .skiplink:focus {
  79      clip: inherit;
  80      clip-path: inherit;
  81      right: 4px;
  82      top: 4px;
  83      width: auto;
  84  }
  85  
  86  input#link_description,
  87  input#link_url {
  88      width: 100%;
  89  }
  90  
  91  #pending {
  92      background: 0 none;
  93      border: 0 none;
  94      padding: 0;
  95      font-size: 11px;
  96      margin-top: -1px;
  97  }
  98  
  99  #edit-slug-box,
 100  #comment-link-box {
 101      line-height: 1.84615384;
 102      min-height: 25px;
 103      margin-top: 5px;
 104      padding: 0 10px;
 105      color: #646970;
 106  }
 107  
 108  #sample-permalink {
 109      display: inline-block;
 110      max-width: 100%;
 111      word-wrap: break-word;
 112  }
 113  
 114  #edit-slug-box .cancel {
 115      margin-right: 10px;
 116      padding: 0;
 117      font-size: 11px;
 118  }
 119  
 120  #comment-link-box {
 121      margin: 5px 0;
 122      padding: 0 5px;
 123  }
 124  
 125  #editable-post-name-full {
 126      display: none;
 127  }
 128  
 129  #editable-post-name {
 130      font-weight: 600;
 131  }
 132  
 133  #editable-post-name input {
 134      font-size: 13px;
 135      font-weight: 400;
 136      height: 24px;
 137      margin: 0;
 138      width: 16em;
 139  }
 140  
 141  .postarea h3 label {
 142      float: left;
 143  }
 144  
 145  body.post-new-php .submitbox .submitdelete {
 146      display: none;
 147  }
 148  
 149  .submitbox .submit a:hover {
 150      text-decoration: underline;
 151  }
 152  
 153  .submitbox .submit input {
 154      margin-bottom: 8px;
 155      margin-right: 4px;
 156      padding: 6px;
 157  }
 158  
 159  #post-status-select {
 160      margin-top: 3px;
 161  }
 162  
 163  body.post-type-wp_navigation div#minor-publishing,
 164  body.post-type-wp_navigation .inline-edit-status {
 165      display: none;
 166  }
 167  
 168  /* Post Screen */
 169  
 170  /* Only highlight drop zones when dragging and only in the 2 columns layout. */
 171  .is-dragging-metaboxes .metabox-holder .postbox-container .meta-box-sortables {
 172      outline: 3px dashed #646970;
 173      /* Prevent margin on the child from collapsing with margin on the parent. */
 174      display: flow-root;
 175      /*
 176       * This min-height is meant to limit jumpiness while dragging. It's equivalent
 177       * to the minimum height of the sortable-placeholder which is given by the height
 178       * of a collapsed post box (36px + 1px top and bottom borders) + the placeholder
 179       * bottom margin (20px) + 2 additional pixels to compensate browsers rounding.
 180       */
 181      min-height: 60px;
 182      margin-bottom: 20px;
 183  }
 184  
 185  .postbox {
 186      position: relative;
 187      min-width: 255px;
 188      border: 1px solid #c3c4c7;
 189      box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
 190      background: #fff;
 191  }
 192  
 193  #trackback_url {
 194      width: 99%;
 195  }
 196  
 197  #normal-sortables .postbox .submit {
 198      background: transparent none;
 199      border: 0 none;
 200      float: right;
 201      padding: 0 12px;
 202      margin: 0;
 203  }
 204  
 205  .category-add input[type="text"],
 206  .category-add select {
 207      width: 100%;
 208      max-width: 260px;
 209      vertical-align: baseline;
 210  }
 211  
 212  #side-sortables .category-add input[type="text"],
 213  #side-sortables .category-add select {
 214      margin: 0 0 1em;
 215  }
 216  
 217  ul.category-tabs li,
 218  #side-sortables .add-menu-item-tabs li,
 219  .wp-tab-bar li {
 220      display: inline;
 221      line-height: 1.35;
 222  }
 223  
 224  .no-js .category-tabs li.hide-if-no-js {
 225      display: none;
 226  }
 227  
 228  .category-tabs a,
 229  #side-sortables .add-menu-item-tabs a,
 230  .wp-tab-bar a {
 231      text-decoration: none;
 232  }
 233  
 234  /* @todo: do these really need to be so specific? */
 235  #side-sortables .category-tabs .tabs a,
 236  #side-sortables .add-menu-item-tabs .tabs a,
 237  .wp-tab-bar .wp-tab-active a,
 238  #post-body ul.category-tabs li.tabs a,
 239  #post-body ul.add-menu-item-tabs li.tabs a {
 240      color: #2c3338;
 241  }
 242  
 243  .category-tabs {
 244      margin: 8px 0 5px;
 245  }
 246  
 247  /* Back-compat for pre-4.4 */
 248  #category-adder h4 {
 249      margin: 0;
 250  }
 251  
 252  .taxonomy-add-new {
 253      display: inline-block;
 254      margin: 10px 0;
 255      font-weight: 600;
 256  }
 257  
 258  #side-sortables .add-menu-item-tabs,
 259  .wp-tab-bar {
 260      margin-bottom: 3px;
 261  }
 262  
 263  #normal-sortables .postbox #replyrow .submit {
 264      float: none;
 265      margin: 0;
 266      padding: 5px 7px 10px;
 267      overflow: hidden;
 268  }
 269  
 270  #side-sortables .submitbox .submit input,
 271  #side-sortables .submitbox .submit .preview,
 272  #side-sortables .submitbox .submit a.preview:hover {
 273      border: 0 none;
 274  }
 275  
 276  /* @todo: make this a more generic class */
 277  ul.category-tabs,
 278  ul.add-menu-item-tabs,
 279  ul.wp-tab-bar {
 280      margin-top: 12px;
 281  }
 282  
 283  ul.category-tabs li,
 284  ul.add-menu-item-tabs li {
 285      border: solid 1px transparent;
 286      position: relative;
 287  }
 288  
 289  ul.category-tabs li.tabs,
 290  ul.add-menu-item-tabs li.tabs,
 291  .wp-tab-active {
 292      border: 1px solid #dcdcde;
 293      border-bottom-color: #fff;
 294      background-color: #fff;
 295  }
 296  
 297  ul.category-tabs li,
 298  ul.add-menu-item-tabs li,
 299  ul.wp-tab-bar li {
 300      padding: 3px 5px 6px;
 301  }
 302  
 303  #set-post-thumbnail {
 304      display: inline-block;
 305      max-width: 100%;
 306  }
 307  
 308  #postimagediv .inside img {
 309      max-width: 100%;
 310      height: auto;
 311      width: auto;
 312      vertical-align: top;
 313      background-image: linear-gradient(45deg, #c3c4c7 25%, transparent 25%, transparent 75%, #c3c4c7 75%, #c3c4c7), linear-gradient(45deg, #c3c4c7 25%, transparent 25%, transparent 75%, #c3c4c7 75%, #c3c4c7);
 314      background-position: 0 0, 10px 10px;
 315      background-size: 20px 20px;
 316  }
 317  
 318  form#tags-filter {
 319      position: relative;
 320  }
 321  
 322  /* Global classes */
 323  .wp-hidden-children .wp-hidden-child,
 324  .ui-tabs-hide {
 325      display: none;
 326  }
 327  
 328  #post-body .tagsdiv #newtag {
 329      margin-right: 5px;
 330      width: 16em;
 331  }
 332  
 333  #side-sortables input#post_password {
 334      width: 94%
 335  }
 336  
 337  #side-sortables .tagsdiv #newtag {
 338      width: 68%;
 339  }
 340  
 341  #post-status-info {
 342      width: 100%;
 343      border-spacing: 0;
 344      border: 1px solid #c3c4c7;
 345      border-top: none;
 346      background-color: #f6f7f7;
 347      box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
 348      z-index: 999;
 349  }
 350  
 351  #post-status-info td {
 352      font-size: 12px;
 353  }
 354  
 355  .autosave-info {
 356      padding: 2px 10px;
 357      text-align: right;
 358  }
 359  
 360  #editorcontent #post-status-info {
 361      border: none;
 362  }
 363  
 364  #content-resize-handle {
 365      background: transparent url(../images/resize.gif) no-repeat scroll right bottom;
 366      width: 12px;
 367      cursor: row-resize;
 368  }
 369  
 370  /*rtl:ignore*/
 371  .rtl #content-resize-handle {
 372      background-image: url(../images/resize-rtl.gif);
 373      background-position: left bottom;
 374  }
 375  
 376  .wp-editor-expand #content-resize-handle {
 377      display: none;
 378  }
 379  
 380  #postdivrich #content {
 381      resize: none;
 382  }
 383  
 384  #wp-word-count {
 385      padding: 2px 10px;
 386  }
 387  
 388  #wp-content-editor-container {
 389      position: relative;
 390  }
 391  
 392  .wp-editor-expand #wp-content-editor-tools {
 393      z-index: 1000;
 394      border-bottom: 1px solid #c3c4c7;
 395  }
 396  
 397  .wp-editor-expand #wp-content-editor-container {
 398      box-shadow: none;
 399      margin-top: -1px;
 400  }
 401  
 402  .wp-editor-expand #wp-content-editor-container {
 403      border-bottom: 0 none;
 404  }
 405  
 406  .wp-editor-expand div.mce-statusbar {
 407      z-index: 1;
 408  }
 409  
 410  .wp-editor-expand #post-status-info {
 411      border-top: 1px solid #c3c4c7;
 412  }
 413  
 414  .wp-editor-expand div.mce-toolbar-grp {
 415      z-index: 999;
 416  }
 417  
 418  /* TinyMCE native fullscreen mode override */
 419  .mce-fullscreen #wp-content-wrap .mce-menubar,
 420  .mce-fullscreen #wp-content-wrap .mce-toolbar-grp,
 421  .mce-fullscreen #wp-content-wrap .mce-edit-area,
 422  .mce-fullscreen #wp-content-wrap .mce-statusbar {
 423      position: static !important;
 424      width: auto !important;
 425      padding: 0 !important;
 426  }
 427  
 428  .mce-fullscreen #wp-content-wrap .mce-statusbar {
 429      visibility: visible !important;
 430  }
 431  
 432  .mce-fullscreen #wp-content-wrap .mce-tinymce .mce-wp-dfw {
 433      display: none;
 434  }
 435  
 436  .post-php.mce-fullscreen #wpadminbar,
 437  .mce-fullscreen #wp-content-wrap .mce-wp-dfw {
 438      display: none;
 439  }
 440  /* End TinyMCE native fullscreen mode override */
 441  
 442  #wp-content-editor-tools {
 443      background-color: #f0f0f1;
 444      padding-top: 20px;
 445  }
 446  
 447  #poststuff #post-body.columns-2 #side-sortables {
 448      width: 280px;
 449  }
 450  
 451  #timestampdiv select {
 452      vertical-align: top;
 453      font-size: 12px;
 454      line-height: 2.33333333; /* 28px */
 455  }
 456  
 457  #aa, #jj, #hh, #mn {
 458      padding: 6px 1px;
 459      font-size: 12px;
 460      line-height: 1.16666666; /* 14px */
 461  }
 462  
 463  #jj, #hh, #mn {
 464      width: 2em;
 465  }
 466  
 467  #aa {
 468      width: 3.4em;
 469  }
 470  
 471  .curtime #timestamp {
 472      padding: 2px 0 1px;
 473      display: inline !important;
 474      height: auto !important;
 475  }
 476  
 477  #post-body .misc-pub-post-status:before,
 478  #post-body #visibility:before,
 479  .curtime #timestamp:before,
 480  #post-body .misc-pub-uploadedby:before,
 481  #post-body .misc-pub-uploadedto:before,
 482  #post-body .misc-pub-revisions:before,
 483  #post-body .misc-pub-response-to:before,
 484  #post-body .misc-pub-comment-status:before {
 485      color: #8c8f94;
 486  }
 487  
 488  #post-body .misc-pub-post-status:before,
 489  #post-body #visibility:before,
 490  .curtime #timestamp:before,
 491  #post-body .misc-pub-uploadedby:before,
 492  #post-body .misc-pub-uploadedto:before,
 493  #post-body .misc-pub-revisions:before,
 494  #post-body .misc-pub-response-to:before,
 495  #post-body .misc-pub-comment-status:before {
 496      font: normal 20px/1 dashicons;
 497      speak: never;
 498      display: inline-block;
 499      margin-left: -1px;
 500      padding-right: 3px;
 501      vertical-align: top;
 502      -webkit-font-smoothing: antialiased;
 503      -moz-osx-font-smoothing: grayscale;
 504  }
 505  
 506  #post-body .misc-pub-post-status:before,
 507  #post-body .misc-pub-comment-status:before {
 508      content: "\f173";
 509  }
 510  
 511  #post-body #visibility:before {
 512      content: "\f177";
 513  }
 514  
 515  .curtime #timestamp:before {
 516      content: "\f145";
 517      position: relative;
 518      top: -1px;
 519  }
 520  
 521  #post-body .misc-pub-uploadedby:before {
 522      content: "\f110";
 523      position: relative;
 524      top: -1px;
 525  }
 526  
 527  #post-body .misc-pub-uploadedto:before {
 528      content: "\f318";
 529      position: relative;
 530      top: -1px;
 531  }
 532  
 533  #post-body .misc-pub-revisions:before {
 534      content: "\f321";
 535  }
 536  
 537  #post-body .misc-pub-response-to:before {
 538      content: "\f101";
 539  }
 540  
 541  #timestampdiv {
 542      padding-top: 5px;
 543      line-height: 1.76923076;
 544  }
 545  
 546  #timestampdiv p {
 547      margin: 8px 0 6px;
 548  }
 549  
 550  #timestampdiv input {
 551      text-align: center;
 552  }
 553  
 554  .notification-dialog {
 555      position: fixed;
 556      top: 30%;
 557      max-height: 70%;
 558      left: 50%;
 559      width: 450px;
 560      margin-left: -225px;
 561      background: #fff;
 562      box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
 563      line-height: 1.5;
 564      z-index: 1000005;
 565      overflow-y: auto;
 566  }
 567  
 568  .notification-dialog-background {
 569      position: fixed;
 570      top: 0;
 571      left: 0;
 572      right: 0;
 573      bottom: 0;
 574      background: #000;
 575      opacity: 0.7;
 576      filter: alpha(opacity=70);
 577      z-index: 1000000;
 578  }
 579  
 580  #post-lock-dialog .post-locked-message,
 581  #post-lock-dialog .post-taken-over {
 582      margin: 25px;
 583  }
 584  
 585  #post-lock-dialog .post-locked-message a.button,
 586  #file-editor-warning .button {
 587      margin-right: 10px;
 588  }
 589  
 590  #post-lock-dialog .post-locked-avatar {
 591      float: left;
 592      margin: 0 20px 20px 0;
 593  }
 594  
 595  #post-lock-dialog .wp-tab-first {
 596      outline: 0;
 597  }
 598  
 599  #post-lock-dialog .locked-saving img {
 600      float: left;
 601      margin-right: 3px;
 602  }
 603  
 604  #post-lock-dialog.saving .locked-saving,
 605  #post-lock-dialog.saved .locked-saved {
 606      display: inline;
 607  }
 608  
 609  #excerpt {
 610      display: block;
 611      margin: 12px 0 0;
 612      height: 4em;
 613      width: 100%;
 614  }
 615  
 616  .tagchecklist {
 617      margin-left: 14px;
 618      font-size: 12px;
 619      overflow: auto;
 620  }
 621  
 622  .tagchecklist br {
 623      display: none;
 624  }
 625  
 626  .tagchecklist strong {
 627      margin-left: -8px;
 628      position: absolute;
 629  }
 630  
 631  .tagchecklist > li {
 632      float: left;
 633      margin-right: 25px;
 634      font-size: 13px;
 635      line-height: 1.8;
 636      cursor: default;
 637      max-width: 100%;
 638      overflow: hidden;
 639      text-overflow: ellipsis;
 640  }
 641  
 642  .tagchecklist .ntdelbutton {
 643      position: absolute;
 644      width: 24px;
 645      height: 24px;
 646      border: none;
 647      margin: 0 0 0 -19px;
 648      padding: 0;
 649      background: none;
 650      cursor: pointer;
 651      text-indent: 0;
 652  }
 653  
 654  #poststuff h3.hndle, /* Back-compat for pre-4.4 */
 655  #poststuff .stuffbox > h3, /* Back-compat for pre-4.4 */
 656  #poststuff h2 {
 657      font-size: 14px;
 658      padding: 8px 12px;
 659      margin: 0;
 660      line-height: 1.4;
 661  }
 662  
 663  #poststuff .stuffbox h2 {
 664      padding: 8px 10px;
 665  }
 666  
 667  #poststuff .stuffbox > h2 {
 668      border-bottom: 1px solid #f0f0f1;
 669  }
 670  
 671  #poststuff .inside {
 672      margin: 6px 0 0;
 673  }
 674  
 675  .link-php #poststuff .inside,
 676  .link-add-php #poststuff .inside {
 677      margin-top: 12px;
 678  }
 679  
 680  #poststuff .stuffbox .inside {
 681      margin: 0;
 682  }
 683  
 684  #poststuff .inside #parent_id,
 685  #poststuff .inside #page_template {
 686      max-width: 100%;
 687  }
 688  
 689  .post-attributes-label-wrapper {
 690      margin-bottom: 0.5em;
 691  }
 692  
 693  .post-attributes-label {
 694      vertical-align: baseline;
 695      font-weight: 600;
 696  }
 697  
 698  #post-visibility-select,
 699  #comment-status-radio {
 700      line-height: 1.5;
 701      margin-top: 3px;
 702  }
 703  
 704  #linksubmitdiv .inside, /* Old Link Manager back-compat. */
 705  #poststuff #submitdiv .inside {
 706      margin: 0;
 707      padding: 0;
 708  }
 709  
 710  #post-body-content,
 711  .edit-form-section {
 712      margin-bottom: 20px;
 713  }
 714  
 715  .wp_attachment_details .attachment-content-description {
 716      margin-top: 0.5385em;
 717      display: inline-block;
 718      min-height: 1.6923em;
 719  }
 720  
 721  /**
 722  * Privacy Settings section
 723  *
 724  * Note: This section includes selectors from
 725  * Site Health where duplicate styling is used.
 726  */
 727  
 728  /* General */
 729  .privacy-settings #wpcontent,
 730  .privacy-settings.auto-fold #wpcontent,
 731  .site-health #wpcontent,
 732  .site-health.auto-fold #wpcontent {
 733      padding-left: 0;
 734  }
 735  
 736  /* Better position for the WordPress admin notices. */
 737  .privacy-settings .notice,
 738  .site-health .notice {
 739      margin: 25px 20px 15px 22px;
 740  }
 741  
 742  .privacy-settings .notice ~ .notice,
 743  .site-health .notice ~ .notice {
 744      margin-top: 5px;
 745  }
 746  
 747  /* Emulates .wrap h1 styling */
 748  .privacy-settings-header h1,
 749  .health-check-header h1 {
 750      display: inline-block;
 751      font-weight: 600;
 752      margin: 0 0.8rem 1rem;
 753      font-size: 23px;
 754      padding: 9px 0 4px;
 755      line-height: 1.3;
 756  }
 757  
 758  /* Header */
 759  .privacy-settings-header,
 760  .health-check-header {
 761      text-align: center;
 762      margin: 0 0 1rem;
 763      background: #fff;
 764      border-bottom: 1px solid #dcdcde;
 765  }
 766  
 767  .privacy-settings-title-section,
 768  .health-check-title-section {
 769      display: flex;
 770      align-items: center;
 771      justify-content: center;
 772      clear: both;
 773      padding-top: 8px;
 774  }
 775  
 776  .privacy-settings-tabs-wrapper {
 777      /* IE 11 */
 778      display: -ms-inline-grid;
 779      -ms-grid-columns: 1fr 1fr;
 780      vertical-align: top;
 781      /* modern browsers */
 782      display: inline-grid;
 783      grid-template-columns: 1fr 1fr;
 784  }
 785  
 786  .privacy-settings-tab {
 787      display: block; /* IE 11 */
 788      text-decoration: none;
 789      color: inherit;
 790      padding: 0.5rem 1rem 1rem;
 791      margin: 0 1rem;
 792      transition: box-shadow 0.5s ease-in-out;
 793  }
 794  
 795  .privacy-settings-tab:nth-child(1),
 796  .health-check-tab:nth-child(1) {
 797      -ms-grid-column: 1; /* IE 11 */
 798  }
 799  
 800  .privacy-settings-tab:nth-child(2),
 801  .health-check-tab:nth-child(2) {
 802      -ms-grid-column: 2; /* IE 11 */
 803  }
 804  
 805  .privacy-settings-tab:focus,
 806  .health-check-tab:focus {
 807      color: #1d2327;
 808      outline: 1px solid #787c82;
 809      box-shadow: none;
 810  }
 811  
 812  .privacy-settings-tab.active,
 813  .health-check-tab.active {
 814      box-shadow: inset 0 -3px #3582c4;
 815      font-weight: 600;
 816  }
 817  
 818  /* Body */
 819  .privacy-settings-body,
 820  .health-check-body {
 821      max-width: 800px;
 822      margin: 0 auto;
 823  }
 824  
 825  .tools-privacy-policy-page th {
 826      min-width: 230px;
 827  }
 828  
 829  .hr-separator {
 830      margin-top: 20px;
 831      margin-bottom: 15px;
 832  }
 833  
 834  /* Accordions */
 835  .privacy-settings-accordion,
 836  .health-check-accordion {
 837      border: 1px solid #c3c4c7;
 838  }
 839  
 840  .privacy-settings-accordion-heading,
 841  .health-check-accordion-heading {
 842      margin: 0;
 843      border-top: 1px solid #c3c4c7;
 844      font-size: inherit;
 845      line-height: inherit;
 846      font-weight: 600;
 847      color: inherit;
 848  }
 849  
 850  .privacy-settings-accordion-heading:first-child,
 851  .health-check-accordion-heading:first-child {
 852      border-top: none;
 853  }
 854  
 855  .privacy-settings-accordion-trigger,
 856  .health-check-accordion-trigger {
 857      background: #fff;
 858      border: 0;
 859      color: #2c3338;
 860      cursor: pointer;
 861      display: flex;
 862      font-weight: 400;
 863      margin: 0;
 864      padding: 1em 3.5em 1em 1.5em;
 865      min-height: 46px;
 866      position: relative;
 867      text-align: left;
 868      width: 100%;
 869      align-items: center;
 870      justify-content: space-between;
 871      -webkit-user-select: auto;
 872      user-select: auto;
 873  }
 874  
 875  .privacy-settings-accordion-trigger:hover,
 876  .privacy-settings-accordion-trigger:active,
 877  .health-check-accordion-trigger:hover,
 878  .health-check-accordion-trigger:active {
 879      background: #f6f7f7;
 880  }
 881  
 882  .privacy-settings-accordion-trigger:focus,
 883  .health-check-accordion-trigger:focus {
 884      color: #1d2327;
 885      border: none;
 886      box-shadow: none;
 887      outline-offset: -1px;
 888      outline: 2px solid #2271b1;
 889      background-color: #f6f7f7;
 890  }
 891  
 892  .privacy-settings-accordion-trigger .title,
 893  .health-check-accordion-trigger .title {
 894      pointer-events: none;
 895      font-weight: 600;
 896      flex-grow: 1;
 897  }
 898  
 899  .privacy-settings-accordion-trigger .icon,
 900  .privacy-settings-view-read .icon,
 901  .health-check-accordion-trigger .icon,
 902  .site-health-view-passed .icon {
 903      border: solid #50575e;
 904      border-width: 0 2px 2px 0;
 905      height: 0.5rem;
 906      pointer-events: none;
 907      position: absolute;
 908      right: 1.5em;
 909      top: 50%;
 910      transform: translateY(-70%) rotate(45deg);
 911      width: 0.5rem;
 912  }
 913  
 914  .privacy-settings-accordion-trigger .badge,
 915  .health-check-accordion-trigger .badge {
 916      padding: 0.1rem 0.5rem 0.15rem;
 917      color: #2c3338;
 918      font-weight: 600;
 919  }
 920  
 921  .privacy-settings-accordion-trigger .badge {
 922      margin-left: 0.5rem;
 923  }
 924  
 925  .privacy-settings-accordion-trigger .badge.blue,
 926  .health-check-accordion-trigger .badge.blue {
 927      border: 1px solid #72aee6;
 928  }
 929  
 930  .privacy-settings-accordion-trigger .badge.orange,
 931  .health-check-accordion-trigger .badge.orange {
 932      border: 1px solid #dba617;
 933  }
 934  
 935  .privacy-settings-accordion-trigger .badge.red,
 936  .health-check-accordion-trigger .badge.red {
 937      border: 1px solid #e65054;
 938  }
 939  
 940  .privacy-settings-accordion-trigger .badge.green,
 941  .health-check-accordion-trigger .badge.green {
 942      border: 1px solid #00ba37;
 943  }
 944  
 945  .privacy-settings-accordion-trigger .badge.purple,
 946  .health-check-accordion-trigger .badge.purple {
 947      border: 1px solid #2271b1;
 948  }
 949  
 950  .privacy-settings-accordion-trigger .badge.gray,
 951  .health-check-accordion-trigger .badge.gray {
 952      border: 1px solid #c3c4c7;
 953  }
 954  
 955  .privacy-settings-accordion-trigger[aria-expanded="true"] .icon,
 956  .privacy-settings-view-passed[aria-expanded="true"] .icon,
 957  .health-check-accordion-trigger[aria-expanded="true"] .icon,
 958  .site-health-view-passed[aria-expanded="true"] .icon {
 959      transform: translateY(-30%) rotate(-135deg)
 960  }
 961  
 962  .privacy-settings-accordion-panel,
 963  .health-check-accordion-panel {
 964      margin: 0;
 965      padding: 1em 1.5em;
 966      background: #fff;
 967  }
 968  
 969  .privacy-settings-accordion-panel[hidden],
 970  .health-check-accordion-panel[hidden] {
 971      display: none;
 972  }
 973  
 974  .privacy-settings-accordion-panel a .dashicons,
 975  .health-check-accordion-panel a .dashicons {
 976      text-decoration: none;
 977  }
 978  
 979  .privacy-settings-accordion-actions {
 980      text-align: right;
 981      display: block;
 982  }
 983  
 984  .privacy-settings-accordion-actions .success {
 985      display: none;
 986      color: #007017;
 987      padding-right: 1em;
 988      padding-top: 6px;
 989  }
 990  
 991  .privacy-settings-accordion-actions .success.visible {
 992      display: inline-block;
 993  }
 994  
 995  /* Suggested text for privacy policy */
 996  .privacy-settings-accordion-panel.hide-privacy-policy-tutorial .wp-policy-help, /* For back-compat, see #49282 */
 997  .privacy-settings-accordion-panel.hide-privacy-policy-tutorial .privacy-policy-tutorial,
 998  .privacy-settings-accordion-panel.hide-privacy-policy-tutorial .privacy-text-copy {
 999      display: none;
1000  }
1001  
1002  .privacy-settings-accordion-panel strong.wp-policy-help, /* For back-compat, see #49282 */
1003  .privacy-settings-accordion-panel strong.privacy-policy-tutorial {
1004      display: block;
1005      margin: 0 0 1em;
1006  }
1007  
1008  .privacy-text-copy span {
1009      pointer-events: none;
1010  }
1011  
1012  .privacy-settings-accordion-panel .wp-suggested-text > *:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6):not(div):not(.privacy-policy-tutorial):not(.wp-policy-help):not(.privacy-text-copy):not(span.success):not(.notice p),
1013  .privacy-settings-accordion-panel .wp-suggested-text div > *:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6):not(div):not(.privacy-policy-tutorial):not(.wp-policy-help):not(.privacy-text-copy):not(span.success):not(.notice p),
1014  .privacy-settings-accordion-panel > *:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6):not(div):not(.privacy-policy-tutorial):not(.wp-policy-help):not(.privacy-text-copy):not(span.success):not(.notice p),
1015  .privacy-settings-accordion-panel div > *:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6):not(div):not(.privacy-policy-tutorial):not(.wp-policy-help):not(.privacy-text-copy):not(span.success):not(.notice p) {
1016      margin: 0;
1017      padding: 1em;
1018      border-left: 2px solid #787c82;
1019  }
1020  
1021  /* Media queries */
1022  @media screen and (max-width: 782px) {
1023  
1024      .privacy-settings-body,
1025      .health-check-body {
1026          margin: 0 12px;
1027          width: auto;
1028      }
1029  
1030      .privacy-settings .notice,
1031      .site-health .notice {
1032          margin: 5px 10px 15px;
1033      }
1034  
1035      .privacy-settings .update-nag,
1036      .site-health .update-nag {
1037          margin-right: 10px;
1038          margin-left: 10px;
1039      }
1040  
1041      input#create-page {
1042          margin-top: 10px;
1043      }
1044  
1045      .wp-core-ui button.privacy-text-copy {
1046          white-space: normal;
1047          line-height: 1.8;
1048      }
1049  
1050      #edit-slug-box {
1051          padding: 0;
1052      }
1053  
1054      #titlewrap .skiplink:focus {
1055          top: 5px;
1056      }
1057  }
1058  
1059  @media only screen and (max-width: 1004px) {
1060  
1061      .privacy-settings-body,
1062      .health-check-body {
1063          margin: 0 22px;
1064          width: auto;
1065      }
1066  }
1067  
1068  /**
1069  * End Privacy Settings section
1070  */
1071  
1072  /*------------------------------------------------------------------------------
1073    11.1 - Custom Fields
1074  ------------------------------------------------------------------------------*/
1075  
1076  #postcustomstuff thead th {
1077      padding: 5px 8px 8px;
1078      background-color: #f0f0f1;
1079  }
1080  
1081  #postcustom #postcustomstuff .submit {
1082      border: 0 none;
1083      float: none;
1084      padding: 0 8px 8px;
1085  }
1086  
1087  #postcustom #postcustomstuff .add-custom-field {
1088      padding: 12px 8px 8px;
1089  }
1090  
1091  #side-sortables #postcustom #postcustomstuff .submit {
1092      margin: 0;
1093      padding: 0;
1094  }
1095  
1096  #side-sortables #postcustom #postcustomstuff #the-list textarea {
1097      height: 85px;
1098  }
1099  
1100  #side-sortables #postcustom #postcustomstuff td.left input,
1101  #side-sortables #postcustom #postcustomstuff td.left select,
1102  #side-sortables #postcustomstuff #newmetaleft a {
1103      margin: 3px 3px 0;
1104  }
1105  
1106  #postcustomstuff table {
1107      margin: 0;
1108      width: 100%;
1109      border: 1px solid #dcdcde;
1110      border-spacing: 0;
1111      background-color: #f6f7f7;
1112  }
1113  
1114  #postcustomstuff tr {
1115      vertical-align: top;
1116  }
1117  
1118  #postcustomstuff table input,
1119  #postcustomstuff table select,
1120  #postcustomstuff table textarea {
1121      width: 96%;
1122      margin: 8px;
1123  }
1124  
1125  #side-sortables #postcustomstuff table input,
1126  #side-sortables #postcustomstuff table select,
1127  #side-sortables #postcustomstuff table textarea {
1128      margin: 3px;
1129  }
1130  
1131  #postcustomstuff th.left,
1132  #postcustomstuff td.left {
1133      width: 38%;
1134  }
1135  
1136  #postcustomstuff .submit input {
1137      margin: 0;
1138      width: auto;
1139  }
1140  
1141  #postcustomstuff #newmetaleft a,
1142  #postcustomstuff #newmeta-button {
1143      display: inline-block;
1144      margin: 0 8px 8px;
1145      text-decoration: none;
1146  }
1147  
1148  .no-js #postcustomstuff #enternew {
1149      display: none;
1150  }
1151  
1152  #post-body-content .compat-attachment-fields {
1153      margin-bottom: 20px;
1154  }
1155  
1156  .compat-attachment-fields th {
1157      padding-top: 5px;
1158      padding-right: 10px;
1159  }
1160  
1161  /*------------------------------------------------------------------------------
1162    11.3 - Featured Images
1163  ------------------------------------------------------------------------------*/
1164  
1165  #select-featured-image {
1166      padding: 4px 0;
1167      overflow: hidden;
1168  }
1169  
1170  #select-featured-image img {
1171      max-width: 100%;
1172      height: auto;
1173      margin-bottom: 10px;
1174  }
1175  
1176  #select-featured-image a {
1177      float: left;
1178      clear: both;
1179  }
1180  
1181  #select-featured-image .remove {
1182      display: none;
1183      margin-top: 10px;
1184  }
1185  
1186  .js #select-featured-image.has-featured-image .remove {
1187      display: inline-block;
1188  }
1189  
1190  .no-js #select-featured-image .choose {
1191      display: none;
1192  }
1193  
1194  /*------------------------------------------------------------------------------
1195    11.4 - Post formats
1196  ------------------------------------------------------------------------------*/
1197  
1198  .post-format-icon::before {
1199      display: inline-block;
1200      vertical-align: middle;
1201      height: 20px;
1202      width: 20px;
1203      margin-top: -4px;
1204      margin-right: 7px;
1205      color: #dcdcde;
1206      font: normal 20px/1 dashicons;
1207      speak: never;
1208      -webkit-font-smoothing: antialiased;
1209      -moz-osx-font-smoothing: grayscale;
1210  }
1211  
1212  a.post-format-icon:hover:before {
1213      color: #135e96;
1214  }
1215  
1216  #post-formats-select {
1217      line-height: 2;
1218  }
1219  
1220  #post-formats-select .post-format-icon::before {
1221      top: 5px;
1222  }
1223  
1224  input.post-format {
1225      margin-top: 1px;
1226  }
1227  
1228  label.post-format-icon {
1229      margin-left: 0;
1230      padding: 2px 0;
1231  }
1232  
1233  .post-format-icon.post-format-standard::before {
1234      content: "\f109";
1235  }
1236  
1237  .post-format-icon.post-format-image::before {
1238      content: "\f128";
1239  }
1240  
1241  .post-format-icon.post-format-gallery::before {
1242      content: "\f161";
1243  }
1244  
1245  .post-format-icon.post-format-audio::before {
1246      content: "\f127";
1247  }
1248  
1249  .post-format-icon.post-format-video::before {
1250      content: "\f126";
1251  }
1252  
1253  .post-format-icon.post-format-chat::before {
1254      content: "\f125";
1255  }
1256  
1257  .post-format-icon.post-format-status::before {
1258      content: "\f130";
1259  }
1260  
1261  .post-format-icon.post-format-aside::before {
1262      content: "\f123";
1263  }
1264  
1265  .post-format-icon.post-format-quote::before {
1266      content: "\f122";
1267  }
1268  
1269  .post-format-icon.post-format-link::before {
1270      content: "\f103";
1271  }
1272  
1273  /*------------------------------------------------------------------------------
1274    12.0 - Categories
1275  ------------------------------------------------------------------------------*/
1276  
1277  .category-adder {
1278      margin-left: 120px;
1279      padding: 4px 0;
1280  }
1281  
1282  .category-adder h4 {
1283      margin: 0 0 8px;
1284  }
1285  
1286  #side-sortables .category-adder {
1287      margin: 0;
1288  }
1289  
1290  .wp-tab-panel,
1291  .categorydiv div.tabs-panel,
1292  .customlinkdiv div.tabs-panel,
1293  .posttypediv div.tabs-panel,
1294  .taxonomydiv div.tabs-panel {
1295      min-height: 42px;
1296      max-height: 200px;
1297      overflow: auto;
1298      padding: 0 0.9em;
1299      border: solid 1px #dcdcde;
1300      background-color: #fff;
1301  }
1302  
1303  div.tabs-panel-active {
1304      display: block;
1305  }
1306  
1307  div.tabs-panel-inactive {
1308      display: none;
1309  }
1310  
1311  div.tabs-panel-active:focus {
1312      box-shadow: inset 0 0 0 2px #2271b1;
1313      /* Only visible in Windows High Contrast mode */
1314      outline: 2px solid transparent;
1315  }
1316  .options-discussion-php .indent-children ul,
1317  #front-page-warning,
1318  #front-static-pages ul,
1319  ul.export-filters,
1320  .inline-editor ul.cat-checklist ul,
1321  .categorydiv ul.categorychecklist ul,
1322  .customlinkdiv ul.categorychecklist ul,
1323  .posttypediv ul.categorychecklist ul,
1324  .taxonomydiv ul.categorychecklist ul {
1325      margin-left: 18px;
1326  }
1327  
1328  ul.categorychecklist li {
1329      margin: 0;
1330      padding: 0;
1331      line-height: 1.69230769;
1332      word-wrap: break-word;
1333  }
1334  
1335  .categorydiv .tabs-panel,
1336  .customlinkdiv .tabs-panel,
1337  .posttypediv .tabs-panel,
1338  .taxonomydiv .tabs-panel {
1339      border-width: 3px;
1340      border-style: solid;
1341  }
1342  
1343  .form-wrap label {
1344      display: block;
1345      padding: 2px 0;
1346  }
1347  
1348  .form-field input[type="text"],
1349  .form-field input[type="password"],
1350  .form-field input[type="email"],
1351  .form-field input[type="number"],
1352  .form-field input[type="search"],
1353  .form-field input[type="tel"],
1354  .form-field input[type="url"],
1355  .form-field textarea {
1356      border-style: solid;
1357      border-width: 1px;
1358      width: 95%;
1359  }
1360  
1361  .form-field select,
1362  .form-field p {
1363      max-width: 95%;
1364  }
1365  
1366  p.description,
1367  .form-wrap p {
1368      margin: 2px 0 5px;
1369      color: #646970;
1370  }
1371  
1372  p.help,
1373  p.description,
1374  span.description,
1375  .form-wrap p {
1376      font-size: 13px;
1377  }
1378  
1379  p.description code {
1380      font-style: normal;
1381  }
1382  
1383  .form-wrap .form-field {
1384      margin: 1em 0;
1385      padding: 0;
1386  }
1387  
1388  .col-wrap h2 {
1389      margin: 12px 0;
1390      font-size: 1.1em;
1391  }
1392  
1393  .col-wrap p.submit {
1394      margin-top: -10px;
1395  }
1396  
1397  .edit-term-notes {
1398      margin-top: 2em;
1399  }
1400  
1401  /*------------------------------------------------------------------------------
1402    13.0 - Tags
1403  ------------------------------------------------------------------------------*/
1404  
1405  #poststuff .tagsdiv .ajaxtag {
1406      margin-top: 1em;
1407  }
1408  
1409  #poststuff .tagsdiv .howto {
1410      margin: 1em 0 6px;
1411  }
1412  
1413  .ajaxtag .newtag {
1414      position: relative;
1415  }
1416  
1417  .tagsdiv .newtag {
1418      width: 180px;
1419  }
1420  
1421  .tagsdiv .the-tags {
1422      display: block;
1423      height: 60px;
1424      margin: 0 auto;
1425      overflow: auto;
1426      width: 260px;
1427  }
1428  
1429  #post-body-content .tagsdiv .the-tags {
1430      margin: 0 5px;
1431  }
1432  
1433  p.popular-tags {
1434      border: none;
1435      line-height: 2em;
1436      padding: 8px 12px 12px;
1437      text-align: justify;
1438  }
1439  
1440  p.popular-tags a {
1441      padding: 0 3px;
1442  }
1443  
1444  .tagcloud {
1445      width: 97%;
1446      margin: 0 0 40px;
1447      text-align: justify;
1448  }
1449  
1450  .tagcloud h2 {
1451      margin: 2px 0 12px;
1452  }
1453  
1454  #poststuff .inside .the-tagcloud {
1455      margin: 5px 0 10px;
1456      padding: 8px;
1457      border: 1px solid #dcdcde;
1458      line-height: 1.2;
1459      word-spacing: 3px;
1460  }
1461  
1462  .the-tagcloud ul {
1463      margin: 0;
1464  }
1465  
1466  .the-tagcloud ul li {
1467      display: inline-block;
1468  }
1469  
1470  /* Back-compat styles from deprecated jQuery.suggest, see ticket #40260. */
1471  .ac_results {
1472      display: none;
1473      margin: -1px 0 0;
1474      padding: 0;
1475      list-style: none;
1476      position: absolute;
1477      z-index: 10000;
1478      border: 1px solid #4f94d4;
1479      background-color: #fff;
1480  }
1481  
1482  .wp-customizer .ac_results {
1483      z-index: 500000;
1484  }
1485  
1486  .ac_results li {
1487      margin: 0;
1488      padding: 5px 10px;
1489      white-space: nowrap;
1490      text-align: left;
1491  }
1492  
1493  .ac_results .ac_over,
1494  .ac_over .ac_match {
1495      background-color: #2271b1;
1496      color: #fff;
1497      cursor: pointer;
1498  }
1499  
1500  .ac_match {
1501      text-decoration: underline;
1502  }
1503  
1504  #addtag .spinner {
1505      float: none;
1506      vertical-align: top;
1507  }
1508  
1509  #edittag {
1510      max-width: 800px;
1511  }
1512  
1513  .edit-tag-actions {
1514      margin-top: 20px;
1515  }
1516  
1517  /* Comments */
1518  
1519  .comment-php .wp-editor-area {
1520      height: 200px;
1521  }
1522  
1523  .comment-ays th,
1524  .comment-ays td {
1525      padding: 10px 15px;
1526  }
1527  
1528  .comment-ays .comment-content ul {
1529      list-style: initial;
1530      margin-left: 2em;
1531  }
1532  
1533  .comment-ays .comment-content a[href]:after {
1534      content: "(" attr( href ) ")";
1535      display: inline-block;
1536      padding: 0 4px;
1537      color: #646970;
1538      font-size: 13px;
1539      word-break: break-all;
1540  }
1541  
1542  .comment-ays .comment-content p.edit-comment {
1543      margin-top: 10px;
1544  }
1545  
1546  .comment-ays .comment-content p.edit-comment a[href]:after {
1547      content: "";
1548      padding: 0;
1549  }
1550  
1551  .comment-ays-submit .button-cancel {
1552      margin-left: 1em;
1553  }
1554  
1555  .trash-undo-inside,
1556  .spam-undo-inside {
1557      margin: 1px 8px 1px 0;
1558      line-height: 1.23076923;
1559  }
1560  
1561  .spam-undo-inside .avatar,
1562  .trash-undo-inside .avatar {
1563      height: 20px;
1564      width: 20px;
1565      margin-right: 8px;
1566      vertical-align: middle;
1567  }
1568  
1569  .stuffbox .editcomment {
1570      clear: none;
1571      margin-top: 0;
1572  }
1573  
1574  #namediv.stuffbox .editcomment input {
1575      width: 100%;
1576  }
1577  
1578  #namediv.stuffbox .editcomment.form-table td {
1579      padding: 10px;
1580  }
1581  
1582  #comment-status-radio p {
1583      margin: 3px 0 5px;
1584  }
1585  
1586  #comment-status-radio input {
1587      margin: 2px 3px 5px 0;
1588      vertical-align: middle;
1589  }
1590  
1591  #comment-status-radio label {
1592      padding: 5px 0;
1593  }
1594  
1595  /* links tables */
1596  table.links-table {
1597      width: 100%;
1598      border-spacing: 0;
1599  }
1600  
1601  .links-table th {
1602      font-weight: 400;
1603      text-align: left;
1604      vertical-align: top;
1605      min-width: 80px;
1606      width: 20%;
1607      word-wrap: break-word;
1608  }
1609  
1610  .links-table th,
1611  .links-table td {
1612      padding: 5px 0;
1613  }
1614  
1615  .links-table td label {
1616      margin-right: 8px;
1617  }
1618  
1619  .links-table td input[type="text"],
1620  .links-table td textarea {
1621      width: 100%;
1622  }
1623  
1624  .links-table #link_rel {
1625      max-width: 280px;
1626  }
1627  
1628  /* DFW 2
1629  -------------------------------------------------------------- */
1630  
1631  #qt_content_dfw {
1632      display: none;
1633  }
1634  
1635  .wp-editor-expand #qt_content_dfw {
1636      display: inline-block;
1637  }
1638  
1639  .focus-on .wrap > h1,
1640  .focus-on .page-title-action,
1641  .focus-on #wpfooter,
1642  .focus-on .postbox-container > *,
1643  .focus-on div.updated,
1644  .focus-on div.error,
1645  .focus-on div.notice,
1646  .focus-on .update-nag,
1647  .focus-on #wp-toolbar,
1648  .focus-on #screen-meta-links,
1649  .focus-on #screen-meta {
1650      opacity: 0;
1651      transition-duration: 0.6s;
1652      transition-property: opacity;
1653      transition-timing-function: ease-in-out;
1654  }
1655  
1656  .focus-on #wp-toolbar {
1657      opacity: 0.3;
1658  }
1659  
1660  .focus-off .wrap > h1,
1661  .focus-off .page-title-action,
1662  .focus-off #wpfooter,
1663  .focus-off .postbox-container > *,
1664  .focus-off div.updated,
1665  .focus-off div.error,
1666  .focus-off div.notice,
1667  .focus-off .update-nag,
1668  .focus-off #wp-toolbar,
1669  .focus-off #screen-meta-links,
1670  .focus-off #screen-meta {
1671      opacity: 1;
1672      transition-duration: 0.2s;
1673      transition-property: opacity;
1674      transition-timing-function: ease-in-out;
1675  }
1676  
1677  .focus-off #wp-toolbar {
1678      -webkit-transform: translate(0, 0);
1679  }
1680  
1681  .focus-on #adminmenuback,
1682  .focus-on #adminmenuwrap {
1683      transition-duration: 0.6s;
1684      transition-property: transform;
1685      transition-timing-function: ease-in-out;
1686  }
1687  
1688  .focus-on #adminmenuback,
1689  .focus-on #adminmenuwrap {
1690      transform: translateX( -100% );
1691  }
1692  
1693  .focus-off #adminmenuback,
1694  .focus-off #adminmenuwrap {
1695      transform: translateX( 0 );
1696      transition-duration: 0.2s;
1697      transition-property: transform;
1698      transition-timing-function: ease-in-out;
1699  }
1700  
1701  /* =Media Queries
1702  -------------------------------------------------------------- */
1703  
1704  /**
1705   * HiDPI Displays
1706   */
1707  @media print,
1708    (min-resolution: 120dpi) {
1709      #content-resize-handle,
1710      #post-body .wp_themeSkin .mceStatusbar a.mceResize {
1711          background: transparent url(../images/resize-2x.gif) no-repeat scroll right bottom;
1712          background-size: 11px 11px;
1713      }
1714  
1715      /*rtl:ignore*/
1716      .rtl #content-resize-handle,
1717      .rtl #post-body .wp_themeSkin .mceStatusbar a.mceResize {
1718          background-image: url(../images/resize-rtl-2x.gif);
1719          background-position: left bottom;
1720      }
1721  }
1722  
1723  /*
1724   * The edit attachment screen auto-switches to one column layout when the
1725   * viewport is smaller than 1200 pixels.
1726   */
1727  @media only screen and (max-width: 1200px) {
1728      .post-type-attachment #poststuff {
1729          min-width: 0;
1730      }
1731  
1732      .post-type-attachment #wpbody-content #poststuff #post-body {
1733          margin: 0;
1734      }
1735  
1736      .post-type-attachment #wpbody-content #post-body.columns-2 #postbox-container-1 {
1737          margin-right: 0;
1738          width: 100%;
1739      }
1740  
1741      .post-type-attachment #poststuff #postbox-container-1 .empty-container,
1742      .post-type-attachment #poststuff #postbox-container-1 #side-sortables:empty {
1743          outline: none;
1744          height: 0;
1745          min-height: 0;
1746      }
1747  
1748      .post-type-attachment #poststuff #post-body.columns-2 #side-sortables {
1749          min-height: 0;
1750          width: auto;
1751      }
1752  
1753      .is-dragging-metaboxes.post-type-attachment #post-body .meta-box-sortables {
1754          outline: none;
1755          min-height: 0;
1756          margin-bottom: 0;
1757      }
1758  
1759      /* hide the radio buttons for column prefs */
1760      .post-type-attachment .screen-layout,
1761      .post-type-attachment .columns-prefs {
1762          display: none;
1763      }
1764  }
1765  
1766  /* one column on the post write/edit screen */
1767  @media only screen and (max-width: 850px) {
1768      #poststuff {
1769          min-width: 0;
1770      }
1771  
1772      #wpbody-content #poststuff #post-body {
1773          margin: 0;
1774      }
1775  
1776      #wpbody-content #post-body.columns-2 #postbox-container-1 {
1777          margin-right: 0;
1778          width: 100%;
1779      }
1780  
1781      #poststuff #postbox-container-1 .empty-container,
1782      #poststuff #postbox-container-1 #side-sortables:empty {
1783          height: 0;
1784          min-height: 0;
1785      }
1786  
1787      #poststuff #post-body.columns-2 #side-sortables {
1788          min-height: 0;
1789          width: auto;
1790      }
1791  
1792      /* Increase min-height while dragging for the #side-sortables and any potential sortables area with custom ID. */
1793      .is-dragging-metaboxes #poststuff #postbox-container-1 .empty-container,
1794      .is-dragging-metaboxes #poststuff #postbox-container-1 #side-sortables:empty,
1795      .is-dragging-metaboxes #poststuff #post-body.columns-2 #side-sortables,
1796      .is-dragging-metaboxes #poststuff #post-body.columns-2 .meta-box-sortables {
1797          height: auto;
1798          min-height: 60px;
1799      }
1800  
1801      /* hide the radio buttons for column prefs */
1802      .screen-layout,
1803      .columns-prefs {
1804          display: none;
1805      }
1806  }
1807  
1808  @media screen and (max-width: 782px) {
1809      .wp-core-ui .edit-tag-actions .button-primary {
1810          margin-bottom: 0;
1811      }
1812  
1813      #post-body-content {
1814          min-width: 0;
1815      }
1816  
1817      #titlediv #title-prompt-text {
1818          padding: 10px;
1819      }
1820  
1821      #poststuff .stuffbox .inside {
1822          padding: 0 2px 4px 0;
1823      }
1824  
1825      #poststuff h3.hndle, /* Back-compat for pre-4.4 */
1826      #poststuff .stuffbox > h3, /* Back-compat for pre-4.4 */
1827      #poststuff h2 {
1828          padding: 12px;
1829      }
1830  
1831      #namediv.stuffbox .editcomment.form-table td {
1832          padding: 5px 10px;
1833      }
1834  
1835      .post-format-options {
1836          padding-right: 0;
1837      }
1838  
1839      .post-format-options a {
1840          margin-right: 5px;
1841          margin-bottom: 5px;
1842          min-width: 52px;
1843      }
1844  
1845      .post-format-options .post-format-title {
1846          font-size: 11px;
1847      }
1848  
1849      .post-format-options a div {
1850          height: 28px;
1851          width: 28px;
1852      }
1853  
1854      .post-format-options a div:before {
1855          font-size: 26px !important;
1856      }
1857  
1858      /* Publish Metabox Options */
1859      #post-visibility-select {
1860          line-height: 280%;
1861      }
1862  
1863      .wp-core-ui .save-post-visibility,
1864      .wp-core-ui .save-timestamp {
1865          vertical-align: middle;
1866          margin-right: 15px;
1867      }
1868  
1869      .timestamp-wrap select#mm {
1870          display: block;
1871          width: 100%;
1872          margin-bottom: 10px;
1873      }
1874  
1875      .timestamp-wrap #jj,
1876      .timestamp-wrap #aa,
1877      .timestamp-wrap #hh,
1878      .timestamp-wrap #mn {
1879          padding: 12px 3px;
1880          font-size: 14px;
1881          margin-bottom: 5px;
1882          width: auto;
1883          text-align: center;
1884      }
1885  
1886      /* Categories Metabox */
1887      ul.category-tabs {
1888          margin: 30px 0 15px;
1889      }
1890  
1891      ul.category-tabs li.tabs {
1892          padding: 15px;
1893      }
1894  
1895      ul.categorychecklist li {
1896          margin-bottom: 15px;
1897      }
1898  
1899      ul.categorychecklist ul {
1900          margin-top: 15px;
1901      }
1902  
1903      .category-add input[type=text],
1904      .category-add select {
1905          max-width: none;
1906          margin-bottom: 15px;
1907      }
1908  
1909      /* Tags Metabox */
1910      .tagsdiv .newtag {
1911          width: 100%;
1912          height: auto;
1913          margin-bottom: 15px;
1914      }
1915  
1916      .tagchecklist {
1917          margin: 25px 10px;
1918      }
1919  
1920      .tagchecklist > li {
1921          font-size: 16px;
1922          line-height: 1.4;
1923      }
1924  
1925      /* Discussion */
1926      #commentstatusdiv p {
1927          line-height: 2.8;
1928      }
1929  
1930      /* TinyMCE Adjustments */
1931      .mceToolbar * {
1932          white-space: normal !important;
1933      }
1934  
1935      .mceToolbar tr,
1936      .mceToolbar td {
1937          float: left !important;
1938      }
1939  
1940      .wp_themeSkin a.mceButton {
1941          width: 30px;
1942          height: 30px;
1943      }
1944  
1945      .wp_themeSkin .mceButton .mceIcon {
1946          margin-top: 5px;
1947          margin-left: 5px;
1948      }
1949  
1950      .wp_themeSkin .mceSplitButton {
1951          margin-top: 1px;
1952      }
1953  
1954      .wp_themeSkin .mceSplitButton td a.mceAction {
1955          padding: 6px 3px 6px 6px;
1956      }
1957  
1958      .wp_themeSkin .mceSplitButton td a.mceOpen,
1959      .wp_themeSkin .mceSplitButtonEnabled:hover td a.mceOpen {
1960          padding-top: 6px;
1961          padding-bottom: 6px;
1962          background-position: 1px 6px;
1963      }
1964  
1965      .wp_themeSkin table.mceListBox {
1966          margin: 5px;
1967      }
1968  
1969      div.quicktags-toolbar input {
1970          padding: 10px 20px;
1971      }
1972  
1973      button.wp-switch-editor {
1974          font-size: 16px;
1975          line-height: 1;
1976          margin: 7px 0 0 7px;
1977          padding: 8px 12px;
1978      }
1979  
1980      #wp-content-media-buttons a {
1981          font-size: 14px;
1982          padding: 6px 10px;
1983      }
1984  
1985      .wp-media-buttons span.wp-media-buttons-icon,
1986      .wp-media-buttons span.jetpack-contact-form-icon {
1987          width: 22px !important;
1988          margin-left: -2px !important;
1989      }
1990  
1991      .wp-media-buttons .add_media span.wp-media-buttons-icon:before,
1992      .wp-media-buttons #insert-jetpack-contact-form span.jetpack-contact-form-icon:before {
1993          font-size: 20px !important;
1994      }
1995  
1996      #content_wp_fullscreen {
1997          display: none;
1998      }
1999  
2000      .misc-pub-section {
2001          padding: 20px 10px;
2002      }
2003  
2004      #delete-action,
2005      #publishing-action {
2006          line-height: 3.61538461;
2007      }
2008  
2009      #publishing-action .spinner {
2010          float: none;
2011          margin-top: -2px; /* Half of the Publish button's bottom margin. */
2012      }
2013  
2014      /* Moderate Comment */
2015      .comment-ays th,
2016      .comment-ays td {
2017          padding-bottom: 0;
2018      }
2019  
2020      .comment-ays td {
2021          padding-top: 6px;
2022      }
2023  
2024      /* Links */
2025      .links-table #link_rel {
2026          max-width: none;
2027      }
2028  
2029      .links-table th,
2030      .links-table td {
2031          padding: 10px 0;
2032      }
2033  
2034      .edit-term-notes {
2035          display: none;
2036      }
2037  
2038      .privacy-text-box {
2039          width: auto;
2040      }
2041  
2042      .privacy-text-box-toc {
2043          float: none;
2044          width: auto;
2045          height: 100%;
2046          display: flex;
2047          flex-direction: column;
2048      }
2049  
2050      .privacy-text-section .return-to-top {
2051          margin: 2em 0 0;
2052      }
2053  }


Generated : Wed Nov 13 08:20:01 2024 Cross-referenced by PHPXref