B&W printing for color disks

This commit is contained in:
Claude Brisson
2024-01-31 14:13:13 +01:00
parent f547fca497
commit 3f8988c8e4

View File

@@ -493,14 +493,17 @@
font-size: 1rem !important;
line-height: 1.1rem !important;
min-width: 60vw;
&::before {
top: 0;
}
}
#paired {
display: none !important;
}
}
&:not(.nogame) {
#paired {
max-height: unset !important;
@@ -508,10 +511,12 @@
font-size: 1rem !important;
line-height: 1.1rem !important;
min-width: 60vw;
&::before {
top: 0;
}
}
#pairables {
display: none !important;
}
@@ -526,12 +531,11 @@
max-width: unset !important;
}
}
.page {
width: 96vw;
height: 96vh;
page-break-after: always;
.page-item {
font-size: 1.4rem;
line-height: 1.5rem;
@@ -540,15 +544,18 @@
display: flex;
flex-flow: column nowrap;
justify-content: space-evenly;
.title {
margin-top: 1vh;
font-weight: bold;
text-align: center;
}
.subtitle {
font-size: 1rem;
text-align: center;
}
.details {
margin: 1vh 1em;
display: flex;
@@ -556,30 +563,36 @@
justify-content: space-between;
line-height: 1.1rem;
}
.instructions {
text-align: center;
font-style: italic;
}
.players {
display: flex;
flex-flow: row nowrap;
justify-content: space-between;
gap: 1em;
.equal {
padding: 0.2em 1em;
border: solid 1px gray;
}
.player {
padding: 0.2em 1em;
border: solid 1px gray;
flex: 1;
}
}
.signatures {
height: 8vh;
display: flex;
flex-flow: row nowrap;
justify-content: space-between;
.signature {
font-style: italic;
text-align: left;
@@ -588,4 +601,17 @@
}
}
}
.ui.red.circular.label {
background-color: white;
color: white;
border-color: black;
text-decoration: solid line-through black;
}
.ui.green.circular.label {
background-color: white;
color: black;
border-color: black;
font-weight: bold;
}
}
}