The website of the KaosCube
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.

191 lines
2.8 KiB

1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
  1. * {
  2. font-family: Montserrat, Ubuntu, Lucida Grande, Helvetica Neue, DejaVu Sans, FreeSans, Liberation Sans, Droid Sans, sans;
  3. }
  4. header {
  5. align-items: center;
  6. display: flex;
  7. height: 10vh;
  8. background-color: deeppink;
  9. margin-bottom: 1vh;
  10. }
  11. /*
  12. #h1 {
  13. # font-size: 150%;
  14. #}
  15. #h2 {
  16. # font-size: 120%;
  17. #}
  18. #p {
  19. # font-size: 75%;
  20. #}
  21. */
  22. footer{
  23. color: darkgray;
  24. font-size: 3vw;
  25. }
  26. .banner {
  27. background-image: url("static/tresorImAll.webp");
  28. width: 100%;
  29. height: 90vh;
  30. background-size: cover;
  31. display: flex;
  32. justify-content: center;
  33. align-items: center;
  34. }
  35. .withinBanner {
  36. display:inline-block;
  37. }
  38. .linkContainer {
  39. display: grid;
  40. grid-template-columns: auto auto auto auto;
  41. width: 100%;
  42. }
  43. .pLink {
  44. font-size: 4vh;
  45. color: white;
  46. }
  47. .bannerHeader {
  48. font-size: 9vh;
  49. color: black;
  50. }
  51. .bannerSubtext {
  52. font-size: 6vh;
  53. color: black;
  54. }
  55. .glow {
  56. color: #fff;
  57. text-align: center;
  58. text-shadow: 0 0 20px #e60073;
  59. }
  60. /*
  61. .glow {
  62. color: #fff;
  63. text-align: center;
  64. text-shadow: 0 0 20px #e60073;
  65. #animation: glow 1s ease-in-out infinite alternate;
  66. }
  67. */
  68. @-webkit-keyframes glow {
  69. from {
  70. text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #e60073, 0 0 40px #e60073;
  71. }
  72. to {
  73. text-shadow: 0 0 20px #fff, 0 0 30px #ff4da6, 0 0 40px #ff4da6, 0 0 50px #ff4da6;
  74. }
  75. }
  76. @media only screen and (max-width: 500px) {
  77. [class*="bannerHeader"] {
  78. font-size: 7vh;
  79. color: #fff;
  80. }
  81. .bannerSubtext {
  82. font-size: 4vh;
  83. color: #fff;
  84. }
  85. [class*="infoImgDiv"] {
  86. grid-row-start: 1;
  87. grid-row-end: 1;
  88. justify-content: center;
  89. justify-self: center;
  90. display: flex;
  91. }
  92. [class*="infoDiv"] {
  93. grid-row-start: 2;
  94. grid-row-end: 2;
  95. }
  96. [class*="infoContainer"] {
  97. display: grid;
  98. grid-template-columns: auto;
  99. }
  100. [class*="infoImg"] {
  101. width: 60vw;
  102. grid-row-start: 1;
  103. }
  104. .linkContainer {
  105. grid-template-columns: auto auto;
  106. }
  107. .info {
  108. font-size: 6vw;
  109. }
  110. .infoHeader {
  111. font-size: 9vw;
  112. }
  113. .grid-container {
  114. display: grid;
  115. grid-template-columns: auto;
  116. }
  117. [class*="model"] {
  118. height: 40vh;
  119. width: 90vw;
  120. }
  121. [class*="model1"] {
  122. height: 40vh;
  123. width: 90vw;
  124. }
  125. }
  126. .infoImg {
  127. width: 30vw;
  128. }
  129. .infoContainer {
  130. margin-left: 10vw;
  131. margin-right: 10vw;
  132. display: grid;
  133. grid-template-columns: auto auto;
  134. }
  135. .infoImgDiv {
  136. width: 30vw;
  137. display: flex;
  138. justify-content: center;
  139. align-items: center;
  140. justify-self: none;
  141. }
  142. .infoDiv {
  143. display: grid;
  144. width: 50vw;
  145. text-align: justify;
  146. justify-content: center
  147. justify-self: none;
  148. }
  149. .info {
  150. font-size: 2vw;
  151. }
  152. .infoHeader {
  153. font-size: 3vw;
  154. margin-top: 5vw;
  155. margin-bottom: 0vw;
  156. color: deeppink;
  157. }
  158. .model0 {
  159. width: 50vw;
  160. height: 100vh;
  161. }
  162. .model1 {
  163. width: 50vw;
  164. height: 100vh;
  165. }
  166. .grid-container {
  167. display: grid;
  168. grid-template-columns: auto auto;
  169. }