summaryrefslogtreecommitdiff
path: root/www/wiki/skins/Vector/components/footer.less
diff options
context:
space:
mode:
Diffstat (limited to 'www/wiki/skins/Vector/components/footer.less')
-rw-r--r--www/wiki/skins/Vector/components/footer.less48
1 files changed, 48 insertions, 0 deletions
diff --git a/www/wiki/skins/Vector/components/footer.less b/www/wiki/skins/Vector/components/footer.less
new file mode 100644
index 00000000..a9162a56
--- /dev/null
+++ b/www/wiki/skins/Vector/components/footer.less
@@ -0,0 +1,48 @@
+/* Footer */
+#footer {
+ margin-left: 10em;
+ margin-top: 0;
+ padding: 0.75em;
+ direction: ltr;
+
+ ul {
+ list-style-type: none;
+ list-style-image: none;
+ margin: 0;
+ padding: 0;
+
+ li {
+ color: #222;
+ margin: 0;
+ padding: 0;
+ padding-top: 0.5em;
+ padding-bottom: 0.5em;
+ font-size: 0.7em;
+ }
+ }
+
+ #footer-icons {
+ float: right;
+
+ li {
+ float: left;
+ margin-left: 0.5em;
+ line-height: 2em;
+ text-align: right;
+ }
+ }
+
+ #footer-info {
+ li {
+ line-height: 1.4em;
+ }
+ }
+
+ #footer-places {
+ li {
+ float: left;
+ margin-right: 1em;
+ line-height: 2em;
+ }
+ }
+}