writefree.ly site https://writefree.ly
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

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