ESL Overlay közvetítésekhez
Fibinger Ádám
2019-10-09 aedccba8a30f9a558c3ecd7804b86434922c11f4
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;
10     background-image: url("/assets/test.png");
11     background-repeat: no-repeat;
12 }
13
14 #stripe {
15     position: fixed;
16     top: 2px;
17     left: 0;
18     width: 100%;
19     background: transparent url("/assets/stripe.png") no-repeat;
20     height: 58px;
21     text-align: center;
22 }
23
24 #stripe * {
25     display: inline-block;
26 }
27
28 #stripe .team {
29     margin-top: 2px;
30     position: inherit;
31     width: 435px;
32     overflow: hidden;
33 }
34
35 #stripe .team .name {
36     color: white;
37     font-size: 34px;
38     font-family: 'Oswald', sans-serif;
39 }
40
41 #stripe .team.orange {
42     left: 270px;
43     text-align: right;
44 }
45 #stripe .ban {
46     position: inherit;
47     top: -2px;
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;
74     top: 0;
75     width: 220px;
76     height: 58px;
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 {
88     filter: grayscale(80%);
89     text-align: center;
90 }
91 #stripe .operator .prohibit {
92     text-align: center;
93     color: gray;
94     margin-top: 31px;
95     font-size: 20px;
96     font-family: 'Oswald', sans-serif;
97     text-shadow: 2px 2px #ff0000;
98
99 }