diff options
author | Alex Legler <alex@a3li.li> | 2015-01-23 13:34:38 +0100 |
---|---|---|
committer | Alex Legler <alex@a3li.li> | 2015-01-23 13:34:38 +0100 |
commit | 9a317f57dd9263057517c26df9cf6c0c0a394cd9 (patch) | |
tree | 8cebb86de526dd517c12982e87565cd25c4029aa /sources/css | |
parent | No more second links on the bottom of the page. (diff) | |
download | tyrian-theme-9a317f57dd9263057517c26df9cf6c0c0a394cd9.tar.gz tyrian-theme-9a317f57dd9263057517c26df9cf6c0c0a394cd9.tar.bz2 tyrian-theme-9a317f57dd9263057517c26df9cf6c0c0a394cd9.zip |
Rework footer again
Diffstat (limited to 'sources/css')
-rw-r--r-- | sources/css/tyrian/less/footer.less | 25 |
1 files changed, 20 insertions, 5 deletions
diff --git a/sources/css/tyrian/less/footer.less b/sources/css/tyrian/less/footer.less index 8aa6dff..d8a9805 100644 --- a/sources/css/tyrian/less/footer.less +++ b/sources/css/tyrian/less/footer.less @@ -1,11 +1,11 @@ footer { background-color: @footer-bg; color: #444; - border-top: 4px solid darken(@footer-bg, 10%); + border-top: 1px solid darken(@footer-bg, 10%); margin-top: 2em; padding-top: 0.5em; padding-bottom: 1em; - //.box-shadow(~"inset 0 -1px 15px 0 rgba(0,0,0,.15)"); + .box-shadow(~"inset 0 -1px 15px 0 rgba(0,0,0,.15)"); background-image: url('black-thing.png'), url('znurt.png'); background-position: right bottom, right top; background-repeat: no-repeat; @@ -25,6 +25,13 @@ footer { margin-top: 1em; font-family: @font-family-sans-serif; font-weight: normal; + text-transform: uppercase; + color: darken(@footer-bg, 60%); + font-size: 1.2em; + } + + .spacer { + margin-top: 1em; } } @@ -51,14 +58,16 @@ ul.footerlinks { li { list-style-type: none; - a:link { + a:link, a:visited { + color: darken(@footer-bg, 40%); + border-radius: 2px; border: none; display: block; - padding: 10px 15px; + padding: 6px 12px; } a:hover, a:active { - background-color: @gentoo-purple-light; + background-color: darken(@footer-bg, 30%); text-decoration: none; color: white; } @@ -69,4 +78,10 @@ ul.footerlinks { margin-top: 5px; padding-bottom: 5px; } +} + +ul.three-icons li { + float: left; + width: 33%; + text-align: center; }
\ No newline at end of file |