Nils Diewald | a944fab | 2015-04-08 21:02:04 +0000 | [diff] [blame] | 1 | @charset "utf-8"; |
Nils Diewald | ab4d3ca | 2015-04-17 01:48:43 +0000 | [diff] [blame] | 2 | @import "../util"; |
Nils Diewald | a944fab | 2015-04-08 21:02:04 +0000 | [diff] [blame] | 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 { |
Akron | c143d3e | 2017-06-28 19:18:22 +0200 | [diff] [blame] | 15 | margin-left: -30000px; |
Nils Diewald | a944fab | 2015-04-08 21:02:04 +0000 | [diff] [blame] | 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; |
| 29 | opacity: .1; |
| 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%; |
Nils Diewald | a898dac | 2015-05-06 21:04:16 +0000 | [diff] [blame] | 47 | margin-left: ($standard-margin / 2); |
| 48 | |
Nils Diewald | a944fab | 2015-04-08 21:02:04 +0000 | [diff] [blame] | 49 | padding-left: 60%; |
| 50 | > div { |
| 51 | border-top: 26px solid $dark-orange; |
| 52 | padding-right: 2em; |
| 53 | } |
| 54 | p { |
| 55 | text-align: left; |
| 56 | display: inline-block; |
| 57 | } |
| 58 | } |
| 59 | |
| 60 | |
| 61 | /** |
| 62 | * Logo: Institute for German Language |
| 63 | */ |
| 64 | #ids-logo { |
| 65 | display: block; |
Akron | e6be0a8 | 2019-03-12 15:24:31 +0100 | [diff] [blame^] | 66 | width: (631 / 30) + em; |
| 67 | height: (200 / 30) + em; |
Nils Diewald | a944fab | 2015-04-08 21:02:04 +0000 | [diff] [blame] | 68 | background: { |
Akron | e6be0a8 | 2019-03-12 15:24:31 +0100 | [diff] [blame^] | 69 | image:url('#{$img-path}/ids-leibniz-institute-for-the-german-language.svg'); |
Nils Diewald | a944fab | 2015-04-08 21:02:04 +0000 | [diff] [blame] | 70 | } |
| 71 | } |
| 72 | |
Nils Diewald | a944fab | 2015-04-08 21:02:04 +0000 | [diff] [blame] | 73 | |
| 74 | /** |
| 75 | * Logo: KorAP |
| 76 | */ |
| 77 | h1 { |
| 78 | position: absolute; |
| 79 | margin: 0; |
| 80 | margin-left:15px; |
| 81 | left: 0; |
| 82 | top: 0; |
| 83 | width: 7.8em; |
| 84 | height: 2.4em; |
Akron | bd36c71 | 2018-02-15 11:14:23 +0100 | [diff] [blame] | 85 | z-index: 105; |
Nils Diewald | a944fab | 2015-04-08 21:02:04 +0000 | [diff] [blame] | 86 | background: { |
| 87 | size: 72%; |
| 88 | image: url('#{$img-path}/korap-logo-kalamar.svg'); |
| 89 | } |
| 90 | } |
| 91 | |
Nils Diewald | 0e6992a | 2015-04-14 20:13:52 +0000 | [diff] [blame] | 92 | #overview { |
| 93 | text-align: center; |
| 94 | width: 100%; |
| 95 | } |