diff css/sloman.css @ 57:a72ac82bb785

add dylan's sloman transcript.
author Robert McIntyre <rlm@mit.edu>
date Tue, 13 Aug 2013 00:47:01 -0400
parents
children
line wrap: on
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/css/sloman.css	Tue Aug 13 00:47:01 2013 -0400
     1.3 @@ -0,0 +1,111 @@
     1.4 +/*** RESETS ***/
     1.5 +html,body{margin:0;padding:0;color:#4f4030;}
     1.6 +h1,h2,h3,h4,h5,h6 {font-size:inherit;line-height:inherit;margin:0;padding:0;font-weight:inherit;}
     1.7 +a{color:inherit;}
     1.8 +
     1.9 +/*** CORE SETTINGS ***/
    1.10 +
    1.11 +body {
    1.12 +    font-size:16px;
    1.13 +    line-height:1.25em;
    1.14 +    padding:1.5em;
    1.15 +}
    1.16 +
    1.17 +body {
    1.18 +    /*width:36em;
    1.19 +    margin:0px auto;*/
    1.20 +    padding:2.5em 5em;
    1.21 +    background:#fff;
    1.22 +}
    1.23 +html {
    1.24 +
    1.25 +}
    1.26 +
    1.27 +.outline-3 a {
    1.28 +color:#369;
    1.29 +}
    1.30 +/*** TITLES AND OTHER HEADERS ***/
    1.31 +h1.title {
    1.32 +    text-align:left;
    1.33 +    font-size:1.5em;
    1.34 +    line-height:1.667em;
    1.35 +    line-height:1em;
    1.36 +    font-weight:bold;
    1.37 +}
    1.38 +
    1.39 +
    1.40 +h2 {
    1.41 +    font-weight:bold;
    1.42 +    margin-top:2.5em;
    1.43 +}
    1.44 +h3 {
    1.45 +    text-align:center;
    1.46 +    font-family:Cabin,Helvetica,Arial,sans-serif;
    1.47 +    line-height:1em;
    1.48 +    padding-top:1.5em;
    1.49 +    padding-bottom:1.5em;
    1.50 +    border-top:1px dotted #ccc;
    1.51 +    color:#7f674;
    1.52 +}
    1.53 +h4 {
    1.54 +    font-weight:bold;
    1.55 +    font-size:1.25em;
    1.56 +    line-height:1em;
    1.57 +    margin-top:2em;
    1.58 +}
    1.59 +
    1.60 +.tag {
    1.61 +    background:inherit;
    1.62 +    color:#369;
    1.63 +    color:#4d657f;
    1.64 +    font-family:Cabin,Helvetica,Arial,sans-serif;
    1.65 +    font-size:14px;
    1.66 +}
    1.67 +
    1.68 +/*** TABLE OF CONTENTS ***/
    1.69 +#text-table-of-contents {
    1.70 +    margin-bottom:4em;
    1.71 +}
    1.72 +#text-table-of-contents ul {
    1.73 +    list-style-type:none;
    1.74 +    padding:0;
    1.75 +    font-weight:bold;
    1.76 +    font-family:Cabin,Helvetica,Arial,sans-serif;
    1.77 +}
    1.78 +
    1.79 +#text-table-of-contents > ul li {
    1.80 +    line-height:1.875em;
    1.81 +    line-height:2.5em;
    1.82 +    color:#7f674d;
    1.83 +} 
    1.84 +
    1.85 +
    1.86 +#text-table-of-contents ul ul li {
    1.87 +    line-height:1.25em;
    1.88 +    line-height:1.25em;
    1.89 +    padding-left:1.4em;
    1.90 +    font-weight:normal;
    1.91 +    font-family:Georgia,Times,Palatino,serif;
    1.92 +    color:#4f4030;
    1.93 +}
    1.94 +#text-table-of-contents a {
    1.95 +    text-decoration:none;
    1.96 +}
    1.97 +#text-table-of-contents a:hover {
    1.98 +    text-decoration:underline;
    1.99 +}
   1.100 +
   1.101 +
   1.102 +
   1.103 +/*** AUXUILLARY STUFF (quotes, verses) **/
   1.104 +
   1.105 +.verse {
   1.106 +font-size:1em;
   1.107 +line-height:1.125em;
   1.108 +color:#666;
   1.109 +color:#682;
   1.110 +color:inherit;
   1.111 +border-left:0.25em solid #eee;
   1.112 +padding-left:0.75em;
   1.113 +
   1.114 +}