style.css 697 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  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. h2 {
  12. text-align: right;
  13. }
  14. img {
  15. max-width: 100%;
  16. }
  17. li a {
  18. text-decoration: none;
  19. }
  20. p, li {
  21. line-height: 1.5em;
  22. }
  23. section.citas{
  24. background-color: black;
  25. color: white;
  26. }
  27. p.autor-portada {
  28. font-size: x-large;
  29. font-weight: bold;
  30. text-align: right;
  31. }
  32. sup {
  33. line-height: 1;
  34. }
  35. ul {
  36. list-style: none;
  37. }
  38. .right-align {
  39. text-align: right;
  40. }
  41. .indice {
  42. font-size: 130%;
  43. }
  44. .titulo-capitulo {
  45. font-size: 120%;
  46. font-weight: bold;
  47. text-align: right;
  48. }