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;
|
2022-11-03 05:29:20 +00:00
|
|
|
text-decoration: underline;
|
2022-10-29 01:30:35 +01:00
|
|
|
}
|
|
|
|
|
2022-10-29 23:54:59 +01:00
|
|
|
.table-link {
|
|
|
|
font-family: Roboto, sans-serif;
|
2022-10-30 00:03:21 +01:00
|
|
|
font-size: 18px;
|
2022-10-29 23:54:59 +01:00
|
|
|
color: #ffffff;
|
|
|
|
text-decoration: underline;
|
|
|
|
}
|
|
|
|
|
|
|
|
.logo-small {
|
2022-10-30 00:03:21 +01:00
|
|
|
transform: translate(0px, 13px);
|
2022-10-29 01:30:35 +01:00
|
|
|
}
|
|
|
|
|
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;
|
2022-11-07 07:20:28 +00:00
|
|
|
font-size: 20px;
|
2022-10-28 22:10:02 +01:00
|
|
|
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-11-07 07:20:28 +00:00
|
|
|
text-align: center;
|
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;
|
2022-10-30 00:03:21 +01:00
|
|
|
font-size: 18px;
|
2022-10-28 22:10:02 +01:00
|
|
|
color: #ffffff;
|
2022-06-27 00:35:36 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
code {
|
2022-11-07 07:20:28 +00:00
|
|
|
font-size: 18px;
|
2022-10-28 22:10:02 +01:00
|
|
|
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
|
|
|
}
|
2022-10-29 23:54:59 +01:00
|
|
|
|
|
|
|
table, th, td {
|
|
|
|
border: 2px solid;
|
|
|
|
border-collapse: collapse;
|
|
|
|
border-color: #ffffff;
|
|
|
|
padding: 15px;
|
|
|
|
font-family: Roboto, sans-serif;
|
2022-10-30 00:03:21 +01:00
|
|
|
font-size: 18px;
|
2022-10-29 23:54:59 +01:00
|
|
|
color: #ffffff;
|
|
|
|
}
|