website/infnet.css

106 lines
1.5 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;
2022-10-29 01:30:35 +01:00
position: fixed;
2022-10-28 22:10:02 +01:00
left: 0;
top: 0;
2022-10-29 01:30:35 +01:00
padding-top: 55px;
background-color: #909090;
2022-10-28 22:10:02 +01:00
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-10-29 01:30:35 +01:00
.body-link {
font-family: Roboto, sans-serif;
font-size: 18px;
color: #ffffff;
}
.table-link {
font-family: Roboto, sans-serif;
font-size: 16px;
color: #ffffff;
text-decoration: underline;
}
.logo-small {
2022-10-29 01:30:35 +01:00
transform: translate(0px, 8px);
}
2022-06-27 00:35:36 +01:00
body {
2022-10-29 01:30:35 +01:00
padding-top: 40px;
margin-left: 400px;
margin-right: 150px;
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;
2022-10-29 01:30:35 +01:00
font-size: 26px;
2022-10-28 22:10:02 +01:00
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
}
table, th, td {
border: 2px solid;
border-collapse: collapse;
border-color: #ffffff;
padding: 15px;
font-family: Roboto, sans-serif;
font-size: 16px;
color: #ffffff;
}