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

47 lines
806 B
CSS

html {
overflow: hidden;
padding: 0;
margin: 0;
width: 280dip;
height: max-content;
}
body {
flow: vertical;
overflow: hidden;
padding: 10dip;
padding-top: 5dip;
margin: 0;
font-rendering-mode: snap-pixel;
image-rendering: optimize-quality;
border-spacing: 10dip;
}
div.row {
flow: horizontal;
border-spacing: 10dip;
vertical-align: middle;
padding: 0;
}
plaintext {
color: @textColorMain;
size: *;
font-family: @baseFontEmoji;
font-size: 14dip;
padding: 2dip;
background-color: #fff;
border: 1dip solid @frameBorderColor;
scroll-manner: scroll-manner(animation: true, wheel-step: 20%);
font-rendering-mode: sub-pixel;
}
plaintext:focus {
text-selection: #fff @activeColor;
}
plaintext text {
margin: 0;
display: block;
}
plaintext text:last-child {
padding-bottom: *;
}