2017-10-11 20:33:17 +08:00
|
|
|
|
.expanded>.expand-arrow {
|
|
|
|
|
display: none;
|
2017-01-12 04:02:45 +08:00
|
|
|
|
}
|
|
|
|
|
|
2017-10-11 20:33:17 +08:00
|
|
|
|
.expanded>.collapse-arrow {
|
|
|
|
|
display: inherit;
|
2017-01-12 04:02:45 +08:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.collapse-arrow {
|
2017-10-11 20:33:17 +08:00
|
|
|
|
display: none;
|
2017-03-13 02:21:08 +08:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
body {
|
2017-10-11 20:33:17 +08:00
|
|
|
|
padding-bottom: 50px;
|
2017-09-15 04:13:17 +08:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.table-header-rotated {
|
2017-10-11 20:33:17 +08:00
|
|
|
|
border-collapse: collapse;
|
2022-11-29 14:18:52 +08:00
|
|
|
|
margin: 0 auto;
|
2017-10-11 20:33:17 +08:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.table-header-rotated td {
|
|
|
|
|
width: 30px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.table-header-rotated th {
|
|
|
|
|
padding: 5px 10px;
|
|
|
|
|
}
|
|
|
|
|
|
2022-11-29 14:18:52 +08:00
|
|
|
|
.table-header-rotated th:first-child {
|
|
|
|
|
max-width: 120px;
|
|
|
|
|
}
|
|
|
|
|
|
2017-10-11 20:33:17 +08:00
|
|
|
|
.table-header-rotated td {
|
|
|
|
|
text-align: center;
|
|
|
|
|
padding: 10px 5px;
|
|
|
|
|
border: 1px solid #ccc;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.table-header-rotated th.rotate {
|
|
|
|
|
height: 140px;
|
|
|
|
|
white-space: nowrap;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.table-header-rotated th.rotate>div {
|
2022-11-29 14:18:52 +08:00
|
|
|
|
-webkit-transform: translate(26px, 51px) rotate(315deg);
|
|
|
|
|
-ms-transform: translate(26px, 51px) rotate(315deg);
|
|
|
|
|
transform: translate(26px, 51px) rotate(315deg);
|
2017-10-11 20:33:17 +08:00
|
|
|
|
width: 30px;
|
2022-11-29 14:18:52 +08:00
|
|
|
|
position: relative;
|
|
|
|
|
bottom: 1px;
|
2017-10-11 20:33:17 +08:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.table-header-rotated th.rotate>div>span {
|
|
|
|
|
border-bottom: 1px solid #ccc;
|
|
|
|
|
padding: 5px 10px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.table-header-rotated th.row-header {
|
|
|
|
|
padding: 0 10px;
|
|
|
|
|
border-bottom: 1px solid #ccc;
|
2022-11-29 14:18:52 +08:00
|
|
|
|
/* box-shadow since border-right doesn’t work */
|
|
|
|
|
box-shadow: 0.5px 0 0 #ccc;
|
|
|
|
|
background-color: white;
|
|
|
|
|
position: sticky;
|
|
|
|
|
left: 0;
|
|
|
|
|
z-index: 1;
|
|
|
|
|
}
|
|
|
|
|
.table-header-rotated thead tr:first-child th.row-header {
|
|
|
|
|
box-shadow: none;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.table-header-rotated th.row-header.rotate>div {
|
|
|
|
|
position: relative;
|
|
|
|
|
left: 43px;
|
|
|
|
|
bottom: 27px;
|
|
|
|
|
}
|
|
|
|
|
.table-header-rotated th.row-header.rotate>div>span {
|
|
|
|
|
display: inline-block;
|
|
|
|
|
width: 190px;
|
|
|
|
|
background-color: white;
|
|
|
|
|
line-height: 90px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.full-width {
|
|
|
|
|
width: 100vw;
|
|
|
|
|
max-width: 100vw;
|
|
|
|
|
margin-left: -50vw;
|
|
|
|
|
margin-right: -50vw;
|
|
|
|
|
left: 50%;
|
|
|
|
|
right: 50%;
|
|
|
|
|
position: relative;
|
|
|
|
|
overflow-x: auto;
|
2017-10-11 20:33:17 +08:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.success {
|
|
|
|
|
background-color: #dff0d8;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.warning {
|
|
|
|
|
background-color: #faf2cc;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.danger {
|
|
|
|
|
background-color: #f2dede;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.info {
|
|
|
|
|
background-color: #d9edf7;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.fa {
|
|
|
|
|
font-size: 150%;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.has-tooltip:before {
|
|
|
|
|
text-decoration: underline;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.dim {
|
|
|
|
|
color: #eeeeee
|
2022-10-28 23:27:06 +08:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.table-of-contents {
|
|
|
|
|
width: 100%;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.table-of-contents td {
|
|
|
|
|
vertical-align: top;
|
|
|
|
|
width: 50%;
|
|
|
|
|
}
|