|
|
|
@ -3,39 +3,39 @@ import '$lib/templates/templates'
|
|
|
|
|
/** @type {import('$lib/templates/templates').Template} */
|
|
|
|
|
export const verde = {
|
|
|
|
|
name: "verde",
|
|
|
|
|
image: "imagen01.png",
|
|
|
|
|
image: "plantilla_verde.png",
|
|
|
|
|
heading: {
|
|
|
|
|
top: 300,
|
|
|
|
|
top: 100,
|
|
|
|
|
height: 1.2,
|
|
|
|
|
left: 1,
|
|
|
|
|
left: 8,
|
|
|
|
|
right: 1,
|
|
|
|
|
fontSize: 1,
|
|
|
|
|
color: "grey",
|
|
|
|
|
fontSize: 1.5,
|
|
|
|
|
color: "white",
|
|
|
|
|
fontFamily: "sans-serif",
|
|
|
|
|
lineHeight: 1.1,
|
|
|
|
|
textAlign: "left",
|
|
|
|
|
fontWeight: 400
|
|
|
|
|
},
|
|
|
|
|
title: {
|
|
|
|
|
top: 320,
|
|
|
|
|
top: 150,
|
|
|
|
|
height: 6,
|
|
|
|
|
left: 1,
|
|
|
|
|
left: 8,
|
|
|
|
|
right: 1,
|
|
|
|
|
fontSize: 2.9,
|
|
|
|
|
color: "firebrick",
|
|
|
|
|
fontSize: 3,
|
|
|
|
|
color: "white",
|
|
|
|
|
fontFamily: "Gill Sans, sans-serif",
|
|
|
|
|
lineHeight: 2.1,
|
|
|
|
|
textAlign: "center",
|
|
|
|
|
fontWeight: 400
|
|
|
|
|
},
|
|
|
|
|
subtitle: {
|
|
|
|
|
top: 420,
|
|
|
|
|
top: 300,
|
|
|
|
|
height: 3,
|
|
|
|
|
left: 1,
|
|
|
|
|
left: 8,
|
|
|
|
|
right: 2,
|
|
|
|
|
fontSize: 1.4,
|
|
|
|
|
color: "#787",
|
|
|
|
|
fontFamily: "Gill Sans, sans-serif",
|
|
|
|
|
fontSize: 1.5,
|
|
|
|
|
color: "firebrick",
|
|
|
|
|
fontFamily: "'Arial', sans-serif",
|
|
|
|
|
lineHeight: 1.5,
|
|
|
|
|
textAlign: "center",
|
|
|
|
|
fontWeight: 400
|
|
|
|
@ -100,4 +100,4 @@ export const verde = {
|
|
|
|
|
textAlign: "center",
|
|
|
|
|
fontWeight: 700
|
|
|
|
|
},
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|