ESL Overlay közvetítésekhez
a07c6643976e2807534dc25799223df735404e01..11cf465478a5b2dd4847eb439ea6b9eeafbc3cb0
2020-05-01 Fibinger Ádám
Stripe update - végre rendes logóval
11cf46 diff | tree
2020-04-25 Fibinger Ádám
no-ban.png + némi
083ff4 diff | tree
4 files modified
1 files added
66 ■■■■ changed files
assets/op-color/no-ban.png patch | view | raw | blame | history
assets/operators-color.css 2 ●●●●● patch | view | raw | blame | history
assets/overlay.css 32 ●●●● patch | view | raw | blame | history
assets/overlay.scss 32 ●●●● patch | view | raw | blame | history
assets/stripe.png patch | view | raw | blame | history
assets/op-color/no-ban.png
assets/operators-color.css
@@ -52,3 +52,5 @@
.kali { background-image: url('/assets/op-color/kali.png'); }
.iana { background-image: url('/assets/op-color/iana.png'); }
.oryx { background-image: url('/assets/op-color/oryx.png'); }
.no-ban { background-image: url("/assets/op-color/no-ban.png") }
.no-ban2 { background-image: url("/assets/op-color/no-ban.png") }
assets/overlay.css
@@ -8,12 +8,12 @@
  width: 1920px;
  height: 1080px;
  font-family: "Oswald", sans-serif;
  /* background-image: url("/assets/test.png");*/
  /*background-image: url("/assets/test.png");*/
}
#stripe {
  position: fixed;
  top: -6px;
  top: -3px;
  left: 0;
  width: 100%;
  height: 58px;
@@ -39,22 +39,22 @@
  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: 735px;
  left: 815px;
}
#stripe .info {
  position: inherit;
@@ -97,6 +97,7 @@
  top: 23px;
}
#stripe .operator {
  z-index: 10;
  background-repeat: no-repeat;
  background-size: cover;
  width: 50px;
@@ -106,6 +107,7 @@
  text-align: center;
}
#stripe .operator .prohibit {
  z-index: 20;
  text-align: center;
  color: gray;
  margin-top: 15px;
@@ -114,6 +116,22 @@
  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;
assets/overlay.scss
@@ -8,12 +8,12 @@
  width: 1920px;
  height: 1080px;
  font-family: 'Oswald', sans-serif;
  /* background-image: url("/assets/test.png");*/
  /*background-image: url("/assets/test.png");*/
}
#stripe {
  position: fixed;
  top: -6px;
  top: -3px;
  left: 0;
  width: 100%;
  height: 58px;
@@ -43,26 +43,26 @@
    }
    &.blue {
      left: 270px;
      left: 325px;
      text-align: right;
    }
    &.orange {
      left: 1215px;
      left: 1160px;
      text-align: left;
    }
  }
  .ban {
    position: inherit;
    top: -1px;
    top: 2px;
    &.orange {
      left: 1080px;
      left: 1000px;
    }
    &.blue {
      left: 735px;
      left: 815px;
    }
  }
@@ -113,6 +113,7 @@
  .operator {
    z-index: 10;
    background-repeat: no-repeat;
    background-size: cover;
    width: 50px;
@@ -123,6 +124,7 @@
    text-align: center;
    .prohibit {
      z-index: 20;
      text-align: center;
      color: gray;
      margin-top: 15px;
@@ -135,6 +137,22 @@
      color: red;
    }
  }
  .operator :after {
    z-index: -1px;
    position: relative;
    top: -42px;
    left: 0;
    content: '';
    width: 33px;
    height: 33px;
    display: block;
  }
  .blue .operator :after {
    box-shadow: 0 0 10px 0 #1486e5;
  }
  .orange .operator :after {
    box-shadow: 0 0 10px 0 #EA7019;
  }
  .esl-logo {
    height: 40px;
assets/stripe.png