0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-06 16:32:40 +00:00

Added a bunch of random generators

This commit is contained in:
Scott Tolksdorf
2016-01-05 16:41:19 -05:00
parent fb8ddfe9fa
commit 25b53a7c24
12 changed files with 590 additions and 127 deletions

View File

@@ -107,7 +107,7 @@
}
}
p {
padding-bottom : 1em;
padding-bottom : 0.8em;
font-family : BookInsanity;
font-size : 9pt;
line-height : 1.3em;
@@ -117,7 +117,7 @@
}
}
ul{
margin-bottom : 1em;
margin-bottom : 0.8em;
font-family : BookInsanity;
font-size : 9pt;
line-height : 1.3em;
@@ -127,7 +127,7 @@
//Full Spell casting table
hr+table{
h5+hr+table{
-webkit-column-span : all;
column-span : all;
background-color: white;
@@ -136,10 +136,15 @@
border-image-width: 47px;
border-image-outset: 37px 17px;
border-image-repeat: round;
margin: 40px 0px;
margin-bottom: 50px;
border-collapse: separate;
border: initial;
padding-top: 10px;
margin-top: -5px;
}
table{
width : 100%;
margin-bottom : 1em;
@@ -150,10 +155,6 @@
th{
padding-bottom : 0.3em;
}
tr{
//background-color : white;
}
}
tbody{
tr{
@@ -219,6 +220,7 @@
}
}
// Monster Ability table
hr+table{
-webkit-column-span : 1;
column-span : 1;