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

49 lines
899 B
CSS

/* Template version: 1130.85 */
@const mainFontSize: 14dip;
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: @mainFontSize;
text-selection: #fff @activeColor;
padding: 2dip;
background-color: #fff;
border: 1dip solid @frameBorderColor;
//context-menu: selector(menu#inputmenu);
scroll-manner: scroll-manner(animation: true, wheel-step: 200%);
font-rendering-mode: sub-pixel;
}
plaintext text {
margin: 0;
display: block;
}
plaintext text:last-child {
padding-bottom: *;
}