Difference between revisions 4198 and 4710 on fawikivoyage

/* Styles for Pagebanner template */
 
.topbanner {
    position: relative;
    overflow: hidden;
    max-width: 1800px; 
    height: auto;
}
 
.topbanner img {
    max-width: 100%;
    height: auto;
    width: auto\9;
}
 
.topbanner-box {
    position: absolute;
    z-index: 2;
    margin-top: 1.5em;
    color: white;
    width: 50%;
    min-width: 20em;
    right: 2%;
    text-align: right;
}
 
.topbanner .name {
    position: absolute;
    z-index: 2;
    margin: 0.6em 0.4em 0 0;
    padding: 8px 7px;
    font-size: 2.2em;
    font-weight: bold;
    background: rgb(16,16,16);
    background: rgba(0,0,0,0.3);
    border-radius: 4px;
    color: white;
    white-space: nowrap;
    line-height: 0.9em;
}