ESL Overlay közvetítésekhez
Fibinger Ádám
2020-06-19 2585d732dffb7df87babd32a4922835d8d142c8a
commit | author | age
aedccb 1 html *, body * {
fb1240 2   margin: 0;
3   padding: 0;
4   color: white;
aedccb 5 }
6
7 body {
fb1240 8   width: 1920px;
9   height: 1080px;
10   font-family: "Oswald", sans-serif;
11cf46 11   /*background-image: url("/assets/test.png");*/
aedccb 12 }
13
14 #stripe {
fb1240 15   position: fixed;
ae0592 16   top: 0;
fb1240 17   left: 0;
18   width: 100%;
19   height: 58px;
20   text-align: center;
aedccb 21 }
fb1240 22 #stripe * {
23   display: inline-block;
24 }
e6c6cf 25 #stripe.team, #stripe.team-ban {
fb1240 26   background: transparent url("/assets/stripe.png") no-repeat;
e6c6cf 27 }
28 #stripe.simple {
fb1240 29   background: transparent url("/assets/stripe-simple.png") no-repeat;
e6c6cf 30 }
aedccb 31 #stripe .team {
fb1240 32   position: fixed;
ae0592 33   margin-top: 4px;
34   width: 500px;
fb1240 35   overflow: hidden;
aedccb 36 }
37 #stripe .team .name {
fb1240 38   color: white;
ae0592 39   font-size: 28px;
aedccb 40 }
3bcc95 41 #stripe .team.blue {
ae0592 42   left: 270px;
fb1240 43   text-align: right;
aedccb 44 }
3bcc95 45 #stripe .team.orange {
ae0592 46   left: 1150px;
fb1240 47   text-align: left;
3bcc95 48 }
aedccb 49 #stripe .ban {
fb1240 50   position: inherit;
11cf46 51   top: 2px;
aedccb 52 }
fb1240 53 #stripe .ban.orange {
11cf46 54   left: 1000px;
fb1240 55 }
aedccb 56 #stripe .ban.blue {
aee2d5 57   left: 812px;
aedccb 58 }
59 #stripe .info {
fb1240 60   position: inherit;
f6ebbf 61   width: 300px;
fb1240 62   height: 50px;
aedccb 63 }
64 #stripe .info.left {
fb1240 65   left: 0;
66   text-align: left;
aedccb 67 }
68 #stripe .info.right {
f6ebbf 69   left: 1620px;
fb1240 70   text-align: right;
f6ebbf 71 }
72 #stripe .mapwin {
73   background-color: #fff800;
74   position: fixed;
75   top: 6px;
76   left: 861px;
77   width: 32px;
78   height: 14px;
79 }
80 #stripe .mapwin.left {
81   left: 861px;
82 }
83 #stripe .mapwin.left.one {
84   top: 6px;
85 }
86 #stripe .mapwin.left.two {
87   top: 23px;
88 }
89 #stripe .mapwin.right {
90   left: 1028px;
91 }
92 #stripe .mapwin.right.one {
93   top: 6px;
94 }
95 #stripe .mapwin.right.two {
96   top: 23px;
aedccb 97 }
98 #stripe .operator {
083ff4 99   z-index: 10;
fb1240 100   background-repeat: no-repeat;
101   background-size: cover;
f6ebbf 102   width: 50px;
103   height: 50px;
104   margin-top: -2px;
105   filter: grayscale(50%);
fb1240 106   text-align: center;
aedccb 107 }
108 #stripe .operator .prohibit {
083ff4 109   z-index: 20;
fb1240 110   text-align: center;
111   color: gray;
f6ebbf 112   margin-top: 15px;
113   font-size: 24px;
fb1240 114   text-shadow: 1px 1px 1px gray, 1px 0 1px gray, 0 -1px 1px gray, -1px -1px 1px gray;
115   filter: none;
116   color: red;
f7f806 117 }
083ff4 118 #stripe .operator :after {
119   z-index: -1px;
120   position: relative;
121   top: -42px;
122   left: 0;
123   content: "";
124   width: 33px;
125   height: 33px;
126   display: block;
127 }
128 #stripe .blue .operator :after {
129   box-shadow: 0 0 10px 0 #1486e5;
130 }
131 #stripe .orange .operator :after {
132   box-shadow: 0 0 10px 0 #EA7019;
133 }
f7f806 134 #stripe .esl-logo {
fb1240 135   height: 40px;
136   margin-top: 5px;
137   margin-right: 8px;
f7f806 138 }
aee2d5 139 #stripe .wargasz-logo {
140   margin-right: 8px;
141 }
f7f806 142 #stripe .flag.hun {
fb1240 143   height: 34px;
144   margin: 8px 0 0 8px;
145   float: left;
146   margin-right: 10px;
f7f806 147 }
148 #stripe .info.left .text {
fb1240 149   display: table-cell;
150   vertical-align: middle;
151   height: 50px;
ae0592 152   font-size: 15px;
fb1240 153   text-shadow: 1px 1px 1px black, 1px 0 1px black, 0 -1px 1px black, -1px -1px 1px black;
f6ebbf 154   width: 350px;
f7f806 155 }
fb1240 156 #stripe .text em {
ae0592 157   display: block;
158   position: absolute;
159   top: 11px;
fb1240 160   font-style: normal;
ae0592 161   font-weight: normal;
162   font-size: 20px;
163 }
164 #stripe .text.rotate em {
165   animation-name: fade;
166   animation-fill-mode: both;
167   animation-iteration-count: infinite;
168   animation-duration: 15s;
169 }
170 #stripe .text.rotate em:nth-child(1) {
171   animation-direction: alternate-reverse;
172 }
173 #stripe .text.rotate em:nth-child(2) {
174   animation-direction: alternate;
fb1240 175 }
176
177 #main {
178   display: block;
179   width: 1920px;
180   height: 1080px;
181 }
182 #main.soon {
183   background: transparent url("/assets/backgrounds/start-soon.png") no-repeat;
184 }
fb69d5 185 #main.interview {
186   background: transparent url("/assets/backgrounds/interrogation.png") no-repeat;
187 }
188 #main.interview.fauw {
189   background: transparent url("/assets/backgrounds/interrogation-fauw.png") no-repeat;
190 }
191 #main .text, #main .placeholder {
fb1240 192   position: absolute;
193   width: 50%;
194   left: 25%;
195   text-align: center;
fb69d5 196   top: 10em;
fb1240 197   font-size: 5em;
198   color: white;
199 }
fb69d5 200 #main .placeholder {
fb1240 201   opacity: 0.5;
202   background-color: black;
203   border-radius: 0.2em;
204 }
fb69d5 205 #main.interview .text.team {
206   top: 2em;
207 }
fb1240 208
ae0592 209 @keyframes fade {
210   0%, 49% {
211     opacity: 0;
212   }
213   51%, 100% {
214     opacity: 1;
215   }
216 }
217
fb1240 218 /*# sourceMappingURL=overlay.css.map */