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


Generated : Sat Feb 22 08:20:01 2025 Cross-referenced by PHPXref