forked from Decentrala/website
132 lines
1.7 KiB
CSS
132 lines
1.7 KiB
CSS
@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);
|
|
}
|
|
|
|
|
|
body {
|
|
background-color: rgb(0, 0, 0);
|
|
font-family: jetbrains-mono;
|
|
font-size: 3vw;
|
|
}
|
|
|
|
.container {
|
|
margin: 2rem auto;
|
|
margin-left: 2vw;
|
|
margin-right: 1vw;
|
|
}
|
|
|
|
.header {
|
|
display: flex;
|
|
justify-content: center;
|
|
margin: 0 auto;
|
|
font-family: facade;
|
|
font-size: 20vw;
|
|
color: #81fc54;
|
|
}
|
|
|
|
main {
|
|
color: #81fc54;
|
|
}
|
|
|
|
main h2 {
|
|
font-family: sligoil;
|
|
font-size: 5vw;
|
|
}
|
|
|
|
main h3 {
|
|
font-family: sligoil;
|
|
font-size: 4vw;
|
|
margin: 2rem auto;
|
|
margin-left: 2vw;
|
|
margin-right: 1vw;
|
|
}
|
|
|
|
#about {
|
|
margin-bottom: 2rem;
|
|
}
|
|
|
|
a {
|
|
font-family: sligoil;
|
|
text-decoration: underline;
|
|
color: #81fc54;
|
|
|
|
}
|
|
|
|
.back ul li {
|
|
text-align: right;
|
|
clear: both;
|
|
}
|
|
|
|
.back ul li:before {
|
|
content: "<";
|
|
padding-right: 5px;
|
|
color: #81fc54;
|
|
}
|
|
|
|
#onama p {
|
|
font-size: 2vw;
|
|
}
|
|
|
|
.box {
|
|
float: left;
|
|
width: 25vw;
|
|
text-align: center;
|
|
padding: 1vw;
|
|
}
|
|
|
|
marquee {
|
|
border-bottom: 0.1vw solid;
|
|
border-color: #81fc54;
|
|
}
|
|
|
|
marquee a {
|
|
color: #a19cff;
|
|
text-decoration: none;
|
|
font-family: sligoil;
|
|
font-size: 2vw;
|
|
}
|
|
|
|
.nav {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
border-bottom: 0.1vw solid;
|
|
border-top: 0.1vw solid;
|
|
border-color: #81fc54;
|
|
padding: 0.5vw 5vw ;
|
|
}
|
|
|
|
.nav a {
|
|
text-decoration: none;
|
|
color: #a19cff;
|
|
margin-right: 5vw;
|
|
font-size: 2vw;
|
|
}
|
|
|
|
.nav a:hover {
|
|
text-decoration: underline;
|
|
}
|
|
|
|
.nav a:hover > .leadingsign {
|
|
opacity: 1;
|
|
}
|
|
|
|
.leadingsign {
|
|
opacity: 0;
|
|
}
|
|
|
|
.leadingsign:hover {
|
|
opacity: 1;
|
|
}
|