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

initial draft

This commit is contained in:
Victor Losada Hernandez
2023-03-14 08:06:26 +01:00
parent cc89ad1c7d
commit 54ed9a7d33
10 changed files with 143 additions and 0 deletions

View File

@@ -902,3 +902,52 @@ break-inside : avoid;
.page h1 + *{
margin-top : 0;
}
//*****************************
// * SCRIPT
// *****************************/
.page {
.script {
margin-block: 0.7cm;
table {
tr {
background: unset !important;
th,
td {
width: 1.3cm;
height: 1.3cm;
vertical-align: middle !important;
font-family: BookInsanityRemake;
text-transform: uppercase;
outline: 1px solid #000;
font-size: 0.7cm;
font-weight: normal;
}
}
}
}
.scriptFrame {
border: initial;
border-style: solid;
border-image-outset: .45cm .35cm .4cm .4cm;
border-image-repeat: stretch;
border-image-slice: 170;
border-image-source: @scriptBorder;
border-image-width: 1.4cm;
}
.dwarvish td {
font-family: Davek !important;
font-size: .45cm !important;/*this should be fixed in the font*/
}
.elvish td {
font-family: Rellanic !important;
}
.draconic td {
font-family: Lokharic !important;
}
}