note-content.css (498B)
1 h1 { 2 font-size: 1.6em; 3 padding-bottom: .2em; 4 } 5 6 h2 { 7 font-size: 1.4em; 8 font-weight: normal; 9 margin-top: 0; 10 padding-bottom: .2em; 11 border-bottom: 1px solid lightgray; 12 } 13 14 h3 { 15 font-size: 1.1em; 16 } 17 18 h4 { 19 font-size: 1em; 20 margin-bottom: 1em; 21 } 22 23 h5 { 24 font-size: .9em; 25 margin-bottom: 1em; 26 } 27 28 h6 { 29 font-size: .8em; 30 margin-top: 1.6em; 31 margin-bottom: 1.3em; 32 } 33 34 blockquote { 35 margin-top: 1.5em; 36 margin-bottom: 1.5em; 37 margin-left: 1em; 38 padding-left: .75em; 39 border-left: 3px solid lightblue; 40 }