Annotation of nono/doc/common.php, revision 1.1.1.1

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);
                     20: }
                     21: body {
                     22:        background-color: var(--light-grey);
                     23: }
                     24: q {
                     25:        color: var(--brown);
                     26: }
                     27: q:before {
                     28:        content: "[";
                     29: }
                     30: q:after {
                     31:        content: "]";
                     32: }
                     33: dt.dt-indent {
                     34:        padding-left: 1ex;
                     35: }
                     36: .main {
                     37:        margin-left: 1em;
                     38: }
                     39: .cons {
                     40:        background-color: black;
                     41:        color: white;
                     42: }
                     43: .file {
                     44:        background-color: white;
                     45:        color: black;
                     46: }
                     47: .strike {
                     48:        color: var(--grey);
                     49: }
                     50: </style>
                     51: </head>

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.