style.css 7.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458
  1. .home_background_container {
  2. width: 100%;
  3. text-align: center;
  4. overflow: hidden;
  5. }
  6. .home_background_image {
  7. width: 100%;
  8. object-fit: cover;
  9. }
  10. .logo {
  11. max-width:40vw;
  12. }
  13. @media only screen and (min-width: 851px){
  14. .home_background_header {
  15. left: 50%;
  16. }
  17. }
  18. @media only screen and (max-width: 850px){
  19. .home_background_image {
  20. height: 500px;
  21. width: auto;
  22. }
  23. .home_background_header {
  24. left: 70%;
  25. }
  26. }
  27. .home_background_header {
  28. position: absolute;
  29. top: 40%;
  30. transform: translate(-50%, -50%);
  31. color: darkred;
  32. font-weight: 500;
  33. font-size: 4.5em;
  34. font-weight: bold;
  35. font-family: "Montserrat", sans-serif;
  36. padding: 20px;
  37. }
  38. .page-header {
  39. background: darkred;
  40. color: #eeeeee;
  41. width: 100%;
  42. left: 0;
  43. padding-top: 10px;
  44. padding-bottom: 10px;
  45. font-family: sans-serif;
  46. }
  47. .page-header-content {
  48. margin-left: 5%;
  49. margin-right: 5%;
  50. }
  51. .textwall-container {
  52. text-align: justify;
  53. font-family: sans-serif;
  54. margin-left: 25%;
  55. margin-right: 25%;
  56. flex: 1;
  57. }
  58. .feature_containers {
  59. display: flex;
  60. flex-flow: row wrap;
  61. }
  62. .feature_container {
  63. width: 49%;
  64. padding: 0.5%;
  65. }
  66. .feature_heading {
  67. }
  68. .feature_text {
  69. }
  70. .feature_image {
  71. width: 100%;
  72. }
  73. .nav-list-item {
  74. display: flex;
  75. align-items: center;
  76. }
  77. .nav-list-item a {
  78. color: #000;
  79. text-decoration: none;
  80. padding: 0 10px;
  81. height: 100%;
  82. display: flex;
  83. align-items: center;
  84. }
  85. .dropdown-helper {
  86. display: none;
  87. }
  88. .dropdown-menu {
  89. display: none;
  90. position: absolute;
  91. z-index: 10;
  92. padding: 0;
  93. top: 100%;
  94. min-width: 10rem;
  95. border: 1px solid lightgrey;
  96. }
  97. .dropdown-menu .nav-list-item {
  98. display: block;
  99. height: auto;
  100. background: #fff;
  101. }
  102. .dropdown-menu .nav-list-item a {
  103. padding: 10px;
  104. }
  105. .navbar {
  106. display: flex;
  107. justify-content: center;
  108. align-items: center;
  109. position: fixed;
  110. background: #fff;
  111. width: 100%;
  112. height: 5rem;
  113. z-index: 10;
  114. top: 0;
  115. left: 0;
  116. }
  117. .navbar-title {
  118. color: darkred;
  119. font-size: 20px;
  120. font-weight: bold;
  121. font-family: "Montserrat", sans-serif;
  122. padding-left: 10px;
  123. }
  124. .navbar-logo {
  125. height: 34px;
  126. }
  127. .navbar-nav {
  128. display: flex;
  129. justify-content: space-between;
  130. }
  131. .nav-item {
  132. font-family: "Montserrat", sans-serif;
  133. font-weight: 500;
  134. font-size: 16px;
  135. text-decoration: none;
  136. padding-left: 20px;
  137. padding-top: 2rem;
  138. padding-bottom: 1.9rem;
  139. }
  140. .menu-icon {
  141. vertical-align: middle;
  142. width: 25px;
  143. height: 25px;
  144. z-index: 11;
  145. float: right;
  146. line-height: 5rem;
  147. cursor: pointer;
  148. display: none;
  149. }
  150. #check {
  151. display:none;
  152. }
  153. .collapsible:hover, .collapsible:focus {
  154. background: #c00417;
  155. }
  156. .nav-link:hover {
  157. color: #c00417;
  158. }
  159. .dropdown-item:hover {
  160. color: #c00417;
  161. }
  162. .footer-bar {
  163. font-size: 16px;
  164. font-family: "Montserrat", sans-serif;
  165. color: black;
  166. align-items: right;
  167. padding: 5px;
  168. display: flex;
  169. flex-flow: row wrap;
  170. justify-content: space-between;
  171. }
  172. .footer-bar a {
  173. color: darkred;
  174. text-decoration: none;
  175. }
  176. body {
  177. margin: 0px;
  178. padding-top: 5rem;
  179. display: flex;
  180. flex-direction: column;
  181. justify-content: space-between;
  182. height: calc(100% - 5rem);
  183. }
  184. body::-webkit-scrollbar {
  185. width: 0.8rem;
  186. height: 0.4rem;
  187. }
  188. body::-webkit-scrollbar-track {
  189. background: #1e1e24;
  190. }
  191. body::-webkit-scrollbar-thumb {
  192. background: #c00417;
  193. }
  194. /* 100% Image Width on Smaller Screens */
  195. @media only screen and (max-width: 700px){
  196. .feature_container {
  197. width: 100%;
  198. }
  199. }
  200. /* Style the button that is used to open and close the collapsible content */
  201. .collapsible {
  202. background-color: #eee;
  203. cursor: pointer;
  204. padding: 5px;
  205. border: none;
  206. vertical-align: center;
  207. outline: none;
  208. }
  209. @media only screen and (max-width: 1000px) {
  210. .textwall-container {
  211. margin-left: 2%;
  212. margin-right: 2%;
  213. }
  214. }
  215. @media only screen and (min-width: 851px) {
  216. .dropdown:hover .dropdown-menu {
  217. display: block;
  218. border-top: 3px solid #c00417;
  219. }
  220. }
  221. @media only screen and (max-width: 850px) {
  222. .navbar {
  223. justify-content: space-around;
  224. }
  225. .menu-icon {
  226. display: block;
  227. }
  228. .navbar-nav {
  229. position: fixed;
  230. width: 100%;
  231. background: white;
  232. top: 4rem;
  233. left: 0;
  234. text-align: center;
  235. display: none;
  236. border: 1px solid lightgrey;
  237. padding-inline-start: 0px;
  238. }
  239. .nav-item {
  240. padding-top: 1rem;
  241. padding-bottom: 1rem;
  242. padding-left: 0px;
  243. border-bottom: 1px solid lightgrey;
  244. display: flex;
  245. flex-direction: column;
  246. }
  247. #check:checked ~ .navbar-nav {
  248. display: block;
  249. }
  250. .dropdown-helper {
  251. display: block;
  252. position: absolute;
  253. right: 0;
  254. font-family: "Montserrat", sans-serif;
  255. font-weight: bold;
  256. border-left: 1px solid lightgrey;
  257. width: 45px;
  258. }
  259. .nav-link-container {
  260. display: flex;
  261. }
  262. .dropdown {
  263. padding-top: 0rem;
  264. padding-bottom: 0rem;
  265. }
  266. .dropdown:active .dropdown-menu,
  267. .dropdown:focus .dropdown-menu {
  268. display: block;
  269. width: 100%;
  270. border-top: 1px solid #c00417;
  271. border-bottom: 1px solid #c00417;
  272. position: static;
  273. }
  274. .dropdown-menu .nav-list-item {
  275. background: #F6F5F5;
  276. }
  277. }
  278. .rank-spacer {
  279. margin-top: 20px;
  280. }
  281. .box-padding {
  282. padding-top: 10px;
  283. padding-bottom: 10px;
  284. }
  285. .box {
  286. border-radius: 6px;
  287. padding-top: 10px;
  288. padding-left: 3px;
  289. padding-right: 3px;
  290. margin-left: 5px;
  291. margin-right: 5px;
  292. height: 100%;
  293. line-height: 1.5rem;
  294. }
  295. .rank-1 {
  296. background-color: #00AAAA;
  297. color: black;
  298. }
  299. .rank-2 {
  300. background-color: #FFFF55;
  301. color: black;
  302. }
  303. .rank-3 {
  304. background-color: #FFAA00;
  305. color: black;
  306. }
  307. .rank-4 {
  308. background-color: #00AA00;
  309. color: black;
  310. }
  311. .rank-owner {
  312. background-color: #AA0000;
  313. color: white;
  314. }
  315. .rank-admin {
  316. background-color: #FF5555;
  317. color: black;
  318. }
  319. .rank-builder-dev {
  320. background-color: #AA00AA;
  321. color: white;
  322. }
  323. .rank-mod {
  324. background-color: #5555FF;
  325. color: white;
  326. }
  327. .rank-supporter {
  328. background-color: #55FFFF;
  329. color: black;
  330. }
  331. .rank-vip {
  332. background-color: #FF55FF;
  333. color: black;
  334. }
  335. .rank-name {
  336. font-weight: bold;
  337. font-size: 1em;
  338. }
  339. .rank-description {
  340. font-size: 0.75em;
  341. }
  342. .text-center {
  343. text-align: center;
  344. }
  345. .justify-content-center {
  346. justify-content: center;
  347. }
  348. .row {
  349. display: flex;
  350. flex-flow: row wrap;
  351. }
  352. .col-md {
  353. flex-basis: 0;
  354. flex-grow: 1;
  355. max-width: 100%;
  356. }
  357. .col-12 {
  358. width: 100%;
  359. }
  360. @media (max-width: 768px) {
  361. .team-container {
  362. flex: 0 0 100%; /* Column occupies 100% of the parent container's width */
  363. max-width: 100%; /* Column does not exceed 100% of the parent container's width */
  364. }
  365. }
  366. @media (min-width: 768px) {
  367. .team-container {
  368. flex: 0 0 50%; /* Column occupies 50% of the parent container's width */
  369. max-width: 50%; /* Column does not exceed 50% of the parent container's width */
  370. }
  371. }
  372. @media (min-width: 992px) {
  373. .team-container {
  374. flex: 0 0 33.333333%; /* Column occupies 1/3 (4 out of 12) of the parent container's width */
  375. max-width: 33.333333%; /* Column does not exceed 1/3 of the parent container's width */
  376. }
  377. }