deprecated-media-rtl.css 6.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431
  1. /*! This file is auto-generated */
  2. /* Styles for the media library iframe (not used on the Library screen) */
  3. div#media-upload-header {
  4. margin: 0;
  5. padding: 5px 5px 0;
  6. font-weight: 600;
  7. position: relative;
  8. border-bottom: 1px solid #dcdcde;
  9. background: #f6f7f7;
  10. }
  11. #sidemenu {
  12. overflow: hidden;
  13. float: none;
  14. position: relative;
  15. right: 0;
  16. bottom: -1px;
  17. margin: 0 5px;
  18. padding-right: 10px;
  19. list-style: none;
  20. font-size: 12px;
  21. font-weight: 400;
  22. }
  23. #sidemenu a {
  24. padding: 0 7px;
  25. display: block;
  26. float: right;
  27. line-height: 28px;
  28. border-top: 1px solid #f6f7f7;
  29. border-bottom: 1px solid #dcdcde;
  30. background-color: #f6f7f7;
  31. text-decoration: none;
  32. transition: none;
  33. }
  34. #sidemenu li {
  35. display: inline;
  36. line-height: 200%;
  37. list-style: none;
  38. text-align: center;
  39. white-space: nowrap;
  40. margin: 0;
  41. padding: 0;
  42. }
  43. #sidemenu a.current {
  44. font-weight: 400;
  45. padding-right: 6px;
  46. padding-left: 6px;
  47. border: 1px solid #dcdcde;
  48. border-bottom-color: #f0f0f1;
  49. background-color: #f0f0f1;
  50. color: #000;
  51. }
  52. #media-upload:after { /* clearfix */
  53. content: "";
  54. display: table;
  55. clear: both;
  56. }
  57. #media-upload .slidetoggle {
  58. border-top-color: #dcdcde;
  59. }
  60. #media-upload input[type="radio"] {
  61. padding: 0;
  62. }
  63. .media-upload-form label.form-help,
  64. td.help {
  65. color: #646970;
  66. }
  67. form {
  68. margin: 1em;
  69. }
  70. #search-filter {
  71. text-align: left;
  72. }
  73. th {
  74. position: relative;
  75. }
  76. .media-upload-form label.form-help, td.help {
  77. font-family: sans-serif;
  78. font-style: italic;
  79. font-weight: 400;
  80. }
  81. .media-upload-form p.help {
  82. margin: 0;
  83. padding: 0;
  84. }
  85. .media-upload-form fieldset {
  86. width: 100%;
  87. border: none;
  88. text-align: justify;
  89. margin: 0 0 1em;
  90. padding: 0;
  91. }
  92. /* specific to the image upload form */
  93. .image-align-none-label {
  94. background: url(../images/align-none.png) no-repeat center right;
  95. }
  96. .image-align-left-label {
  97. background: url(../images/align-left.png) no-repeat center right;
  98. }
  99. .image-align-center-label {
  100. background: url(../images/align-center.png) no-repeat center right;
  101. }
  102. .image-align-right-label {
  103. background: url(../images/align-right.png) no-repeat center right;
  104. }
  105. tr.image-size td {
  106. width: 460px;
  107. }
  108. tr.image-size div.image-size-item {
  109. margin: 0 0 5px;
  110. }
  111. #library-form .progress,
  112. #gallery-form .progress,
  113. .insert-gallery,
  114. .describe.startopen,
  115. .describe.startclosed {
  116. display: none;
  117. }
  118. .media-item .thumbnail {
  119. max-width: 128px;
  120. max-height: 128px;
  121. }
  122. thead.media-item-info tr {
  123. background-color: transparent;
  124. }
  125. .form-table thead.media-item-info {
  126. border: 8px solid #fff;
  127. }
  128. abbr.required,
  129. span.required {
  130. text-decoration: none;
  131. border: none;
  132. }
  133. .describe label {
  134. display: inline;
  135. }
  136. .describe td.error {
  137. padding: 2px 8px;
  138. }
  139. .describe td.A1 {
  140. width: 132px;
  141. }
  142. .describe input[type="text"],
  143. .describe textarea {
  144. width: 460px;
  145. border-width: 1px;
  146. border-style: solid;
  147. }
  148. /* Specific to Uploader */
  149. #media-upload p.ml-submit {
  150. padding: 1em 0;
  151. }
  152. #media-upload p.help,
  153. #media-upload label.help {
  154. font-family: sans-serif;
  155. font-style: italic;
  156. font-weight: 400;
  157. }
  158. #media-upload .ui-sortable .media-item {
  159. cursor: move;
  160. }
  161. #media-upload tr.image-size {
  162. margin-bottom: 1em;
  163. height: 3em;
  164. }
  165. #media-upload #filter {
  166. width: 623px;
  167. }
  168. #media-upload #filter .subsubsub {
  169. margin: 8px 0;
  170. }
  171. #media-upload .tablenav-pages a,
  172. #media-upload .tablenav-pages .current {
  173. display: inline-block;
  174. padding: 4px 5px 6px;
  175. font-size: 16px;
  176. line-height: 1;
  177. text-align: center;
  178. text-decoration: none;
  179. }
  180. #media-upload .tablenav-pages a {
  181. min-width: 17px;
  182. border: 1px solid #c3c4c7;
  183. background: #f6f7f7;
  184. }
  185. #filter .tablenav select {
  186. border-style: solid;
  187. border-width: 1px;
  188. padding: 2px;
  189. vertical-align: top;
  190. width: auto;
  191. }
  192. #media-upload .del-attachment {
  193. display: none;
  194. margin: 5px 0;
  195. }
  196. .menu_order {
  197. float: left;
  198. font-size: 11px;
  199. margin: 8px 10px 0;
  200. }
  201. .menu_order_input {
  202. border: 1px solid #dcdcde;
  203. font-size: 10px;
  204. padding: 1px;
  205. width: 23px;
  206. }
  207. .ui-sortable-helper {
  208. background-color: #fff;
  209. border: 1px solid #a7aaad;
  210. opacity: 0.6;
  211. filter: alpha(opacity=60);
  212. }
  213. #media-upload th.order-head {
  214. width: 20%;
  215. text-align: center;
  216. }
  217. #media-upload th.actions-head {
  218. width: 25%;
  219. text-align: center;
  220. }
  221. #media-upload a.wp-post-thumbnail {
  222. margin: 0 20px;
  223. }
  224. #media-upload .widefat {
  225. border-style: solid solid none;
  226. }
  227. .sorthelper {
  228. height: 37px;
  229. width: 623px;
  230. display: block;
  231. }
  232. #gallery-settings th.label {
  233. width: 160px;
  234. }
  235. #gallery-settings #basic th.label {
  236. padding: 5px 0 5px 5px;
  237. }
  238. #gallery-settings .title {
  239. clear: both;
  240. padding: 0 0 3px;
  241. font-size: 1.6em;
  242. border-bottom: 1px solid #dcdcde;
  243. }
  244. h3.media-title {
  245. font-size: 1.6em;
  246. }
  247. h4.media-sub-title {
  248. border-bottom: 1px solid #dcdcde;
  249. font-size: 1.3em;
  250. margin: 12px;
  251. padding: 0 0 3px;
  252. }
  253. #gallery-settings .title,
  254. h3.media-title,
  255. h4.media-sub-title {
  256. font-family: Georgia,"Times New Roman",Times,serif;
  257. font-weight: 400;
  258. color: #50575e;
  259. }
  260. #gallery-settings .describe td {
  261. vertical-align: middle;
  262. height: 3em;
  263. }
  264. #gallery-settings .describe th.label {
  265. padding-top: .5em;
  266. text-align: right;
  267. }
  268. #gallery-settings .describe {
  269. padding: 5px;
  270. width: 100%;
  271. clear: both;
  272. cursor: default;
  273. background: #fff;
  274. }
  275. #gallery-settings .describe select {
  276. width: 15em;
  277. }
  278. #gallery-settings .describe select option,
  279. #gallery-settings .describe td {
  280. padding: 0;
  281. }
  282. #gallery-settings label,
  283. #gallery-settings legend {
  284. font-size: 13px;
  285. color: #3c434a;
  286. margin-left: 15px;
  287. }
  288. #gallery-settings .align .field label {
  289. margin: 0 3px 0 1em;
  290. }
  291. #gallery-settings p.ml-submit {
  292. border-top: 1px solid #dcdcde;
  293. }
  294. #gallery-settings select#columns {
  295. width: 6em;
  296. }
  297. #sort-buttons {
  298. font-size: 0.8em;
  299. margin: 3px 0 -8px 25px;
  300. text-align: left;
  301. max-width: 625px;
  302. }
  303. #sort-buttons a {
  304. text-decoration: none;
  305. }
  306. #sort-buttons #asc,
  307. #sort-buttons #showall {
  308. padding-right: 5px;
  309. }
  310. #sort-buttons span {
  311. margin-left: 25px;
  312. }
  313. p.media-types {
  314. margin: 0;
  315. padding: 1em;
  316. }
  317. p.media-types-required-info {
  318. padding-top: 0;
  319. }
  320. tr.not-image {
  321. display: none;
  322. }
  323. table.not-image tr.not-image {
  324. display: table-row;
  325. }
  326. table.not-image tr.image-only {
  327. display: none;
  328. }
  329. /**
  330. * HiDPI Displays
  331. */
  332. @media print,
  333. (-webkit-min-device-pixel-ratio: 1.25),
  334. (min-resolution: 120dpi) {
  335. .image-align-none-label {
  336. background-image: url(../images/align-none-2x.png?ver=20120916);
  337. background-size: 21px 15px;
  338. }
  339. .image-align-left-label {
  340. background-image: url(../images/align-left-2x.png?ver=20120916);
  341. background-size: 22px 15px;
  342. }
  343. .image-align-center-label {
  344. background-image: url(../images/align-center-2x.png?ver=20120916);
  345. background-size: 21px 15px;
  346. }
  347. .image-align-right-label {
  348. background-image: url(../images/align-right-2x.png?ver=20120916);
  349. background-size: 22px 15px;
  350. }
  351. }