paperlined.org
templates > css
document updated 6 months ago, on Jun 9, 2024
<style>
    /* --==##  make h1/h2/h3 stand out with bars  ##==-- */
    h1, h2, h3 {padding:0.3em; border-top:2px solid #000; border-bottom:2px solid #000; background-color:#ccc; margin-top:2em}
    body>h1:first-child, body>h2:first-child, body>h3:first-child {margin-top:0}

</style>


    ;1read! sed -n 2,6p /var/www/paperlined.org/templates/css/h1_h2_h3_bars.txt


==== or, for just h2/h3: ====



<style>
    /* --==##  make h2/h3 stand out with bars  ##==-- */
    h2, h3 {padding:0.3em; border-top:2px solid #000; border-bottom:2px solid #000; background-color:#ccc; margin-top:2em}
    body>h2:first-child, body>h3:first-child {margin-top:0}

</style>

    ;1read! sed -n 17,20p /var/www/paperlined.org/templates/css/h1_h2_h3_bars.txt