You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
118 lines
2.1 KiB
JavaScript
118 lines
2.1 KiB
JavaScript
import '$lib/templates/templates'
|
|
|
|
/** @type {import('$lib/templates/templates').Template} */
|
|
export const acuarela = {
|
|
name: "acuarela",
|
|
description: "Acuarela",
|
|
image: "acuarela.png",
|
|
heading: {
|
|
top: 20,
|
|
height: 32,
|
|
left: 20,
|
|
right: 350,
|
|
fontSize: 18,
|
|
color: "white",
|
|
fontFamily: "'Alegreya Sans SC', sans-serif",
|
|
lineHeight: 36,
|
|
textAlign: "left",
|
|
fontWeight: 400
|
|
},
|
|
title: {
|
|
top: 58,
|
|
height: 120,
|
|
left: 8,
|
|
right: 8,
|
|
fontSize: 35,
|
|
color: "white",
|
|
fontFamily: "'Alegreya Sans SC', sans-serif",
|
|
lineHeight: 28,
|
|
textAlign: "center",
|
|
fontWeight: 500
|
|
|
|
},
|
|
subtitle: {
|
|
top: 160,
|
|
height: 48,
|
|
left: 8,
|
|
right: 8,
|
|
fontSize: 25,
|
|
color: "white",
|
|
fontFamily: "'Alegreya Sans SC', sans-serif",
|
|
lineHeight: 48,
|
|
textAlign: "center",
|
|
fontWeight: 300
|
|
},
|
|
content: {
|
|
top: 480,
|
|
height: 8.5,
|
|
left: 1.5,
|
|
right: 17,
|
|
fontSize: 0,
|
|
color: "#222",
|
|
fontFamily: "sans-serif",
|
|
lineHeight: 1.1,
|
|
textAlign: "left",
|
|
fontWeight: 700
|
|
},
|
|
date: {
|
|
top: 540,
|
|
height: 32,
|
|
left: 128,
|
|
right: 8,
|
|
fontSize: 32,
|
|
color: "#fff",
|
|
fontFamily: "'Arial', sans-serif",
|
|
lineHeight: 32,
|
|
textAlign: "left",
|
|
fontWeight: 700
|
|
},
|
|
time: {
|
|
top: 600,
|
|
height: 32,
|
|
left: 128,
|
|
right: 8,
|
|
fontSize: 32,
|
|
color: "#fff",
|
|
fontFamily: "'Arial', sans-serif",
|
|
lineHeight: 32,
|
|
textAlign: "left",
|
|
fontWeight: 700
|
|
},
|
|
weekday: {
|
|
top: 8,
|
|
height: 32,
|
|
left: 8,
|
|
right: 80,
|
|
fontSize: 0,
|
|
color: "#fff",
|
|
fontFamily: "sans-serif",
|
|
lineHeight: 1.8,
|
|
textAlign: "left",
|
|
fontWeight: 700
|
|
},
|
|
address: {
|
|
top: 650,
|
|
height: 48,
|
|
left: 128,
|
|
right: 8,
|
|
fontSize: 18,
|
|
color: "white",
|
|
fontFamily: "'Alegreya Sans SC', sans-serif",
|
|
lineHeight: 20,
|
|
textAlign: "left",
|
|
fontWeight: 400
|
|
},
|
|
city: {
|
|
top: 20,
|
|
height: 32,
|
|
left: 240,
|
|
right: 20,
|
|
fontSize: 18,
|
|
color: "white",
|
|
fontFamily: "'Alegreya Sans SC', sans-serif",
|
|
lineHeight: 36,
|
|
textAlign: "right",
|
|
fontWeight: 500
|
|
},
|
|
}
|