1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
| html body {
| height: 100%;
| font-family: "Segoe UI", Candara, "Bitstream Vera Sans", "DejaVu Sans", "Bitstream Vera Sans", "Trebuchet MS", Verdana, "Verdana Ref", sans-serif;
| }
|
| #text-output {
| border: solid 0.5px hsl(0, 0%, 70%);
| height: 490px;
| max-height: 490px;
| font-family: "Source Code Pro", "Consolas" , monospace ;
| font-size: 10pt;
| margin-top: 8px;
| overflow: auto;
| padding: 10px 5px 5px 5px;
| background-color: hsl(0, 0%, 95%);
| }
|
|