spsp

Repository for the "Simplified Perl Status Poster" (SPSP).
git clone git://git.samirparikh.com/spsp
Log | Files | Refs | README

style.css (403B) - raw


      1 html {
      2   font-size: 10px;
      3   font-family: 'Open Sans', sans-serif;
      4   /*
      5   background-color: #2B4560;
      6   */
      7 }
      8 
      9 body {
     10   width: 600px;
     11   margin: 0 auto;
     12   /*
     13   background-color: #2F6D80;
     14   */
     15   padding: 0 20px 20px 20px;
     16   border: 5px solid black;
     17 }
     18 
     19 h1 {
     20   margin: 0;
     21   padding: 20px 0;
     22   text-align: center;
     23   /*
     24   color: #00539F;
     25   */
     26 }
     27 
     28 p {
     29   font-size: 16px;
     30   line-height: 2;
     31   letter-spacing: 1px;
     32 }