2023-11-19 19:28:43 +01:00
|
|
|
@font-face {
|
|
|
|
font-family: 'sans';
|
|
|
|
src: url('../resources/fonts/LiberationSans.woff') format('woff'),
|
|
|
|
url('../resources/fonts/LiberationSans.ttf') format('truetype');
|
|
|
|
font-weight: normal;
|
|
|
|
font-style: normal;
|
|
|
|
}
|
|
|
|
|
|
|
|
@font-face {
|
|
|
|
font-family: 'mono';
|
|
|
|
src: url('../resources/fonts/LiberationMono.woff') format('woff'),
|
|
|
|
url('../resources/fonts/LiberationMono.ttf') format('truetype');
|
|
|
|
font-weight: normal;
|
|
|
|
font-style: normal;
|
|
|
|
}
|
|
|
|
|
|
|
|
@font-face {
|
|
|
|
font-family: 'hyper';
|
|
|
|
src: url('../resources/fonts/RealityHyperRegular.woff') format('woff'),
|
|
|
|
url('../resources/fonts/RealityHyperRegular.ttf') format('truetype');
|
|
|
|
font-weight: normal;
|
|
|
|
font-style: normal;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
*, body {
|
|
|
|
box-sizing: border-box;
|
|
|
|
font-family: 'sans';
|
|
|
|
color: white;
|
|
|
|
background-color: black;
|
|
|
|
}
|
|
|
|
|
2024-11-15 00:03:33 +01:00
|
|
|
footer {
|
|
|
|
padding: 0.5rem;
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
justify-content: space-between;
|
|
|
|
}
|
|
|
|
|
|
|
|
.footer_element {
|
|
|
|
padding: 0.5rem;
|
|
|
|
}
|
|
|
|
|
2023-11-19 19:28:43 +01:00
|
|
|
.logo_font {
|
2024-11-18 23:18:36 +01:00
|
|
|
color: #FFF;
|
2023-11-19 19:28:43 +01:00
|
|
|
font-family: 'hyper';
|
|
|
|
font-size: 6rem;
|
|
|
|
text-shadow: 0 1px 0 #17202A, 0 2px 0 #17202A,
|
|
|
|
0 7px 0 #17202A, 0 8px 0 #17202A,
|
|
|
|
0 11px 0 #17202A, 0 12px 0 #17202A;
|
|
|
|
z-index: 999;
|
|
|
|
padding-left: 4rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
.logo_gif {
|
|
|
|
height: 8.5rem;
|
|
|
|
margin: -4rem;
|
|
|
|
z-index: 998;
|
|
|
|
}
|
|
|
|
|
|
|
|
.logo_group {
|
|
|
|
display: flex;
|
|
|
|
justify-content: center;
|
|
|
|
align-items: center;
|
|
|
|
pointer-events: none;
|
|
|
|
margin-bottom: -4rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
.logo_link {
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.menu_bar {
|
|
|
|
display: flex;
|
|
|
|
justify-content: center;
|
|
|
|
align-items: center;
|
|
|
|
font-family: 'mono';
|
|
|
|
font-size: 2rem;
|
|
|
|
text-shadow: 0 1px 0 #17202A, 0 2px 0 #17202A,
|
|
|
|
0 7px 0 #17202A, 0 8px 0 #17202A,
|
|
|
|
0 11px 0 #17202A, 0 12px 0 #17202A;
|
|
|
|
}
|
|
|
|
|
|
|
|
.menu_bar li {
|
|
|
|
list-style-type: none;
|
|
|
|
margin: 1rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
.menu_bar li a {
|
|
|
|
text-decoration: none;
|
2024-11-18 23:18:36 +01:00
|
|
|
color: #FFF;
|
2023-11-19 19:28:43 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.menu_bar li a:hover {
|
|
|
|
text-decoration: underline;
|
|
|
|
text-decoration-thickness: 5px;
|
|
|
|
text-decoration-color: #f3a041;
|
2024-11-18 23:18:36 +01:00
|
|
|
color: #FFF;
|
2023-11-19 19:28:43 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.menu_bar li a:active {
|
|
|
|
text-decoration: underline;
|
|
|
|
text-decoration-thickness: 6px;
|
|
|
|
text-decoration-color: #41a3f3;
|
2024-11-18 23:18:36 +01:00
|
|
|
color: #FFF;
|
2023-11-19 19:28:43 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.img_list {
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
justify-content: space-around;
|
|
|
|
align-items: center;
|
|
|
|
padding: 2rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
.img_list li {
|
|
|
|
list-style-type: none;
|
|
|
|
margin: 1rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
.cat_heading {
|
|
|
|
font-family: 'mono';
|
|
|
|
font-size: 2rem;
|
|
|
|
padding-left: 2rem;
|
2024-11-15 00:03:33 +01:00
|
|
|
padding-bottom: 3rem;
|
2024-11-18 23:18:36 +01:00
|
|
|
color: #FFF;
|
2023-11-19 19:28:43 +01:00
|
|
|
}
|
2024-11-14 22:59:55 +01:00
|
|
|
|
|
|
|
.pixelart {
|
|
|
|
image-rendering: pixelated;
|
|
|
|
image-rendering: -moz-crisp-edges;
|
|
|
|
image-rendering: crisp-edges;
|
|
|
|
object-fit: contain;
|
|
|
|
width: auto;
|
2024-11-15 00:03:33 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.big_content {
|
|
|
|
padding: 1rem;
|
|
|
|
padding-left: 5rem;
|
|
|
|
}
|
2024-11-16 22:00:15 +01:00
|
|
|
|
|
|
|
.db_utilities {
|
|
|
|
padding: 2rem;
|
|
|
|
}
|
2024-11-21 21:44:26 +01:00
|
|
|
|
|
|
|
.footer_spacer {
|
|
|
|
position: fixed;
|
|
|
|
left: 0;
|
|
|
|
bottom: 0;
|
|
|
|
width: 100%;
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
form > label {
|
|
|
|
margin-left: 1rem;
|
|
|
|
}
|