Nils Diewald | a297f06 | 2015-04-02 00:23:46 +0000 | [diff] [blame] | 1 | @charset "utf-8"; |
| 2 | @import "util"; |
| 3 | |
| 4 | .logo { |
| 5 | &::after { |
| 6 | content: "" !important; |
| 7 | } |
| 8 | > * { |
| 9 | background: { |
| 10 | repeat: no-repeat; |
| 11 | size: 90%; |
| 12 | position: 50% 50%; |
| 13 | } |
| 14 | > span { |
| 15 | margin-left: -3000px; |
| 16 | } |
| 17 | } |
| 18 | } |
| 19 | |
| 20 | /** |
| 21 | * Background image for the front page |
| 22 | */ |
| 23 | #kalamar-bg { |
| 24 | position: fixed; |
| 25 | height: 110%; |
| 26 | width: 175%; |
| 27 | top: 0; |
| 28 | z-index: -5000; |
Nils Diewald | 44e1edb | 2015-04-08 19:12:15 +0000 | [diff] [blame] | 29 | opacity: .1; |
Nils Diewald | a297f06 | 2015-04-02 00:23:46 +0000 | [diff] [blame] | 30 | background: { |
| 31 | image:url('#{$img-path}/korap-bg-kalamar.svg'); |
| 32 | size: 50%; |
| 33 | repeat: no-repeat; |
| 34 | position: 50% 50%; |
| 35 | } |
| 36 | } |
| 37 | |
| 38 | /** |
| 39 | * Logo table of the front page |
| 40 | */ |
| 41 | #logos { |
| 42 | position: relative; |
| 43 | text-align: right; |
| 44 | font-size: 85%; |
| 45 | right: 0; |
| 46 | width: 100%; |
| 47 | margin-left: $standard-margin; |
| 48 | padding-left: 60%; |
| 49 | > div { |
| 50 | border-top: 26px solid $dark-orange; |
| 51 | padding-right: 2em; |
| 52 | } |
| 53 | p { |
| 54 | text-align: left; |
| 55 | display: inline-block; |
| 56 | } |
| 57 | } |
| 58 | |
| 59 | |
| 60 | /** |
| 61 | * Logo: Institute for German Language |
| 62 | */ |
| 63 | #ids-logo { |
| 64 | display: block; |
| 65 | width: (910 / 60) + em; |
| 66 | height: (176 / 60) + em; |
| 67 | background: { |
Nils Diewald | 44e1edb | 2015-04-08 19:12:15 +0000 | [diff] [blame] | 68 | image:url('#{$img-path}/ids-institute-for-the-german-language.svg'); |
Nils Diewald | a297f06 | 2015-04-02 00:23:46 +0000 | [diff] [blame] | 69 | } |
| 70 | } |
| 71 | |
| 72 | /** |
| 73 | * Logo: Member of the Leibniz Association |
| 74 | */ |
| 75 | #leibniz-logo { |
| 76 | display: block; |
| 77 | width: (199 / 20) + em; |
| 78 | height: (130 / 20) + em; |
| 79 | background: { |
| 80 | image:url('#{$img-path}/member-of-the-leibniz-association.svg'); |
| 81 | } |
| 82 | } |
| 83 | |
| 84 | /** |
| 85 | * Logo: KorAP |
| 86 | */ |
| 87 | h1 { |
| 88 | position: absolute; |
Nils Diewald | a297f06 | 2015-04-02 00:23:46 +0000 | [diff] [blame] | 89 | margin: 0; |
Nils Diewald | 5814133 | 2015-04-07 16:18:45 +0000 | [diff] [blame] | 90 | margin-left:15px; |
Nils Diewald | a297f06 | 2015-04-02 00:23:46 +0000 | [diff] [blame] | 91 | left: 0; |
| 92 | top: 0; |
| 93 | width: 7.8em; |
| 94 | height: 2.4em; |
Nils Diewald | 5814133 | 2015-04-07 16:18:45 +0000 | [diff] [blame] | 95 | z-index: 7200; |
Nils Diewald | a297f06 | 2015-04-02 00:23:46 +0000 | [diff] [blame] | 96 | background: { |
| 97 | size: 72%; |
| 98 | image: url('#{$img-path}/korap-logo-kalamar.svg'); |
| 99 | } |
| 100 | } |
| 101 | |
| 102 | /* |
| 103 | #leibniz-logo, #ids-logo { |
| 104 | height: (130 / 20) + em; |
| 105 | } |
| 106 | |
| 107 | */ |