aboutsummaryrefslogtreecommitdiffstats
path: root/g
diff options
context:
space:
mode:
authorfilip <filip.komar@gmail.com>2016-06-28 18:33:45 +0200
committerfilip <filip.komar@gmail.com>2016-06-28 18:33:45 +0200
commit919bbda416c2add0463b2ae2fcf5b802f4efd59a (patch)
tree7a91b14f81972daff62cfd9a817f3f91218e6f4d /g
parent80c9f1c7aef4eb6500d7f3f907357cb878df5812 (diff)
downloadwww-919bbda416c2add0463b2ae2fcf5b802f4efd59a.tar
www-919bbda416c2add0463b2ae2fcf5b802f4efd59a.tar.gz
www-919bbda416c2add0463b2ae2fcf5b802f4efd59a.tar.bz2
www-919bbda416c2add0463b2ae2fcf5b802f4efd59a.tar.xz
www-919bbda416c2add0463b2ae2fcf5b802f4efd59a.zip
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)
Diffstat (limited to 'g')
-rw-r--r--g/style/common_footer.css48
1 files changed, 48 insertions, 0 deletions
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; }