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.

2037 lines
37 KiB

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