Nils Diewald | ab4d3ca | 2015-04-17 01:48:43 +0000 | [diff] [blame] | 1 | @charset "utf-8"; |
2 | @import "../util"; | ||||
3 | |||||
Nils Diewald | 652e5f4 | 2015-05-10 18:11:45 +0000 | [diff] [blame^] | 4 | /** |
5 | * Rules for the footer section of Kalamar | ||||
6 | */ | ||||
Nils Diewald | ab4d3ca | 2015-04-17 01:48:43 +0000 | [diff] [blame] | 7 | footer { |
8 | position: absolute; | ||||
9 | background-color: $dark-grey; | ||||
10 | bottom: 0; | ||||
Nils Diewald | a31a515 | 2015-04-17 21:05:23 +0000 | [diff] [blame] | 11 | font-size: 70%; |
Nils Diewald | ab4d3ca | 2015-04-17 01:48:43 +0000 | [diff] [blame] | 12 | width: 100%; |
Nils Diewald | a31a515 | 2015-04-17 21:05:23 +0000 | [diff] [blame] | 13 | text-align: right; |
Nils Diewald | ab4d3ca | 2015-04-17 01:48:43 +0000 | [diff] [blame] | 14 | a:link { |
Nils Diewald | a31a515 | 2015-04-17 21:05:23 +0000 | [diff] [blame] | 15 | margin: 0 .5em; |
Nils Diewald | ab4d3ca | 2015-04-17 01:48:43 +0000 | [diff] [blame] | 16 | color: $light-grey; |
Nils Diewald | 652e5f4 | 2015-05-10 18:11:45 +0000 | [diff] [blame^] | 17 | } |
18 | &:hover { | ||||
19 | color: $nearly-white; | ||||
20 | } | ||||
21 | &:active, | ||||
22 | &:visited { | ||||
23 | color: $dark-grey; | ||||
Nils Diewald | ab4d3ca | 2015-04-17 01:48:43 +0000 | [diff] [blame] | 24 | } |
25 | } |