From: Daniel P. Berrange Date: Tue, 25 Oct 2016 14:56:50 +0000 (+0200) Subject: docs: add footer to all pages X-Git-Tag: v2.5.0-rc1~187 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=90fc9d3f147193360db0876e0abe723b929efe72;p=thirdparty%2Flibvirt.git 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 --- 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 @@ +