Predefinição:Banner/styles.css: mudanças entre as edições

Sem resumo de edição
Sem resumo de edição
 
Linha 17: Linha 17:
font-weight: bold;
font-weight: bold;
}
}
.banner-image {
.banner-image {position: relative; max-width: 1125px; height: auto; margin-bottom: .6em;}
    position: relative;
.banner-image img {max-width: 100%; height: auto;}
    max-width: 1125px;  
    height: auto;
    margin-bottom: .6em;
}
.banner-image img {
    max-width: 100%;
    height: auto;
}
.banner-box-wide {width: 80%;}
.banner-box-wide {width: 80%;}
.banner-box-left, .banner-box-right {
.banner-box-left, .banner-box-right {
Linha 35: Linha 27:
width: 40%;
width: 40%;
}
}
.banner-box-left  { text-align: left; }
.banner-box-left  {text-align: left; }
.banner-box-right { text-align: right; }
.banner-box-right {text-align: right; }
.banner-box-2 {
.banner-box-2 {position: absolute; z-index: 2; min-width: 20em;}
    position: absolute;
    z-index: 2;
    min-width: 20em;
}
@media screen and ( min-width: 720px ) { /* greater than or equal to */
@media screen and ( min-width: 720px ) { /* greater than or equal to */
.banner-image img.nolink { display: none; }
.banner-image img.nolink { display: none; }