-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
97 lines (80 loc) · 1.21 KB
/
Copy pathstyle.css
File metadata and controls
97 lines (80 loc) · 1.21 KB
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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
body {
text-align: center;
padding-top: 30vh;
padding-bottom: 50vh;
}
* {
background: transparent;
text-align: left;
scrollbar-width: none;
}
span {
font-family: 'Roboto';
}
span.span-output,
p {
display: inline-block;
width: 80vw;
margin: 10px;
font-size: 20px;
}
span.span-output:before {
content: "\200D";
display: inline;
}
p {
margin: 0px;
padding: 15px;
border: 1px solid gray;
font-family: "Lucida Console", Courier, monospace;
}
a {
position: fixed;
bottom: 10px;
right: 10px;
text-decoration: none;
}
span.hl {
margin-top: 30px;
font-size: 28px;
}
span.hs {
font-size: 24px;
}
span.tc {
text-align: center;
}
span.ms {
font-family: "Lucida Console", Courier, monospace;
}
span.li {
margin: 5px;
position: relative;
left: 30px;
min-height: 20px;
}
span.li:before {
content: "\25B8";
position: absolute;
left: -20px;
}
span.i0 {
margin: 0px;
padding-left: 0px;
}
span.i1 {
margin: 0px;
padding-left: 30px;
}
span.i2 {
margin: 0px;
padding-left: 60px;
}
span.i3 {
margin: 0px;
padding-left: 90px;
}
span.i4 {
margin: 0px;
padding-left: 120px;
}