mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-01-07 16:22:42 +00:00
Fix styleLint warnings on V3 PHB
Duplicate `dl` entries and wrong quotes.
This commit is contained in:
@@ -18,7 +18,7 @@
|
|||||||
body { counter-reset : phb-page-numbers; }
|
body { counter-reset : phb-page-numbers; }
|
||||||
* { -webkit-print-color-adjust : exact; }
|
* { -webkit-print-color-adjust : exact; }
|
||||||
.useSansSerif() {
|
.useSansSerif() {
|
||||||
font-family : "ScalySansRemake";
|
font-family : 'ScalySansRemake';
|
||||||
font-size : 0.318cm;
|
font-size : 0.318cm;
|
||||||
line-height : 1.2em;
|
line-height : 1.2em;
|
||||||
p,dl,ul,ol { line-height : 1.2em; }
|
p,dl,ul,ol { line-height : 1.2em; }
|
||||||
@@ -57,7 +57,7 @@ body { counter-reset : phb-page-numbers; }
|
|||||||
height : 279.4mm;
|
height : 279.4mm;
|
||||||
padding : 1.4cm 1.9cm 1.7cm;
|
padding : 1.4cm 1.9cm 1.7cm;
|
||||||
overflow : hidden;
|
overflow : hidden;
|
||||||
font-family : "BookInsanityRemake";
|
font-family : 'BookInsanityRemake';
|
||||||
font-size : 0.34cm;
|
font-size : 0.34cm;
|
||||||
counter-increment : phb-page-numbers;
|
counter-increment : phb-page-numbers;
|
||||||
background-color : var(--HB_Color_Background);
|
background-color : var(--HB_Color_Background);
|
||||||
@@ -114,7 +114,7 @@ body { counter-reset : phb-page-numbers; }
|
|||||||
// * HEADERS
|
// * HEADERS
|
||||||
// *****************************/
|
// *****************************/
|
||||||
h1,h2,h3,h4 {
|
h1,h2,h3,h4 {
|
||||||
font-family : "MrEavesRemake";
|
font-family : 'MrEavesRemake';
|
||||||
font-weight : 800;
|
font-weight : 800;
|
||||||
color : var(--HB_Color_HeaderText);
|
color : var(--HB_Color_HeaderText);
|
||||||
}
|
}
|
||||||
@@ -132,7 +132,7 @@ body { counter-reset : phb-page-numbers; }
|
|||||||
margin-top : -0.3cm;
|
margin-top : -0.3cm;
|
||||||
margin-bottom : -20px;
|
margin-bottom : -20px;
|
||||||
margin-left : -40px;
|
margin-left : -40px;
|
||||||
font-family : "SolberaImitationRemake";
|
font-family : 'SolberaImitationRemake';
|
||||||
font-size : 3.5cm;
|
font-size : 3.5cm;
|
||||||
line-height : 1em;
|
line-height : 1em;
|
||||||
color : rgba(0, 0, 0, 0);
|
color : rgba(0, 0, 0, 0);
|
||||||
@@ -172,7 +172,7 @@ body { counter-reset : phb-page-numbers; }
|
|||||||
h5 {
|
h5 {
|
||||||
//margin-top : -0.02cm; //Font is misaligned. Shift up slightly
|
//margin-top : -0.02cm; //Font is misaligned. Shift up slightly
|
||||||
//margin-bottom : 0.02cm;
|
//margin-bottom : 0.02cm;
|
||||||
font-family : "ScalySansSmallCapsRemake";
|
font-family : 'ScalySansSmallCapsRemake';
|
||||||
font-size : 0.423cm;
|
font-size : 0.423cm;
|
||||||
font-weight : 900;
|
font-weight : 900;
|
||||||
line-height : 0.951em; //Font is misaligned. Shift up slightly
|
line-height : 0.951em; //Font is misaligned. Shift up slightly
|
||||||
@@ -299,7 +299,7 @@ body { counter-reset : phb-page-numbers; }
|
|||||||
.artist {
|
.artist {
|
||||||
position : absolute;
|
position : absolute;
|
||||||
width : auto;
|
width : auto;
|
||||||
font-family : "WalterTurncoat";
|
font-family : 'WalterTurncoat';
|
||||||
font-size : 0.27cm;
|
font-size : 0.27cm;
|
||||||
color : var(--HB_Color_CaptionText);
|
color : var(--HB_Color_CaptionText);
|
||||||
text-align : center;
|
text-align : center;
|
||||||
@@ -309,7 +309,7 @@ body { counter-reset : phb-page-numbers; }
|
|||||||
text-indent : unset;
|
text-indent : unset;
|
||||||
}
|
}
|
||||||
h5 {
|
h5 {
|
||||||
font-family : "WalterTurncoat";
|
font-family : 'WalterTurncoat';
|
||||||
font-size : 1.3em;
|
font-size : 1.3em;
|
||||||
}
|
}
|
||||||
a {
|
a {
|
||||||
@@ -407,7 +407,7 @@ body { counter-reset : phb-page-numbers; }
|
|||||||
h3 {
|
h3 {
|
||||||
// margin-top : 0.05cm; //Font is misaligned. Shift up slightly
|
// margin-top : 0.05cm; //Font is misaligned. Shift up slightly
|
||||||
padding-bottom : 0.05cm;
|
padding-bottom : 0.05cm;
|
||||||
font-family : "ScalySansRemake";
|
font-family : 'ScalySansRemake';
|
||||||
font-weight : 800;
|
font-weight : 800;
|
||||||
font-variant : small-caps;
|
font-variant : small-caps;
|
||||||
border-bottom : 2px solid var(--HB_Color_HeaderText);
|
border-bottom : 2px solid var(--HB_Color_HeaderText);
|
||||||
@@ -503,7 +503,7 @@ body { counter-reset : phb-page-numbers; }
|
|||||||
// ************************************/
|
// ************************************/
|
||||||
code {
|
code {
|
||||||
padding : 0px 4px;
|
padding : 0px 4px;
|
||||||
font-family : 'Courier New', "Courier", monospace;
|
font-family : 'Courier New', 'Courier', monospace;
|
||||||
font-size : 0.325;
|
font-size : 0.325;
|
||||||
color : #58180D;
|
color : #58180D;
|
||||||
overflow-wrap : break-word;
|
overflow-wrap : break-word;
|
||||||
@@ -641,7 +641,7 @@ body { counter-reset : phb-page-numbers; }
|
|||||||
h1 {
|
h1 {
|
||||||
margin-top : 1.2cm;
|
margin-top : 1.2cm;
|
||||||
margin-bottom : 0;
|
margin-bottom : 0;
|
||||||
font-family : "NodestoCapsCondensed";
|
font-family : 'NodestoCapsCondensed';
|
||||||
font-size : 2.245cm;
|
font-size : 2.245cm;
|
||||||
font-weight : normal;
|
font-weight : normal;
|
||||||
line-height : 0.85em;
|
line-height : 0.85em;
|
||||||
@@ -654,7 +654,7 @@ body { counter-reset : phb-page-numbers; }
|
|||||||
drop-shadow(0 0 0 black) drop-shadow(0 0 0 black);
|
drop-shadow(0 0 0 black) drop-shadow(0 0 0 black);
|
||||||
}
|
}
|
||||||
h2 {
|
h2 {
|
||||||
font-family : "NodestoCapsCondensed";
|
font-family : 'NodestoCapsCondensed';
|
||||||
font-size : 0.85cm;
|
font-size : 0.85cm;
|
||||||
font-weight : normal;
|
font-weight : normal;
|
||||||
color : white;
|
color : white;
|
||||||
@@ -687,7 +687,7 @@ body { counter-reset : phb-page-numbers; }
|
|||||||
height : 1.7cm;
|
height : 1.7cm;
|
||||||
padding-top : 0.1cm;
|
padding-top : 0.1cm;
|
||||||
padding-left : 1cm;
|
padding-left : 1cm;
|
||||||
font-family : "NodestoCapsCondensed";
|
font-family : 'NodestoCapsCondensed';
|
||||||
font-size : 1cm;
|
font-size : 1cm;
|
||||||
font-weight : normal;
|
font-weight : normal;
|
||||||
color : white;
|
color : white;
|
||||||
@@ -704,7 +704,7 @@ body { counter-reset : phb-page-numbers; }
|
|||||||
width : 70%;
|
width : 70%;
|
||||||
margin-right : auto;
|
margin-right : auto;
|
||||||
margin-left : auto;
|
margin-left : auto;
|
||||||
font-family : "Overpass";
|
font-family : 'Overpass';
|
||||||
font-size : 0.496cm;
|
font-size : 0.496cm;
|
||||||
color : white;
|
color : white;
|
||||||
text-align : center;
|
text-align : center;
|
||||||
@@ -735,14 +735,14 @@ body { counter-reset : phb-page-numbers; }
|
|||||||
h1 {
|
h1 {
|
||||||
margin-top : 1.2cm;
|
margin-top : 1.2cm;
|
||||||
margin-bottom : 0;
|
margin-bottom : 0;
|
||||||
font-family : "NodestoCapsCondensed";
|
font-family : 'NodestoCapsCondensed';
|
||||||
font-size : 2.1cm;
|
font-size : 2.1cm;
|
||||||
font-weight : normal;
|
font-weight : normal;
|
||||||
line-height : 0.85em;
|
line-height : 0.85em;
|
||||||
text-transform : uppercase;
|
text-transform : uppercase;
|
||||||
}
|
}
|
||||||
h2 {
|
h2 {
|
||||||
font-family : "NodestoCapsCondensed";
|
font-family : 'NodestoCapsCondensed';
|
||||||
font-size : 0.85cm;
|
font-size : 0.85cm;
|
||||||
font-weight : normal;
|
font-weight : normal;
|
||||||
letter-spacing : 0.5cm;
|
letter-spacing : 0.5cm;
|
||||||
@@ -791,7 +791,7 @@ body { counter-reset : phb-page-numbers; }
|
|||||||
.blank { height : 1.4em; }
|
.blank { height : 1.4em; }
|
||||||
h1 {
|
h1 {
|
||||||
margin-bottom : 0.3cm;
|
margin-bottom : 0.3cm;
|
||||||
font-family : "NodestoCapsCondensed";
|
font-family : 'NodestoCapsCondensed';
|
||||||
font-size : 1.35cm;
|
font-size : 1.35cm;
|
||||||
line-height : 0.95em;
|
line-height : 0.95em;
|
||||||
color : #ED1C24;
|
color : #ED1C24;
|
||||||
@@ -817,7 +817,7 @@ body { counter-reset : phb-page-numbers; }
|
|||||||
border : none;
|
border : none;
|
||||||
}
|
}
|
||||||
p {
|
p {
|
||||||
font-family : "Overpass";
|
font-family : 'Overpass';
|
||||||
font-size : 0.332cm;
|
font-size : 0.332cm;
|
||||||
line-height : 1.5em;
|
line-height : 1.5em;
|
||||||
}
|
}
|
||||||
@@ -841,7 +841,7 @@ body { counter-reset : phb-page-numbers; }
|
|||||||
p {
|
p {
|
||||||
position : relative;
|
position : relative;
|
||||||
width : 100%;
|
width : 100%;
|
||||||
font-family : "NodestoCapsWide";
|
font-family : 'NodestoCapsWide';
|
||||||
font-size : 0.4cm;
|
font-size : 0.4cm;
|
||||||
line-height : 1em;
|
line-height : 1em;
|
||||||
color : #FFFFFF;
|
color : #FFFFFF;
|
||||||
@@ -874,7 +874,7 @@ body { counter-reset : phb-page-numbers; }
|
|||||||
h1 {
|
h1 {
|
||||||
position : relative;
|
position : relative;
|
||||||
margin-top : 0.4cm;
|
margin-top : 0.4cm;
|
||||||
font-family : "NodestoCapsCondensed";
|
font-family : 'NodestoCapsCondensed';
|
||||||
font-size : 2.3cm;
|
font-size : 2.3cm;
|
||||||
text-align : center;
|
text-align : center;
|
||||||
text-transform : uppercase;
|
text-transform : uppercase;
|
||||||
@@ -885,7 +885,7 @@ body { counter-reset : phb-page-numbers; }
|
|||||||
margin-top : -0.7em;
|
margin-top : -0.7em;
|
||||||
margin-right : auto;
|
margin-right : auto;
|
||||||
margin-left : auto;
|
margin-left : auto;
|
||||||
font-family : "Overpass";
|
font-family : 'Overpass';
|
||||||
font-size : 0.45cm;
|
font-size : 0.45cm;
|
||||||
line-height : 1.1em;
|
line-height : 1.1em;
|
||||||
}
|
}
|
||||||
@@ -968,9 +968,8 @@ body { counter-reset : phb-page-numbers; }
|
|||||||
padding-left : 1em;
|
padding-left : 1em;
|
||||||
line-height : 1.25em;
|
line-height : 1.25em;
|
||||||
white-space : pre-line;
|
white-space : pre-line;
|
||||||
& + * { margin-top : 0.28cm; }
|
& + * { margin-top : 0.17cm; }
|
||||||
}
|
}
|
||||||
dl + * { margin-top : 0.17cm; }
|
|
||||||
p + dl { margin-top : 0.17cm; }
|
p + dl { margin-top : 0.17cm; }
|
||||||
dt {
|
dt {
|
||||||
display : inline;
|
display : inline;
|
||||||
@@ -1009,7 +1008,7 @@ body { counter-reset : phb-page-numbers; }
|
|||||||
outline : 1px solid #000000;
|
outline : 1px solid #000000;
|
||||||
}
|
}
|
||||||
th {
|
th {
|
||||||
font-family : "BookInsanityRemake";
|
font-family : 'BookInsanityRemake';
|
||||||
font-size : 0.45cm;
|
font-size : 0.45cm;
|
||||||
}
|
}
|
||||||
td { font-size : 0.7cm; }
|
td { font-size : 0.7cm; }
|
||||||
|
|||||||
Reference in New Issue
Block a user