From 919bbda416c2add0463b2ae2fcf5b802f4efd59a Mon Sep 17 00:00:00 2001 From: filip Date: Tue, 28 Jun 2016 18:33:45 +0200 Subject: start with the common footer on some pages + separate function for it + separate css for it + expanding i18n function for that purpose (to accept more than one gettext file) --- g/style/common_footer.css | 48 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 48 insertions(+) create mode 100644 g/style/common_footer.css (limited to 'g') diff --git a/g/style/common_footer.css b/g/style/common_footer.css new file mode 100644 index 000000000..dfa4eb297 --- /dev/null +++ b/g/style/common_footer.css @@ -0,0 +1,48 @@ +hr.divider { display: none; } + +.container { + margin: 0 auto; + max-width: 1024px; + padding-bottom: 40px; +} + +#navb { line-height: 1.4; } + +#navb { +padding: 0; +margin: 0 auto; +display: table; +border-radius: 4px; +font-size: 80%; +margin-bottom: 20px; +} + +#navb li { +display: table-cell; +padding: 0; +border-right: 1px solid #f0f0f0; +} + +#navb li:last-child { border: none; } + +#navb a { +font: 12.8px Verdana,Arial,sans-serif; +text-decoration: none; +padding: 20px 1em 20px 1em; +display: block; +min-width: 80px; +text-align: center; +color: #444; +} +#navb a:hover { +color: #2383C2; +} + + +#fnotes { +text-align: center; +font: 80%/1.2 Verdana,Arial,sans-serif; +color: #f0f0f0; +} + +#fnotes a { color: #aaa; text-decoration: none; } -- cgit v1.2.1