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

128 lines
2.0 KiB
CSS

@const mainFontSize: 14dip;
html {
overflow: hidden;
padding: 0;
margin: 0;
}
body {
flow: vertical;
overflow: hidden;
padding: 10dip;
margin: 0;
font-family: @baseFontEmoji;
font-size: @mainFontSize;
font-rendering-mode: snap-pixel;
image-rendering: optimize-quality;
border-spacing: 10dip;
size: *;
}
.main {
position: relative;
min-width: 200dip;
}
#content {
size: *;
flow: vertical;
padding: 0 0 0 5dip;
opacity: 0;
transition: opacity 0.2s cubic-out;
}
#content:expanded {
opacity: 1;
}
h3 {
font-size: 16dip;
font-weight: 400;
padding: 0;
margin: 0;
margin-bottom: 10dip;
}
.buttonpane {
flow: horizontal-wrap;
width: *;
height: max-content;
border-spacing: 10dip;
}
select {
size: *;
min-width: 100dip;
padding: 0;
background-color: #FFF;
background-image: none;
overflow-y: scroll-indicator;
vertical-scrollbar: "v-scroll-indicator-nomargins-light";
}
select option {
flow: horizontal;
border-spacing: 5dip;
padding: 6dip 6dip 4dip 6dip;
margin: 0;
width: *;
height: max-content;
white-space: pre-wrap;
vertical-align: middle;
}
select option:current {
color: #000;
background-color: #E2E2E2;
}
frameset[cols] > splitter {
width: 1dip;
background: none;
background-color: #e0e0e0;
background-clip: content-box;
padding: 0 3dip;
hit-margin: 5dip;
transition: background-color 0.3s cubic-out;
margin: 0 5dip 0 7dip;
}
frameset[cols] > splitter:hover {
padding: 0 2dip 0 3dip;
width: 2dip;
background-color: @indicatorColor;
}
textarea {
margin-top: 10dip;
size: * !important;
font-size: @mainFontSize !important;
}
checkbox {
margin-bottom: 1dip !important;
white-space: nowrap !important;
}
#chars {
white-space: nowrap;
}
#info {
white-space: pre-wrap;
margin-bottom: 20dip;
}
#close {
display: block !important;
}
#empty {
background-color: #FFF;
position: absolute;
size: *;
}
#empty:expanded {
display: none;
}
#empty > span {
display: block;
width: max-content;
height: max-content;
margin: *;
text-align: center;
vertical-align: middle;
white-space: nowrap;
}