forked from giuseppeg/xm
-
Notifications
You must be signed in to change notification settings - Fork 0
/
docs.html
110 lines (110 loc) · 2.07 KB
/
docs.html
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
98
99
100
101
102
103
104
105
106
107
108
109
110
<!DOCTYPE html>
<title>₪ xm</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<style>
:root {
--bg: #383545;
--fg: #c7c5ce;
--main-bg: #2c2a37;
--card-bg: #17161d;
--card-fg: #e7e6ea;
--accent-fg: #eb9344;
}
* {
box-sizing: border-box;
}
body {
margin: 0;
background-color: var(--bg);
color: var(--fg);
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}
h2,
h3,
h4 {
margin-top: 2.5em;
}
a,
h2,
h3,
h4 {
font-weight: 400;
color: var(--accent-fg);
}
a code,
h1 code,
h2 code,
h3 code,
h4 code {
color: var(--accent-fg);
}
h1 {
font-weight: 400;
color: var(--card-fg);
}
main {
margin: 0 auto;
padding: 1rem 2rem;
background-color: var(--main-bg);
}
@media (min-width: 1000px) {
main {
max-width: 1000px;
padding: 2rem 4rem;
}
}
pre {
margin: 2em 0;
white-space: pre-wrap;
}
code {
font-family: monaco, monospace;
font-size: 0.9em;
background-color: var(--card-bg);
color: var(--card-fg);
padding: 0.1em 0.3em;
border-radius: 0.2em;
}
pre code {
display: block;
padding: 1em;
border-radius: 1em;
}
#screenshot-1,
#screenshot-2 {
margin: 0;
}
.fork {
position: absolute;
top: 0;
right: 0;
}
footer {
text-align: center;
margin-top: 2em;
}
footer a {
text-decoration: none;
}
footer a:hover {
text-decoration: underline;
}
</style>
<main>
<div>
<import href="README.md" />
</div>
<footer>Powered by <a href="https://github.com/giuseppeg/xm">₪ xm</a></footer>
<a class="fork" href="https://github.com/giuseppeg/xm"
><img
loading="lazy"
width="149"
height="149"
src="https://github.blog/wp-content/uploads/2008/12/forkme_right_orange_ff7600.png?resize=149%2C149"
class="attachment-full size-full"
alt="Fork me on GitHub"
data-recalc-dims="1"
/></a>
</main>