summaryrefslogtreecommitdiff
path: root/templates/web/css/elenq-publishing.css
diff options
context:
space:
mode:
authorEkaitz Zarraga <ekaitz@elenq.tech>2020-05-27 16:08:24 +0200
committerEkaitz Zarraga <ekaitz@elenq.tech>2020-05-27 16:08:24 +0200
commitfc6a961ad0429f082912c37431ed3e71510c6dfb (patch)
tree09ab89be4db9a9510ab8a0ce83480fedce931363 /templates/web/css/elenq-publishing.css
parentc123bb147cd0acc3b898b3db4134b584575b9ee4 (diff)
Add web template for embedded css
Diffstat (limited to 'templates/web/css/elenq-publishing.css')
-rw-r--r--templates/web/css/elenq-publishing.css28
1 files changed, 28 insertions, 0 deletions
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: "ΒΆ";
+}