style.css (656B)
1 body { 2 font-family: serif; 3 color: #0f0f0f; 4 } 5 6 h1, h2, h3, h4, h5, h6, h7 { 7 text-align: left; 8 width: 100%; 9 } 10 11 /* Fit images */ 12 img { 13 max-width:100%; 14 max-height:100%; 15 } 16 17 p.small, #postamble { 18 margin: 0; 19 font-size: 0.8333333333333334em; 20 margin-bottom: 1.8em; 21 } 22 23 #content { 24 max-width: 63em; 25 margin-left: auto; 26 margin-right: auto; 27 } 28 29 /* source blocks: get rid of org-mode's boxes, use different 30 background instead */ 31 32 pre { 33 border: none; 34 box-shadow: none; 35 background-color: white; 36 } 37 38 code { 39 color: #595959; 40 } 41 42 pre.src { 43 overflow: auto; 44 } 45 46 pre.src:before { 47 top: 10px; 48 right: 10px; 49 }