perrotuerto.blog/old/css/ebooks.css

8 lines
376 B
CSS

body > h1:first-child {margin-bottom:0;}
.addenda {border-left: 3px solid yellow; padding-left:1em;}
.addenda:before {content: "addendum";display:block;margin-left:-3.5em;font-size:.75em;color:gray;background:white;}
.addenda + .addenda:before {content: "";}
.meta {font-size:.75em;text-indent:0;color:gray;margin-bottom:6em;}
.meta a {color:gray;}
.meta + p {text-indent:0;}