lsg

Lumidify Site Generator
git clone git://lumidify.org/lsg.git (fast, but not encrypted)
git clone https://lumidify.org/lsg.git (encrypted, but very slow)
git clone git://4kcetb7mo7hj6grozzybxtotsub5bempzo4lirzc3437amof2c2impyd.onion/lsg.git (over tor)
Log | Files | Refs | README | LICENSE

main.css (849B)


      1 body {
      2      font-family: verdana, sans;
      3      margin: 0;
      4 }
      5 
      6 #header {
      7      background: #4177bd;
      8      color: #474747;
      9      text-align: center;
     10 }
     11 
     12 #header #title {
     13      padding: 5pt;
     14      margin-top: 0;
     15      margin-bottom: 0;
     16      font-size: 3em;
     17 }
     18 
     19 #header a {
     20      color: #ffffff;
     21      text-decoration: none;
     22 }
     23 
     24 #header ul {
     25      display: inline;
     26      list-style: none;
     27      padding: 0;
     28 }
     29 
     30 #header ul li {
     31      display: inline-block;
     32      padding: 10pt;
     33 }
     34 
     35 #header #nav {
     36      background: #474747;
     37 }
     38 
     39 #header #nav a:hover {
     40      color: #4177bd;
     41 }
     42 
     43 #header #lang {
     44      text-align: left;
     45 }
     46 
     47 #header #lang a:hover {
     48      color: #000000;
     49 }
     50 
     51 #content {
     52      padding-left: 5%;
     53      padding-right: 5%;
     54      padding-top: 10px;
     55      padding-bottom: 50px;
     56 }
     57 
     58 #content .column {
     59      max-width: 400pt;
     60 }
     61 
     62 #page_list {
     63      list-style: none;
     64      padding: 0;
     65 }