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

Criou página com '.mainpage-shadowbox { color: white; background: rgb(16,16,16); background: rgba(0,0,0,0.3); border-radius: 4px; } .mainpage-shadowbox h2, .mainpage-shadowbox h3 { color:...'
 
Sem resumo de edição
 
(2 revisões intermediárias pela mesma usuária não estão sendo mostradas)
Linha 11: Linha 11:
line-height: 1.2em;
line-height: 1.2em;
margin:0;
margin:0;
padding: 0; /* was previously set only for h3, and skin styles would do the same for h2. however, cannot rely on skin to do this on mobile */
padding: 0;  
}
}
.mainpage-shadowbox a {
.mainpage-shadowbox a {
Linha 17: Linha 17:
font-weight: bold;
font-weight: bold;
}
}
 
.banner-image {position: relative; max-width: 1125px; height: auto; margin-bottom: .6em;}
.banner-image {
.banner-image img {max-width: 100%; height: auto;}
    position: relative;
.banner-box-wide {width: 80%;}
    max-width: 1125px;  
.banner-box-left, .banner-box-right {
    height: auto;
    margin-bottom: .6em;
}
.banner-image img {
    max-width: 100%;
    height: auto;
    /* width: auto\9; */ /* ie8 */
}
.banner-box-wide {
    width: 80%
}
.banner-box-left,
.banner-box-right {
padding: 8px 7px;
padding: 8px 7px;
background: rgb(16,16,16);
background: rgb(16,16,16);
Linha 40: 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; }