blob: 9b26013805dbc461f9146e078927dc43c50dd033 [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;
Akron9d689732024-07-29 16:47:18 +020017 bottom: 2.5pt;
Akron7b98f262024-05-02 10:39:38 +020018 text-align:right;
Akron9d689732024-07-29 16:47:18 +020019 color: $nearly-white;
Akron7b98f262024-05-02 10:39:38 +020020 padding: 3pt;
Akron9d689732024-07-29 16:47:18 +020021 text-shadow: 1pt 1pt 0 $light-green, -1pt -1pt 0 $light-green, -1pt 1pt 0 $light-green, 1pt -1pt 0 $light-green;
Akron7b98f262024-05-02 10:39:38 +020022 }
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
Akron9d689732024-07-29 16:47:18 +020037aside.active + header .logo div.logoaddon {
38 text-shadow: 1pt 1pt 0 $dark-green, -1pt -1pt 0 $dark-green, -1pt 1pt 0 $dark-green, 1pt -1pt 0 $dark-green;
39}
40
Nils Diewalda944fab2015-04-08 21:02:04 +000041/**
Nils Diewalda944fab2015-04-08 21:02:04 +000042 * Logo: KorAP
43 */
Akron3d4687f2024-11-06 19:25:35 +020044a.logo > h1 {
Akron7e5afce2020-08-25 15:50:19 +020045 position: absolute;
46 margin: 0;
Akrond059ea22021-03-02 15:32:27 +010047 margin-left: 10pt;
Akron7e5afce2020-08-25 15:50:19 +020048 left: 0;
49 top: 0;
50 width: 7.8em;
51 height: 2.4em;
52 z-index: 105;
Nils Diewalda944fab2015-04-08 21:02:04 +000053 background: {
Akrond059ea22021-03-02 15:32:27 +010054 size: 78% !important;
55 image: url('#{$img-path}/korap-logo.svg');
Nils Diewalda944fab2015-04-08 21:02:04 +000056 }
57}
58
Akronc3f063c2021-04-20 14:29:42 +020059aside.active ~ header h1 {
60 position: fixed;
61}
62
63
Nils Diewald0e6992a2015-04-14 20:13:52 +000064#overview {
65 text-align: center;
Akron7e5afce2020-08-25 15:50:19 +020066 width: 100%;
Nils Diewald0e6992a2015-04-14 20:13:52 +000067}