ESL Overlay közvetítésekhez
Fibinger Ádám
2019-10-09 3bcc95932af59569d7d8c7a6cd8e91e8fd0b290d
assets/overlay.css
@@ -7,8 +7,7 @@
body {
    width: 1920px;
    height: 1080px;
    background-image: url("/assets/test.png");
    background-repeat: no-repeat;
    font-family: 'Oswald', sans-serif;
}
#stripe {
@@ -35,24 +34,29 @@
#stripe .team .name {
    color: white;
    font-size: 34px;
    font-family: 'Oswald', sans-serif;
}
#stripe .team.orange {
#stripe .team.blue {
    left: 270px;
    text-align: right;
}
#stripe .ban {
    position: inherit;
    top: -2px;
}
#stripe .ban.blue {
    left: 715px;
#stripe .team.orange {
    left: 1215px;
    text-align: left;
}
#stripe .ban.orange {
    left: 1080px;
}
#stripe .ban {
    position: inherit;
    top: -1px;
}
#stripe .ban.blue {
    left: 715px;
}
.operator {
@@ -61,19 +65,16 @@
    width: 60px;
    height: 60px;
}
#stripe .team.blue {
    left: 1215px;
    text-align: left;
}
#stripe .logo {
    display: inline-block;
}
#stripe .info {
    position: inherit;
    top: 0;
    top: 4px;
    width: 220px;
    height: 58px;
    height: 50px;
}
#stripe .info.left {
    left: 0;
@@ -85,15 +86,47 @@
}
#stripe .operator {
    filter: grayscale(80%);
    filter: grayscale(65%);
    text-align: center;
}
#stripe .operator .prohibit {
    text-align: center;
    color: gray;
    margin-top: 31px;
    font-size: 20px;
    font-family: 'Oswald', sans-serif;
    text-shadow: 2px 2px #ff0000;
    text-shadow: 1px 1px 1px gray,
    1px 0px 1px gray,
    0px -1px 1px gray,
    -1px -1px 1px gray;
    filter: none;
    color: red;
}
#stripe .esl-logo {
    height: 40px;
    margin-top: 5px;
    margin-right: 8px;
}
#stripe .flag.hun {
    height: 34px;
    margin: 8px 0 0 8px;
    float: left;
    margin-right: 10px;
}
#stripe .info.left .text {
    display: table-cell;
    vertical-align: middle;
    height: 50px;
    font-size: 20px;
    text-shadow: 1px 1px 1px black,
    1px 0px 1px black,
    0px -1px 1px black,
    -1px -1px 1px black;
}
.text em {
    font-style: normal;
    font-weight: bold;
    font-size: 22px;
}