edit-rtl.css 28 KB

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