You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
RnQ/Distro/Template/log.css

103 lines
1.6 KiB
CSS

/* Template version: 1130.85 */
body {
flow: vertical;
padding: 0;
margin: 0;
font-rendering-mode: snap-pixel;
}
img {
foreground-size: contain;
}
.log {
size: *;
padding: 0;
border-spacing: 0;
overflow: hidden;
}
.log th,
.log td {
padding: 2dip;
white-space: nowrap;
overflow-x: hidden;
text-overflow: ellipsis;
}
.log th {
display: none;
}
.log > tbody {
size: *;
padding: 0;
overflow-y: auto !important;
}
.log > tbody > tr > td > img {
max-width: 16dip;
max-height: 16dip;
}
.log > thead > tr > th:nth-child(1),
.log > tbody > tr > td:nth-child(1) {
width: 16dip;
}
.log > thead > tr > th:nth-child(2),
.log > tbody> tr > td:nth-child(2) {
width: 120dip;
min-width: max-content;
}
.log > thead > tr > th:nth-child(3),
.log > tbody > tr > td:nth-child(3) {
width: 50dip;
min-width: max-content;
text-align: right;
padding-right: 4dip;
}
.log > thead > tr > th:nth-child(4),
.log > tbody> tr > td:nth-child(4) {
width: *;
}
#main,
#detail {
size: *;
}
frameset[rows] > splitter {
height: 2dip;
background: none;
background-color: @indicatorColorLight;
background-clip: content-box;
margin: 0;
padding: 0;
hit-margin: 3dip;
transition: background-color 0.3s cubic-out;
}
frameset[rows] > splitter:hover {
background-color: @indicatorColor;
}
plaintext {
size: *;
padding: 5dip;
background-color: #FFF;
border: none;
overflow: auto;
line-height: 110%;
text-selection: #fff @activeColor;
font-family: "Consolas", "Courier New", "Segoe UI Emoji";
}
plaintext > text {
margin: 0;
padding: 0;
list-style-type: none;
white-space: pre;
}
plaintext > text:last-child {
padding-bottom: *;
}