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