1
0
Fork 0
mirror of https://github.com/perlbot/perlbuut-pastebin synced 2025-06-07 14:17:26 -04:00
perlbuut-pastebin/static/editor.css
2018-06-26 12:26:30 -04:00

29 lines
444 B
CSS

#editor {
margin: auto;
position: relative !important;
width: 100%;
height: 500px;
display: none;
font-variant-ligatures: none;
}
#paste {
font-family: 'monospace'
}
html, body, #content {
width: 100%;
}
@font-face {
font-family: "AnonymousPro";
src: url("/static/fonts/AnonymousPro-Regular.woff2") format('woff2');
}
.options label {
padding-right: 0.5em;
}
.options label:not(:first-child) {
padding-left: 2em;
}