|
|
@ -1,11 +1,12 @@
|
|
|
|
.preview {
|
|
|
|
.preview {
|
|
|
|
padding: 1rem;
|
|
|
|
padding: 0.5rem;
|
|
|
|
display: grid;
|
|
|
|
display: grid;
|
|
|
|
justify-content: center;
|
|
|
|
justify-content: center;
|
|
|
|
grid-template-columns: 1fr;
|
|
|
|
grid-template-columns: 1fr;
|
|
|
|
}
|
|
|
|
align-items: start;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.result {
|
|
|
|
.result {
|
|
|
|
display: block;
|
|
|
|
display: block;
|
|
|
|
aspect-ratio: 1/1.4142;
|
|
|
|
aspect-ratio: 1/1.4142;
|
|
|
|
min-height: 842px;
|
|
|
|
min-height: 842px;
|
|
|
@ -17,9 +18,9 @@
|
|
|
|
position: relative;
|
|
|
|
position: relative;
|
|
|
|
padding: 1rem;
|
|
|
|
padding: 1rem;
|
|
|
|
/* border-radius: 0.5rem; */
|
|
|
|
/* border-radius: 0.5rem; */
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.heading {
|
|
|
|
.heading {
|
|
|
|
position: absolute;
|
|
|
|
position: absolute;
|
|
|
|
top: 300px;
|
|
|
|
top: 300px;
|
|
|
|
left: 1rem;
|
|
|
|
left: 1rem;
|
|
|
@ -29,9 +30,9 @@
|
|
|
|
font-variant: small-caps;
|
|
|
|
font-variant: small-caps;
|
|
|
|
height: 1.2rem;
|
|
|
|
height: 1.2rem;
|
|
|
|
overflow: hidden;
|
|
|
|
overflow: hidden;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.title {
|
|
|
|
.title {
|
|
|
|
position: absolute;
|
|
|
|
position: absolute;
|
|
|
|
top: 320px;
|
|
|
|
top: 320px;
|
|
|
|
left: 1rem;
|
|
|
|
left: 1rem;
|
|
|
@ -48,8 +49,9 @@
|
|
|
|
justify-content: center;
|
|
|
|
justify-content: center;
|
|
|
|
align-items: end;
|
|
|
|
align-items: end;
|
|
|
|
text-align: center;
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.subtitle {
|
|
|
|
|
|
|
|
|
|
|
|
.subtitle {
|
|
|
|
position: absolute;
|
|
|
|
position: absolute;
|
|
|
|
display: flex;
|
|
|
|
display: flex;
|
|
|
|
top: 410px;
|
|
|
|
top: 410px;
|
|
|
@ -63,9 +65,9 @@
|
|
|
|
text-align: center;
|
|
|
|
text-align: center;
|
|
|
|
align-items: start;
|
|
|
|
align-items: start;
|
|
|
|
justify-content: center;
|
|
|
|
justify-content: center;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.content {
|
|
|
|
.content {
|
|
|
|
position: absolute;
|
|
|
|
position: absolute;
|
|
|
|
display: flex;
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
flex-direction: column;
|
|
|
@ -78,9 +80,9 @@
|
|
|
|
color: #222;
|
|
|
|
color: #222;
|
|
|
|
line-height: 1.5rem;
|
|
|
|
line-height: 1.5rem;
|
|
|
|
overflow: hidden;
|
|
|
|
overflow: hidden;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.weekday {
|
|
|
|
.weekday {
|
|
|
|
position: absolute;
|
|
|
|
position: absolute;
|
|
|
|
text-transform: uppercase;
|
|
|
|
text-transform: uppercase;
|
|
|
|
top: 605px;
|
|
|
|
top: 605px;
|
|
|
@ -92,9 +94,9 @@
|
|
|
|
font-weight: 700;
|
|
|
|
font-weight: 700;
|
|
|
|
overflow: hidden;
|
|
|
|
overflow: hidden;
|
|
|
|
text-align: center;
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.date {
|
|
|
|
.date {
|
|
|
|
position: absolute;
|
|
|
|
position: absolute;
|
|
|
|
text-transform: uppercase;
|
|
|
|
text-transform: uppercase;
|
|
|
|
top: 630px;
|
|
|
|
top: 630px;
|
|
|
@ -106,9 +108,9 @@
|
|
|
|
max-height: 2rem;
|
|
|
|
max-height: 2rem;
|
|
|
|
overflow: hidden;
|
|
|
|
overflow: hidden;
|
|
|
|
text-align: center;
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.time {
|
|
|
|
.time {
|
|
|
|
position: absolute;
|
|
|
|
position: absolute;
|
|
|
|
top: 650px;
|
|
|
|
top: 650px;
|
|
|
|
left: 22rem;
|
|
|
|
left: 22rem;
|
|
|
@ -119,9 +121,9 @@
|
|
|
|
overflow: hidden;
|
|
|
|
overflow: hidden;
|
|
|
|
text-align: center;
|
|
|
|
text-align: center;
|
|
|
|
font-weight: 700;
|
|
|
|
font-weight: 700;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.address {
|
|
|
|
.address {
|
|
|
|
position: absolute;
|
|
|
|
position: absolute;
|
|
|
|
top: 620px;
|
|
|
|
top: 620px;
|
|
|
|
left: 2rem;
|
|
|
|
left: 2rem;
|
|
|
@ -135,16 +137,16 @@
|
|
|
|
max-height: 4.5rem;
|
|
|
|
max-height: 4.5rem;
|
|
|
|
overflow: hidden;
|
|
|
|
overflow: hidden;
|
|
|
|
white-space: pre-wrap;
|
|
|
|
white-space: pre-wrap;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.imagetitle {
|
|
|
|
.imagetitle {
|
|
|
|
position: absolute;
|
|
|
|
position: absolute;
|
|
|
|
top: 720px;
|
|
|
|
top: 720px;
|
|
|
|
font-size: 0.8rem;
|
|
|
|
font-size: 0.8rem;
|
|
|
|
color: #444;
|
|
|
|
color: #444;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.organized-by {
|
|
|
|
.organized-by {
|
|
|
|
position: absolute;
|
|
|
|
position: absolute;
|
|
|
|
top: 740px;
|
|
|
|
top: 740px;
|
|
|
|
left: 1rem;
|
|
|
|
left: 1rem;
|
|
|
@ -155,33 +157,34 @@
|
|
|
|
grid-auto-rows: auto;
|
|
|
|
grid-auto-rows: auto;
|
|
|
|
justify-content: center;
|
|
|
|
justify-content: center;
|
|
|
|
align-items: center;
|
|
|
|
align-items: center;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.organization {
|
|
|
|
.organization {
|
|
|
|
margin: 0 1rem;
|
|
|
|
margin: 0 1rem;
|
|
|
|
display: flex;
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
flex-direction: column;
|
|
|
|
text-align: center;
|
|
|
|
text-align: center;
|
|
|
|
align-items: center;
|
|
|
|
align-items: center;
|
|
|
|
justify-content: center;
|
|
|
|
justify-content: center;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.organization img {
|
|
|
|
.organization img {
|
|
|
|
max-height: 48px;
|
|
|
|
max-height: 48px;
|
|
|
|
max-width: 100px;
|
|
|
|
max-width: 100px;
|
|
|
|
margin: 0 auto;
|
|
|
|
margin: 0 auto;
|
|
|
|
opacity: 75%;
|
|
|
|
opacity: 75%;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.caption {
|
|
|
|
.caption {
|
|
|
|
margin: 0.5rem 0;
|
|
|
|
margin: 0.5rem 0;
|
|
|
|
font-size: 0.7rem;
|
|
|
|
font-size: 0.7rem;
|
|
|
|
font-family: sans-serif;
|
|
|
|
font-family: sans-serif;
|
|
|
|
text-transform: uppercase;
|
|
|
|
text-transform: uppercase;
|
|
|
|
color: #666;
|
|
|
|
color: #666;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.orgcolab {
|
|
|
|
.orgcolab {
|
|
|
|
position: absolute;
|
|
|
|
position: absolute;
|
|
|
|
top: 720px;
|
|
|
|
top: 720px;
|
|
|
|
height: 7rem;
|
|
|
|
height: 7rem;
|
|
|
@ -193,28 +196,28 @@
|
|
|
|
justify-content: start;
|
|
|
|
justify-content: start;
|
|
|
|
align-items: center;
|
|
|
|
align-items: center;
|
|
|
|
width: 100%;
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.org {
|
|
|
|
.org {
|
|
|
|
grid-row: 1/2;
|
|
|
|
grid-row: 1/2;
|
|
|
|
grid-column: 1/2;
|
|
|
|
grid-column: 1/2;
|
|
|
|
font-size: 0.8rem;
|
|
|
|
font-size: 0.8rem;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.colab {
|
|
|
|
.colab {
|
|
|
|
font-size: 0.8rem;
|
|
|
|
font-size: 0.8rem;
|
|
|
|
grid-row: 1/2;
|
|
|
|
grid-row: 1/2;
|
|
|
|
grid-column: 2/3;
|
|
|
|
grid-column: 2/3;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.orgmixed {
|
|
|
|
.orgmixed {
|
|
|
|
grid-row: 2/3;
|
|
|
|
grid-row: 2/3;
|
|
|
|
grid-column: 1/2;
|
|
|
|
grid-column: 1/2;
|
|
|
|
display: flex;
|
|
|
|
display: flex;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.colabmixed {
|
|
|
|
.colabmixed {
|
|
|
|
grid-row: 2/3;
|
|
|
|
grid-row: 2/3;
|
|
|
|
grid-column: 2/3;
|
|
|
|
grid-column: 2/3;
|
|
|
|
display: flex;
|
|
|
|
display: flex;
|
|
|
|
}
|
|
|
|
}
|
|
|
|