67 lines
1.1 KiB
CSS
67 lines
1.1 KiB
CSS
.body {
|
|
font-size: 2em;
|
|
font-family: Arial, Helvetica, sans-serif;
|
|
}
|
|
.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;
|
|
width: 48em;
|
|
}
|
|
.title {
|
|
font-size: 3em;
|
|
font-weight: bold;
|
|
margin: 0.5em;
|
|
}
|
|
.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;
|
|
width: 16em;
|
|
padding: 0.2em;
|
|
}
|
|
.table_content {
|
|
display: flex;
|
|
flex-direction: column;
|
|
justify-content: center;
|
|
align-items: center;
|
|
text-align: center;
|
|
}
|
|
.status {
|
|
font-weight: normal;
|
|
}
|
|
.container_log {
|
|
text-align: left;
|
|
width: 48.4em;
|
|
padding: 0.2em;
|
|
border-width: 1px;
|
|
border-style: solid;
|
|
}
|
|
.button {
|
|
font-weight: bold;
|
|
cursor: pointer;
|
|
}
|