Spaces:
Sleeping
Sleeping
| @font-face { | |
| font-family: "HelloFont"; | |
| src: url("/gradio_api/file=SarasaFixedTC-Regular.ttf") format("truetype"); | |
| font-weight: normal; | |
| font-style: normal; | |
| } | |
| * { | |
| font-family: "HelloFont"; | |
| } | |
| .hidden { | |
| display: none; | |
| } | |
| .ascii-container { | |
| overflow-x: auto; | |
| display: flex; | |
| justify-content: center; | |
| align-items: center; | |
| max-height: 100vh; | |
| margin: auto 0 ; | |
| } | |
| .ascii { | |
| font-family: 'HelloFont'; | |
| white-space: pre; | |
| line-height: 1; | |
| letter-spacing: 0; | |
| display: inline-block; | |
| padding: 20px; | |
| margin: auto 0 ; | |
| } | |
| input[type="number"]::-webkit-outer-spin-button, | |
| input[type="number"]::-webkit-inner-spin-button { | |
| -webkit-appearance: none; | |
| margin: 0; | |
| text-align: right; | |
| } | |
| input[type="number"] { | |
| -moz-appearance: textfield; | |
| appearance: textfield; | |
| text-align: right; | |
| } | |
| .divider { | |
| display: none; | |
| } | |