Mercurial > thoughts
view css/sloman.css @ 150:7bb8ee5a52e8
s.
author | Robert McIntyre <rlm@mit.edu> |
---|---|
date | Mon, 20 Apr 2015 01:33:29 -0400 |
parents | a72ac82bb785 |
children |
line wrap: on
line source
1 /*** RESETS ***/2 html,body{margin:0;padding:0;color:#4f4030;}3 h1,h2,h3,h4,h5,h6 {font-size:inherit;line-height:inherit;margin:0;padding:0;font-weight:inherit;}4 a{color:inherit;}6 /*** CORE SETTINGS ***/8 body {9 font-size:16px;10 line-height:1.25em;11 padding:1.5em;12 }14 body {15 /*width:36em;16 margin:0px auto;*/17 padding:2.5em 5em;18 background:#fff;19 }20 html {22 }24 .outline-3 a {25 color:#369;26 }27 /*** TITLES AND OTHER HEADERS ***/28 h1.title {29 text-align:left;30 font-size:1.5em;31 line-height:1.667em;32 line-height:1em;33 font-weight:bold;34 }37 h2 {38 font-weight:bold;39 margin-top:2.5em;40 }41 h3 {42 text-align:center;43 font-family:Cabin,Helvetica,Arial,sans-serif;44 line-height:1em;45 padding-top:1.5em;46 padding-bottom:1.5em;47 border-top:1px dotted #ccc;48 color:#7f674;49 }50 h4 {51 font-weight:bold;52 font-size:1.25em;53 line-height:1em;54 margin-top:2em;55 }57 .tag {58 background:inherit;59 color:#369;60 color:#4d657f;61 font-family:Cabin,Helvetica,Arial,sans-serif;62 font-size:14px;63 }65 /*** TABLE OF CONTENTS ***/66 #text-table-of-contents {67 margin-bottom:4em;68 }69 #text-table-of-contents ul {70 list-style-type:none;71 padding:0;72 font-weight:bold;73 font-family:Cabin,Helvetica,Arial,sans-serif;74 }76 #text-table-of-contents > ul li {77 line-height:1.875em;78 line-height:2.5em;79 color:#7f674d;80 }83 #text-table-of-contents ul ul li {84 line-height:1.25em;85 line-height:1.25em;86 padding-left:1.4em;87 font-weight:normal;88 font-family:Georgia,Times,Palatino,serif;89 color:#4f4030;90 }91 #text-table-of-contents a {92 text-decoration:none;93 }94 #text-table-of-contents a:hover {95 text-decoration:underline;96 }100 /*** AUXUILLARY STUFF (quotes, verses) **/102 .verse {103 font-size:1em;104 line-height:1.125em;105 color:#666;106 color:#682;107 color:inherit;108 border-left:0.25em solid #eee;109 padding-left:0.75em;111 }