permacomputing

Source repository for the main permacomputing wiki site
git clone http://git.permacomputing.net/repos/permacomputing.git # read-only access
Log | Files | Refs

local.css (774B)


      1 body {
      2   margin: 40px auto;
      3   max-width: 41em;
      4   padding: 0 10px;
      5   font-size: 1rem;
      6   font-family: Ubuntu,"Trebuchet MS","Droid Sans","Liberation Sans",sans-serif;
      7   line-height: 1.4;
      8 }
      9 
     10 code {
     11   font-size: 15px;
     12   color: #EE4AFE;
     13 }
     14 
     15 pre {
     16   font-size: 15px;
     17   padding: 1em;
     18   color: #EE4AFE;
     19 }
     20 
     21 h1,h2,h3,h4,h5,h6 {
     22   font-family: sans-serif;
     23 //  letter-spacing: 0.5px;
     24 }
     25 
     26 h1 {
     27   margin-bottom: 0em;
     28   font-size: 2.0rem;
     29 }
     30 
     31 h2 {
     32   margin-top: 0;
     33   font-size: 1.5rem;
     34 }
     35 
     36 a {
     37   color: #584AFE;
     38   text-decoration: none;
     39 }
     40 
     41 a:visited {
     42   color: #453AC7;
     43 }
     44 
     45 
     46 .title {
     47   color: #EE4AFE;
     48 }
     49 
     50 div.header, header.header {
     51   font-size: 2.5rem;
     52   text-align: right;
     53   padding-bottom: 2rem;
     54 }
     55 
     56 .bottom_menu {
     57   display: block;
     58   margin-top: 1em;
     59 }
     60 
     61 .last_edit {
     62   font-style: italic;
     63 }