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.

104 lines
1.8 KiB
JavaScript

import '$lib/templates/templates'
/** @type {import('$lib/templates/templates').Template} */
export const verde = {
name: "verde",
image: "plantilla_verde.png",
heading: {
top: 100,
height: 1.2,
left: 8,
right: 1,
fontSize: 1.5,
color: "white",
fontFamily: "sans-serif",
lineHeight: 1.1,
textAlign: "left",
fontWeight: 400
},
title: {
top: 150,
height: 6,
left: 8,
right: 1,
fontSize: 3,
color: "white",
fontFamily: "Gill Sans, sans-serif",
lineHeight: 2.1,
textAlign: "center",
fontWeight: 400
},
subtitle: {
top: 300,
height: 3,
left: 8,
right: 2,
fontSize: 1.5,
color: "firebrick",
fontFamily: "'Arial', sans-serif",
lineHeight: 1.5,
textAlign: "center",
fontWeight: 400
},
content: {
top: 480,
height: 8.5,
left: 1.5,
right: 17,
fontSize: 0.8,
color: "#222",
fontFamily: "sans-serif",
lineHeight: 1.1,
textAlign: "left",
fontWeight: 400
},
date: {
top: 625,
height: 1,
left: 18.5,
right: 4,
fontSize: 1.1,
color: "#fff",
fontFamily: "sans-serif",
lineHeight: 1,
textAlign: "center",
fontWeight: 700
},
time: {
top: 647,
height: 2,
left: 18.5,
right: 5,
fontSize: 1.8,
color: "#fff",
fontFamily: "sans-serif",
lineHeight: 1.5,
textAlign: "center",
fontWeight: 700
},
weekday: {
top: 600,
height: 1.5,
left: 18.5,
right: 5,
fontSize: 1.3,
color: "#fff",
fontFamily: "sans-serif",
lineHeight: 1.8,
textAlign: "center",
fontWeight: 700
},
address: {
top: 625,
height: 4.5,
left: 2,
right: 20,
fontSize: 1,
color: "#91b756",
fontFamily: "sans-serif",
lineHeight: 1.5,
textAlign: "center",
fontWeight: 700
},
}