From ca1a6aa7df6703c10d1cd97afedd9c6838ba425b Mon Sep 17 00:00:00 2001 From: Andreas Stöckel Date: Fri, 6 Mar 2015 23:54:49 +0100 Subject: First commit of the ousia based website architecture --- style/footer.less | 41 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 style/footer.less (limited to 'style/footer.less') diff --git a/style/footer.less b/style/footer.less new file mode 100644 index 0000000..1a86b18 --- /dev/null +++ b/style/footer.less @@ -0,0 +1,41 @@ +/* + * Ousía Website CSS + * + * (c) Andreas Stöckel, 2015 + * + * This work is licensed under a Creative Commons Attribution-ShareAlike 4.0 + * International License. + */ + +footer { + overflow: hidden; + font-size: 10pt; + color: white; + padding: 0; + background-color: @color-footer; + padding: 1em 0; + line-height: 1.75; + + a, a:link { + color: white; + } + + a:visited { + color: #CCC; + } + + nav ul h3 { + color: @color-main; + text-transform: uppercase; + font-weight: bold; + } +} + +@media (min-width: 50rem) { + footer nav ul > li { + vertical-align: top; + display: inline-block; + width: 8rem; + margin: 0; + } +} -- cgit v1.2.3