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