0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-08 11:52:44 +00:00

Updating the standalone file

This commit is contained in:
Scott Tolksdorf
2016-05-29 13:31:04 -04:00
parent 2b2b6b2793
commit 9950c747da

View File

@@ -212,17 +212,17 @@ table {
} }
.phb ul { .phb ul {
margin-bottom: 0.8em; margin-bottom: 0.8em;
padding-left: 1.4em;
line-height: 1.3em; line-height: 1.3em;
list-style-position: outside; list-style-position: outside;
list-style-type: disc; list-style-type: disc;
padding-left: 1.4em;
} }
.phb ol { .phb ol {
margin-bottom: 0.8em; margin-bottom: 0.8em;
padding-left: 1.4em;
line-height: 1.3em; line-height: 1.3em;
list-style-position: outside; list-style-position: outside;
list-style-type: decimal; list-style-type: decimal;
padding-left: 1.4em;
} }
.phb img { .phb img {
z-index: -1; z-index: -1;
@@ -384,8 +384,8 @@ table {
margin: 0; margin: 0;
column-span: 1; column-span: 1;
background-color: transparent; background-color: transparent;
border-image: none;
border-style: none; border-style: none;
border-image: none;
-webkit-column-span: 1; -webkit-column-span: 1;
} }
.phb hr + blockquote hr + table tbody tr:nth-child(odd), .phb hr + blockquote hr + table tbody tr:nth-child(odd),
@@ -492,7 +492,8 @@ table {
-webkit-column-span: all; -webkit-column-span: all;
-moz-column-span: all; -moz-column-span: all;
} }
.phb pre { .phb pre,
.phb code {
visibility: hidden; visibility: hidden;
-webkit-column-break-after: always; -webkit-column-break-after: always;
break-after: always; break-after: always;
@@ -521,6 +522,38 @@ table {
margin-bottom: 0px; margin-bottom: 0px;
margin-left: 1.5em; margin-left: 1.5em;
} }
.phb .spellList {
font-family: ScalySans;
column-count: 4;
column-span: all;
-webkit-column-span: all;
-moz-column-span: all;
}
.phb .spellList em {
font-family: ScalySans;
font-style: italic;
}
.phb .spellList strong {
font-family: ScalySans;
font-weight: 800;
letter-spacing: -0.02em;
}
.phb .spellList ul + h5 {
margin-top: 15px;
}
.phb .spellList p,
.phb .spellList ul {
font-size: 0.352cm;
line-height: 1.3em;
}
.phb .spellList ul {
margin-bottom: 0.5em;
padding-left: 1em;
text-indent: -1em;
list-style-type: none;
-webkit-column-break-inside: auto;
column-break-inside: auto;
}
.phb.print blockquote { .phb.print blockquote {
box-shadow: none; box-shadow: none;
} }