From fc6a961ad0429f082912c37431ed3e71510c6dfb Mon Sep 17 00:00:00 2001 From: Ekaitz Zarraga Date: Wed, 27 May 2020 16:08:24 +0200 Subject: Add web template for embedded css --- templates/web/css/elenq-publishing.css | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 templates/web/css/elenq-publishing.css (limited to 'templates/web/css/elenq-publishing.css') diff --git a/templates/web/css/elenq-publishing.css b/templates/web/css/elenq-publishing.css new file mode 100644 index 0000000..9292cd1 --- /dev/null +++ b/templates/web/css/elenq-publishing.css @@ -0,0 +1,28 @@ +/* Title block */ + +#title-block-header h1.main-title { + font-size: 4.5rem; line-height: 1; text-align: center; + margin-bottom: 2rem; + margin-top: 2rem; + font-family: "LatoLatinLightWeb", Helvetica, Arial, sans-serif; +} +#title-block-header h1 span.subtitle{ + font-size: 2.5rem; +} + +#title-block-header .author{ + text-align: center; +} + + +/* h2 are sections, increase the size and center them */ +h2{ + font-size: 3.5rem; + padding-top: 7rem; + padding-bottom: 2rem; + font-family: "LatoLatinLightWeb", Helvetica, Arial, sans-serif; +} + +.anchor:before{ + content: "ΒΆ"; +} -- cgit v1.2.3