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

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: }
1.1.1.6 ! root       42: .h4 {
        !            43:        font-weight: bold;
        !            44:        font-size: 110%;
        !            45: }
        !            46: .h5 {
        !            47:        font-weight: bold;
        !            48:        padding-left: 1ex;
        !            49: }
1.1       root       50: .main {
1.1.1.6 ! root       51:        margin-left: 2em;
        !            52: }
        !            53: .main1 {
1.1       root       54:        margin-left: 1em;
                     55: }
                     56: .cons {
                     57:        background-color: black;
                     58:        color: white;
                     59: }
                     60: .file {
                     61:        background-color: white;
                     62:        color: black;
                     63: }
                     64: .strike {
                     65:        color: var(--grey);
                     66: }
1.1.1.3   root       67: .strike > q {
                     68:        color: var(--grey);
                     69: }
1.1.1.5   root       70: .new {
                     71:        background-color: var(--light-green);
                     72: }
                     73: .new > q {
                     74:        background-color: var(--light-green);
                     75: }
1.1       root       76: </style>
                     77: </head>

unix.superglobalmegacorp.com

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