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