Template:Team Banner/styles.css

From World Flipper Wiki
Jump to navigation Jump to search
.team-banner {
    width: 250px;
    height: 250px;
    position: relative;
}

.team-banner .team-banner-img img {
    max-width: unset !important;
    position: relative;
    left: -160px;
    top: -108px;
    z-index: -1;
}

.team-banner-img {
    width: 250px;
    height: 250px;
    overflow: hidden;
}

.team-banner-text {
    z-index: 1;
    position: absolute;
    width: 100%;
    top: 150px;
    height: 25%;
    font-size: 1.7em;
    background: rgba(0,0,0,0.7);
    text-align: center;
}

.team-banner-text p {
    margin: 0.5em;
}

.team-banner-text img {
    position: relative;
    top: -2px;
}