Template:Wy/th/Banner/styles.css

From Wikimedia Incubator
.banner-image {
    position: relative;
    overflow: hidden;
    max-width: 1125px; 
    height: auto;
    margin-bottom: .6em;
}

.banner-image img {
    max-width: 100%;
    height: auto;
    width: auto;
}

.banner-box {
    position: absolute;
    z-index: 2;
    margin-top: 14px;
    color: white;
    width: 50%;
    min-width: 20em;
    text-shadow: black 0.3em 0.3em 1em, black -0.1em -0.1em 1em;
}

.banner-box-left {
    left: 5%;
    text-align: left;
}

.banner-box-right {
    right: 5%;
    text-align: right;
}

.banner-box-welcome {
    left: 1em;
    text-align: center;
    width: 40%;
    white-space: nowrap;
}

.banner-box a {
    color: white !important;
    font-weight: bold;
}

.banner-box .welcome a {
    font-size: 1.5em;
}

.banner-box .welcome {
    font-size: 2.1em;
}

.banner-box ul {
    font-size: 1.25em;
}

.banner-box ul li {
    display: inline;
}

.banner-box ul li:before {
    content: " • ";
}

.banner-box ul li:nth-of-type(1):before {
    content: " ";
}

/* [[Category:Wy/th]] */