2023-05-27 18:22:38 +11:00
|
|
|
body {
|
2023-05-27 18:58:03 +11:00
|
|
|
font-size: 1.2em;
|
2023-05-27 16:31:50 +11:00
|
|
|
font-family: Arial, Helvetica, sans-serif;
|
2023-05-27 14:25:10 +11:00
|
|
|
}
|
|
|
|
.page_wrapper {
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
justify-content: center;
|
|
|
|
align-items: center;
|
|
|
|
align-content: center;
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
.center_wrapper {
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
justify-content: center;
|
|
|
|
align-items: center;
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
.container_list {
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
justify-content: center;
|
|
|
|
align-items: center;
|
|
|
|
text-align: center;
|
2023-05-27 17:05:30 +11:00
|
|
|
width: 48em;
|
2023-05-27 14:25:10 +11:00
|
|
|
}
|
2023-05-27 17:05:30 +11:00
|
|
|
.title {
|
2023-05-27 17:19:40 +11:00
|
|
|
font-size: 3em;
|
2023-05-27 17:05:30 +11:00
|
|
|
font-weight: bold;
|
2023-05-27 17:23:53 +11:00
|
|
|
margin: 0.5em;
|
2023-05-27 17:05:30 +11:00
|
|
|
}
|
2023-05-27 14:25:10 +11:00
|
|
|
.table_headers, .line {
|
|
|
|
display: flex;
|
|
|
|
flex-direction: row;
|
|
|
|
justify-content: center;
|
|
|
|
align-items: center;
|
|
|
|
}
|
|
|
|
.header, .status {
|
|
|
|
font-weight: bold;
|
|
|
|
border-width: 1px;
|
|
|
|
border-style: solid;
|
2023-05-27 17:05:30 +11:00
|
|
|
width: 16em;
|
2023-05-27 17:19:40 +11:00
|
|
|
padding: 0.2em;
|
2023-05-27 14:25:10 +11:00
|
|
|
}
|
|
|
|
.table_content {
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
justify-content: center;
|
|
|
|
align-items: center;
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
.status {
|
|
|
|
font-weight: normal;
|
|
|
|
}
|
|
|
|
.container_log {
|
2023-05-27 16:55:00 +11:00
|
|
|
text-align: left;
|
2023-05-27 18:07:59 +11:00
|
|
|
width: 49em;
|
2023-05-27 17:19:40 +11:00
|
|
|
padding: 0.2em;
|
|
|
|
border-width: 1px;
|
|
|
|
border-style: solid;
|
2023-05-27 14:25:10 +11:00
|
|
|
}
|
|
|
|
.button {
|
|
|
|
font-weight: bold;
|
2023-05-27 14:47:39 +11:00
|
|
|
cursor: pointer;
|
2023-05-27 14:25:10 +11:00
|
|
|
}
|