ESL Overlay közvetítésekhez
Fibinger Ádám
2020-03-27 f6ebbfe1f75701487dac0612344cfc1b0e220061
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;
f6ebbf 11   /* background-image: url("/assets/test.png");*/
aedccb 12 }
13
14 #stripe {
fb1240 15   position: fixed;
f6ebbf 16   top: -6px;
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 {
fb1240 42   left: 270px;
43   text-align: right;
aedccb 44 }
3bcc95 45 #stripe .team.orange {
fb1240 46   left: 1215px;
47   text-align: left;
3bcc95 48 }
aedccb 49 #stripe .ban {
fb1240 50   position: inherit;
51   top: -1px;
aedccb 52 }
fb1240 53 #stripe .ban.orange {
54   left: 1080px;
55 }
aedccb 56 #stripe .ban.blue {
f6ebbf 57   left: 735px;
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 {
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 {
fb1240 109   text-align: center;
110   color: gray;
f6ebbf 111   margin-top: 15px;
112   font-size: 24px;
fb1240 113   text-shadow: 1px 1px 1px gray, 1px 0 1px gray, 0 -1px 1px gray, -1px -1px 1px gray;
114   filter: none;
115   color: red;
f7f806 116 }
117 #stripe .esl-logo {
fb1240 118   height: 40px;
119   margin-top: 5px;
120   margin-right: 8px;
f7f806 121 }
122 #stripe .flag.hun {
fb1240 123   height: 34px;
124   margin: 8px 0 0 8px;
125   float: left;
126   margin-right: 10px;
f7f806 127 }
128 #stripe .info.left .text {
fb1240 129   display: table-cell;
130   vertical-align: middle;
131   height: 50px;
132   font-size: 20px;
133   text-shadow: 1px 1px 1px black, 1px 0 1px black, 0 -1px 1px black, -1px -1px 1px black;
f6ebbf 134   width: 350px;
f7f806 135 }
fb1240 136 #stripe .text em {
137   font-style: normal;
138   font-weight: bold;
139   font-size: 22px;
140 }
141
142 #main {
143   display: block;
144   width: 1920px;
145   height: 1080px;
146 }
147 #main.soon {
148   background: transparent url("/assets/backgrounds/start-soon.png") no-repeat;
149 }
fb69d5 150 #main.interview {
151   background: transparent url("/assets/backgrounds/interrogation.png") no-repeat;
152 }
153 #main.interview.fauw {
154   background: transparent url("/assets/backgrounds/interrogation-fauw.png") no-repeat;
155 }
156 #main .text, #main .placeholder {
fb1240 157   position: absolute;
158   width: 50%;
159   left: 25%;
160   text-align: center;
fb69d5 161   top: 10em;
fb1240 162   font-size: 5em;
163   color: white;
164 }
fb69d5 165 #main .placeholder {
fb1240 166   opacity: 0.5;
167   background-color: black;
168   border-radius: 0.2em;
169 }
fb69d5 170 #main.interview .text.team {
171   top: 2em;
172 }
fb1240 173
174 /*# sourceMappingURL=overlay.css.map */