PageRenderTime 39ms CodeModel.GetById 4ms RepoModel.GetById 0ms app.codeStats 1ms

/core/css/wp-admin.dev.css

http://buddypress-media.googlecode.com/
CSS | 817 lines | 667 code | 145 blank | 5 comment | 0 complexity | d6bef43f533188f0179fa6f8536aa9b8 MD5 | raw file
Possible License(s): AGPL-1.0, Apache-2.0, GPL-2.0, LGPL-2.1
  1. /* Media library */
  2. #wpbody-content #media-items .describe {
  3. border-collapse: collapse;
  4. width: 100%;
  5. border-top-style: solid;
  6. border-top-width: 1px;
  7. clear: both;
  8. cursor: default;
  9. padding: 5px;
  10. }
  11. #wpbody-content .describe th {
  12. vertical-align: top;
  13. text-align: left;
  14. padding: 10px;
  15. width: 140px;
  16. }
  17. #wpbody-content .describe .media-item-info tr {
  18. background-color: transparent;
  19. }
  20. #wpbody-content .describe .media-item-info td {
  21. padding: 4px 10px 0;
  22. }
  23. .describe .media-item-info .A1B1 {
  24. padding: 0 15px 8px 0;
  25. }
  26. #wpbody-content .filename {
  27. padding: 0 10px;
  28. }
  29. #wpbody-content .media-item .thumbnail {
  30. max-height: 128px;
  31. max-width: 128px;
  32. }
  33. #wpbody-content #async-upload-wrap a {
  34. display: none;
  35. }
  36. .media-upload-form td label {
  37. margin-right: 6px;
  38. margin-left: 2px;
  39. }
  40. .media-upload-form .align .field label {
  41. display: inline;
  42. padding: 0 0 0 22px;
  43. margin: 0 1em 0 0;
  44. font-weight: bold;
  45. }
  46. .media-upload-form tr.image-size label {
  47. margin: 0 0 0 3px;
  48. font-weight: bold;
  49. }
  50. .media-upload-form th.label label {
  51. font-weight: bold;
  52. margin: 0.5em;
  53. font-size: 13px;
  54. }
  55. .media-upload-form th.label label span {
  56. padding: 0 5px;
  57. }
  58. abbr.required {
  59. border: medium none;
  60. text-decoration: none;
  61. }
  62. #wpbody-content .describe input[type="text"],
  63. #wpbody-content .describe textarea {
  64. width: 460px;
  65. }
  66. #wpbody-content .describe p.help {
  67. margin: 0;
  68. padding: 0 0 0 5px;
  69. }
  70. .status-field{
  71. display: block;
  72. line-height: 36px;
  73. float: right;
  74. margin-right: 20px;
  75. }
  76. #wpbody-content .media-item {
  77. border-bottom-style: solid;
  78. border-bottom-width: 1px;
  79. min-height: 36px;
  80. position: relative;
  81. width: 100%;
  82. }
  83. #wpbody-content .media-single .media-item {
  84. border-bottom-style: none;
  85. border-bottom-width: 0;
  86. }
  87. #wpbody-content #media-items {
  88. border-style: solid solid none;
  89. border-width: 1px;
  90. width: 670px;
  91. }
  92. #wpbody-content #media-items .filename {
  93. line-height: 36px;
  94. overflow: hidden;
  95. }
  96. .media-item .pinkynail {
  97. float: left;
  98. margin: 2px;
  99. max-width: 40px;
  100. max-height: 32px;
  101. }
  102. .media-item .startopen,
  103. .media-item .startclosed {
  104. display: none;
  105. }
  106. .media-item .original {
  107. position: relative;
  108. height: 34px;
  109. text-align: center;
  110. }
  111. .media-item .percent {
  112. font-weight: bold;
  113. }
  114. .crunching {
  115. display: block;
  116. line-height: 32px;
  117. text-align: right;
  118. margin-right: 5px;
  119. }
  120. button.dismiss {
  121. position: absolute;
  122. top: 7px;
  123. right: 5px;
  124. z-index: 4;
  125. width: 8em;
  126. }
  127. .file-error {
  128. float: left;
  129. font-weight: bold;
  130. padding: 10px;
  131. }
  132. .progress {
  133. position: relative;
  134. margin-bottom: -36px;
  135. height: 36px;
  136. }
  137. .bar {
  138. width: 0;
  139. height: 100%;
  140. border-right-width: 3px;
  141. border-right-style: solid;
  142. }
  143. .upload-php .fixed .column-parent {
  144. width: 25%;
  145. }
  146. /* find posts */
  147. .find-box {
  148. width: 500px;
  149. height: 300px;
  150. overflow: hidden;
  151. padding: 33px 5px 40px;
  152. position: absolute;
  153. z-index: 1000;
  154. }
  155. .find-box-head {
  156. cursor: move;
  157. font-weight: bold;
  158. height: 2em;
  159. line-height: 2em;
  160. padding: 1px 12px;
  161. position: absolute;
  162. top: 5px;
  163. width: 100%;
  164. }
  165. .find-box-inside {
  166. overflow: auto;
  167. width: 100%;
  168. height: 100%;
  169. }
  170. .find-box-search {
  171. padding: 12px;
  172. border-width: 1px;
  173. border-style: none none solid;
  174. }
  175. #find-posts-response {
  176. margin: 8px 0;
  177. padding: 0 1px;
  178. }
  179. #find-posts-response table {
  180. width: 100%;
  181. }
  182. #find-posts-response .found-radio {
  183. padding: 5px 0 0 8px;
  184. width: 15px;
  185. }
  186. .find-box-buttons {
  187. width: 480px;
  188. margin: 8px;
  189. }
  190. .find-box-search label {
  191. padding-right: 6px;
  192. }
  193. .find-box #resize-se {
  194. position: absolute;
  195. right: 1px;
  196. bottom: 1px;
  197. }
  198. /* favorite-actions */
  199. #favorite-actions {
  200. float: right;
  201. margin: 11px 12px 0;
  202. min-width: 130px;
  203. position: relative;
  204. }
  205. #favorite-first {
  206. -moz-border-radius: 12px;
  207. -khtml-border-radius: 12px;
  208. -webkit-border-radius: 12px;
  209. border-radius: 12px;
  210. line-height: 15px;
  211. padding: 3px 30px 4px 12px;
  212. border-width: 1px;
  213. border-style: solid;
  214. }
  215. #favorite-inside {
  216. margin: 0 0 0 0px;
  217. padding: 0 1px 6px 1px;
  218. border-width: 1px;
  219. border-style: solid;
  220. position: absolute;
  221. z-index: 11;
  222. display: none;
  223. -moz-border-radius: 0 0 12px 12px;
  224. -webkit-border-bottom-right-radius: 12px;
  225. -webkit-border-bottom-left-radius: 12px;
  226. -khtml-border-bottom-right-radius: 12px;
  227. -khtml-border-bottom-left-radius: 12px;
  228. border-bottom-right-radius: 12px;
  229. border-bottom-left-radius: 12px;
  230. }
  231. #favorite-actions a {
  232. display: block;
  233. text-decoration: none;
  234. font-size: 11px;
  235. }
  236. #favorite-inside a {
  237. padding: 3px 5px 3px 10px;
  238. }
  239. #favorite-toggle {
  240. height: 22px;
  241. position: absolute;
  242. right: 0;
  243. top: 1px;
  244. width: 28px;
  245. }
  246. #favorite-actions .slide-down {
  247. -moz-border-radius: 12px 12px 0 0;
  248. -webkit-border-bottom-right-radius: 0;
  249. -webkit-border-bottom-left-radius: 0;
  250. -khtml-border-bottom-right-radius: 0;
  251. -khtml-border-bottom-left-radius: 0;
  252. border-bottom-right-radius: 0;
  253. border-bottom-left-radius: 0;
  254. border-bottom-width: 1px;
  255. border-bottom-style: solid;
  256. }
  257. #utc-time, #local-time {
  258. padding-left: 25px;
  259. font-style: italic;
  260. font-family: "Lucida Grande", Verdana, Arial, "Bitstream Vera Sans", sans-serif;
  261. }
  262. ul#dismissed-updates {
  263. display: none;
  264. }
  265. form.upgrade {
  266. margin-top: 8px;
  267. }
  268. form.upgrade .hint {
  269. font-style: italic;
  270. font-size: 85%;
  271. margin: -0.5em 0 2em 0;
  272. }
  273. #poststuff .inside .the-tagcloud {
  274. margin: 5px 0 10px;
  275. padding: 8px;
  276. border-width: 1px;
  277. border-style: solid;
  278. line-height: 1.8em;
  279. word-spacing: 3px;
  280. -moz-border-radius: 6px;
  281. -khtml-border-radius: 6px;
  282. -webkit-border-radius: 6px;
  283. border-radius: 6px;
  284. }
  285. br.clear {
  286. height: 2px;
  287. line-height: 2px;
  288. }
  289. .swfupload {
  290. margin: 5px 10px;
  291. vertical-align: middle;
  292. }
  293. /* table.fixed column width */
  294. table.fixed {
  295. table-layout: fixed;
  296. }
  297. .fixed .column-rating,
  298. .fixed .column-visible {
  299. width: 8%;
  300. }
  301. .fixed .column-date,
  302. .fixed .column-parent,
  303. .fixed .column-links {
  304. width: 10%;
  305. }
  306. .fixed .column-response,
  307. .fixed .column-author,
  308. .fixed .column-categories,
  309. .fixed .column-tags,
  310. .fixed .column-rel,
  311. .fixed .column-role {
  312. width: 15%;
  313. }
  314. .fixed .column-comments {
  315. width: 4em;
  316. padding-top: 8px;
  317. }
  318. .fixed .column-slug {
  319. width: 25%;
  320. }
  321. .fixed .column-posts {
  322. width: 10%;
  323. }
  324. .fixed .column-icon {
  325. width: 80px;
  326. }
  327. #commentsdiv .fixed .column-author,
  328. #comments-form .fixed .column-author {
  329. width: 20%;
  330. }
  331. .widefat th,
  332. .widefat td {
  333. overflow: hidden;
  334. }
  335. .widefat td p {
  336. margin: 2px 0 0.8em;
  337. }
  338. table .vers,
  339. table .column-visible,
  340. table .column-rating {
  341. text-align: center;
  342. }
  343. .icon32 {
  344. float: left;
  345. height: 36px;
  346. margin: 14px 6px 0 0;
  347. width: 36px;
  348. }
  349. .key-labels label {
  350. line-height: 24px;
  351. }
  352. .subtitle {
  353. font-size: 0.75em;
  354. line-height: 1;
  355. padding-left: 25px;
  356. }
  357. ol {
  358. list-style-type: decimal;
  359. margin-left: 2em;
  360. }
  361. .postbox-container {
  362. float: left;
  363. padding-right: 0.5%;
  364. }
  365. .postbox-container .meta-box-sortables {
  366. min-height: 300px;
  367. }
  368. .temp-border {
  369. border: 1px dotted #ccc;
  370. }
  371. .columns-prefs label {
  372. padding: 0 5px;
  373. }
  374. .theme-install-php h4,
  375. .plugin-install-php h4 {
  376. margin: 2.5em 0 8px;
  377. }
  378. p.install-help {
  379. margin: 8px 0;
  380. font-style: italic;
  381. }
  382. p.popular-tags {
  383. -moz-border-radius: 8px;
  384. -khtml-border-radius: 8px;
  385. -webkit-border-radius: 8px;
  386. border-radius: 8px;
  387. border-width: 1px;
  388. border-style: solid;
  389. line-height: 2em;
  390. padding: 8px 12px 12px;
  391. text-align: justify;
  392. }
  393. p.popular-tags a {
  394. padding: 0 3px;
  395. }
  396. .stuffbox .editcomment {
  397. clear: none;
  398. }
  399. .ajax-feedback {
  400. visibility: hidden;
  401. vertical-align: bottom;
  402. }
  403. .tagsdiv .newtag {
  404. width: 180px;
  405. }
  406. .tagsdiv .the-tags {
  407. display: block;
  408. height: 60px;
  409. margin: 0 auto;
  410. overflow: auto;
  411. width: 260px;
  412. }
  413. #post-body-content .tagsdiv .the-tags {
  414. margin: 0 5px;
  415. }
  416. label,
  417. #your-profile label + a {
  418. vertical-align: middle;
  419. }
  420. #misc-publishing-actions label {
  421. vertical-align: baseline;
  422. }
  423. .plugin-update-tr .update-message {
  424. margin: 5px;
  425. padding: 3px 5px;
  426. border-width: 1px;
  427. border-style: solid;
  428. -moz-border-radius: 5px;
  429. -khtml-border-radius: 5px;
  430. -webkit-border-radius: 5px;
  431. border-radius: 5px;
  432. }
  433. .add-new-h2 {
  434. font-style: normal;
  435. margin: 0 6px;
  436. position: relative;
  437. top: -3px;
  438. }
  439. .describe .image-editor {
  440. vertical-align: top;
  441. }
  442. .imgedit-wrap {
  443. position: relative;
  444. }
  445. .imgedit-settings p {
  446. margin: 8px 0;
  447. }
  448. .describe .imgedit-wrap table td {
  449. vertical-align: top;
  450. padding-top: 0;
  451. }
  452. .imgedit-wrap p,
  453. .describe .imgedit-wrap table td {
  454. font-size: 11px;
  455. line-height: 18px;
  456. }
  457. .describe .imgedit-wrap table td.imgedit-settings {
  458. padding: 0 5px;
  459. }
  460. td.imgedit-settings input {
  461. vertical-align: middle;
  462. }
  463. .imgedit-wait {
  464. position: absolute;
  465. top: 0;
  466. background: #FFFFFF url(images/wpspin_light.gif) no-repeat scroll 22px 10px;
  467. opacity: 0.7;
  468. filter: alpha(opacity=70);
  469. width: 100%;
  470. height: 500px;
  471. display: none;
  472. }
  473. .media-disabled,
  474. .imgedit-settings .disabled {
  475. color: grey;
  476. }
  477. .imgedit-wait-spin {
  478. padding: 0 4px 4px;
  479. vertical-align: bottom;
  480. visibility: hidden;
  481. }
  482. .imgedit-menu {
  483. margin: 0 0 12px;
  484. min-width: 300px;
  485. }
  486. .imgedit-menu div {
  487. float: left;
  488. width: 32px;
  489. height: 32px;
  490. -moz-border-radius: 4px;
  491. -khtml-border-radius: 4px;
  492. -webkit-border-radius: 4px;
  493. border-radius: 4px;
  494. border-width: 1px;
  495. border-style: solid;
  496. }
  497. .imgedit-crop-wrap {
  498. position: relative;
  499. }
  500. .imgedit-crop {
  501. background: transparent url(images/imgedit-icons.png) no-repeat scroll -9px -31px;
  502. margin: 0 8px 0 0;
  503. }
  504. .imgedit-crop.disabled:hover {
  505. background-position: -9px -31px;
  506. }
  507. .imgedit-crop:hover {
  508. background-position: -9px -1px;
  509. }
  510. .imgedit-rleft {
  511. background: transparent url(images/imgedit-icons.png) no-repeat scroll -46px -31px;
  512. margin: 0 3px;
  513. }
  514. .imgedit-rleft.disabled:hover {
  515. background-position: -46px -31px;
  516. }
  517. .imgedit-rleft:hover {
  518. background-position: -46px -1px;
  519. }
  520. .imgedit-rright {
  521. background: transparent url(images/imgedit-icons.png) no-repeat scroll -77px -31px;
  522. margin: 0 8px 0 3px;
  523. }
  524. .imgedit-rright.disabled:hover {
  525. background-position: -77px -31px;
  526. }
  527. .imgedit-rright:hover {
  528. background-position: -77px -1px;
  529. }
  530. .imgedit-flipv {
  531. background: transparent url(images/imgedit-icons.png) no-repeat scroll -115px -31px;
  532. margin: 0 3px;
  533. }
  534. .imgedit-flipv.disabled:hover {
  535. background-position: -115px -31px;
  536. }
  537. .imgedit-flipv:hover {
  538. background-position: -115px -1px;
  539. }
  540. .imgedit-fliph {
  541. background: transparent url(images/imgedit-icons.png) no-repeat scroll -147px -31px;
  542. margin: 0 8px 0 3px;
  543. }
  544. .imgedit-fliph.disabled:hover {
  545. background-position: -147px -31px;
  546. }
  547. .imgedit-fliph:hover {
  548. background-position: -147px -1px;
  549. }
  550. .imgedit-undo {
  551. background: transparent url(images/imgedit-icons.png) no-repeat scroll -184px -31px;
  552. margin: 0 3px;
  553. }
  554. .imgedit-undo.disabled:hover {
  555. background-position: -184px -31px;
  556. }
  557. .imgedit-undo:hover {
  558. background-position: -184px -1px;
  559. }
  560. .imgedit-redo {
  561. background: transparent url(images/imgedit-icons.png) no-repeat scroll -215px -31px;
  562. margin: 0 8px 0 3px;
  563. }
  564. .imgedit-redo.disabled:hover {
  565. background-position: -215px -31px;
  566. }
  567. .imgedit-redo:hover {
  568. background-position: -215px -1px;
  569. }
  570. .imgedit-applyto img {
  571. margin: 0 8px 0 0;
  572. }
  573. .imgedit-group-top {
  574. margin: 5px 0;
  575. }
  576. .imgedit-applyto .imgedit-label {
  577. padding: 2px 0 0;
  578. display: block;
  579. }
  580. .imgedit-help {
  581. display: none;
  582. font-style: italic;
  583. margin-bottom: 8px;
  584. }
  585. .imgedit-help ul li {
  586. font-size: 11px;
  587. }
  588. a.imgedit-help-toggle {
  589. text-decoration: none;
  590. }
  591. #wpbody-content .imgedit-response div {
  592. width: 600px;
  593. margin: 8px;
  594. }
  595. .form-table td.imgedit-response {
  596. padding: 0;
  597. }
  598. .imgedit-submit {
  599. margin: 8px 0;
  600. }
  601. .imgedit-submit-btn {
  602. margin-left: 20px;
  603. }
  604. .imgedit-wrap .nowrap {
  605. white-space: nowrap;
  606. }
  607. span.imgedit-scale-warn {
  608. color: red;
  609. font-size: 20px;
  610. font-style: normal;
  611. visibility: hidden;
  612. vertical-align: middle;
  613. }
  614. .imgedit-group {
  615. border-width: 1px;
  616. border-style: solid;
  617. -moz-border-radius: 8px;
  618. -khtml-border-radius: 8px;
  619. -webkit-border-radius: 8px;
  620. border-radius: 8px;
  621. margin-bottom: 8px;
  622. padding: 2px 10px;
  623. }
  624. #dashboard_recent_comments div.undo {
  625. border-top-style: solid;
  626. border-top-width: 1px;
  627. margin: 0 -10px;
  628. padding: 3px 8px;
  629. font-size: 11px;
  630. }
  631. .trash-undo-inside,
  632. .spam-undo-inside {
  633. margin: 1px 8px 1px 0;
  634. line-height: 16px;
  635. }
  636. .spam-undo-inside .avatar,
  637. .trash-undo-inside .avatar {
  638. height: 20px;
  639. width: 20px;
  640. margin-right: 8px;
  641. vertical-align: middle;
  642. }
  643. /* tag hints */
  644. .taghint {
  645. color: #aaa;
  646. margin: 14px 0 -17px 8px;
  647. }
  648. #poststuff .tagsdiv .howto {
  649. margin: 0 0 6px 8px;
  650. }
  651. .ajaxtag .newtag {
  652. background: transparent;
  653. position: relative;
  654. }
  655. #broken-themes {
  656. text-align: left;
  657. width: 50%;
  658. border-spacing: 3px;
  659. padding: 3px;
  660. }
  661. .describe .del-link {
  662. padding-left: 5px;
  663. }
  664. .comment-ays {
  665. margin-bottom: 0;
  666. border-style: solid;
  667. border-width: 1px;
  668. }
  669. .comment-ays th {
  670. border-right-style: solid;
  671. border-right-width: 1px;
  672. }