2023-01-12 17:28:53 +00:00
|
|
|
@font-face {
|
|
|
|
font-family: Facade;
|
|
|
|
src: url(fonts/facade/Facade-Sud.woff);
|
|
|
|
}
|
|
|
|
|
|
|
|
@font-face {
|
|
|
|
font-family: sligoil;
|
|
|
|
src: url(fonts/sligoil/Sligoil-Micro.woff);
|
|
|
|
}
|
|
|
|
|
|
|
|
@font-face {
|
|
|
|
font-family: jetbrains-mono;
|
|
|
|
src: url(fonts/jetbrains-mono/JetBrainsMono-Regular.ttf);
|
|
|
|
}
|
|
|
|
|
2023-01-12 19:04:31 +00:00
|
|
|
|
2023-01-03 20:06:46 +00:00
|
|
|
body {
|
2023-01-04 04:43:17 +00:00
|
|
|
background-color: rgb(0, 0, 0);
|
2023-01-12 17:28:53 +00:00
|
|
|
font-family: jetbrains-mono;
|
|
|
|
font-size: 3vw;
|
2023-01-03 20:06:46 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.container {
|
|
|
|
margin: 2rem auto;
|
2023-01-05 12:19:31 +00:00
|
|
|
margin-left: 2vw;
|
|
|
|
margin-right: 1vw;
|
2023-01-03 20:06:46 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.header {
|
|
|
|
display: flex;
|
|
|
|
justify-content: center;
|
|
|
|
margin: 0 auto;
|
2023-01-12 17:28:53 +00:00
|
|
|
font-family: facade;
|
|
|
|
font-size: 12vw;
|
2023-01-03 20:06:46 +00:00
|
|
|
color: #24ea26;
|
|
|
|
}
|
|
|
|
|
2023-01-04 04:43:17 +00:00
|
|
|
#d {
|
2023-01-05 12:19:31 +00:00
|
|
|
float: right;
|
|
|
|
margin-right: 6vw;
|
|
|
|
margin-left: 1vw;
|
|
|
|
margin-bottom: 2vw;
|
|
|
|
background-color: #24ea26;
|
2023-01-04 04:43:17 +00:00
|
|
|
}
|
|
|
|
|
2023-01-03 20:06:46 +00:00
|
|
|
main {
|
|
|
|
color: #24ea26;
|
|
|
|
}
|
|
|
|
|
2023-01-05 06:13:33 +00:00
|
|
|
main h2 {
|
2023-01-12 17:28:53 +00:00
|
|
|
font-family: sligoil;
|
2023-01-05 06:13:33 +00:00
|
|
|
font-size: 5vw;
|
|
|
|
}
|
|
|
|
|
2023-01-12 19:04:31 +00:00
|
|
|
main h3 {
|
|
|
|
font-family: sligoil;
|
|
|
|
font-size: 4vw;
|
|
|
|
margin: 2rem auto;
|
|
|
|
margin-left: 2vw;
|
|
|
|
margin-right: 1vw;
|
|
|
|
}
|
|
|
|
|
2023-01-04 07:29:26 +00:00
|
|
|
#about {
|
|
|
|
margin-bottom: 2rem;
|
|
|
|
}
|
|
|
|
|
2023-01-03 20:06:46 +00:00
|
|
|
a {
|
2023-01-12 17:28:53 +00:00
|
|
|
font-family: sligoil;
|
2023-01-05 18:38:16 +00:00
|
|
|
text-decoration: underline;
|
2023-01-03 20:06:46 +00:00
|
|
|
color: #24ea26;
|
|
|
|
|
|
|
|
}
|
2023-01-05 06:13:33 +00:00
|
|
|
|
2023-01-03 20:06:46 +00:00
|
|
|
a:visited {
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
2023-01-05 06:13:33 +00:00
|
|
|
|
2023-01-03 20:06:46 +00:00
|
|
|
a:active {
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
2023-01-05 06:13:33 +00:00
|
|
|
|
2023-01-03 20:06:46 +00:00
|
|
|
a:hover {
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
main ul li {
|
2023-01-05 06:13:33 +00:00
|
|
|
font-size: 3vw;
|
2023-01-04 04:43:17 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
main ul li:hover {
|
|
|
|
background-color: #008000;
|
|
|
|
}
|
|
|
|
|
|
|
|
main ul li:hover a {
|
|
|
|
color: #000000;
|
2023-01-03 20:06:46 +00:00
|
|
|
}
|
|
|
|
|
2023-01-05 06:40:19 +00:00
|
|
|
main ul li:before {
|
2023-01-03 20:06:46 +00:00
|
|
|
content: ">";
|
|
|
|
padding-right: 5px;
|
|
|
|
color: #24ea26;
|
|
|
|
}
|
2023-01-05 06:40:19 +00:00
|
|
|
|
|
|
|
.back ul li {
|
2023-01-05 06:50:36 +00:00
|
|
|
text-align: right;
|
2023-01-12 19:04:31 +00:00
|
|
|
clear: both;
|
2023-01-05 06:40:19 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.back ul li:before {
|
|
|
|
content: "<";
|
|
|
|
padding-right: 5px;
|
|
|
|
color: #24ea26;
|
|
|
|
}
|
2023-01-12 19:04:31 +00:00
|
|
|
|
2023-01-12 20:32:33 +00:00
|
|
|
#onama p {
|
2023-01-12 19:04:31 +00:00
|
|
|
font-size: 2vw;
|
|
|
|
}
|
|
|
|
|
|
|
|
.box {
|
|
|
|
float: left;
|
|
|
|
width: 25vw;
|
|
|
|
text-align: center;
|
|
|
|
padding: 1vw;
|
|
|
|
}
|