2025-04-19 02:05:41 +02:00
|
|
|
@font-face {
|
|
|
|
font-family: 'Luciole';
|
|
|
|
src: url('../font/Luciole-Regular.woff2') format('woff2'),
|
|
|
|
url('../font/Luciole-Regular.woff') format('woff');
|
|
|
|
font-weight: normal;
|
|
|
|
font-style: normal;
|
|
|
|
font-display: swap;
|
|
|
|
}
|
|
|
|
|
|
|
|
html {
|
|
|
|
font-family: 'Luciole';
|
2025-04-22 13:41:33 +02:00
|
|
|
color: black;
|
|
|
|
background-color: white;
|
2025-04-19 02:05:41 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
body {
|
2025-04-19 17:13:31 +02:00
|
|
|
line-height: 2;
|
2025-04-19 02:05:41 +02:00
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
min-height: 100vh;
|
|
|
|
|
|
|
|
a {
|
2025-04-22 13:41:33 +02:00
|
|
|
color: black;
|
2025-04-19 02:05:41 +02:00
|
|
|
}
|
|
|
|
|
2025-04-19 17:13:31 +02:00
|
|
|
.icon-list {
|
2025-04-19 02:05:41 +02:00
|
|
|
list-style-type: none;
|
|
|
|
div {
|
|
|
|
margin-left:20px;
|
|
|
|
}
|
2025-04-19 17:13:31 +02:00
|
|
|
li {
|
|
|
|
display: flex;
|
|
|
|
margin-top:20px;
|
|
|
|
margin-bottom:20px;
|
|
|
|
}
|
2025-04-19 02:05:41 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
div {
|
|
|
|
margin-top: auto;
|
|
|
|
margin-bottom:auto;
|
|
|
|
}
|
|
|
|
|
|
|
|
.ico {
|
|
|
|
height:50px;
|
|
|
|
width:50px;
|
2025-04-19 17:13:31 +02:00
|
|
|
transition-duration: 1s;
|
|
|
|
}
|
|
|
|
|
|
|
|
.ico:hover {
|
|
|
|
transform: rotate(20deg);
|
|
|
|
}
|
|
|
|
|
|
|
|
.tstuff {
|
|
|
|
border-radius:10px;
|
2025-04-22 13:41:33 +02:00
|
|
|
border:solid 1px black;
|
2025-04-19 17:13:31 +02:00
|
|
|
padding:10px;
|
|
|
|
h2 {
|
|
|
|
text-decoration:underline;
|
|
|
|
}
|
|
|
|
span {
|
|
|
|
margin-left:20px;
|
|
|
|
}
|
2025-04-19 02:05:41 +02:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
main {
|
|
|
|
flex: 1;
|
|
|
|
width: 80%;
|
|
|
|
margin:auto;
|
|
|
|
margin-top:50px;
|
|
|
|
margin-bottom:50px;
|
|
|
|
}
|
|
|
|
|
2025-04-22 13:41:33 +02:00
|
|
|
hr{
|
|
|
|
width: 40%;
|
|
|
|
border: 1px solid black;
|
|
|
|
}
|
|
|
|
|
2025-04-19 02:05:41 +02:00
|
|
|
header{
|
|
|
|
font-size:20px;
|
|
|
|
display:flex;
|
|
|
|
flex-direction: row;
|
|
|
|
margin-top: 10px;
|
|
|
|
margin-left: 10px;
|
|
|
|
|
|
|
|
img {
|
|
|
|
height: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
a {
|
|
|
|
text-decoration: none;
|
2025-04-22 13:41:33 +02:00
|
|
|
color: black;
|
2025-04-19 02:05:41 +02:00
|
|
|
display: flex;
|
|
|
|
}
|
|
|
|
|
|
|
|
nav {
|
|
|
|
display: flex;
|
|
|
|
flex-direction: row;
|
|
|
|
width: 50%;
|
|
|
|
margin:auto;
|
|
|
|
margin-right:0px;
|
|
|
|
justify-content: right;
|
|
|
|
img {
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.img {
|
|
|
|
float:left;
|
|
|
|
width: 20%;
|
|
|
|
min-width:50px;
|
|
|
|
max-width:100px;
|
|
|
|
}
|
|
|
|
.text {
|
|
|
|
float:right;
|
|
|
|
margin-top: auto;
|
|
|
|
margin-bottom: auto;
|
|
|
|
margin-right:auto;
|
|
|
|
margin-left:20px;
|
|
|
|
width: 80%
|
|
|
|
}
|
|
|
|
|
|
|
|
.forge-ico-op, .cloud-ico-op, .stuff-ico-op {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.cloud:hover .cloud-ico-op, .forge:hover .forge-ico-op, .stuff:hover .stuff-ico-op {
|
|
|
|
display:block;
|
|
|
|
}
|
|
|
|
|
|
|
|
.cloud:hover .cloud-ico, .forge:hover .forge-ico, .stuff:hover .stuff-ico {
|
|
|
|
display:none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.cloud:hover, .forge:hover, .stuff:hover {
|
|
|
|
text-decoration: underline;
|
|
|
|
}
|
|
|
|
|
|
|
|
.logo {
|
|
|
|
transition-duration: 4s;
|
|
|
|
max-height:150px;
|
|
|
|
margin-left:auto;
|
|
|
|
margin-right:auto;
|
|
|
|
}
|
|
|
|
|
|
|
|
.logo:hover {
|
2025-04-19 17:13:31 +02:00
|
|
|
transform: rotate(-20deg);
|
2025-04-19 02:05:41 +02:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
footer {
|
|
|
|
text-align: center;
|
|
|
|
|
|
|
|
a {
|
2025-04-22 13:41:33 +02:00
|
|
|
color: black;
|
2025-04-19 02:05:41 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
div {
|
2025-04-22 13:41:33 +02:00
|
|
|
border-top: solid black 2px;
|
2025-04-19 02:05:41 +02:00
|
|
|
width:40%;
|
|
|
|
margin-left:auto;
|
|
|
|
margin-right:auto;
|
|
|
|
padding-top:20px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
@media (max-width: 868px) {
|
|
|
|
header {
|
|
|
|
flex-direction: column;
|
|
|
|
nav {
|
|
|
|
a{
|
|
|
|
margin-left:auto;
|
|
|
|
margin-right:auto;
|
|
|
|
}
|
|
|
|
flex-direction: column;
|
|
|
|
width:100%;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
footer {
|
|
|
|
div {
|
|
|
|
width:100%;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|