blob: 0141bf6531ce8ef195ed4da496221798b5edbbe9 [file] [log] [blame]
Nils Diewalda297f062015-04-02 00:23:46 +00001@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;
29 background: {
30 image:url('#{$img-path}/korap-bg-kalamar.svg');
31 size: 50%;
32 repeat: no-repeat;
33 position: 50% 50%;
34 }
35}
36
37/**
38 * Logo table of the front page
39 */
40#logos {
41 position: relative;
42 text-align: right;
43 font-size: 85%;
44 right: 0;
45 width: 100%;
46 margin-left: $standard-margin;
47 padding-left: 60%;
48 > div {
49 border-top: 26px solid $dark-orange;
50 padding-right: 2em;
51 }
52 p {
53 text-align: left;
54 display: inline-block;
55 }
56}
57
58
59/**
60 * Logo: Institute for German Language
61 */
62#ids-logo {
63 display: block;
64 width: (910 / 60) + em;
65 height: (176 / 60) + em;
66 background: {
67 image:url('#{$img-path}/ids-institute-for-german-language.svg');
68 }
69}
70
71/**
72 * Logo: Member of the Leibniz Association
73 */
74#leibniz-logo {
75 display: block;
76 width: (199 / 20) + em;
77 height: (130 / 20) + em;
78 background: {
79 image:url('#{$img-path}/member-of-the-leibniz-association.svg');
80 }
81}
82
83/**
84 * Logo: KorAP
85 */
86h1 {
87 position: absolute;
88 margin-left:15px;
89 margin: 0;
90 left: 0;
91 top: 0;
92 width: 7.8em;
93 height: 2.4em;
94 z-index: 999;
95 background: {
96 size: 72%;
97 image: url('#{$img-path}/korap-logo-kalamar.svg');
98 }
99}
100
101/*
102#leibniz-logo, #ids-logo {
103 height: (130 / 20) + em;
104}
105
106*/