blog_focus.css 795 B

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. .image-wrap {
  2. position: relative;
  3. min-height: 600px;
  4. overflow: hidden;
  5. }
  6. .header-img {
  7. position: absolute;
  8. width: 100%;
  9. min-height: 600px;
  10. -webkit-transform: translate3d(0, 0, 0);
  11. }
  12. .title-etc {
  13. margin: 0 auto;
  14. margin-top: 20%;
  15. max-width: 750px;
  16. color: #6D6A6A;
  17. }
  18. .focus-post-date{
  19. font-style: italic;
  20. }
  21. body {
  22. font-size: 1.2em;
  23. color: rgba(0, 0, 0, 0.8);
  24. font-family: Georgia, Cambria, 'Times New Roman', Times, serif;
  25. line-height: 1.8em;
  26. }
  27. body h1, body h2, body h3, body h4 {
  28. font-family: 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Geneva, Verdana, sans-serif;
  29. letter-spacing: -0.04em;
  30. line-height: 1.15em;
  31. }
  32. .menu {
  33. background-color: #fff;
  34. font-family: helvetica, sans-serif;
  35. line-height: 1.5;
  36. font-size: 17px;
  37. margin: 0 auto;
  38. }