aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sources/css')
-rw-r--r--sources/css/tyrian/less/footer.less25
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