editor.css 736 B

12345678910111213141516171819202122232425262728293031323334353637383940
  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-size: 12px;
  11. font-family: "sans serif",tahoma,verdana,helvetica;
  12. line-height: 1.5;
  13. }
  14. p {
  15. margin: 5px 0;
  16. }
  17. .ke-flash {
  18. border:1px solid #AAAAAA;
  19. background-image:url(./flash.gif);
  20. background-position:center center;
  21. background-repeat:no-repeat;
  22. width:100px;
  23. height:100px;
  24. }
  25. .ke-rm {
  26. border:1px solid #AAAAAA;
  27. background-image:url(./rm.gif);
  28. background-position:center center;
  29. background-repeat:no-repeat;
  30. width:100px;
  31. height:100px;
  32. }
  33. .ke-media {
  34. border:1px solid #AAAAAA;
  35. background-image:url(./media.gif);
  36. background-position:center center;
  37. background-repeat:no-repeat;
  38. width:100px;
  39. height:100px;
  40. }