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} */
export const verde = {
name: "verde",
description: `<ul>
<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>`,
description: "Una plantilla con todos los elementos",
image: "plantilla_verde.png",
heading: {
top: 100,
@ -19,43 +12,43 @@ export const verde = {
right: 20,
fontSize: 24,
color: "white",
fontFamily: "'Roboto', sans-serif",
fontFamily: "'Alegreya Sans SC', sans-serif",
lineHeight: 32,
textAlign: "left",
fontWeight: 400,
fontWeight: 700
},
title: {
top: 150,
height: 86,
left: 132,
right: 16,
fontSize: 32,
fontSize: 40,
color: "white",
fontFamily: "'Roboto', sans-serif",
fontFamily: "'Alegreya Sans SC', sans-serif",
lineHeight: 40,
textAlign: "center",
fontWeight: 700
},
subtitle: {
top: 300,
height: 60,
top: 295,
height: 82,
left: 132,
right: 16,
fontSize: 20,
fontSize: 18,
color: "firebrick",
fontFamily: "'Roboto', sans-serif",
lineHeight: 28,
fontFamily: "'Alegreya Sans SC', sans-serif",
lineHeight: 20,
textAlign: "center",
fontWeight: 400
},
content: {
top: 470,
top: 430,
height: 164,
left: 32,
right: 320,
fontSize: 14,
color: "#222",
fontFamily: "'Roboto', sans-serif",
fontFamily: "'Helvetica', sans-serif",
lineHeight: 18,
textAlign: "left",
fontWeight: 400
@ -67,7 +60,7 @@ export const verde = {
right: 32,
fontSize: 18,
color: "#fff",
fontFamily: "'Roboto', sans-serif",
fontFamily: "sans-serif",
lineHeight: 32,
textAlign: "center",
fontWeight: 700
@ -77,9 +70,10 @@ export const verde = {
height: 32,
left: 275,
right: 32,
fontSize: 32,
fontSize: 25
,
color: "#fff",
fontFamily: "'Roboto', sans-serif",
fontFamily: "sans-serif",
lineHeight: 32,
textAlign: "center",
fontWeight: 700
@ -89,35 +83,35 @@ export const verde = {
height: 32,
left: 245,
right: 32,
fontSize: 24,
fontSize: 18,
color: "#fff",
fontFamily: "'Roboto', sans-serif",
fontFamily: "sans-serif",
lineHeight: 32,
textAlign: "center",
fontWeight: 700
},
address: {
top: 635,
height: 48,
top: 610,
height: 70,
left: 32,
right: 300,
fontSize: 18,
fontSize: 16,
color: "#91b756",
fontFamily: "'Roboto', sans-serif",
fontFamily: "sans-serif",
lineHeight: 22,
textAlign: "center",
textAlign: "left",
fontWeight: 700
},
city: {
top: 690,
height: 30,
top: 685,
height: 24,
left: 32,
right: 300,
fontSize: 24,
color: "#91b756",
fontFamily: "'Roboto', sans-serif",
lineHeight: 30,
textAlign: "center",
fontFamily: "sans-serif",
lineHeight: 24,
textAlign: "left",
fontWeight: 700
},
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.3 MiB

After

Width:  |  Height:  |  Size: 3.3 MiB

Loading…
Cancel
Save