blob: 3b87e9601d13ee080da18c7cb9b882a0147370a4 [file] [log] [blame]
Nils Diewalda944fab2015-04-08 21:02:04 +00001@charset "utf-8";
Nils Diewaldab4d3ca2015-04-17 01:48:43 +00002@import "../util";
Nils Diewalda944fab2015-04-08 21:02:04 +00003
Akron7e5afce2020-08-25 15:50:19 +02004/**
5 * Rules for logos.
6 */
Nils Diewalda944fab2015-04-08 21:02:04 +00007.logo {
8 &::after {
9 content: "" !important;
10 }
Akron7e5afce2020-08-25 15:50:19 +020011
Nils Diewalda944fab2015-04-08 21:02:04 +000012 > * {
13 background: {
Akron7e5afce2020-08-25 15:50:19 +020014 repeat: no-repeat;
15 size: 90%;
Nils Diewalda944fab2015-04-08 21:02:04 +000016 position: 50% 50%;
17 }
Akron7e5afce2020-08-25 15:50:19 +020018
Nils Diewalda944fab2015-04-08 21:02:04 +000019 > span {
Akron7e5afce2020-08-25 15:50:19 +020020 @include blind;
Nils Diewalda944fab2015-04-08 21:02:04 +000021 }
22 }
23}
24
Akron7e5afce2020-08-25 15:50:19 +020025
Nils Diewalda944fab2015-04-08 21:02:04 +000026/**
27 * Background image for the front page
28 */
29#kalamar-bg {
30 position: fixed;
Akron7e5afce2020-08-25 15:50:19 +020031 height: 110%;
32 width: 175%;
33 top: 0;
34 z-index: -5000;
35 opacity: .1;
Nils Diewalda944fab2015-04-08 21:02:04 +000036 background: {
Akron7e5afce2020-08-25 15:50:19 +020037 image: url('#{$img-path}/korap-bg-kalamar.svg');
38 size: 50%;
39 repeat: no-repeat;
Nils Diewalda944fab2015-04-08 21:02:04 +000040 position: 50% 50%;
41 }
42}
43
Akron7e5afce2020-08-25 15:50:19 +020044
Nils Diewalda944fab2015-04-08 21:02:04 +000045/**
46 * Logo table of the front page
47 */
48#logos {
Akron7e5afce2020-08-25 15:50:19 +020049 position: relative;
50 text-align: right;
51 font-size: 85%;
52 right: 0;
53 width: 100%;
Nils Diewalda898dac2015-05-06 21:04:16 +000054 margin-left: ($standard-margin / 2);
Nils Diewalda944fab2015-04-08 21:02:04 +000055 padding-left: 60%;
Akron7e5afce2020-08-25 15:50:19 +020056
Nils Diewalda944fab2015-04-08 21:02:04 +000057 > div {
Akron7e5afce2020-08-25 15:50:19 +020058 border-top: 26px solid $dark-orange;
Nils Diewalda944fab2015-04-08 21:02:04 +000059 padding-right: 2em;
60 }
61 p {
62 text-align: left;
Akron7e5afce2020-08-25 15:50:19 +020063 display: inline-block;
Nils Diewalda944fab2015-04-08 21:02:04 +000064 }
65}
66
67
68/**
69 * Logo: Institute for German Language
70 */
71#ids-logo {
Akron7e5afce2020-08-25 15:50:19 +020072 display: block;
73 width: (631 / 30) + em;
74 height: (200 / 30) + em;
75 background-image: url('#{$img-path}/ids-leibniz-institute-for-the-german-language.svg');
Nils Diewalda944fab2015-04-08 21:02:04 +000076}
77
Nils Diewalda944fab2015-04-08 21:02:04 +000078
79/**
80 * Logo: KorAP
81 */
82h1 {
Akron7e5afce2020-08-25 15:50:19 +020083 position: absolute;
84 margin: 0;
85 margin-left: 15px;
86 left: 0;
87 top: 0;
88 width: 7.8em;
89 height: 2.4em;
90 z-index: 105;
Nils Diewalda944fab2015-04-08 21:02:04 +000091 background: {
Akron7e5afce2020-08-25 15:50:19 +020092 size: 72%;
Nils Diewalda944fab2015-04-08 21:02:04 +000093 image: url('#{$img-path}/korap-logo-kalamar.svg');
94 }
95}
96
Nils Diewald0e6992a2015-04-14 20:13:52 +000097#overview {
98 text-align: center;
Akron7e5afce2020-08-25 15:50:19 +020099 width: 100%;
Nils Diewald0e6992a2015-04-14 20:13:52 +0000100}