/doc/Chinese/userguide-zh/userguide.css

http://txt2tags.googlecode.com/ · CSS · 29 lines · 29 code · 0 blank · 0 comment · 0 complexity · ab82b19991a5dd2ba061cbb914367f34 MD5 · raw file

  1. body {
  2. padding : 3em;
  3. line-height : 140%;
  4. font-family : sans-serif;
  5. }
  6. pre {
  7. border : 1px solid #666;
  8. background : #eee;
  9. margin : 2em 4em;
  10. padding : 1em 2em;
  11. }
  12. img {
  13. border : 1px dashed #aaa;
  14. padding : 5px;
  15. }
  16. table {
  17. font-family : sans-serif;
  18. font-size : smaller;
  19. }
  20. td {
  21. padding : .5em 1em;
  22. }
  23. th {
  24. background-color: #eee;
  25. }
  26. blockquote {
  27. margin : 2em 4em;
  28. color : red;
  29. }