You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

2038 lines
37 KiB

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