deprecated-media.css 6.2 KB

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