mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-01-17 03:42:43 +00:00
Lint
This commit is contained in:
@@ -45,9 +45,9 @@
|
|||||||
font-size : 0.34cm;
|
font-size : 0.34cm;
|
||||||
background-image : @backgroundImage;
|
background-image : @backgroundImage;
|
||||||
}
|
}
|
||||||
//*****************************
|
// *****************************
|
||||||
// * BASE
|
// * BASE
|
||||||
// *****************************/
|
// *****************************/
|
||||||
|
|
||||||
.page {
|
.page {
|
||||||
p {
|
p {
|
||||||
@@ -72,7 +72,7 @@
|
|||||||
font-weight : bold;
|
font-weight : bold;
|
||||||
letter-spacing : -0.02em;
|
letter-spacing : -0.02em;
|
||||||
}
|
}
|
||||||
//*****************************
|
// *****************************
|
||||||
// * HEADERS
|
// * HEADERS
|
||||||
// *****************************/
|
// *****************************/
|
||||||
h1,h2,h3,h4 {
|
h1,h2,h3,h4 {
|
||||||
@@ -138,7 +138,7 @@
|
|||||||
line-height : 0.951em; //Font is misaligned. Shift up slightly
|
line-height : 0.951em; //Font is misaligned. Shift up slightly
|
||||||
& + * { margin-top : 0.2cm; }
|
& + * { margin-top : 0.2cm; }
|
||||||
}
|
}
|
||||||
//*****************************
|
// *****************************
|
||||||
// * TABLE
|
// * TABLE
|
||||||
// *****************************/
|
// *****************************/
|
||||||
table {
|
table {
|
||||||
@@ -166,7 +166,7 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
//*****************************
|
// *****************************
|
||||||
// * QUOTE
|
// * QUOTE
|
||||||
// *****************************/
|
// *****************************/
|
||||||
.quote {
|
.quote {
|
||||||
@@ -200,9 +200,7 @@
|
|||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// *****************************
|
||||||
|
|
||||||
//*****************************
|
|
||||||
// * NOTE
|
// * NOTE
|
||||||
// *****************************/
|
// *****************************/
|
||||||
.note {
|
.note {
|
||||||
@@ -226,7 +224,7 @@
|
|||||||
}
|
}
|
||||||
:last-child { margin-bottom : 0; }
|
:last-child { margin-bottom : 0; }
|
||||||
}
|
}
|
||||||
//************************************
|
// ************************************
|
||||||
// * DESCRIPTIVE TEXT BOX
|
// * DESCRIPTIVE TEXT BOX
|
||||||
// ************************************/
|
// ************************************/
|
||||||
.descriptive {
|
.descriptive {
|
||||||
@@ -250,7 +248,7 @@
|
|||||||
}
|
}
|
||||||
:last-child { margin-bottom : 0; }
|
:last-child { margin-bottom : 0; }
|
||||||
}
|
}
|
||||||
//*****************************
|
// *****************************
|
||||||
// * Images Snippets
|
// * Images Snippets
|
||||||
// *****************************/
|
// *****************************/
|
||||||
|
|
||||||
@@ -296,7 +294,7 @@
|
|||||||
.watercolor11 { --wc : @watercolor11; }
|
.watercolor11 { --wc : @watercolor11; }
|
||||||
.watercolor12 { --wc : @watercolor12; }
|
.watercolor12 { --wc : @watercolor12; }
|
||||||
|
|
||||||
//*****************************
|
// *****************************
|
||||||
// * MONSTER STAT BLOCK
|
// * MONSTER STAT BLOCK
|
||||||
// *****************************/
|
// *****************************/
|
||||||
.monster {
|
.monster {
|
||||||
@@ -381,10 +379,10 @@
|
|||||||
.useColumns(0.96, @fillMode: balance);
|
.useColumns(0.96, @fillMode: balance);
|
||||||
}
|
}
|
||||||
|
|
||||||
//*****************************
|
// *****************************
|
||||||
// * FOOTER
|
// * FOOTER
|
||||||
// *****************************/
|
// *****************************/
|
||||||
&:after {
|
&::after {
|
||||||
position : absolute;
|
position : absolute;
|
||||||
bottom : 0px;
|
bottom : 0px;
|
||||||
left : 0px;
|
left : 0px;
|
||||||
@@ -424,7 +422,7 @@
|
|||||||
color : var(--HB_Color_Footnotes);
|
color : var(--HB_Color_Footnotes);
|
||||||
text-align : right;
|
text-align : right;
|
||||||
}
|
}
|
||||||
//************************************
|
// ************************************
|
||||||
// * CODE BLOCKS
|
// * CODE BLOCKS
|
||||||
// ************************************/
|
// ************************************/
|
||||||
code {
|
code {
|
||||||
@@ -449,7 +447,7 @@
|
|||||||
}
|
}
|
||||||
& + * { margin-top : 0.325cm; }
|
& + * { margin-top : 0.325cm; }
|
||||||
}
|
}
|
||||||
//*****************************
|
// *****************************
|
||||||
// * EXTRAS
|
// * EXTRAS
|
||||||
// *****************************/
|
// *****************************/
|
||||||
hr {
|
hr {
|
||||||
@@ -464,7 +462,7 @@
|
|||||||
margin-left : 1.5em;
|
margin-left : 1.5em;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
//*****************************
|
// *****************************
|
||||||
// * SPELL LIST
|
// * SPELL LIST
|
||||||
// *****************************/
|
// *****************************/
|
||||||
.page .spellList {
|
.page .spellList {
|
||||||
@@ -487,7 +485,7 @@
|
|||||||
&.wide { column-count : 4; }
|
&.wide { column-count : 4; }
|
||||||
}
|
}
|
||||||
|
|
||||||
//*****************************
|
// *****************************
|
||||||
// * CLASS TABLE
|
// * CLASS TABLE
|
||||||
// *****************************/
|
// *****************************/
|
||||||
.page .classTable {
|
.page .classTable {
|
||||||
@@ -534,7 +532,7 @@
|
|||||||
}
|
}
|
||||||
h5 + table { margin-top : 0.2cm; }
|
h5 + table { margin-top : 0.2cm; }
|
||||||
}
|
}
|
||||||
//*****************************
|
// *****************************
|
||||||
// * FRONT COVER PAGE
|
// * FRONT COVER PAGE
|
||||||
// *****************************/
|
// *****************************/
|
||||||
.page:has(.frontCover) {
|
.page:has(.frontCover) {
|
||||||
@@ -628,7 +626,7 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
//*****************************
|
// *****************************
|
||||||
// * INSIDE COVER PAGE
|
// * INSIDE COVER PAGE
|
||||||
// *****************************/
|
// *****************************/
|
||||||
.page:has(.insideCover) {
|
.page:has(.insideCover) {
|
||||||
@@ -673,7 +671,7 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
//*****************************
|
// *****************************
|
||||||
// * BACK COVER
|
// * BACK COVER
|
||||||
// *****************************/
|
// *****************************/
|
||||||
.page:has(.backCover) {
|
.page:has(.backCover) {
|
||||||
@@ -755,10 +753,10 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
//*****************************
|
// *****************************
|
||||||
// * PART COVER
|
// * PART COVER
|
||||||
// *****************************/
|
// *****************************/
|
||||||
.page:has(.partCover) {
|
.page:has(.partCover) {
|
||||||
padding-top : 0;
|
padding-top : 0;
|
||||||
text-align : center;
|
text-align : center;
|
||||||
columns : 1;
|
columns : 1;
|
||||||
@@ -794,7 +792,7 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
//*****************************
|
// *****************************
|
||||||
// * TABLE OF CONTENTS
|
// * TABLE OF CONTENTS
|
||||||
// *****************************/
|
// *****************************/
|
||||||
.page {
|
.page {
|
||||||
@@ -863,7 +861,7 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
//*****************************
|
// *****************************
|
||||||
// * DEFINITION LISTS
|
// * DEFINITION LISTS
|
||||||
// *****************************/
|
// *****************************/
|
||||||
.page {
|
.page {
|
||||||
@@ -878,7 +876,7 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
//*****************************
|
// *****************************
|
||||||
// * WIDE
|
// * WIDE
|
||||||
// *****************************/
|
// *****************************/
|
||||||
.page .wide { margin-bottom : 0.325cm; }
|
.page .wide { margin-bottom : 0.325cm; }
|
||||||
@@ -920,7 +918,7 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
//*****************************
|
// *****************************
|
||||||
// * INDEX
|
// * INDEX
|
||||||
// *****************************/
|
// *****************************/
|
||||||
.page {
|
.page {
|
||||||
|
|||||||
Reference in New Issue
Block a user