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.

215 lines
3.5 KiB

4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
  1. @font-face {
  2. font-family: "Fell";
  3. src: url("/IMFePIit29P.ttf");
  4. }
  5. @font-face {
  6. font-family: "Fell Sc";
  7. src: url("/IMFePIsc29P.ttf");
  8. }
  9. body {
  10. background-color: #e1eef2;
  11. margin: 0;
  12. font-family: "Fell";
  13. hyphens: auto;
  14. height: 100%;
  15. width: 100%;
  16. }
  17. .wrapper {
  18. max-width: 70em;
  19. width: 100%;
  20. height: 100%;
  21. margin: 0 auto;
  22. background-color: #FFC63F;
  23. position: relative;
  24. box-sizing: border-box;
  25. padding: 1em;
  26. }
  27. .items {
  28. list-style: none;
  29. margin: 0;
  30. padding: 0;
  31. }
  32. .items > li {
  33. display: inline-block;
  34. }
  35. .items > li a {
  36. width: min(12vh, 12vw);
  37. height: min(12vh, 12vw);
  38. background: #D66C00;
  39. border-radius: min(7vh, 7vw);
  40. display: block;
  41. border: 3px solid #1a1c1c;
  42. }
  43. .items > li a:hover {
  44. background-color: #f39a3f;
  45. z-index: 1;
  46. }
  47. .items > li.face-up a {
  48. background-color: #ed8112;
  49. background-size: contain;
  50. background-repeat: no-repeat;
  51. background-position: center;
  52. }
  53. .line {
  54. border-bottom: 3px solid #1a1c1c;
  55. height: 1.4em;
  56. text-align: center;
  57. position: absolute;
  58. transform-origin: 0 0;
  59. padding: 0 min(6vh, 6vw);
  60. box-sizing: border-box;
  61. }
  62. @media (min-width: 30em) {
  63. .line {
  64. font-size: 1.2em;
  65. }
  66. }
  67. .fullview {
  68. width: 100%;
  69. height: 100%;
  70. position: fixed;
  71. left: 0;
  72. top: 0;
  73. background-color: #e1eef280;
  74. box-sizing: border-box;
  75. cursor: default;
  76. display: flex;
  77. align-items: center;
  78. justify-content: center;
  79. }
  80. a.fullview {
  81. text-decoration: none;
  82. }
  83. .fullview > div {
  84. font-size: 1.4em;
  85. line-height: 1;
  86. max-height: 100%;
  87. max-width: 75vh;
  88. background-color: #006680;
  89. padding: 1em;
  90. border-radius: 20px;
  91. border: 5px solid #1a1c1c;
  92. box-sizing: border-box;
  93. display: flex;
  94. flex-direction: column;
  95. }
  96. .fullview > div, .fullview a {
  97. color: white;
  98. }
  99. @media (max-width: 30em) {
  100. .fullview > div {
  101. padding: 0.5em;
  102. }
  103. }
  104. .fullview > div img {
  105. float: right;
  106. width: 6em;
  107. height: 6em;
  108. border-radius: 6em;
  109. border: 3px solid #1a1c1c;
  110. margin-bottom: 1em;
  111. box-sizing: border-box;
  112. }
  113. header, .work {
  114. font-family: "Fell Sc";
  115. }
  116. h1 {
  117. margin: 1.4rem 0.5rem 0.5em;
  118. }
  119. .desc {
  120. margin: 1em 0.5rem;
  121. }
  122. /* This wrapper is necessary so that the scrollbar doesn't clip out of
  123. * the rounded border */
  124. .fulltext-wrapper {
  125. flex-grow: 1;
  126. background-color: #99d7e9;
  127. border-radius: 20px;
  128. border: 3px solid #1a1c1c;
  129. padding: calc(0.7rem - 3px);
  130. color: #1a1c1c;
  131. overflow: hidden;
  132. }
  133. .fulltext {
  134. padding: 0 0.5em;
  135. overflow-y: auto;
  136. height: 100%;
  137. font-size: 1.2rem;
  138. line-height: 1.4rem;
  139. }
  140. .fulltext p {
  141. margin: 0.7rem 0;
  142. }
  143. blockquote {
  144. background: #f9f9f9cc;
  145. border-left: .5em solid #1a1c1c66;
  146. margin: .5em;
  147. padding: .5em;
  148. quotes: "\201C""\201D""\2018""\2019";
  149. /* Otherwise the :before is larger than the blockquote and creates a scrollbar in the parent */
  150. min-height: 4em;
  151. color: black;
  152. }
  153. blockquote:before {
  154. color: #1a1c1c66;
  155. content: open-quote;
  156. font-size: 4em;
  157. line-height: 0.1em;
  158. margin-right: 0.25em;
  159. float: left;
  160. margin-top: 2.5rem;
  161. }
  162. .continue {
  163. position: absolute;
  164. right: 0;
  165. bottom: 0;
  166. padding: 0.5rem 1rem;
  167. font-size: 2rem;
  168. border-radius: 20px;
  169. margin: 0.5rem;
  170. background: #D66C00;
  171. border: 3px solid #1a1c1c;
  172. display: block;
  173. cursor: pointer;
  174. transform: scale(1);
  175. animation: pulse 1s infinite alternate;
  176. text-decoration: none;
  177. color: black;
  178. }
  179. @keyframes pulse {
  180. from {
  181. transform: scale(0.9);
  182. }
  183. to {
  184. transform: scale(1);
  185. }
  186. }
  187. .continue:hover {
  188. background-color: #f39a3f;
  189. animation: none;
  190. }
  191. .sources a {
  192. font-family: Fell Sc;
  193. }