|
|
1.1 root 1: <?php
2: /*
3: * nono
4: * Copyright (C) 2020 nono project
5: * Licensed under nono-license.txt
6: */
7: ?>
8: <head>
9: <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
10: <title>nono document</title>
11: <style type="text/css">
12: /* https://jfly.uni-koeln.de/colorset/ */
13:
14: :root {
15: --blue: rgb( 0, 90, 255);
16: --brown: rgb(128, 64, 0);
17: --green: rgb( 3, 175, 122);
18: --grey: rgb(132, 145, 158);
19: --light-grey: rgb(200, 200, 203);
1.1.1.2 root 20:
21: --bg-grey: rgb(220, 220, 223);
1.1 root 22: }
23: body {
1.1.1.2 root 24: background-color: var(--bg-grey);
1.1 root 25: }
26: q {
27: color: var(--brown);
28: }
29: q:before {
30: content: "[";
31: }
32: q:after {
33: content: "]";
34: }
35: dt.dt-indent {
36: padding-left: 1ex;
37: }
38: .main {
39: margin-left: 1em;
40: }
41: .cons {
42: background-color: black;
43: color: white;
44: }
45: .file {
46: background-color: white;
47: color: black;
48: }
49: .strike {
50: color: var(--grey);
51: }
1.1.1.3 ! root 52: .strike > q {
! 53: color: var(--grey);
! 54: }
1.1 root 55: </style>
56: </head>
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.