/* * 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; } nav ul > li { vertical-align: top; display: inline-block; width: 8rem; margin: 0; } }