The crux.sexy website
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
 
 
 
 
 

234 行
3.5 KiB

  1. html, body, div, span, applet, object, iframe,
  2. h1, h2, h3, h4, h5, h6, p, blockquote, pre,
  3. a, abbr, acronym, address, big, cite, code,
  4. del, dfn, em, img, ins, kbd, q, s, samp,
  5. small, strike, strong, sub, sup, tt, var,
  6. b, u, i, center,
  7. dl, dt, dd, ol, ul, li,
  8. fieldset, form, label, legend,
  9. table, caption, tbody, tfoot, thead, tr, th, td,
  10. article, aside, canvas, details, embed,
  11. figure, figcaption, footer, header, hgroup,
  12. menu, nav, output, ruby, section, summary,
  13. time, mark, audio, video {
  14. margin: 0;
  15. padding: 0;
  16. border: 0;
  17. font-size: 100%;
  18. font: inherit;
  19. vertical-align: baseline;
  20. }
  21. /* HTML5 display-role reset for older browsers */
  22. article, aside, details, figcaption, figure,
  23. footer, header, hgroup, menu, nav, section {
  24. display: block;
  25. }
  26. body {
  27. line-height: 1;
  28. }
  29. ol, ul {
  30. list-style: none;
  31. }
  32. blockquote, q {
  33. quotes: none;
  34. }
  35. blockquote:before, blockquote:after,
  36. q:before, q:after {
  37. content: '';
  38. content: none;
  39. }
  40. table {
  41. border-collapse: collapse;
  42. border-spacing: 0;
  43. }
  44. body, html {
  45. height: 100%;
  46. width: 100%;
  47. }
  48. body {
  49. display: flex;
  50. justify-content: center;
  51. text-align: center;
  52. flex-direction: column;
  53. font-family: sans-serif;
  54. background-color: #100d1e;
  55. }
  56. @import url("https://fonts.googleapis.com/css?family=Source+Code+Pro:400,200,700");
  57. .game {
  58. font-size: 100px;
  59. }
  60. .nightly {
  61. background-color: #5b285f;
  62. color: #cd79cd;
  63. }
  64. .box {
  65. margin: 5vw;
  66. flex-wrap: center;
  67. }
  68. .heading {
  69. font-size: 100px;
  70. color: #7991cd;
  71. }
  72. .body {
  73. font-size: 40px;
  74. color: #7991cd;
  75. }
  76. .footer {
  77. position: sticky;
  78. top: 95%;
  79. color: #58678e;
  80. }
  81. a {
  82. font-size: 40px;
  83. color: #b6acd8;
  84. text-decoration: none;
  85. }
  86. a:hover {
  87. color: #726899;
  88. }
  89. .goodyeet {
  90. color: #7991cd;
  91. background-color: #344b85;
  92. border-width: 3px;
  93. }
  94. .badyeet {
  95. color: #cd7984;
  96. background-color: #752020;
  97. border-width: 3px;
  98. }
  99. @media (min-aspect-ratio: 1/1) {
  100. .button {
  101. width: 15vw;
  102. height: 8vw;
  103. font-size: 3vw;
  104. }
  105. }
  106. @media (max-aspect-ratio: 1/1) {
  107. .button {
  108. width: 50vw;
  109. height: 20vw;
  110. font-size: 10vw;
  111. }
  112. }
  113. .flex-container {
  114. display: flex;
  115. flex-direction: row;
  116. justify-content: center;
  117. flex-wrap: wrap;
  118. }
  119. .game-button {
  120. user-select: none;
  121. position: relative;
  122. width: 40vh;
  123. transition: 0.2s;
  124. transform: scale(1, 1);
  125. }
  126. .game-logo {
  127. width: 40vh;
  128. opacity: 0.5;
  129. }
  130. .game-button:hover {
  131. transform: scale(1.25, 1.25);
  132. }
  133. .game-button:hover > .game-logo {
  134. opacity: 1;
  135. }
  136. .game-title {
  137. position: absolute;
  138. color: red;
  139. font-size: 9vh;
  140. left: 50%;
  141. top: 50%;
  142. transform: translate(-50%, -50%) scale(1, 1);
  143. z-index: 1;
  144. font-family: 'Source Code Pro';
  145. }
  146. .game-button:hover > .game-title {
  147. font-size: 10vh;
  148. transform: translate(-50%, -50%) scale(1, 1);
  149. transition: 0.4s ease-out;
  150. }
  151. .game-description {
  152. display: none;
  153. position: fixed;
  154. left: 50%;
  155. top: 80%;
  156. transform: translate(-50%, 0);
  157. font-size: 48px;
  158. color: gray;
  159. font-family: 'Source Code Pro', monospace;
  160. }
  161. .game-button:hover + .game-description {
  162. display: inline;
  163. }
  164. .title {
  165. font-size: 100px;
  166. color: gray;
  167. position: fixed;
  168. left: 50%;
  169. top: 10%;
  170. transform: translate(-50%, 0);
  171. font-family: 'Source Code Pro', monospace;
  172. }
  173. .switcher {
  174. text-align: center;
  175. background-color: pink;
  176. min-width: 300px;
  177. min-height: 100px;
  178. position: fixed;
  179. right: -100px;
  180. top: 0px;
  181. transform: rotate(45deg);
  182. }
  183. .switcher-text {
  184. position: relative;
  185. color: black;
  186. font-size: 24px;
  187. top: 25px;
  188. }
  189. .discord {
  190. text-align: center;
  191. background-color: pink;
  192. min-width: 300px;
  193. min-height: 100px;
  194. position: fixed;
  195. left: -100px;
  196. top: 0px;
  197. transform: rotate(-45deg);
  198. }
  199. .discord-text {
  200. position: relative;
  201. color: black;
  202. font-size: 24px;
  203. top: 40px;
  204. }