Du kannst nicht mehr als 25 Themen auswählen Themen müssen mit entweder einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.

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. }