ESL Overlay közvetítésekhez
Fibinger Ádám
2019-11-27 fb1240bd437051bd49939b0c6ae135ea7a5847e5
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;
aedccb 11 }
12
13 #stripe {
fb1240 14   position: fixed;
15   top: 2px;
16   left: 0;
17   width: 100%;
18   height: 58px;
19   text-align: center;
aedccb 20 }
fb1240 21 #stripe * {
22   display: inline-block;
23 }
e6c6cf 24 #stripe.team, #stripe.team-ban {
fb1240 25   background: transparent url("/assets/stripe.png") no-repeat;
e6c6cf 26 }
27 #stripe.simple {
fb1240 28   background: transparent url("/assets/stripe-simple.png") no-repeat;
e6c6cf 29 }
aedccb 30 #stripe .team {
fb1240 31   position: fixed;
32   margin-top: 2px;
33   width: 435px;
34   overflow: hidden;
aedccb 35 }
36 #stripe .team .name {
fb1240 37   color: white;
38   font-size: 34px;
aedccb 39 }
3bcc95 40 #stripe .team.blue {
fb1240 41   left: 270px;
42   text-align: right;
aedccb 43 }
3bcc95 44 #stripe .team.orange {
fb1240 45   left: 1215px;
46   text-align: left;
3bcc95 47 }
aedccb 48 #stripe .ban {
fb1240 49   position: inherit;
50   top: -1px;
aedccb 51 }
fb1240 52 #stripe .ban.orange {
53   left: 1080px;
54 }
aedccb 55 #stripe .ban.blue {
fb1240 56   left: 715px;
aedccb 57 }
58 #stripe .info {
fb1240 59   position: inherit;
60   top: 4px;
61   width: 220px;
62   height: 50px;
aedccb 63 }
64 #stripe .info.left {
fb1240 65   left: 0;
66   text-align: left;
aedccb 67 }
68 #stripe .info.right {
fb1240 69   left: 1700px;
70   text-align: right;
aedccb 71 }
72 #stripe .operator {
fb1240 73   background-repeat: no-repeat;
74   background-size: cover;
75   width: 60px;
76   height: 60px;
77   filter: grayscale(65%);
78   text-align: center;
aedccb 79 }
80 #stripe .operator .prohibit {
fb1240 81   text-align: center;
82   color: gray;
83   margin-top: 31px;
84   font-size: 20px;
85   text-shadow: 1px 1px 1px gray, 1px 0 1px gray, 0 -1px 1px gray, -1px -1px 1px gray;
86   filter: none;
87   color: red;
f7f806 88 }
89 #stripe .esl-logo {
fb1240 90   height: 40px;
91   margin-top: 5px;
92   margin-right: 8px;
f7f806 93 }
94 #stripe .flag.hun {
fb1240 95   height: 34px;
96   margin: 8px 0 0 8px;
97   float: left;
98   margin-right: 10px;
f7f806 99 }
100 #stripe .info.left .text {
fb1240 101   display: table-cell;
102   vertical-align: middle;
103   height: 50px;
104   font-size: 20px;
105   text-shadow: 1px 1px 1px black, 1px 0 1px black, 0 -1px 1px black, -1px -1px 1px black;
f7f806 106 }
fb1240 107 #stripe .text em {
108   font-style: normal;
109   font-weight: bold;
110   font-size: 22px;
111 }
112
113 #main {
114   display: block;
115   width: 1920px;
116   height: 1080px;
117 }
118 #main.soon {
119   background: transparent url("/assets/backgrounds/start-soon.png") no-repeat;
120 }
121 #main.soon .text, #main.soon .placeholder {
122   position: absolute;
123   width: 50%;
124   left: 25%;
125   text-align: center;
126   top: 97%;
127   font-size: 5em;
128   color: white;
129 }
130 #main.soon .placeholder {
131   opacity: 0.5;
132   background-color: black;
133   border-radius: 0.2em;
134 }
135
136 /*# sourceMappingURL=overlay.css.map */