1
0
Fork 0
decentrala-website-static-new/static/main.css

132 lines
1.7 KiB
CSS
Raw Normal View History

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 {
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;
2023-01-16 16:01:30 +00:00
font-size: 20vw;
color: #81fc54;
}
2023-01-03 20:06:46 +00:00
main {
2023-01-16 16:01:30 +00:00
color: #81fc54;
2023-01-03 20:06:46 +00:00
}
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;
text-decoration: underline;
2023-01-16 16:01:30 +00:00
color: #81fc54;
2023-01-03 20:06:46 +00:00
}
2023-01-05 06:13:33 +00:00
2023-01-16 16:01:30 +00:00
.back ul li {
text-align: right;
clear: both;
2023-01-03 20:06:46 +00:00
}
2023-01-05 06:13:33 +00:00
2023-01-16 16:01:30 +00:00
.back ul li:before {
content: "<";
padding-right: 5px;
color: #81fc54;
2023-01-03 20:06:46 +00:00
}
2023-01-05 06:13:33 +00:00
2023-01-16 16:01:30 +00:00
#onama p {
font-size: 2vw;
2023-01-03 20:06:46 +00:00
}
2023-01-16 16:01:30 +00:00
.box {
float: left;
width: 25vw;
text-align: center;
padding: 1vw;
}
2023-01-16 16:01:30 +00:00
marquee {
border-bottom: 0.1vw solid;
border-color: #81fc54;
}
2023-01-16 16:01:30 +00:00
marquee a {
color: #a19cff;
text-decoration: none;
font-family: sligoil;
font-size: 2vw;
2023-01-03 20:06:46 +00:00
}
2023-01-16 16:01:30 +00:00
.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 ;
2023-01-03 20:06:46 +00:00
}
2023-01-05 06:40:19 +00:00
2023-01-16 16:01:30 +00:00
.nav a {
text-decoration: none;
color: #a19cff;
margin-right: 5vw;
font-size: 2vw;
2023-01-05 06:40:19 +00:00
}
2023-01-16 16:01:30 +00:00
.nav a:hover {
text-decoration: underline;
2023-01-05 06:40:19 +00:00
}
2023-01-12 19:04:31 +00:00
2023-01-16 16:01:30 +00:00
.nav a:hover > .leadingsign {
opacity: 1;
2023-01-12 19:04:31 +00:00
}
2023-01-16 16:01:30 +00:00
.leadingsign {
opacity: 0;
}
.leadingsign:hover {
opacity: 1;
2023-01-12 19:04:31 +00:00
}