0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-02 12:52:38 +00:00
This commit is contained in:
Trevor Buckner
2023-12-11 15:48:58 -05:00
parent 0775f9ee1b
commit f5f6137a4d

View File

@@ -14,7 +14,7 @@
--HB_Color_Footnotes : #C9AD6A; // Gold --HB_Color_Footnotes : #C9AD6A; // Gold
} }
.useSansSerif(){ .useSansSerif() {
font-family : 'ScalySansRemake'; font-family : 'ScalySansRemake';
font-size : 0.318cm; font-size : 0.318cm;
line-height : 1.2em; line-height : 1.2em;
@@ -39,11 +39,11 @@
-webkit-column-gap : 0.9cm; -webkit-column-gap : 0.9cm;
-moz-column-gap : 0.9cm; -moz-column-gap : 0.9cm;
} }
.page{ .page {
.useColumns(); .useColumns();
background-image : @backgroundImage; font-family : 'BookInsanityRemake';
font-family : BookInsanityRemake;
font-size : 0.34cm; font-size : 0.34cm;
background-image : @backgroundImage;
} }
//***************************** //*****************************
// * BASE // * BASE
@@ -58,13 +58,13 @@
& + p { margin-top : 0; } & + p { margin-top : 0; }
} }
ul { ul {
margin-bottom : 0.8em;
padding-left : 1.4em; padding-left : 1.4em;
margin-bottom : 0.8em;
line-height : 1.25em; line-height : 1.25em;
} }
ol { ol {
margin-bottom : 0.8em;
padding-left : 1.4em; padding-left : 1.4em;
margin-bottom : 0.8em;
line-height : 1.25em; line-height : 1.25em;
} }
//Indents after p or lists //Indents after p or lists
@@ -149,8 +149,8 @@
.useSansSerif(); .useSansSerif();
line-height : 16px; line-height : 16px;
& + * { margin-top : 0.325cm; } & + * { margin-top : 0.325cm; }
thead{ thead {
display: table-row-group; display : table-row-group;
font-weight : 800; font-weight : 800;
th { th {
//padding : 0.14em 0.4em; //padding : 0.14em 0.4em;
@@ -283,9 +283,7 @@
} }
/* Watermark */ /* Watermark */
.watermark { .watermark { color : black; }
color : black;
}
/* Watercolor */ /* Watercolor */
@@ -434,22 +432,22 @@
// * CODE BLOCKS // * CODE BLOCKS
// ************************************/ // ************************************/
code { code {
font-size : 0.325cm;
padding : 0px 4px; padding : 0px 4px;
color : #58180d; font-size : 0.325cm;
background-color : #faf7ea; color : #58180D;
background-color : #FAF7EA;
border-radius : 4px; border-radius : 4px;
} }
pre code{ pre code {
padding : 0.15cm;
margin-bottom : 2px;
border-style : solid; border-style : solid;
border-width : 1px; border-width : 1px;
border-radius : 12px; border-radius : 12px;
border-image : @codeBorderImage 26 stretch; border-image : @codeBorderImage 26 stretch;
border-image-width : 10px; border-image-width : 10px;
border-image-outset : 2px; border-image-outset : 2px;
margin-bottom: 2px;
padding: 0.15cm;
.page :where(&) { .page :where(&) {
margin-top : 2px; //Prevent top border getting cut off on colbreak margin-top : 2px; //Prevent top border getting cut off on colbreak
} }
@@ -875,16 +873,13 @@
.page { .page {
dl { dl {
line-height : 1.25em; line-height : 1.25em;
& + * { margin-top : 0.28cm; } & + * { margin-top : 0.17cm; }
} }
dl + * { p + dl { margin-top : 0.17cm; }
margin-top : 0.17cm; dt {
} margin-right : 5px;
p + dl { margin-top: 0.17cm; }
dt {
margin-right : 5px;
margin-left : -1em; margin-left : -1em;
} }
} }
//***************************** //*****************************