A tumblelog CMS built on AJAX, PHP and MySQL.

advimage.css 835B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. /* CSS file for advimage plugin popup */
  2. .mceImageList {
  3. width: 280px;
  4. }
  5. .mceActionPanel {
  6. margin-top: 7px;
  7. }
  8. .alignPreview {
  9. border: 1px solid black;
  10. width: 140px;
  11. height: 140px;
  12. overflow: hidden;
  13. padding: 5px;
  14. }
  15. .checkbox {
  16. border: 0;
  17. }
  18. .panel_wrapper div.current {
  19. height: 305px;
  20. }
  21. #prev {
  22. margin: 0;
  23. border: 1px
  24. solid black;
  25. width: 99%;
  26. height: 150px;
  27. overflow: auto;
  28. }
  29. #align, #classlist {
  30. width: 150px;
  31. }
  32. #width, #height {
  33. vertical-align: middle;
  34. width: 50px;
  35. text-align: center;
  36. }
  37. #vspace, #hspace, #border {
  38. vertical-align: middle;
  39. width: 30px;
  40. text-align: center;
  41. }
  42. #classlist {
  43. width: 180px;
  44. }
  45. input {
  46. width: 280px;
  47. }
  48. #constrain, #onmousemovecheck {
  49. width: auto;
  50. }
  51. #id, #dir, #lang, #usemap, #longdesc {
  52. width: 200px;
  53. }