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

148 lines
2.6 KiB
CSS

/* Template version: 1130.85 */
@set v-scroll-indicator < base-scroll-indicator-light {
.slider {
margin: 0 4dip 0 11dip;
}
}
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: *;
}
#loading {
background-color: #FFF;
position: absolute;
size: *;
}
#loading > span {
display: block;
width: max-content;
height: max-content;
margin: *;
text-align: center;
vertical-align: middle;
white-space: nowrap;
}
.bottombtns {
height: max-content;
width: *;
flow: horizontal;
text-align: right;
vertical-align: middle;
padding: 10dip;
}
.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[multiselect] > 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[multiselect] > 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[multiselect] > tbody > tr > td:first-child {
foreground-position: 4dip 50%;
}
.contacts[multiselect] > 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;
behavior: edit !important;
padding-top: 2dip !important;
}
select caption,
select option {
font-size: 14dip;
}