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