blob: 325196c9ff33975884fce2a1440f0da400bc636c [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
Akron7b98f262024-05-02 10:39:38 +020012 div.logoaddon {
13 position:absolute;
14 display: block;
15 font-size: 45%;
16 right: 5pt;
17 bottom: 4pt;
18 text-align:right;
19 color: $dark-orange;
20 padding: 3pt;
21 text-shadow: 1pt 1pt 0 $nearly-white, -1pt -1pt 0 $nearly-white, -1pt 1pt 0 $nearly-white, 1pt -1pt 0 $nearly-white;
22 }
23
Nils Diewalda944fab2015-04-08 21:02:04 +000024 > * {
25 background: {
Akron7e5afce2020-08-25 15:50:19 +020026 repeat: no-repeat;
27 size: 90%;
Nils Diewalda944fab2015-04-08 21:02:04 +000028 position: 50% 50%;
29 }
Akron7e5afce2020-08-25 15:50:19 +020030
Nils Diewalda944fab2015-04-08 21:02:04 +000031 > span {
Akron7e5afce2020-08-25 15:50:19 +020032 @include blind;
Nils Diewalda944fab2015-04-08 21:02:04 +000033 }
34 }
35}
36
Nils Diewalda944fab2015-04-08 21:02:04 +000037/**
Nils Diewalda944fab2015-04-08 21:02:04 +000038 * Logo: KorAP
39 */
40h1 {
Akron7e5afce2020-08-25 15:50:19 +020041 position: absolute;
42 margin: 0;
Akrond059ea22021-03-02 15:32:27 +010043 margin-left: 10pt;
Akron7e5afce2020-08-25 15:50:19 +020044 left: 0;
45 top: 0;
46 width: 7.8em;
47 height: 2.4em;
48 z-index: 105;
Nils Diewalda944fab2015-04-08 21:02:04 +000049 background: {
Akrond059ea22021-03-02 15:32:27 +010050 size: 78% !important;
51 image: url('#{$img-path}/korap-logo.svg');
Nils Diewalda944fab2015-04-08 21:02:04 +000052 }
53}
54
Akronc3f063c2021-04-20 14:29:42 +020055aside.active ~ header h1 {
56 position: fixed;
57}
58
59
Nils Diewald0e6992a2015-04-14 20:13:52 +000060#overview {
61 text-align: center;
Akron7e5afce2020-08-25 15:50:19 +020062 width: 100%;
Nils Diewald0e6992a2015-04-14 20:13:52 +000063}