blob: 838816063282bcd6d8ba3408e850015e7690cd80 [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 }
Akronf47765d2023-04-28 11:06:57 +020022
23 > div.logoaddon {
24 position:absolute;
25 display: block;
26 font-size: 10pt;
27 right: 5pt;
28 bottom: 4pt;
29 text-align:right;
Akron3a652822023-11-03 19:21:30 +010030 color: $dark-orange;
Akronf47765d2023-04-28 11:06:57 +020031 padding: 3pt;
32 text-shadow: 1pt 1pt 0 $nearly-white, -1pt -1pt 0 $nearly-white, -1pt 1pt 0 $nearly-white, 1pt -1pt 0 $nearly-white;
33 }
Nils Diewalda944fab2015-04-08 21:02:04 +000034 }
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}