The crux.sexy website
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
 
 
 
 
 

126 lignes
1.9 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. .game {
  57. font-size: 100px;
  58. }
  59. .nightly {
  60. background-color: #5b285f;
  61. color: #cd79cd;
  62. }
  63. .box {
  64. margin: 5vw;
  65. flex-wrap: center;
  66. }
  67. .heading {
  68. font-size: 100px;
  69. color: #7991cd;
  70. }
  71. .body {
  72. font-size: 40px;
  73. color: #7991cd;
  74. }
  75. .footer {
  76. position: sticky;
  77. top: 95%;
  78. color: #58678e;
  79. }
  80. a {
  81. font-size: 40px;
  82. color: #b6acd8;
  83. text-decoration: none;
  84. }
  85. a:hover {
  86. color: #726899;
  87. }
  88. .goodyeet {
  89. color: #7991cd;
  90. background-color: #344b85;
  91. border-width: 3px;
  92. }
  93. .badyeet {
  94. color: #cd7984;
  95. background-color: #752020;
  96. border-width: 3px;
  97. }
  98. @media (min-aspect-ratio: 1/1) {
  99. .button {
  100. width: 15vw;
  101. height: 8vw;
  102. font-size: 3vw;
  103. }
  104. }
  105. @media (max-aspect-ratio: 1/1) {
  106. .button {
  107. width: 50vw;
  108. height: 20vw;
  109. font-size: 10vw;
  110. }
  111. }