0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-07 20:42:44 +00:00

Added in new auto-incrementing snippet

This commit is contained in:
Scott Tolksdorf
2016-06-05 13:09:37 -04:00
parent 5969e45087
commit 0d25a972ba
3 changed files with 33 additions and 0 deletions

View File

@@ -11,6 +11,9 @@
@headerText : #58180D;
@monsterStatBackground : #FDF1DC;
@page { margin: 0; }
body {
counter-reset: phb-page-numbers;
}
.useSansSerif(){
font-family : ScalySans;
em{
@@ -291,6 +294,11 @@
font-size : 0.9em;
color : #c9ad6a;
text-align : center;
&.auto::after {
counter-increment: phb-page-numbers;
content: counter(phb-page-numbers);
}
}
.footnote{
position : absolute;