ESL Overlay közvetítésekhez
Fibinger Ádám
2020-05-01 aee2d5e854016d24a6470fd625ff378b16531509
assets/overlay.css
@@ -8,11 +8,12 @@
  width: 1920px;
  height: 1080px;
  font-family: "Oswald", sans-serif;
  /*background-image: url("/assets/test.png");*/
}
#stripe {
  position: fixed;
  top: 2px;
  top: -3px;
  left: 0;
  width: 100%;
  height: 58px;
@@ -35,30 +36,30 @@
}
#stripe .team .name {
  color: white;
  font-size: 34px;
  font-size: 33px;
}
#stripe .team.blue {
  left: 270px;
  left: 325px;
  text-align: right;
}
#stripe .team.orange {
  left: 1215px;
  left: 1160px;
  text-align: left;
}
#stripe .ban {
  position: inherit;
  top: -1px;
  top: 2px;
}
#stripe .ban.orange {
  left: 1080px;
  left: 1000px;
}
#stripe .ban.blue {
  left: 715px;
  left: 812px;
}
#stripe .info {
  position: inherit;
  top: 4px;
  width: 220px;
  top: -3px;
  width: 300px;
  height: 50px;
}
#stripe .info.left {
@@ -66,27 +67,77 @@
  text-align: left;
}
#stripe .info.right {
  left: 1700px;
  left: 1620px;
  text-align: right;
}
#stripe .mapwin {
  background-color: #fff800;
  position: fixed;
  top: 6px;
  left: 861px;
  width: 32px;
  height: 14px;
}
#stripe .mapwin.left {
  left: 861px;
}
#stripe .mapwin.left.one {
  top: 6px;
}
#stripe .mapwin.left.two {
  top: 23px;
}
#stripe .mapwin.right {
  left: 1028px;
}
#stripe .mapwin.right.one {
  top: 6px;
}
#stripe .mapwin.right.two {
  top: 23px;
}
#stripe .operator {
  z-index: 10;
  background-repeat: no-repeat;
  background-size: cover;
  width: 60px;
  height: 60px;
  filter: grayscale(65%);
  width: 50px;
  height: 50px;
  margin-top: -2px;
  filter: grayscale(50%);
  text-align: center;
}
#stripe .operator .prohibit {
  z-index: 20;
  text-align: center;
  color: gray;
  margin-top: 31px;
  font-size: 20px;
  margin-top: 15px;
  font-size: 24px;
  text-shadow: 1px 1px 1px gray, 1px 0 1px gray, 0 -1px 1px gray, -1px -1px 1px gray;
  filter: none;
  color: red;
}
#stripe .operator :after {
  z-index: -1px;
  position: relative;
  top: -42px;
  left: 0;
  content: "";
  width: 33px;
  height: 33px;
  display: block;
}
#stripe .blue .operator :after {
  box-shadow: 0 0 10px 0 #1486e5;
}
#stripe .orange .operator :after {
  box-shadow: 0 0 10px 0 #EA7019;
}
#stripe .esl-logo {
  height: 40px;
  margin-top: 5px;
  margin-right: 8px;
}
#stripe .wargasz-logo {
  height: 40px;
  margin-top: 5px;
  margin-right: 8px;
@@ -103,6 +154,7 @@
  height: 50px;
  font-size: 20px;
  text-shadow: 1px 1px 1px black, 1px 0 1px black, 0 -1px 1px black, -1px -1px 1px black;
  width: 350px;
}
#stripe .text em {
  font-style: normal;