edit-rtl.css 27 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516151715181519152015211522152315241525152615271528152915301531153215331534153515361537153815391540154115421543154415451546154715481549155015511552155315541555155615571558155915601561156215631564156515661567156815691570157115721573157415751576157715781579158015811582158315841585158615871588158915901591159215931594159515961597159815991600160116021603160416051606160716081609161016111612161316141615161616171618161916201621162216231624162516261627162816291630163116321633163416351636163716381639164016411642164316441645164616471648164916501651165216531654165516561657165816591660166116621663166416651666166716681669167016711672
  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-left: 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: right;
  23. }
  24. #show-comments .spinner {
  25. float: none;
  26. margin-top: 0;
  27. }
  28. #lost-connection-notice .spinner {
  29. visibility: visible;
  30. float: right;
  31. margin: 0 0 0 5px;
  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: #72777c;
  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: 98%;
  66. }
  67. #pending {
  68. background: 100% 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: #666;
  81. }
  82. #edit-slug-box .cancel {
  83. margin-left: 10px;
  84. padding: 0;
  85. font-size: 11px;
  86. }
  87. #comment-link-box {
  88. margin: 5px 0;
  89. padding: 0 5px;
  90. }
  91. #editable-post-name-full {
  92. display: none;
  93. }
  94. #editable-post-name {
  95. font-weight: 600;
  96. }
  97. #editable-post-name input {
  98. font-size: 13px;
  99. font-weight: 400;
  100. height: 24px;
  101. margin: 0;
  102. width: 16em;
  103. }
  104. .postarea h3 label {
  105. float: right;
  106. }
  107. body.post-new-php .submitbox .submitdelete {
  108. display: none;
  109. }
  110. .submitbox .submit a:hover {
  111. text-decoration: underline;
  112. }
  113. .submitbox .submit input {
  114. margin-bottom: 8px;
  115. margin-left: 4px;
  116. padding: 6px;
  117. }
  118. #post-status-select {
  119. margin-top: 3px;
  120. }
  121. /* Post Screen */
  122. #post-body #normal-sortables {
  123. min-height: 50px;
  124. }
  125. .postbox {
  126. position: relative;
  127. min-width: 255px;
  128. border: 1px solid #ccd0d4;
  129. box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
  130. background: #fff;
  131. }
  132. #trackback_url {
  133. width: 99%;
  134. }
  135. #normal-sortables .postbox .submit {
  136. background: transparent none;
  137. border: 0 none;
  138. float: left;
  139. padding: 0 12px;
  140. margin: 0;
  141. }
  142. .category-add input[type="text"],
  143. .category-add select {
  144. width: 100%;
  145. max-width: 260px;
  146. vertical-align: baseline;
  147. }
  148. #side-sortables .category-add input[type="text"],
  149. #side-sortables .category-add select {
  150. margin: 0 0 1em;
  151. }
  152. ul.category-tabs li,
  153. #side-sortables .add-menu-item-tabs li,
  154. .wp-tab-bar li {
  155. display: inline;
  156. line-height: 1.35;
  157. }
  158. .no-js .category-tabs li.hide-if-no-js {
  159. display: none;
  160. }
  161. .category-tabs a,
  162. #side-sortables .add-menu-item-tabs a,
  163. .wp-tab-bar a {
  164. text-decoration: none;
  165. }
  166. /* @todo: do these really need to be so specific? */
  167. #side-sortables .category-tabs .tabs a,
  168. #side-sortables .add-menu-item-tabs .tabs a,
  169. .wp-tab-bar .wp-tab-active a,
  170. #post-body ul.category-tabs li.tabs a,
  171. #post-body ul.add-menu-item-tabs li.tabs a {
  172. color: #32373c;
  173. }
  174. .category-tabs {
  175. margin: 8px 0 5px;
  176. }
  177. /* Back-compat for pre-4.4 */
  178. #category-adder h4 {
  179. margin: 0;
  180. }
  181. .taxonomy-add-new {
  182. display: inline-block;
  183. margin: 10px 0;
  184. font-weight: 600;
  185. }
  186. #side-sortables .add-menu-item-tabs,
  187. .wp-tab-bar {
  188. margin-bottom: 3px;
  189. }
  190. #normal-sortables .postbox #replyrow .submit {
  191. float: none;
  192. margin: 0;
  193. padding: 5px 7px 10px;
  194. overflow: hidden;
  195. }
  196. #side-sortables .submitbox .submit input,
  197. #side-sortables .submitbox .submit .preview,
  198. #side-sortables .submitbox .submit a.preview:hover {
  199. border: 0 none;
  200. }
  201. /* @todo: make this a more generic class */
  202. ul.category-tabs,
  203. ul.add-menu-item-tabs,
  204. ul.wp-tab-bar {
  205. margin-top: 12px;
  206. }
  207. ul.category-tabs li,
  208. ul.add-menu-item-tabs li {
  209. border: solid 1px transparent;
  210. position: relative;
  211. }
  212. ul.category-tabs li.tabs,
  213. ul.add-menu-item-tabs li.tabs,
  214. .wp-tab-active {
  215. border: 1px solid #ddd;
  216. border-bottom-color: #fdfdfd;
  217. background-color: #fdfdfd;
  218. }
  219. ul.category-tabs li,
  220. ul.add-menu-item-tabs li,
  221. ul.wp-tab-bar li {
  222. padding: 3px 5px 6px;
  223. }
  224. #set-post-thumbnail {
  225. display: inline-block;
  226. max-width: 100%;
  227. }
  228. #postimagediv .inside img {
  229. max-width: 100%;
  230. height: auto;
  231. width: auto;
  232. vertical-align: top;
  233. background-image: linear-gradient(-45deg, #c4c4c4 25%, transparent 25%, transparent 75%, #c4c4c4 75%, #c4c4c4), linear-gradient(-45deg, #c4c4c4 25%, transparent 25%, transparent 75%, #c4c4c4 75%, #c4c4c4);
  234. background-position: 100% 0, 10px 10px;
  235. background-size: 20px 20px;
  236. }
  237. form#tags-filter {
  238. position: relative;
  239. }
  240. /* Global classes */
  241. .wp-hidden-children .wp-hidden-child,
  242. .ui-tabs-hide {
  243. display: none;
  244. }
  245. #post-body .tagsdiv #newtag {
  246. margin-left: 5px;
  247. width: 16em;
  248. }
  249. #side-sortables input#post_password {
  250. width: 94%
  251. }
  252. #side-sortables .tagsdiv #newtag {
  253. width: 68%;
  254. }
  255. #post-status-info {
  256. width: 100%;
  257. border-spacing: 0;
  258. border: 1px solid #ccd0d4;
  259. border-top: none;
  260. background-color: #f7f7f7;
  261. box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
  262. z-index: 999;
  263. }
  264. #post-status-info td {
  265. font-size: 12px;
  266. }
  267. .autosave-info {
  268. padding: 2px 10px;
  269. text-align: left;
  270. }
  271. #editorcontent #post-status-info {
  272. border: none;
  273. }
  274. #content-resize-handle {
  275. background: transparent url(../images/resize.gif) no-repeat scroll left bottom;
  276. width: 12px;
  277. cursor: row-resize;
  278. }
  279. /*rtl:ignore*/
  280. .rtl #content-resize-handle {
  281. background-image: url(../images/resize-rtl.gif);
  282. background-position: left bottom;
  283. }
  284. .wp-editor-expand #content-resize-handle {
  285. display: none;
  286. }
  287. #postdivrich #content {
  288. resize: none;
  289. }
  290. #wp-word-count {
  291. display: block;
  292. padding: 2px 10px;
  293. }
  294. #wp-content-editor-container {
  295. position: relative;
  296. }
  297. .wp-editor-expand #wp-content-editor-tools {
  298. z-index: 1000;
  299. border-bottom: 1px solid #ccd0d4;
  300. }
  301. .wp-editor-expand #wp-content-editor-container {
  302. box-shadow: none;
  303. margin-top: -1px;
  304. }
  305. .wp-editor-expand #wp-content-editor-container {
  306. border-bottom: 0 none;
  307. }
  308. .wp-editor-expand div.mce-statusbar {
  309. z-index: 1;
  310. }
  311. .wp-editor-expand #post-status-info {
  312. border-top: 1px solid #ccd0d4;
  313. }
  314. .wp-editor-expand div.mce-toolbar-grp {
  315. z-index: 999;
  316. }
  317. /* TinyMCE native fullscreen mode override */
  318. .mce-fullscreen #wp-content-wrap .mce-menubar,
  319. .mce-fullscreen #wp-content-wrap .mce-toolbar-grp,
  320. .mce-fullscreen #wp-content-wrap .mce-edit-area,
  321. .mce-fullscreen #wp-content-wrap .mce-statusbar {
  322. position: static !important;
  323. width: auto !important;
  324. padding: 0 !important;
  325. }
  326. .mce-fullscreen #wp-content-wrap .mce-statusbar {
  327. visibility: visible !important;
  328. }
  329. .mce-fullscreen #wp-content-wrap .mce-tinymce .mce-wp-dfw {
  330. display: none;
  331. }
  332. .post-php.mce-fullscreen #wpadminbar,
  333. .mce-fullscreen #wp-content-wrap .mce-wp-dfw {
  334. display: none;
  335. }
  336. /* End TinyMCE native fullscreen mode override */
  337. #wp-content-editor-tools {
  338. background-color: #f1f1f1;
  339. padding-top: 20px;
  340. }
  341. #poststuff #post-body.columns-2 #side-sortables {
  342. width: 280px;
  343. }
  344. #timestampdiv select {
  345. vertical-align: top;
  346. font-size: 12px;
  347. line-height: 1.5; /* 18px */
  348. }
  349. #aa, #jj, #hh, #mn {
  350. padding: 6px 1px;
  351. font-size: 12px;
  352. line-height: 1.16666666; /* 14px */
  353. }
  354. #jj, #hh, #mn {
  355. width: 2em;
  356. }
  357. #aa {
  358. width: 3.4em;
  359. }
  360. .curtime #timestamp {
  361. padding: 2px 0 1px 0;
  362. display: inline !important;
  363. height: auto !important;
  364. }
  365. #post-body .misc-pub-post-status:before,
  366. #post-body #visibility:before,
  367. .curtime #timestamp:before,
  368. #post-body .misc-pub-revisions:before {
  369. color: #82878c;
  370. }
  371. #post-body .misc-pub-post-status:before,
  372. #post-body #visibility:before,
  373. .curtime #timestamp:before,
  374. #post-body .misc-pub-revisions:before {
  375. font: normal 20px/1 dashicons;
  376. speak: none;
  377. display: inline-block;
  378. margin-right: -1px;
  379. padding-left: 3px;
  380. vertical-align: top;
  381. -webkit-font-smoothing: antialiased;
  382. -moz-osx-font-smoothing: grayscale;
  383. }
  384. #post-body .misc-pub-post-status:before {
  385. content: "\f173";
  386. }
  387. #post-body #visibility:before {
  388. content: "\f177";
  389. }
  390. .curtime #timestamp:before {
  391. content: "\f145";
  392. position: relative;
  393. top: -1px;
  394. }
  395. #post-body .misc-pub-revisions:before {
  396. content: "\f321";
  397. }
  398. #timestampdiv {
  399. padding-top: 5px;
  400. line-height: 1.76923076;
  401. }
  402. #timestampdiv p {
  403. margin: 8px 0 6px;
  404. }
  405. #timestampdiv input {
  406. text-align: center;
  407. }
  408. .notification-dialog {
  409. position: fixed;
  410. top: 30%;
  411. max-height: 70%;
  412. right: 50%;
  413. width: 450px;
  414. margin-right: -225px;
  415. background: #fff;
  416. box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
  417. line-height: 1.5;
  418. z-index: 1000005;
  419. overflow-y: auto;
  420. }
  421. .notification-dialog-background {
  422. position: fixed;
  423. top: 0;
  424. right: 0;
  425. left: 0;
  426. bottom: 0;
  427. background: #000;
  428. opacity: 0.7;
  429. filter: alpha(opacity=70);
  430. z-index: 1000000;
  431. }
  432. #post-lock-dialog .post-locked-message,
  433. #post-lock-dialog .post-taken-over {
  434. margin: 25px;
  435. }
  436. #post-lock-dialog .post-locked-message a.button,
  437. #file-editor-warning .button {
  438. margin-left: 10px;
  439. }
  440. #post-lock-dialog .post-locked-avatar {
  441. float: right;
  442. margin: 0 0 20px 20px;
  443. }
  444. #post-lock-dialog .wp-tab-first {
  445. outline: 0;
  446. }
  447. #post-lock-dialog .locked-saving img {
  448. float: right;
  449. margin-left: 3px;
  450. }
  451. #post-lock-dialog.saving .locked-saving,
  452. #post-lock-dialog.saved .locked-saved {
  453. display: inline;
  454. }
  455. #excerpt {
  456. display: block;
  457. margin: 12px 0 0;
  458. height: 4em;
  459. width: 100%;
  460. }
  461. .tagchecklist {
  462. margin-right: 14px;
  463. font-size: 12px;
  464. overflow: auto;
  465. }
  466. .tagchecklist br {
  467. display: none;
  468. }
  469. .tagchecklist strong {
  470. margin-right: -8px;
  471. position: absolute;
  472. }
  473. .tagchecklist > li {
  474. float: right;
  475. margin-left: 25px;
  476. font-size: 13px;
  477. line-height: 1.8;
  478. cursor: default;
  479. max-width: 100%;
  480. overflow: hidden;
  481. text-overflow: ellipsis;
  482. }
  483. .tagchecklist .ntdelbutton {
  484. position: absolute;
  485. width: 24px;
  486. height: 24px;
  487. border: none;
  488. margin: 0 -19px 0 0;
  489. padding: 0;
  490. background: none;
  491. cursor: pointer;
  492. text-indent: 0;
  493. }
  494. #poststuff h3.hndle, /* Back-compat for pre-4.4 */
  495. #poststuff .stuffbox > h3, /* Back-compat for pre-4.4 */
  496. #poststuff h2 {
  497. font-size: 14px;
  498. padding: 8px 12px;
  499. margin: 0;
  500. line-height: 1.4;
  501. }
  502. #poststuff .stuffbox h2 {
  503. padding: 8px 10px;
  504. }
  505. #poststuff .inside {
  506. margin: 6px 0 0 0;
  507. }
  508. #poststuff .stuffbox .inside {
  509. margin: 0;
  510. }
  511. #poststuff .inside #parent_id,
  512. #poststuff .inside #page_template {
  513. max-width: 100%;
  514. }
  515. .ie8 #poststuff .inside #parent_id,
  516. .ie8 #poststuff .inside #page_template {
  517. width: 250px;
  518. }
  519. .post-attributes-label-wrapper {
  520. margin-bottom: 0.5em;
  521. }
  522. .post-attributes-label {
  523. vertical-align: baseline;
  524. font-weight: 600;
  525. }
  526. #post-visibility-select {
  527. line-height: 1.5;
  528. margin-top: 3px;
  529. }
  530. #linksubmitdiv .inside, /* Old Link Manager back-compat. */
  531. #poststuff #submitdiv .inside {
  532. margin: 0;
  533. padding: 0;
  534. }
  535. #post-body-content,
  536. .edit-form-section {
  537. margin-bottom: 20px;
  538. }
  539. .wp_attachment_details .attachment-content-description {
  540. margin-top: 0.5385em;
  541. display: inline-block;
  542. min-height: 1.6923em;
  543. }
  544. /* Suggested text for privacy policy */
  545. .wp-privacy-policy-guide {
  546. max-width: 1000px;
  547. }
  548. .privacy-text-box {
  549. width: calc(100% - 260px);
  550. }
  551. .privacy-text-box-toc {
  552. float: left;
  553. width: 250px;
  554. background-color: #fff;
  555. }
  556. .privacy-text-box-toc p {
  557. margin: 0;
  558. padding: 0.7em 1em;
  559. border-bottom: 1px solid #eee;
  560. }
  561. .privacy-text-box-toc ol {
  562. margin-right: 2em;
  563. }
  564. .wp-privacy-policy-guide h3 {
  565. font-size: 1.2em;
  566. margin: 1em 0 0.5em;
  567. }
  568. .privacy-text-section .privacy-text-copy {
  569. float: left;
  570. }
  571. .privacy-text-section {
  572. position: relative;
  573. border-top: 1px solid #e3e3e3;
  574. }
  575. .privacy-text-box-head,
  576. .privacy-text-section.text-removed {
  577. padding-bottom: 12px;
  578. }
  579. .text-removed .policy-text {
  580. font-style: italic;
  581. color: #666;
  582. font-weight: 600;
  583. }
  584. .privacy-text-actions {
  585. height: 32px;
  586. line-height: 2.46153846;
  587. padding-bottom: 6px;
  588. }
  589. .wp-privacy-policy-guide .policy-text h2 {
  590. margin: 1.2em 0 1em;
  591. padding: 0;
  592. }
  593. .suggested-policy-content {
  594. font-style: italic;
  595. }
  596. .privacy-text-section a.return-to-top {
  597. float: left;
  598. margin-left: -250px;
  599. margin-top: 6px;
  600. }
  601. .hide-privacy-policy-tutorial .privacy-policy-tutorial {
  602. visibility: hidden;
  603. }
  604. .wp-suggested-text p {
  605. font-style: italic;
  606. }
  607. .wp-suggested-text p.privacy-policy-tutorial {
  608. font-style: normal;
  609. }
  610. .notice.wp-pp-notice {
  611. margin: 15px 0 3px;
  612. }
  613. /*------------------------------------------------------------------------------
  614. 11.1 - Custom Fields
  615. ------------------------------------------------------------------------------*/
  616. #postcustomstuff thead th {
  617. padding: 5px 8px 8px;
  618. background-color: #f1f1f1;
  619. }
  620. #postcustom #postcustomstuff .submit {
  621. border: 0 none;
  622. float: none;
  623. padding: 0 8px 8px;
  624. }
  625. #side-sortables #postcustom #postcustomstuff .submit {
  626. margin: 0;
  627. padding: 0;
  628. }
  629. #side-sortables #postcustom #postcustomstuff #the-list textarea {
  630. height: 85px;
  631. }
  632. #side-sortables #postcustom #postcustomstuff td.left input,
  633. #side-sortables #postcustom #postcustomstuff td.left select,
  634. #side-sortables #postcustomstuff #newmetaleft a {
  635. margin: 3px 3px 0;
  636. }
  637. #postcustomstuff table {
  638. margin: 0;
  639. width: 100%;
  640. border: 1px solid #ddd;
  641. border-spacing: 0;
  642. background-color: #f9f9f9;
  643. }
  644. #postcustomstuff tr {
  645. vertical-align: top;
  646. }
  647. #postcustomstuff table input,
  648. #postcustomstuff table select,
  649. #postcustomstuff table textarea {
  650. width: 96%;
  651. margin: 8px;
  652. }
  653. #side-sortables #postcustomstuff table input,
  654. #side-sortables #postcustomstuff table select,
  655. #side-sortables #postcustomstuff table textarea {
  656. margin: 3px;
  657. }
  658. #postcustomstuff th.left,
  659. #postcustomstuff td.left {
  660. width: 38%;
  661. }
  662. #postcustomstuff .submit input {
  663. margin: 0;
  664. width: auto;
  665. }
  666. #postcustomstuff #newmetaleft a {
  667. display: inline-block;
  668. margin: 0 8px 8px;
  669. text-decoration: none;
  670. }
  671. .no-js #postcustomstuff #enternew {
  672. display: none;
  673. }
  674. #post-body-content .compat-attachment-fields {
  675. margin-bottom: 20px;
  676. }
  677. .compat-attachment-fields th {
  678. padding-top: 5px;
  679. padding-left: 10px;
  680. }
  681. /*------------------------------------------------------------------------------
  682. 11.3 - Featured Images
  683. ------------------------------------------------------------------------------*/
  684. #select-featured-image {
  685. padding: 4px 0;
  686. overflow: hidden;
  687. }
  688. #select-featured-image img {
  689. max-width: 100%;
  690. height: auto;
  691. margin-bottom: 10px;
  692. }
  693. #select-featured-image a {
  694. float: right;
  695. clear: both;
  696. }
  697. #select-featured-image .remove {
  698. display: none;
  699. margin-top: 10px;
  700. }
  701. .js #select-featured-image.has-featured-image .remove {
  702. display: inline-block;
  703. }
  704. .no-js #select-featured-image .choose {
  705. display: none;
  706. }
  707. /*------------------------------------------------------------------------------
  708. 11.4 - Post formats
  709. ------------------------------------------------------------------------------*/
  710. .post-format-icon::before {
  711. display: inline-block;
  712. vertical-align: middle;
  713. height: 20px;
  714. width: 20px;
  715. margin-top: -4px;
  716. margin-left: 7px;
  717. color: #ddd;
  718. font: normal 20px/1 dashicons;
  719. speak: none;
  720. -webkit-font-smoothing: antialiased;
  721. -moz-osx-font-smoothing: grayscale;
  722. }
  723. a.post-format-icon:hover:before {
  724. color: #00a0d2;
  725. }
  726. #post-formats-select {
  727. line-height: 2;
  728. }
  729. #post-formats-select .post-format-icon::before {
  730. top: 5px;
  731. }
  732. input.post-format {
  733. margin-top: 1px;
  734. }
  735. label.post-format-icon {
  736. margin-right: 0;
  737. padding: 2px 0;
  738. }
  739. .post-format-icon.post-format-standard::before {
  740. content: "\f109";
  741. }
  742. .post-format-icon.post-format-image::before {
  743. content: "\f128";
  744. }
  745. .post-format-icon.post-format-gallery::before {
  746. content: "\f161";
  747. }
  748. .post-format-icon.post-format-audio::before {
  749. content: "\f127";
  750. }
  751. .post-format-icon.post-format-video::before {
  752. content: "\f126";
  753. }
  754. .post-format-icon.post-format-chat::before {
  755. content: "\f125";
  756. }
  757. .post-format-icon.post-format-status::before {
  758. content: "\f130";
  759. }
  760. .post-format-icon.post-format-aside::before {
  761. content: "\f123";
  762. }
  763. .post-format-icon.post-format-quote::before {
  764. content: "\f122";
  765. }
  766. .post-format-icon.post-format-link::before {
  767. content: "\f103";
  768. }
  769. /*------------------------------------------------------------------------------
  770. 12.0 - Categories
  771. ------------------------------------------------------------------------------*/
  772. .category-adder {
  773. margin-right: 120px;
  774. padding: 4px 0;
  775. }
  776. .category-adder h4 {
  777. margin: 0 0 8px;
  778. }
  779. #side-sortables .category-adder {
  780. margin: 0;
  781. }
  782. .wp-tab-panel,
  783. .categorydiv div.tabs-panel,
  784. .customlinkdiv div.tabs-panel,
  785. .posttypediv div.tabs-panel,
  786. .taxonomydiv div.tabs-panel {
  787. min-height: 42px;
  788. max-height: 200px;
  789. overflow: auto;
  790. padding: 0 0.9em;
  791. border: solid 1px #ddd;
  792. background-color: #fdfdfd;
  793. }
  794. div.tabs-panel-active {
  795. display: block;
  796. }
  797. div.tabs-panel-inactive {
  798. display: none;
  799. }
  800. #front-page-warning,
  801. #front-static-pages ul,
  802. ul.export-filters,
  803. .inline-editor ul.cat-checklist ul,
  804. .categorydiv ul.categorychecklist ul,
  805. .customlinkdiv ul.categorychecklist ul,
  806. .posttypediv ul.categorychecklist ul,
  807. .taxonomydiv ul.categorychecklist ul {
  808. margin-right: 18px;
  809. }
  810. ul.categorychecklist li {
  811. margin: 0;
  812. padding: 0;
  813. line-height: 1.69230769;
  814. word-wrap: break-word;
  815. }
  816. .categorydiv .tabs-panel,
  817. .customlinkdiv .tabs-panel,
  818. .posttypediv .tabs-panel,
  819. .taxonomydiv .tabs-panel {
  820. border-width: 3px;
  821. border-style: solid;
  822. }
  823. .form-wrap label {
  824. display: block;
  825. padding: 2px 0;
  826. }
  827. .form-field input[type="text"],
  828. .form-field input[type="password"],
  829. .form-field input[type="email"],
  830. .form-field input[type="number"],
  831. .form-field input[type="search"],
  832. .form-field input[type="tel"],
  833. .form-field input[type="url"],
  834. .form-field textarea {
  835. border-style: solid;
  836. border-width: 1px;
  837. width: 95%;
  838. }
  839. .form-field select,
  840. .form-field p {
  841. max-width: 95%;
  842. }
  843. p.description,
  844. .form-wrap p {
  845. margin: 2px 0 5px;
  846. color: #666;
  847. }
  848. p.help,
  849. p.description,
  850. span.description,
  851. .form-wrap p {
  852. font-size: 13px;
  853. font-style: italic;
  854. }
  855. p.description code {
  856. font-style: normal;
  857. }
  858. .form-wrap .form-field {
  859. margin: 1em 0;
  860. padding: 0;
  861. }
  862. .col-wrap h2 {
  863. margin: 12px 0;
  864. font-size: 1.1em;
  865. }
  866. .col-wrap p.submit {
  867. margin-top: -10px;
  868. }
  869. .edit-term-notes {
  870. margin-top: 2em;
  871. }
  872. /*------------------------------------------------------------------------------
  873. 13.0 - Tags
  874. ------------------------------------------------------------------------------*/
  875. #poststuff .tagsdiv .ajaxtag {
  876. margin-top: 1em;
  877. }
  878. #poststuff .tagsdiv .howto {
  879. margin: 1em 0 6px 0;
  880. }
  881. .ajaxtag .newtag {
  882. position: relative;
  883. }
  884. .tagsdiv .newtag {
  885. width: 180px;
  886. }
  887. .tagsdiv .the-tags {
  888. display: block;
  889. height: 60px;
  890. margin: 0 auto;
  891. overflow: auto;
  892. width: 260px;
  893. }
  894. #post-body-content .tagsdiv .the-tags {
  895. margin: 0 5px;
  896. }
  897. p.popular-tags {
  898. border: none;
  899. line-height: 2em;
  900. padding: 8px 12px 12px;
  901. text-align: justify;
  902. }
  903. p.popular-tags a {
  904. padding: 0 3px;
  905. }
  906. .tagcloud {
  907. width: 97%;
  908. margin: 0 0 40px;
  909. text-align: justify;
  910. }
  911. .tagcloud h2 {
  912. margin: 2px 0 12px;
  913. }
  914. #poststuff .inside .the-tagcloud {
  915. margin: 5px 0 10px;
  916. padding: 8px;
  917. border: 1px solid #ddd;
  918. line-height: 1.8;
  919. word-spacing: 3px;
  920. }
  921. .the-tagcloud ul {
  922. margin: 0;
  923. }
  924. .the-tagcloud ul li {
  925. display: inline-block;
  926. }
  927. /* Suggest.js autocomplete, no more used by core. */
  928. .ac_results {
  929. display: none;
  930. margin: -1px 0 0;
  931. padding: 0;
  932. list-style: none;
  933. position: absolute;
  934. z-index: 10000;
  935. border: 1px solid #5b9dd9;
  936. background-color: #fff;
  937. }
  938. .wp-customizer .ac_results {
  939. z-index: 500000;
  940. }
  941. .ac_results li {
  942. margin: 0;
  943. padding: 5px 10px;
  944. white-space: nowrap;
  945. text-align: right;
  946. }
  947. .ac_results .ac_over,
  948. .ac_over .ac_match {
  949. background-color: #0073aa;
  950. color: #fff;
  951. cursor: pointer;
  952. }
  953. .ac_match {
  954. text-decoration: underline;
  955. }
  956. #addtag .spinner {
  957. float: none;
  958. vertical-align: top;
  959. }
  960. #edittag {
  961. max-width: 800px;
  962. }
  963. .edit-tag-actions {
  964. margin-top: 20px;
  965. }
  966. /* Comments */
  967. .comment-php .wp-editor-area {
  968. height: 200px;
  969. }
  970. .comment-ays th,
  971. .comment-ays td {
  972. padding: 10px 15px;
  973. }
  974. .comment-ays .comment-content ul {
  975. list-style: initial;
  976. margin-right: 2em;
  977. }
  978. .comment-ays .comment-content a[href]:after {
  979. content: "(" attr( href ) ")";
  980. display: inline-block;
  981. padding: 0 4px;
  982. color: #72777C;
  983. font-size: 13px;
  984. word-break: break-all;
  985. }
  986. .comment-ays .comment-content p.edit-comment {
  987. margin-top: 10px;
  988. }
  989. .comment-ays .comment-content p.edit-comment a[href]:after {
  990. content: "";
  991. padding: 0;
  992. }
  993. .comment-ays-submit .button-cancel {
  994. margin-right: 1em;
  995. }
  996. .trash-undo-inside,
  997. .spam-undo-inside {
  998. margin: 1px 0 1px 8px;
  999. line-height: 1.23076923;
  1000. }
  1001. .spam-undo-inside .avatar,
  1002. .trash-undo-inside .avatar {
  1003. height: 20px;
  1004. width: 20px;
  1005. margin-left: 8px;
  1006. vertical-align: middle;
  1007. }
  1008. .stuffbox .editcomment {
  1009. clear: none;
  1010. margin-top: 0;
  1011. }
  1012. #namediv.stuffbox .editcomment input {
  1013. width: 100%;
  1014. }
  1015. #namediv.stuffbox .editcomment.form-table td {
  1016. padding: 10px;
  1017. }
  1018. #comment-status-radio p {
  1019. margin: 3px 0 5px;
  1020. }
  1021. #comment-status-radio input {
  1022. margin: 2px 0 5px 3px;
  1023. vertical-align: middle;
  1024. }
  1025. #comment-status-radio label {
  1026. padding: 5px 0;
  1027. }
  1028. /* links tables */
  1029. table.links-table {
  1030. width: 100%;
  1031. border-spacing: 0;
  1032. }
  1033. .links-table th {
  1034. font-weight: 400;
  1035. text-align: right;
  1036. vertical-align: top;
  1037. min-width: 80px;
  1038. width: 20%;
  1039. word-wrap: break-word;
  1040. }
  1041. .links-table th,
  1042. .links-table td {
  1043. padding: 5px 0;
  1044. }
  1045. .links-table td label {
  1046. margin-left: 8px;
  1047. }
  1048. .links-table td input[type="text"],
  1049. .links-table td textarea {
  1050. width: 100%;
  1051. }
  1052. .links-table #link_rel {
  1053. max-width: 280px;
  1054. }
  1055. /* DFW 2
  1056. -------------------------------------------------------------- */
  1057. #qt_content_dfw {
  1058. display: none;
  1059. }
  1060. .wp-editor-expand #qt_content_dfw {
  1061. display: inline-block;
  1062. }
  1063. .focus-on .wrap > h1,
  1064. .focus-on .page-title-action,
  1065. .focus-on #wpfooter,
  1066. .focus-on .postbox-container > *,
  1067. .focus-on div.updated,
  1068. .focus-on div.error,
  1069. .focus-on div.notice,
  1070. .focus-on .update-nag,
  1071. .focus-on #wp-toolbar,
  1072. .focus-on #screen-meta-links,
  1073. .focus-on #screen-meta {
  1074. opacity: 0;
  1075. transition-duration: 0.6s;
  1076. transition-property: opacity;
  1077. transition-timing-function: ease-in-out;
  1078. }
  1079. .focus-on #wp-toolbar {
  1080. opacity: 0.3;
  1081. }
  1082. .focus-off .wrap > h1,
  1083. .focus-off .page-title-action,
  1084. .focus-off #wpfooter,
  1085. .focus-off .postbox-container > *,
  1086. .focus-off div.updated,
  1087. .focus-off div.error,
  1088. .focus-off div.notice,
  1089. .focus-off .update-nag,
  1090. .focus-off #wp-toolbar,
  1091. .focus-off #screen-meta-links,
  1092. .focus-off #screen-meta {
  1093. opacity: 1;
  1094. transition-duration: 0.2s;
  1095. transition-property: opacity;
  1096. transition-timing-function: ease-in-out;
  1097. }
  1098. .focus-off #wp-toolbar {
  1099. -webkit-transform: translate(0, 0);
  1100. }
  1101. .focus-on #adminmenuback,
  1102. .focus-on #adminmenuwrap {
  1103. transition-duration: 0.6s;
  1104. transition-property: transform;
  1105. transition-timing-function: ease-in-out;
  1106. }
  1107. .focus-on #adminmenuback,
  1108. .focus-on #adminmenuwrap {
  1109. transform: translateX( 100% );
  1110. }
  1111. .focus-off #adminmenuback,
  1112. .focus-off #adminmenuwrap {
  1113. transform: translateX( 0 );
  1114. transition-duration: 0.2s;
  1115. transition-property: transform;
  1116. transition-timing-function: ease-in-out;
  1117. }
  1118. /* =Media Queries
  1119. -------------------------------------------------------------- */
  1120. /**
  1121. * HiDPI Displays
  1122. */
  1123. @media print,
  1124. (-webkit-min-device-pixel-ratio: 1.25),
  1125. (min-resolution: 120dpi) {
  1126. #content-resize-handle,
  1127. #post-body .wp_themeSkin .mceStatusbar a.mceResize {
  1128. background: transparent url(../images/resize-2x.gif) no-repeat scroll left bottom;
  1129. background-size: 11px 11px;
  1130. }
  1131. /*rtl:ignore*/
  1132. .rtl #content-resize-handle,
  1133. .rtl #post-body .wp_themeSkin .mceStatusbar a.mceResize {
  1134. background-image: url(../images/resize-rtl-2x.gif);
  1135. background-position: left bottom;
  1136. }
  1137. }
  1138. /* one column on the post write/edit screen */
  1139. @media only screen and (max-width: 850px) {
  1140. #poststuff {
  1141. min-width: 0;
  1142. }
  1143. #wpbody-content #poststuff #post-body {
  1144. margin: 0;
  1145. }
  1146. #wpbody-content #post-body.columns-2 #postbox-container-1 {
  1147. margin-left: 0;
  1148. width: 100%;
  1149. }
  1150. #poststuff #postbox-container-1 .empty-container,
  1151. #poststuff #postbox-container-1 #side-sortables:empty {
  1152. border: 0 none;
  1153. height: 0;
  1154. min-height: 0;
  1155. }
  1156. #poststuff #post-body.columns-2 #side-sortables {
  1157. min-height: 0;
  1158. width: auto;
  1159. }
  1160. /* hide the radio buttons for column prefs */
  1161. .screen-layout,
  1162. .columns-prefs {
  1163. display: none;
  1164. }
  1165. }
  1166. @media screen and (max-width: 782px) {
  1167. .wp-core-ui .edit-tag-actions .button-primary {
  1168. margin-bottom: 0;
  1169. }
  1170. #post-body-content {
  1171. min-width: 0;
  1172. }
  1173. #titlediv #title-prompt-text {
  1174. padding: 10px 10px;
  1175. }
  1176. #poststuff .stuffbox .inside {
  1177. padding: 0 0 4px 2px;
  1178. }
  1179. #poststuff h3.hndle, /* Back-compat for pre-4.4 */
  1180. #poststuff .stuffbox > h3, /* Back-compat for pre-4.4 */
  1181. #poststuff h2 {
  1182. padding: 12px;
  1183. }
  1184. #namediv.stuffbox .editcomment.form-table td {
  1185. padding: 5px 10px;
  1186. }
  1187. .post-format-options {
  1188. padding-left: 0;
  1189. }
  1190. .post-format-options a {
  1191. margin-left: 5px;
  1192. margin-bottom: 5px;
  1193. min-width: 52px;
  1194. }
  1195. .post-format-options .post-format-title {
  1196. font-size: 11px;
  1197. }
  1198. .post-format-options a div {
  1199. height: 28px;
  1200. width: 28px;
  1201. }
  1202. .post-format-options a div:before {
  1203. font-size: 26px !important;
  1204. }
  1205. /* Publish Metabox Options */
  1206. #post-visibility-select {
  1207. line-height: 280%;
  1208. }
  1209. .wp-core-ui .save-post-visibility,
  1210. .wp-core-ui .save-timestamp {
  1211. vertical-align: middle;
  1212. margin-left: 15px;
  1213. }
  1214. .timestamp-wrap select#mm {
  1215. display: block;
  1216. width: 100%;
  1217. margin-bottom: 10px;
  1218. }
  1219. .timestamp-wrap #jj,
  1220. .timestamp-wrap #aa,
  1221. .timestamp-wrap #hh,
  1222. .timestamp-wrap #mn {
  1223. padding: 12px 3px;
  1224. font-size: 14px;
  1225. margin-bottom: 5px;
  1226. width: auto;
  1227. text-align: center;
  1228. }
  1229. /* Categories Metabox */
  1230. ul.category-tabs {
  1231. margin: 30px 0 15px;
  1232. }
  1233. ul.category-tabs li.tabs {
  1234. padding: 15px;
  1235. }
  1236. ul.categorychecklist li {
  1237. margin-bottom: 15px;
  1238. }
  1239. ul.categorychecklist ul {
  1240. margin-top: 15px;
  1241. }
  1242. .category-add input[type=text],
  1243. .category-add select {
  1244. max-width: none;
  1245. margin-bottom: 15px;
  1246. }
  1247. /* Tags Metabox */
  1248. .tagsdiv .newtag {
  1249. width: 100%;
  1250. height: auto;
  1251. margin-bottom: 15px;
  1252. }
  1253. .tagchecklist {
  1254. margin: 25px 10px;
  1255. }
  1256. .tagchecklist > li {
  1257. font-size: 16px;
  1258. line-height: 1.4;
  1259. }
  1260. /* Discussion */
  1261. #commentstatusdiv p {
  1262. line-height: 2.8;
  1263. }
  1264. /* TinyMCE Adjustments */
  1265. .mceToolbar * {
  1266. white-space: normal !important;
  1267. }
  1268. .mceToolbar tr,
  1269. .mceToolbar td {
  1270. float: right !important;
  1271. }
  1272. .wp_themeSkin a.mceButton {
  1273. width: 30px;
  1274. height: 30px;
  1275. }
  1276. .wp_themeSkin .mceButton .mceIcon {
  1277. margin-top: 5px;
  1278. margin-right: 5px;
  1279. }
  1280. .wp_themeSkin .mceSplitButton {
  1281. margin-top: 1px;
  1282. }
  1283. .wp_themeSkin .mceSplitButton td a.mceAction {
  1284. padding-top: 6px;
  1285. padding-bottom: 6px;
  1286. padding-right: 6px;
  1287. padding-left: 3px;
  1288. }
  1289. .wp_themeSkin .mceSplitButton td a.mceOpen,
  1290. .wp_themeSkin .mceSplitButtonEnabled:hover td a.mceOpen {
  1291. padding-top: 6px;
  1292. padding-bottom: 6px;
  1293. background-position: 1px 6px;
  1294. }
  1295. .wp_themeSkin table.mceListBox {
  1296. margin: 5px;
  1297. }
  1298. div.quicktags-toolbar input {
  1299. padding: 10px 20px;
  1300. }
  1301. button.wp-switch-editor {
  1302. font-size: 16px;
  1303. line-height: 1;
  1304. margin: 7px 7px 0 0;
  1305. padding: 8px 12px;
  1306. }
  1307. #wp-content-media-buttons a {
  1308. font-size: 14px;
  1309. padding: 6px 10px;
  1310. }
  1311. .wp-media-buttons span.wp-media-buttons-icon,
  1312. .wp-media-buttons span.jetpack-contact-form-icon {
  1313. width: 22px !important;
  1314. margin-right: -2px !important;
  1315. }
  1316. .wp-media-buttons .add_media span.wp-media-buttons-icon:before,
  1317. .wp-media-buttons #insert-jetpack-contact-form span.jetpack-contact-form-icon:before {
  1318. font-size: 20px !important;
  1319. }
  1320. #content_wp_fullscreen {
  1321. display: none;
  1322. }
  1323. .misc-pub-section {
  1324. padding: 20px 10px 20px;
  1325. }
  1326. .misc-pub-section > a {
  1327. float: left;
  1328. font-size: 16px;
  1329. }
  1330. #delete-action,
  1331. #publishing-action {
  1332. line-height: 3.61538461;
  1333. }
  1334. #publishing-action .spinner {
  1335. float: none;
  1336. margin-top: -2px; /* Half of the Publish button's bottom margin. */
  1337. }
  1338. /* Moderate Comment */
  1339. .comment-ays th,
  1340. .comment-ays td {
  1341. padding-bottom: 0;
  1342. }
  1343. .comment-ays td {
  1344. padding-top: 6px;
  1345. }
  1346. /* Links */
  1347. .links-table #link_rel {
  1348. max-width: none;
  1349. }
  1350. .links-table th,
  1351. .links-table td {
  1352. padding: 10px 0;
  1353. }
  1354. .privacy-text-box {
  1355. width: auto;
  1356. }
  1357. .privacy-text-box-toc {
  1358. float: none;
  1359. width: auto;
  1360. height: 100%;
  1361. }
  1362. .privacy-text-section a.return-to-top {
  1363. float: none;
  1364. margin: 0;
  1365. }
  1366. }