From 90fc9d3f147193360db0876e0abe723b929efe72 Mon Sep 17 00:00:00 2001 From: "Daniel P. Berrange" Date: Tue, 25 Oct 2016 16:56:50 +0200 Subject: [PATCH] docs: add footer to all pages Add a footer to all pages containing a blurb about the code of conduct, and links to various communication channels / social media / user self-help sites. Signed-off-by: Daniel P. Berrange --- docs/libvirt.css | 46 ++++++++++++++++++++++++++++++++++++++++++++++ docs/page.xsl | 22 ++++++++++++++++++++++ 2 files changed, 68 insertions(+) diff --git a/docs/libvirt.css b/docs/libvirt.css index dfa7b58b01..b06407c2e1 100644 --- a/docs/libvirt.css +++ b/docs/libvirt.css @@ -502,3 +502,49 @@ br.clear { clear: both; border: 0px; } + +#footer { + clear: both; + border-top: 3px solid rgb(60, 133, 124); + margin-top: 2em; + padding: 1em; + background: rgb(0, 95, 97); + color: rgb(255, 255, 255); +} + +#footer a { + color: inherit; + text-decoration: none; +} + +#footer a:hover { + color: rgb(255, 230, 0); +} + +#conduct { + float: right; + text-align: right; + font-size: smaller; + margin-right: 3em; +} + +#conduct a { + text-decoration: underline; +} + +#contact, #community { + float: left; + padding: 0px; + margin-left: 3em; +} + +#footer h3 { + margin:0px; + font-size: 1em; +} + +#footer ul { + list-style: none; + margin: 0px; + font-size: smaller; +} diff --git a/docs/page.xsl b/docs/page.xsl index e3b8d5bf15..9dd3a98f43 100644 --- a/docs/page.xsl +++ b/docs/page.xsl @@ -170,6 +170,28 @@ +