| 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 | |
| Akron | 7e5afce | 2020-08-25 15:50:19 +0200 | [diff] [blame] | 4 | /** |
| 5 | * Rules for logos. | ||||
| 6 | */ | ||||
| Nils Diewald | a944fab | 2015-04-08 21:02:04 +0000 | [diff] [blame] | 7 | .logo { |
| 8 | &::after { | ||||
| 9 | content: "" !important; | ||||
| 10 | } | ||||
| Akron | 7e5afce | 2020-08-25 15:50:19 +0200 | [diff] [blame] | 11 | |
| Nils Diewald | a944fab | 2015-04-08 21:02:04 +0000 | [diff] [blame] | 12 | > * { |
| 13 | background: { | ||||
| Akron | 7e5afce | 2020-08-25 15:50:19 +0200 | [diff] [blame] | 14 | repeat: no-repeat; |
| 15 | size: 90%; | ||||
| Nils Diewald | a944fab | 2015-04-08 21:02:04 +0000 | [diff] [blame] | 16 | position: 50% 50%; |
| 17 | } | ||||
| Akron | 7e5afce | 2020-08-25 15:50:19 +0200 | [diff] [blame] | 18 | |
| Nils Diewald | a944fab | 2015-04-08 21:02:04 +0000 | [diff] [blame] | 19 | > span { |
| Akron | 7e5afce | 2020-08-25 15:50:19 +0200 | [diff] [blame] | 20 | @include blind; |
| Nils Diewald | a944fab | 2015-04-08 21:02:04 +0000 | [diff] [blame] | 21 | } |
| 22 | } | ||||
| 23 | } | ||||
| 24 | |||||
| Nils Diewald | a944fab | 2015-04-08 21:02:04 +0000 | [diff] [blame] | 25 | /** |
| 26 | * Logo table of the front page | ||||
| 27 | */ | ||||
| 28 | #logos { | ||||
| Akron | 7e5afce | 2020-08-25 15:50:19 +0200 | [diff] [blame] | 29 | position: relative; |
| 30 | text-align: right; | ||||
| 31 | font-size: 85%; | ||||
| 32 | right: 0; | ||||
| 33 | width: 100%; | ||||
| Nils Diewald | a898dac | 2015-05-06 21:04:16 +0000 | [diff] [blame] | 34 | margin-left: ($standard-margin / 2); |
| Nils Diewald | a944fab | 2015-04-08 21:02:04 +0000 | [diff] [blame] | 35 | padding-left: 60%; |
| Akron | 7e5afce | 2020-08-25 15:50:19 +0200 | [diff] [blame] | 36 | |
| Nils Diewald | a944fab | 2015-04-08 21:02:04 +0000 | [diff] [blame] | 37 | > div { |
| Akron | 7e5afce | 2020-08-25 15:50:19 +0200 | [diff] [blame] | 38 | border-top: 26px solid $dark-orange; |
| Nils Diewald | a944fab | 2015-04-08 21:02:04 +0000 | [diff] [blame] | 39 | padding-right: 2em; |
| 40 | } | ||||
| 41 | p { | ||||
| 42 | text-align: left; | ||||
| Akron | 7e5afce | 2020-08-25 15:50:19 +0200 | [diff] [blame] | 43 | display: inline-block; |
| Nils Diewald | a944fab | 2015-04-08 21:02:04 +0000 | [diff] [blame] | 44 | } |
| 45 | } | ||||
| 46 | |||||
| 47 | |||||
| 48 | /** | ||||
| 49 | * Logo: Institute for German Language | ||||
| 50 | */ | ||||
| 51 | #ids-logo { | ||||
| Akron | 7e5afce | 2020-08-25 15:50:19 +0200 | [diff] [blame] | 52 | display: block; |
| 53 | width: (631 / 30) + em; | ||||
| 54 | height: (200 / 30) + em; | ||||
| 55 | background-image: url('#{$img-path}/ids-leibniz-institute-for-the-german-language.svg'); | ||||
| Nils Diewald | a944fab | 2015-04-08 21:02:04 +0000 | [diff] [blame] | 56 | } |
| 57 | |||||
| Nils Diewald | a944fab | 2015-04-08 21:02:04 +0000 | [diff] [blame] | 58 | |
| 59 | /** | ||||
| 60 | * Logo: KorAP | ||||
| 61 | */ | ||||
| 62 | h1 { | ||||
| Akron | 7e5afce | 2020-08-25 15:50:19 +0200 | [diff] [blame] | 63 | position: absolute; |
| 64 | margin: 0; | ||||
| Akron | d059ea2 | 2021-03-02 15:32:27 +0100 | [diff] [blame^] | 65 | margin-left: 10pt; |
| Akron | 7e5afce | 2020-08-25 15:50:19 +0200 | [diff] [blame] | 66 | left: 0; |
| 67 | top: 0; | ||||
| 68 | width: 7.8em; | ||||
| 69 | height: 2.4em; | ||||
| 70 | z-index: 105; | ||||
| Nils Diewald | a944fab | 2015-04-08 21:02:04 +0000 | [diff] [blame] | 71 | background: { |
| Akron | d059ea2 | 2021-03-02 15:32:27 +0100 | [diff] [blame^] | 72 | size: 78% !important; |
| 73 | image: url('#{$img-path}/korap-logo.svg'); | ||||
| Nils Diewald | a944fab | 2015-04-08 21:02:04 +0000 | [diff] [blame] | 74 | } |
| 75 | } | ||||
| 76 | |||||
| Nils Diewald | 0e6992a | 2015-04-14 20:13:52 +0000 | [diff] [blame] | 77 | #overview { |
| 78 | text-align: center; | ||||
| Akron | 7e5afce | 2020-08-25 15:50:19 +0200 | [diff] [blame] | 79 | width: 100%; |
| Nils Diewald | 0e6992a | 2015-04-14 20:13:52 +0000 | [diff] [blame] | 80 | } |