writefree.ly site https://writefree.ly
Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.

127 рядки
2.0 KiB

  1. body {
  2. font-size: 100%;
  3. line-height: 1.563;
  4. font-family: Raleway, sans-serif;
  5. -webkit-font-smoothing: antialiased;
  6. -moz-osx-font-smoothing: grayscale;
  7. }
  8. h1, h2, h3 {
  9. text-align: center;
  10. font-weight: normal;
  11. }
  12. h1 {
  13. font-family: 'Playfair Display', serif;
  14. font-size: 2.5em;
  15. font-weight: 400;
  16. margin: 2em 0;
  17. letter-spacing: -0.5px;
  18. }
  19. h2 {
  20. font-family: 'Playfair Display', serif;
  21. font-size: 1.5em;
  22. font-weight: 400;
  23. line-height: 1.375em;
  24. margin: 2.5em 0;
  25. }
  26. p.intro {
  27. font-size: 1.2em;
  28. }
  29. hr {
  30. background: #ccc;
  31. height: 1px;
  32. border: 1px solid #ccc;
  33. }
  34. code {
  35. font-family: monospace, monospace;
  36. font-size: 1em;
  37. }
  38. table a:link, table a:visited {
  39. color: #333;
  40. text-decoration: none;
  41. }
  42. table th a:link, table th a:visited {
  43. color: #fff;
  44. }
  45. a.cta:link, a.cta:visited {
  46. font-size: 0.86em;
  47. color: blue;
  48. padding-bottom: 2px;
  49. border-bottom: 1px solid blue;
  50. }
  51. table a sup {
  52. font-size: 0.5em;
  53. }
  54. table th a sup {
  55. font-size: 0.7em;
  56. margin-left: 0.25em;
  57. }
  58. footer {
  59. margin: 5em 0 6em;
  60. text-align: center;
  61. color: #999;
  62. }
  63. .tg {
  64. border-collapse: collapse;
  65. border-spacing: 0;
  66. border-color: #ccc;
  67. border: none;
  68. margin: 0px auto;
  69. }
  70. tr:nth-child(even) {
  71. background-color: #f9f9f9;
  72. }
  73. td {
  74. font-family:Raleway, sans-serif;
  75. font-size: 1em;
  76. padding:10px 20px;
  77. border-style:solid;
  78. border-width:0px;
  79. word-break:normal;
  80. border-color:#ccc;
  81. color:#333;
  82. text-align: center;
  83. }
  84. td:first-child {
  85. text-align: left;
  86. }
  87. td + td {
  88. font-size: 1.5em;
  89. }
  90. .tg th{
  91. font-family: Raleway, Arial, sans-serif;
  92. font-size: 1em;
  93. font-weight:normal;
  94. padding:10px 20px;
  95. border-style:solid;
  96. border-width:0px;
  97. word-break:normal;
  98. border-color:#ccc;
  99. color:#efefef;
  100. background-color: #343434;
  101. text-align: center;
  102. height: 3em;
  103. }
  104. @media screen and (max-width: 767px) {
  105. .tg {
  106. width: auto !important;
  107. }
  108. .tg col {
  109. width: auto !important;
  110. }
  111. }
  112. @media screen and (max-width: 600px) {
  113. body {
  114. font-size: 86%;
  115. }
  116. }
  117. @media screen and (max-width: 550px) {
  118. table {
  119. font-size: 68%;
  120. margin-left: -4em !important;
  121. margin-right: -4em !important;
  122. }
  123. td {
  124. padding: 10px 5px;
  125. }
  126. }