stagit-repositories

The Stagit repositories site generator you see at https://kaka.farm/~stagit/ or wheverer the fuck it is now.
git clone https://kaka.farm/~git/stagit-repositories
Log | Files | Refs

style.css (688B)


      1 body {
      2     color: wheat;
      3     background: #222;
      4     background-size: 2px 2px;
      5 }
      6 
      7 #content {
      8     box-shadow: 0px -20px 50px -20px #fff;
      9     margin: 0 auto;
     10     min-height: 100vh;
     11     padding: 20px;
     12     background-color: #222;
     13 }
     14 
     15 ul { list-style: none; }
     16 li:before { content: "\1F4A9"; }
     17 
     18 a:link { color: springgreen; text-decoration: none; }
     19 a:visited { color: cadetblue; text-decoration: none; }
     20 a:hover { color: salmon; text-decoration: underline; }
     21 a:active { color: red; text-decoration: underline; }
     22 a:target { background-color: rgba(255, 255, 255, 0.2); }
     23 
     24 .i { color: powderblue; }
     25 .d { color: coral; }
     26 
     27 a.i { color: powderblue; }
     28 a.d { color: coral; }
     29 
     30 /*
     31 pre { color: silver; }
     32 */