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; | ||||
Akron | 066cd35 | 2018-05-24 20:41:28 +0200 | [diff] [blame^] | 11 | padding-bottom: 2px; |
Nils Diewald | a31a515 | 2015-04-17 21:05:23 +0000 | [diff] [blame] | 12 | font-size: 70%; |
Nils Diewald | ab4d3ca | 2015-04-17 01:48:43 +0000 | [diff] [blame] | 13 | width: 100%; |
Nils Diewald | a31a515 | 2015-04-17 21:05:23 +0000 | [diff] [blame] | 14 | text-align: right; |
Akron | afeca25 | 2018-05-23 15:54:28 +0200 | [diff] [blame] | 15 | a { |
16 | &:link { | ||||
17 | margin: 0 .5em; | ||||
18 | color: $light-grey; | ||||
19 | } | ||||
20 | &:visited { | ||||
21 | color: $light-grey; | ||||
22 | } | ||||
23 | &:hover { | ||||
24 | color: $nearly-white; | ||||
25 | } | ||||
26 | &[href^="http://"]::after, | ||||
27 | &[href^="https://"]::after { | ||||
28 | content: none | ||||
29 | } | ||||
Nils Diewald | ab4d3ca | 2015-04-17 01:48:43 +0000 | [diff] [blame] | 30 | } |
31 | } |