ESL Overlay közvetítésekhez
Fibinger Ádám
2020-05-01 aee2d5e854016d24a6470fd625ff378b16531509
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;
11cf46 16   top: -3px;
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;
33   margin-top: 2px;
34   width: 435px;
35   overflow: hidden;
aedccb 36 }
37 #stripe .team .name {
fb1240 38   color: white;
f6ebbf 39   font-size: 33px;
aedccb 40 }
3bcc95 41 #stripe .team.blue {
11cf46 42   left: 325px;
fb1240 43   text-align: right;
aedccb 44 }
3bcc95 45 #stripe .team.orange {
11cf46 46   left: 1160px;
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   top: -3px;
62   width: 300px;
fb1240 63   height: 50px;
aedccb 64 }
65 #stripe .info.left {
fb1240 66   left: 0;
67   text-align: left;
aedccb 68 }
69 #stripe .info.right {
f6ebbf 70   left: 1620px;
fb1240 71   text-align: right;
f6ebbf 72 }
73 #stripe .mapwin {
74   background-color: #fff800;
75   position: fixed;
76   top: 6px;
77   left: 861px;
78   width: 32px;
79   height: 14px;
80 }
81 #stripe .mapwin.left {
82   left: 861px;
83 }
84 #stripe .mapwin.left.one {
85   top: 6px;
86 }
87 #stripe .mapwin.left.two {
88   top: 23px;
89 }
90 #stripe .mapwin.right {
91   left: 1028px;
92 }
93 #stripe .mapwin.right.one {
94   top: 6px;
95 }
96 #stripe .mapwin.right.two {
97   top: 23px;
aedccb 98 }
99 #stripe .operator {
083ff4 100   z-index: 10;
fb1240 101   background-repeat: no-repeat;
102   background-size: cover;
f6ebbf 103   width: 50px;
104   height: 50px;
105   margin-top: -2px;
106   filter: grayscale(50%);
fb1240 107   text-align: center;
aedccb 108 }
109 #stripe .operator .prohibit {
083ff4 110   z-index: 20;
fb1240 111   text-align: center;
112   color: gray;
f6ebbf 113   margin-top: 15px;
114   font-size: 24px;
fb1240 115   text-shadow: 1px 1px 1px gray, 1px 0 1px gray, 0 -1px 1px gray, -1px -1px 1px gray;
116   filter: none;
117   color: red;
f7f806 118 }
083ff4 119 #stripe .operator :after {
120   z-index: -1px;
121   position: relative;
122   top: -42px;
123   left: 0;
124   content: "";
125   width: 33px;
126   height: 33px;
127   display: block;
128 }
129 #stripe .blue .operator :after {
130   box-shadow: 0 0 10px 0 #1486e5;
131 }
132 #stripe .orange .operator :after {
133   box-shadow: 0 0 10px 0 #EA7019;
134 }
f7f806 135 #stripe .esl-logo {
fb1240 136   height: 40px;
137   margin-top: 5px;
138   margin-right: 8px;
f7f806 139 }
aee2d5 140 #stripe .wargasz-logo {
141   height: 40px;
142   margin-top: 5px;
143   margin-right: 8px;
144 }
f7f806 145 #stripe .flag.hun {
fb1240 146   height: 34px;
147   margin: 8px 0 0 8px;
148   float: left;
149   margin-right: 10px;
f7f806 150 }
151 #stripe .info.left .text {
fb1240 152   display: table-cell;
153   vertical-align: middle;
154   height: 50px;
155   font-size: 20px;
156   text-shadow: 1px 1px 1px black, 1px 0 1px black, 0 -1px 1px black, -1px -1px 1px black;
f6ebbf 157   width: 350px;
f7f806 158 }
fb1240 159 #stripe .text em {
160   font-style: normal;
161   font-weight: bold;
162   font-size: 22px;
163 }
164
165 #main {
166   display: block;
167   width: 1920px;
168   height: 1080px;
169 }
170 #main.soon {
171   background: transparent url("/assets/backgrounds/start-soon.png") no-repeat;
172 }
fb69d5 173 #main.interview {
174   background: transparent url("/assets/backgrounds/interrogation.png") no-repeat;
175 }
176 #main.interview.fauw {
177   background: transparent url("/assets/backgrounds/interrogation-fauw.png") no-repeat;
178 }
179 #main .text, #main .placeholder {
fb1240 180   position: absolute;
181   width: 50%;
182   left: 25%;
183   text-align: center;
fb69d5 184   top: 10em;
fb1240 185   font-size: 5em;
186   color: white;
187 }
fb69d5 188 #main .placeholder {
fb1240 189   opacity: 0.5;
190   background-color: black;
191   border-radius: 0.2em;
192 }
fb69d5 193 #main.interview .text.team {
194   top: 2em;
195 }
fb1240 196
197 /*# sourceMappingURL=overlay.css.map */