1.admonitionblock .icon .title { 2 font-size: 2.5em; 3 text-shadow: 1px 1px 2px rgba(0, 0, 0, .5); 4} 5.caution .icon .title { 6 color: rgba(192, 51, 0, 1); 7} 8.important .icon .title { 9 color: rgba(192, 0, 0, 1); 10} 11.note .icon .title { 12 color: rgba(26, 64, 128, 1); 13} 14.tip .icon .title { 15 color: rgba(255, 192, 0, 1); 16} 17.warning .icon .title { 18 color: rgba(192, 102, 0, 1); 19} 20p,blockquote,dt,td.content,span.alt { 21 font-size: 1.1rem 22} 23h1, h2, h3, h4, h5, h6 { 24 font-weight: bold; 25} 26h1 { 27 font-size: 2.25em; 28} 29h2 { 30 font-size: 1.5em; 31} 32h3,#toctitle,.sidebarblock>.content>.title { 33 font-size: 1.3em; 34} 35h4, h5 { 36 font-size: 1.2em; 37} 38h6 { 39 font-size: 1.1em; 40} 41