body{counter-reset:part}h2{counter-reset:chapter}h2::before{content:counter(part) ". ";counter-increment:part}h3{counter-reset:section}h3::before{content:counter(part) ". " counter(chapter) ". ";counter-increment:chapter}h4{counter-reset:subsection}h4::before{content:counter(part) ". " counter(chapter) ". " counter(section) ". ";counter-increment:section}h5::before{content:counter(part) ". " counter(chapter) ". " counter(section) ". " counter(subsection) ". ";counter-increment:subsection}img{margin:20px}.affix-nav.affix{top:0;position:fixed}.affix-nav.affix-top{position:static}.affix-nav.affix-bottom{position:absolute}li.active{background-color:#FFBC3A}
