editor.css 530 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. .ke-content {
  2. font-family: 'Lucida Grande', 'Microsoft Yahei';
  3. font-size: 14px;
  4. line-height: 1.8em;
  5. padding: 10px;
  6. }
  7. .ke-content h1,.ke-content h2,.ke-content h3,
  8. .ke-content h4,.ke-content h5,.ke-content h6 {
  9. margin: 10px 0;
  10. font-weight: normal;
  11. }
  12. .ke-content h1 {
  13. font-size: 36px;
  14. }
  15. .ke-content h2 {
  16. font-size: 24px;
  17. }
  18. .ke-content h3 {
  19. font-size: 18px;
  20. }
  21. .ke-content h4 {
  22. font-size: 14px;
  23. }
  24. .ke-content h5 {
  25. font-size: 12px;
  26. }
  27. .ke-content p {
  28. margin: 0 0 25px 0;
  29. }
  30. .ke-content strong {
  31. font-weight: bold;
  32. }