website/infnet.css

76 lines
1.0 KiB
CSS
Raw Normal View History

2022-10-28 21:11:05 +01:00
.sidebar {
2022-10-28 22:10:02 +01:00
height: 100%;
width: 250px;
position: absolute;
left: 0;
top: 0;
padding-top: 40px;
background-color: lightgray;
text-align: center;
2022-10-28 21:11:05 +01:00
}
.sidebar div {
2022-10-28 22:10:02 +01:00
padding: 8px;
font-family: Roboto, sans-serif;
font-size: 24px;
display: block;
2022-10-28 21:11:05 +01:00
}
2022-10-28 22:10:02 +01:00
.title {
padding: 8px;
font-family: Roboto, sans-serif;
font-size: 32px;
2022-10-28 21:11:05 +01:00
}
2022-06-27 00:35:36 +01:00
body {
2022-10-28 22:10:02 +01:00
font-family: Roboto, sans-serif;
background-color: #262626;
2022-06-27 00:35:36 +01:00
}
h1 {
2022-10-28 22:10:02 +01:00
font-family: Roboto, sans-serif;
font-size: 24px;
color: #ffffff;
2022-06-27 00:35:36 +01:00
}
h2 {
2022-10-28 22:10:02 +01:00
font-family: Roboto, sans-serif;
font-size: 22px;
color: #ffffff;
2022-06-27 00:35:36 +01:00
}
h3 {
2022-10-28 22:10:02 +01:00
font-family: Roboto, sans-serif;
font-size: 20px;
color: #ffffff;
2022-06-27 00:35:36 +01:00
}
h4 {
2022-10-28 22:10:02 +01:00
font-family: Roboto, sans-serif;
font-size: 18px;
color: #ffffff;
2022-06-27 00:35:36 +01:00
}
h5 {
2022-10-28 22:10:02 +01:00
font-family: Roboto, sans-serif;
font-size: 16px;
color: #ffffff;
2022-06-27 00:35:36 +01:00
}
p {
2022-10-28 22:10:02 +01:00
font-family: Roboto, sans-serif;
font-size: 16px;
color: #ffffff;
2022-06-27 00:35:36 +01:00
}
code {
2022-10-28 22:10:02 +01:00
font-size: 14px;
color: #ffffff;
2022-06-27 00:35:36 +01:00
}
a {
2022-10-28 22:10:02 +01:00
font-family: Roboto, sans-serif;
color: #000000;
text-decoration: none;
2022-06-27 00:35:36 +01:00
}