editor.css 855 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. html {
  2. margin: 0;
  3. padding: 0;
  4. }
  5. body {
  6. margin: 0;
  7. padding: 5px;
  8. background-color: #FFFFFF;
  9. color: #000000;
  10. font: 12px/1.5 "sans serif",tahoma,verdana,helvetica;
  11. }
  12. td {
  13. font: 12px/1.5 "sans serif",tahoma,verdana,helvetica;
  14. }
  15. p {
  16. margin: 5px 0;
  17. }
  18. .ke-flash {
  19. border:1px solid #AAAAAA;
  20. background-image:url(./flash.gif);
  21. background-position:center center;
  22. background-repeat:no-repeat;
  23. width:100px;
  24. height:100px;
  25. }
  26. .ke-rm {
  27. border:1px solid #AAAAAA;
  28. background-image:url(./rm.gif);
  29. background-position:center center;
  30. background-repeat:no-repeat;
  31. width:100px;
  32. height:100px;
  33. }
  34. .ke-media {
  35. border:1px solid #AAAAAA;
  36. background-image:url(./media.gif);
  37. background-position:center center;
  38. background-repeat:no-repeat;
  39. width:100px;
  40. height:100px;
  41. }
  42. table {
  43. border-collapse:collapse;
  44. }
  45. table.ke-zeroborder td {
  46. border:1px dotted #AAAAAA;
  47. }