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

74 lines
1.2 KiB
CSS

html {
overflow: hidden;
padding: 0;
margin: 0;
}
body {
flow: vertical;
overflow: hidden;
padding: 0;
margin: 0;
font-rendering-mode: snap-pixel;
image-rendering: optimize-quality;
height: max-content;
}
#statuses {
width: *;
height: max-content;
flow: horizontal-flow;
border-spacing: 5dip;
padding: 5dip;
margin-bottom: 5dip;
}
#statustext {
width: *;
height: 93dip;
padding: 10dip 2dip;
background-color: #FFF;
border-top: 1dip solid #EEE;
border-bottom: 1dip solid #EEE;
context-menu: selector(menu#inputmenu);
scroll-manner: scroll-manner(animation: true, wheel-step: 20%);
font: system;
overflow: scroll-indicator;
vertical-scrollbar: "v-scroll-indicator-textarea";
horizontal-scrollbar: "h-scroll-indicator-textarea";
}
#statustext:focus {
text-selection: #fff @activeColor;
}
#statustext text {
margin: 0;
display: block;
}
button[uwp][wide] {
margin: 5dip !important;
}
.characters {
flow: horizontal;
padding-top: 2dip;
padding-left: 5dip;
padding-right: 5dip;
font-size: 8pt;
font: system;
}
.characters > * {
width: 0.5*;
}
#charsleft {
text-align: right;
}
.imgbtn {
font-size: 10pt;
size: 18dip;
max-width: 18dip;
max-height: 18dip;
}
.imgbtn > div {
opacity: 0.9;
}