您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

content.css 382B

123456789101112131415161718192021222324
  1. /* This file contains the CSS data for the editable area(iframe) of TinyMCE */
  2. body, td, pre {
  3. font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
  4. font-size: 12px;
  5. }
  6. body {
  7. background-color: #FFFFFF;
  8. margin: 4px;
  9. }
  10. div.pre {
  11. margin: 0;
  12. padding: 0;
  13. font-family: monospace;
  14. }
  15. blockquote
  16. {
  17. border-left: #1010ff 2px solid;
  18. margin: 0;
  19. padding: 0 0.4em;
  20. }