2022-01-11 14:37:28 +00:00
|
|
|
.wy-nav-content {
|
|
|
|
max-width: 1200px !important;
|
|
|
|
}
|
2023-05-31 23:14:47 +00:00
|
|
|
|
2023-10-30 22:15:31 +00:00
|
|
|
.wy-table-responsive {
|
|
|
|
white-space: normal !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.wy-table-responsive table td, .wy-table-responsive table th {
|
|
|
|
white-space: normal !important;
|
|
|
|
}
|
|
|
|
|
2023-05-31 23:14:47 +00:00
|
|
|
.green {
|
|
|
|
color: green;
|
|
|
|
}
|
|
|
|
|
|
|
|
.statusok {
|
|
|
|
color: green;
|
|
|
|
}
|
|
|
|
|
|
|
|
.statusmok {
|
|
|
|
/* color: orange; */
|
|
|
|
/* color: #ffae42; */
|
|
|
|
color: darkorange;
|
|
|
|
}
|
|
|
|
|
2023-08-23 15:58:06 +00:00
|
|
|
.statusunstable {
|
2023-05-31 23:14:47 +00:00
|
|
|
color: red;
|
|
|
|
}
|
2023-08-23 15:58:06 +00:00
|
|
|
|
|
|
|
.statusunsupp {
|
|
|
|
color: darkorange;
|
|
|
|
}
|
|
|
|
|
|
|
|
.statusincompat {
|
|
|
|
color: goldenrod;
|
|
|
|
};
|
2023-11-30 23:53:40 +00:00
|
|
|
|
|
|
|
table.main-table {
|
|
|
|
border: 1px;
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
td.main-table-col {
|
|
|
|
width: 33%;
|
|
|
|
}
|