kaka.farm

Unnamed repository; edit this file 'description' to name the repository.
git clone https://kaka.farm/~git/kaka.farm
Log | Files | Refs | README

index.css (893B)


      1 h1 { text-align: center; }
      2 
      3 body {
      4     background: #222;
      5     color: wheat;
      6     background-image: linear-gradient(to bottom, #111, #222);
      7     background-size: 2px 2px;
      8     /*
      9     margin: 0;
     10     padding: 0;
     11    */
     12 }
     13 
     14 div { width: 920px; max-width: calc(100% - 20px); margin: auto; }
     15 
     16 #topmostdiv {
     17     box-shadow: 0px -20px 50px -20px #fff;
     18     margin: 0 auto;
     19     min-height: 100vh;
     20     padding: 20px;
     21     background-color: #222;
     22     max-width: calc(100% - 40px);
     23 }
     24 
     25 ul { list-style: none; }
     26 ul>li:before { content: "\1F4A9"; }
     27 
     28 a:link { color: springgreen; text-decoration: none; }
     29 a:visited { color: cadetblue; text-decoration: none; }
     30 a:hover { color: salmon; text-decoration: underline; }
     31 a:active { color: red; text-decoration: underline; }
     32 
     33 a img {
     34     filter: drop-shadow(1px 1px 6px rgba(255, 255, 255, 0.5));
     35 }
     36 
     37 .craftering {
     38     margin: auto;
     39     width: 50%;
     40     text-align: center;
     41 }