mirror of
https://github.com/perlbot/perlbuut-pastebin
synced 2025-06-07 14:17:26 -04:00
29 lines
444 B
CSS
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;
|
|
}
|