blob: 1bc316644e58eee42b1355cb459fa72c2b9c9067 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
body{$
text-align: left;
padding: 2%;
border-style: solid;
position: relative;
left: 8%;
right: 100%;
white-space: -moz-pre-wrap !important;
/* color: #005f87; */
/* background: #000000; */
font-family: "DejaVuSansMono NF", Helvetica, monospace;
overflow-wrap: break-word;
}
.sidenav {
color: #00afd7;
height: 100%;
width: 8%;
position: fixed;
z-index: 1;
top: 0;
left: 0;
background-color: #111;
overflow-x: hidden;
padding-top: 20px;
text-align: center;
}
|