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

85 lines
966 B
CSS
Raw Normal View History

2023-01-03 20:06:46 +00:00
body {
background-color: rgb(0, 0, 0);
2023-01-05 06:13:33 +00:00
font: 3vw "Monospace", sans-serif;
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;
font: 12vw "Monospace", sans-serif;
2023-01-03 20:06:46 +00:00
color: #24ea26;
}
#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-03 20:06:46 +00:00
main {
color: #24ea26;
}
2023-01-05 06:13:33 +00:00
main h2 {
font-size: 5vw;
}
2023-01-04 07:29:26 +00:00
#about {
margin-bottom: 2rem;
}
2023-01-03 20:06:46 +00:00
a {
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;
}
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 {
text-align: right;
2023-01-05 06:40:19 +00:00
}
.back ul li:before {
content: "<";
padding-right: 5px;
color: #24ea26;
}