cambio plantilla verde a como pide Esther

pull/16/head
Borja Robert 2 years ago
parent 929aa37d99
commit 2cc8283e7c

@ -3,14 +3,7 @@ import '$lib/templates/templates'
/** @type {import('$lib/templates/templates').Template} */ /** @type {import('$lib/templates/templates').Template} */
export const verde = { export const verde = {
name: "verde", name: "verde",
description: `<ul> description: "Una plantilla con todos los elementos",
<li>Título</li>
<li>Subtítulo</li>
<li>Antetítulo</li>
<li>Descripción</li>
<li>Día, mes, hora</li>
<li>Día de la semana</li>
</ul>`,
image: "plantilla_verde.png", image: "plantilla_verde.png",
heading: { heading: {
top: 100, top: 100,
@ -19,43 +12,43 @@ export const verde = {
right: 20, right: 20,
fontSize: 24, fontSize: 24,
color: "white", color: "white",
fontFamily: "'Roboto', sans-serif", fontFamily: "'Alegreya Sans SC', sans-serif",
lineHeight: 32, lineHeight: 32,
textAlign: "left", textAlign: "left",
fontWeight: 400, fontWeight: 700
}, },
title: { title: {
top: 150, top: 150,
height: 86, height: 86,
left: 132, left: 132,
right: 16, right: 16,
fontSize: 32, fontSize: 40,
color: "white", color: "white",
fontFamily: "'Roboto', sans-serif", fontFamily: "'Alegreya Sans SC', sans-serif",
lineHeight: 40, lineHeight: 40,
textAlign: "center", textAlign: "center",
fontWeight: 700 fontWeight: 700
}, },
subtitle: { subtitle: {
top: 300, top: 295,
height: 60, height: 82,
left: 132, left: 132,
right: 16, right: 16,
fontSize: 20, fontSize: 18,
color: "firebrick", color: "firebrick",
fontFamily: "'Roboto', sans-serif", fontFamily: "'Alegreya Sans SC', sans-serif",
lineHeight: 28, lineHeight: 20,
textAlign: "center", textAlign: "center",
fontWeight: 400 fontWeight: 400
}, },
content: { content: {
top: 470, top: 430,
height: 164, height: 164,
left: 32, left: 32,
right: 320, right: 320,
fontSize: 14, fontSize: 14,
color: "#222", color: "#222",
fontFamily: "'Roboto', sans-serif", fontFamily: "'Helvetica', sans-serif",
lineHeight: 18, lineHeight: 18,
textAlign: "left", textAlign: "left",
fontWeight: 400 fontWeight: 400
@ -67,7 +60,7 @@ export const verde = {
right: 32, right: 32,
fontSize: 18, fontSize: 18,
color: "#fff", color: "#fff",
fontFamily: "'Roboto', sans-serif", fontFamily: "sans-serif",
lineHeight: 32, lineHeight: 32,
textAlign: "center", textAlign: "center",
fontWeight: 700 fontWeight: 700
@ -77,9 +70,10 @@ export const verde = {
height: 32, height: 32,
left: 275, left: 275,
right: 32, right: 32,
fontSize: 32, fontSize: 25
,
color: "#fff", color: "#fff",
fontFamily: "'Roboto', sans-serif", fontFamily: "sans-serif",
lineHeight: 32, lineHeight: 32,
textAlign: "center", textAlign: "center",
fontWeight: 700 fontWeight: 700
@ -89,35 +83,35 @@ export const verde = {
height: 32, height: 32,
left: 245, left: 245,
right: 32, right: 32,
fontSize: 24, fontSize: 18,
color: "#fff", color: "#fff",
fontFamily: "'Roboto', sans-serif", fontFamily: "sans-serif",
lineHeight: 32, lineHeight: 32,
textAlign: "center", textAlign: "center",
fontWeight: 700 fontWeight: 700
}, },
address: { address: {
top: 635, top: 610,
height: 48, height: 70,
left: 32, left: 32,
right: 300, right: 300,
fontSize: 18, fontSize: 16,
color: "#91b756", color: "#91b756",
fontFamily: "'Roboto', sans-serif", fontFamily: "sans-serif",
lineHeight: 22, lineHeight: 22,
textAlign: "center", textAlign: "left",
fontWeight: 700 fontWeight: 700
}, },
city: { city: {
top: 690, top: 685,
height: 30, height: 24,
left: 32, left: 32,
right: 300, right: 300,
fontSize: 24, fontSize: 24,
color: "#91b756", color: "#91b756",
fontFamily: "'Roboto', sans-serif", fontFamily: "sans-serif",
lineHeight: 30, lineHeight: 24,
textAlign: "center", textAlign: "left",
fontWeight: 700 fontWeight: 700
}, },
} }

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.3 MiB

After

Width:  |  Height:  |  Size: 3.3 MiB

Loading…
Cancel
Save