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

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);
1.1.1.5 ! root       19:        --cream:                rgb(255, 255, 128);
        !            20:        --yellow-green: rgb(216, 242,  85);
1.1.1.4   root       21:        --light-pink:   rgb(255, 202, 191);
1.1.1.5 ! root       22:        --light-green:  rgb(119, 217, 168);
1.1       root       23:        --light-grey:   rgb(200, 200, 203);
1.1.1.2   root       24: 
                     25:        --bg-grey:              rgb(220, 220, 223);
1.1       root       26: }
                     27: body {
1.1.1.2   root       28:        background-color: var(--bg-grey);
1.1       root       29: }
                     30: q {
                     31:        color: var(--brown);
                     32: }
                     33: q:before {
                     34:        content: "[";
                     35: }
                     36: q:after {
                     37:        content: "]";
                     38: }
                     39: dt.dt-indent {
                     40:        padding-left: 1ex;
                     41: }
                     42: .main {
                     43:        margin-left: 1em;
                     44: }
                     45: .cons {
                     46:        background-color: black;
                     47:        color: white;
                     48: }
                     49: .file {
                     50:        background-color: white;
                     51:        color: black;
                     52: }
                     53: .strike {
                     54:        color: var(--grey);
                     55: }
1.1.1.3   root       56: .strike > q {
                     57:        color: var(--grey);
                     58: }
1.1.1.5 ! root       59: .new {
        !            60:        background-color: var(--light-green);
        !            61: }
        !            62: .new > q {
        !            63:        background-color: var(--light-green);
        !            64: }
1.1       root       65: </style>
                     66: </head>

unix.superglobalmegacorp.com

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