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/uinlist.css

123 lines
2.2 KiB
CSS

@set v-scroll-indicator < base-scroll-indicator-light {
.slider {
margin: 0 2dip 0 0;
}
}
body {
flow: vertical;
padding: 0;
padding-bottom: 5dip;
margin: 0;
line-height: normal;
overflow: hidden;
background-color: window;
image-rendering: optimize-quality;
font: system;
}
#main {
size: *;
}
.contacts {
size: *;
margin: 5dip 1dip 0 5dip;
}
.contacts > thead {
visibility: collapse;
}
.contacts > tbody {
padding-right: 4dip;
vertical-scrollbar: "v-scroll-indicator";
}
.contacts > tbody > tr > td {
width: *;
height: 16dip;
padding: 1dip 4dip;
flow: horizontal;
vertical-align: middle;
}
.contacts[multicheck] > tbody > tr > td {
padding: 1dip 4dip 1dip 22dip;
}
.contacts > tbody > tr > td > span {
display: inline-block;
size: *;
overflow: hidden;
text-overflow: ellipsis;
vertical-align: middle;
}
.contacts > tbody > tr.node > td:first-child > .icon {
margin-right: 3dip;
margin-top: -1dip;
}
.contacts > tbody > tr.leaf > td:first-child > div[pic] {
margin-right: 4dip;
}
.contacts > tbody > tr.node:collapsed > td:first-child > .icon {}
.contacts > tbody > tr.node:expanded > td:first-child > .icon {}
.contacts > tbody > tr.node > td {
font-weight: bold;
color: maroon;
}
.contacts[multicheck] > tbody > tr.node > td {
padding-left: 22dip;
}
.contacts > tbody > tr.node:current > td {}
.contacts > tbody > tr.leaf > td {}
.contacts > tbody > tr.leaf.grouped > td:first-child {
padding-left: 21dip;
}
.contacts[multicheck] > tbody > tr > td:first-child {
foreground-position: 4dip 50%;
}
.contacts[multicheck] > tbody > tr.leaf.grouped > td:first-child {
padding-left: 41dip;
foreground-position: 23dip 50%;
}
.contacts > thead > tr > th,
.contacts > tbody > tr > td {
width: *;
min-width: max-content;
}
.buttonpane {
width: *;
height: max-content;
flow: horizontal-wrap;
padding: 5dip 5dip 0 5dip;
border-spacing: 5dip;
}
.buttonpane > *,
#action {
width: * !important;
}
#action {
margin: 5dip 5dip 0 5dip !important;
}
#count {
padding: 5dip 5dip 0 5dip;
}
#lists {
width: * !important;
margin: 5dip 5dip 0 5dip;
}
#lists caption {
flow: text;
white-space: pre;
padding-top: 2dip !important;
}
select {
--caption-option-font-size: 14dip;
--caption-padding-top: 4dip;
--caption-padding-bottom: 4dip;
}