From 4763533bb2bba131ef53368f8b12fab9a9d7ea4c Mon Sep 17 00:00:00 2001 From: dakkar Date: Sat, 12 Nov 2022 11:26:44 +0000 Subject: social links on every page --- additions/fedi.svg | 170 ++++++++++++++++++++++++++++++++++++++++++++++++ additions/instagram.svg | 12 ++++ additions/layout.css | 6 +- additions/twitter.svg | 16 +++++ templates/du2html.xsl | 10 ++- 5 files changed, 212 insertions(+), 2 deletions(-) create mode 100644 additions/fedi.svg create mode 100644 additions/instagram.svg create mode 100644 additions/twitter.svg diff --git a/additions/fedi.svg b/additions/fedi.svg new file mode 100644 index 0000000..854e6f0 --- /dev/null +++ b/additions/fedi.svg @@ -0,0 +1,170 @@ + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/additions/instagram.svg b/additions/instagram.svg new file mode 100644 index 0000000..0aa7975 --- /dev/null +++ b/additions/instagram.svg @@ -0,0 +1,12 @@ + + + + + + \ No newline at end of file diff --git a/additions/layout.css b/additions/layout.css index 0202e2f..c7527b5 100644 --- a/additions/layout.css +++ b/additions/layout.css @@ -177,6 +177,10 @@ html, body { font-style: italic; } +a.icon-link img { + width: 2em; +} + /* boxes, misc */ span.title { @@ -188,4 +192,4 @@ span.title { h1, h2, h3, h4, h5, h6 { font-family: Verdana, Arial, Helvetica, sans-serif; -} \ No newline at end of file +} diff --git a/additions/twitter.svg b/additions/twitter.svg new file mode 100644 index 0000000..d16b6a7 --- /dev/null +++ b/additions/twitter.svg @@ -0,0 +1,16 @@ + + + diff --git a/templates/du2html.xsl b/templates/du2html.xsl index fccee23..e1f4669 100644 --- a/templates/du2html.xsl +++ b/templates/du2html.xsl @@ -346,6 +346,7 @@
- +

+ +

+

+ + + +

-- cgit v1.2.3