style.css 537 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. body {
  2. max-width: 45em;
  3. margin: 0 auto;
  4. padding: .5em 1em 1em 1em;
  5. background-color: white;
  6. border: .1em solid #c0c0c0;
  7. }
  8. html {
  9. background-color: lightgray;
  10. }
  11. img {
  12. max-width: 100%;
  13. }
  14. li a {
  15. text-decoration: none;
  16. }
  17. p, li {
  18. line-height: 1.5em;
  19. }
  20. p.autor-portada {
  21. font-size: x-large;
  22. font-weight: bold;
  23. text-align: right;
  24. }
  25. sup {
  26. line-height: 1;
  27. }
  28. ul {
  29. list-style: none;
  30. }
  31. .indice {
  32. font-size: 130%;
  33. }
  34. .titulo-capitulo {
  35. font-size: 120%;
  36. font-weight: bold;
  37. }