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; |
Akron | afeca25 | 2018-05-23 15:54:28 +0200 | [diff] [blame^] | 14 | a { |
| 15 | &:link { |
| 16 | margin: 0 .5em; |
| 17 | color: $light-grey; |
| 18 | } |
| 19 | &:visited { |
| 20 | color: $light-grey; |
| 21 | } |
| 22 | &:hover { |
| 23 | color: $nearly-white; |
| 24 | } |
| 25 | &[href^="http://"]::after, |
| 26 | &[href^="https://"]::after { |
| 27 | content: none |
| 28 | } |
Nils Diewald | ab4d3ca | 2015-04-17 01:48:43 +0000 | [diff] [blame] | 29 | } |
| 30 | } |