PageRenderTime 46ms CodeModel.GetById 25ms RepoModel.GetById 1ms app.codeStats 0ms

/doc/English/writing-book.css

http://txt2tags.googlecode.com/
CSS | 45 lines | 44 code | 0 blank | 1 comment | 0 complexity | 761a51ae7f2f9b517f9cbd3a919dc9fc MD5 | raw file
Possible License(s): GPL-2.0, GPL-3.0, WTFPL
  1. body
  2. {
  3. font: normal 14pt sans-serif;
  4. text-align:justify;
  5. margin: 3em;
  6. padding: 3em 4em 2em 4em;
  7. border: 1px solid black;
  8. }
  9. .toc ol
  10. {
  11. padding: 2em;
  12. }
  13. #body h1
  14. {
  15. border-width: 0px 0px 1px 0px;
  16. border-style: solid;
  17. margin-top: 3em;
  18. }
  19. #body p, #body ul, #body ol
  20. {
  21. margin-left: 3em;
  22. }
  23. #body li
  24. {
  25. /* to make IE happy */
  26. margin-top: 1em;
  27. }
  28. a
  29. {
  30. text-decoration: none;
  31. }
  32. blockquote
  33. {
  34. margin-left: 5em;
  35. margin-top:2em;
  36. font-style:italic;
  37. }
  38. code
  39. {
  40. font-style:italic;
  41. }
  42. hr
  43. {
  44. margin-top:3em;
  45. }