Predefinição:Banner/styles.css: mudanças entre as edições
Ir para navegação
Ir para pesquisar
(Paulo.xavier alterou o modelo de conteúdo da página Predefinição:Banner/styles.css de "wikitexto" para "CSS limpo": CSS) Etiqueta: Mudança de modelo de conteúdo |
Sem resumo de edição |
||
Linha 1: | Linha 1: | ||
. | .banner-image { | ||
position: relative; | |||
overflow: hidden; | |||
max-width: 1800px; | |||
height: auto; | |||
margin-bottom: .6em; | |||
} | } | ||
. | |||
.banner-image img { | |||
max-width: 100%; | |||
height: auto; | |||
width: auto; | |||
} | } | ||
. | |||
.banner-box { | |||
position: absolute; | |||
z-index: 2; | |||
margin-top: 2.5em; | |||
color: white; | color: white; | ||
min-width: 20em; | |||
text-shadow: black 0.3em 0.3em 1em, black -0.1em -0.1em 1em; | |||
} | } | ||
.banner- | .banner-box-wide { | ||
width: 80%; | |||
} | } | ||
.banner- | |||
.banner-box-left { | |||
left: 5%; | |||
text-align: left; | |||
} | } | ||
.banner-box-right { | .banner-box-right { | ||
right: 5%; | |||
text-align: right; | |||
} | } | ||
.banner-box | |||
. | .banner-box .name { | ||
font-size: 3em; | |||
white-space: nowrap; | |||
line-height: 1.2em; | |||
} | } | ||
.banner-box .type { | |||
font-size: 2em; | |||
line-height: 1.2em; | |||
} | } |
Edição das 13h26min de 22 de julho de 2022
.banner-image {
position: relative;
overflow: hidden;
max-width: 1800px;
height: auto;
margin-bottom: .6em;
}
.banner-image img {
max-width: 100%;
height: auto;
width: auto;
}
.banner-box {
position: absolute;
z-index: 2;
margin-top: 2.5em;
color: white;
min-width: 20em;
text-shadow: black 0.3em 0.3em 1em, black -0.1em -0.1em 1em;
}
.banner-box-wide {
width: 80%;
}
.banner-box-left {
left: 5%;
text-align: left;
}
.banner-box-right {
right: 5%;
text-align: right;
}
.banner-box .name {
font-size: 3em;
white-space: nowrap;
line-height: 1.2em;
}
.banner-box .type {
font-size: 2em;
line-height: 1.2em;
}