~funderscore blog cgit wiki get in touch
aboutsummaryrefslogtreecommitdiff
blob: ec8fd071a24879473d35424df3d857ce172bbdba (plain)
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
					</tr>
				</tbody>
			</table>
		</main>
		<hr/>
		<footer>
			Generated by learn (with fases additions)<br/>
			SPDX-License-Identifier: FreeBSD-DL AND GPL-3.0-or-later
		</footer>
		<style>
/* #04d colorscheme. */
body {
	line-height: 1.3;
	margin: 0;
}
header {
	padding: 0.5em;
	padding-top: 0;
	margin-top: 0;
	color: white;
	margin-top: -1.4em;
	background: linear-gradient(#04d, transparent);
}
header div {
	float: right;
  margin-top: 10px;
}
header div a {
	padding: 4px;
	
}
pre, details, code {background: #eee;}
pre, details {
	border: 1px solid #ddd;
	padding: 0.5em;
}
main td.nav { display: block; }
main td.doc {
	max-width: 120ch;
  display: table-cell;
}
h1 small { font-size: 12pt; }
div.warn { background: linear-gradient(90deg, orange, transparent); }
.bigbuttons td {
	padding: 1em;
	width: 100px;
	height: 100px;
}
.bigbuttons td a { color: black; }
.bigbuttons img { width: +5em; }
.bigbuttons td:hover {
	background: linear-gradient(white 20%, #04f);
}
main td.nav ul {padding: 0;}
main td.nav ul li a {
	display: block;
	padding: 5px;
	color: black;
	padding-right: 30px;
	text-decoration: none;
}
main td.nav ul li {list-style: none;}
main td.nav ul li a[href]:hover {
	color: white;
	background: #04d;
}
h1, h2, h3, h4, h5, h6, h7 {
	font-style: italic;
}
main td.nav ul ul li a {
	padding-left: 2ch;
}
h1 a, h2 a, h3 a, h4 a {
  display: none;
}
h1:hover > small a, h2:hover > small a, h3:hover > small a, h4:hover > small a {
	display: inline;
	color: #aaa;
	font-family: monospace;
	font-style: normal;
	text-decoration: none;
}
h1:target, h2:target, h3:target, h4:target {
	color: white;
	background: linear-gradient(90deg, #04f, transparent);
}
footer {
	text-align: center;
	font-style: italic;
}
hr {
	border: none;
	border: 1px solid #aaa;
}
		</style>
	</body>
</html>