The crux.sexy website
Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.
 
 
 
 
 

302 Zeilen
4.4 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: #310909;
  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. position: static;
  119. top: 0%;
  120. max-height: 60%;
  121. }
  122. .flex-container:hover .game-button {
  123. opacity: 0.25;
  124. }
  125. .flex-container:hover .game-button:hover {
  126. opacity: 1;
  127. }
  128. @keyframes fadein {
  129. from { opacity: 0; }
  130. to { opacity: 1; }
  131. }
  132. .game-button {
  133. user-select: none;
  134. position: relative;
  135. transition: 0.2s;
  136. transform: scale(1, 1);
  137. }
  138. @media (max-aspect-ratio: 1/1) {
  139. .game-button .game-logo {
  140. width: 40vw;
  141. }
  142. }
  143. @media (min-aspect-ratio: 1/1) {
  144. .game-button .game-logo {
  145. width: 40vh;
  146. }
  147. }
  148. .game-logo {
  149. opacity: 0.5;
  150. }
  151. .game-button:hover {
  152. transition: 0.2s;
  153. transform: scale(1.25, 1.25);
  154. }
  155. .game-button:hover > .game-logo {
  156. opacity: 1;
  157. }
  158. .game-title {
  159. position: absolute;
  160. color: red;
  161. left: 50%;
  162. top: 50%;
  163. transform: translate(-50%, -50%) scale(1, 1);
  164. z-index: 1;
  165. font-family: 'Source Code Pro';
  166. }
  167. @media (max-aspect-ratio: 1/1) {
  168. .game-title {
  169. font-size: 6vh;
  170. }
  171. }
  172. @media (min-aspect-ratio: 1/1) {
  173. .game-title {
  174. font-size: 9vh;
  175. }
  176. }
  177. .game-button:hover > .game-title {
  178. transform: translate(-50%, -50%) scale(1.25, 1.25);
  179. transition: 0.4s ease-out;
  180. }
  181. .game-description {
  182. width: 80%;
  183. display: none;
  184. position: fixed;
  185. left: 50%;
  186. transform: translate(-50%, 0);
  187. font-size: 48px;
  188. color: gray;
  189. font-family: 'Source Code Pro', monospace;
  190. }
  191. @media (max-aspect-ratio: 1/1) {
  192. .game-title {
  193. font-size: 6vh;
  194. }
  195. .game-description {
  196. bottom: 10%;
  197. }
  198. }
  199. @media (min-aspect-ratio: 1/1) {
  200. .game-title {
  201. font-size: 9vh;
  202. }
  203. .game-description {
  204. bottom: 10%;
  205. }
  206. }
  207. .game-button:hover + .game-description {
  208. display: inline;
  209. }
  210. .title {
  211. color: gray;
  212. position: fixed;
  213. left: 50%;
  214. top: 10%;
  215. transform: translate(-50%, 0);
  216. font-family: 'Source Code Pro', monospace;
  217. }
  218. @media (max-aspect-ratio: 1/1) {
  219. .title {
  220. font-size: 10vh;
  221. top: 5%;
  222. }
  223. }
  224. @media (min-aspect-ratio: 1/1) {
  225. .title {
  226. font-size: 10vh;
  227. top: 10%;
  228. }
  229. }
  230. .switcher {
  231. text-align: center;
  232. background-color: pink;
  233. min-width: 300px;
  234. min-height: 100px;
  235. position: fixed;
  236. right: -100px;
  237. top: 0px;
  238. transform: rotate(45deg);
  239. }
  240. .switcher-text {
  241. position: relative;
  242. color: black;
  243. font-size: 24px;
  244. top: 25px;
  245. }
  246. .discord {
  247. text-align: center;
  248. background-color: pink;
  249. min-width: 300px;
  250. min-height: 100px;
  251. position: fixed;
  252. left: -100px;
  253. top: 0px;
  254. transform: rotate(-45deg);
  255. }
  256. .discord-text {
  257. position: relative;
  258. color: black;
  259. font-size: 24px;
  260. top: 25px;
  261. }