MediaWiki:Common.css: mudanças entre as edições
Ir para navegação
Ir para pesquisar
Sem resumo de edição |
Sem resumo de edição |
||
| Linha 4: | Linha 4: | ||
#ca-history { display: none !important;} | #ca-history { display: none !important;} | ||
.card { | |||
position: relative; | |||
width: 10rem; | |||
height: 14rem; | |||
padding: 3rem 1rem; | |||
display: flex; | |||
justify-content: center; | |||
align-items: flex-start; | |||
background-color: #ffffff; | |||
border-radius: 6px; | |||
} | |||
.card::before { | |||
content: ""; | |||
width: calc(100% + 4px); | |||
height: calc(100% + 4px); | |||
top: -2px; | |||
left: -2px; | |||
z-index: -1; | |||
position: absolute; | |||
border-radius: 6px; | |||
background-image: linear-gradient(to bottom, #743ad5, #d53a9d);; | |||
} | |||
.card-title { | |||
position: absolute; | |||
top: -10px; | |||
} | |||
Edição das 01h23min de 19 de janeiro de 2023
/** o código CSS colocado aqui será aplicado a todos os temas */
#ca-viewsource { display: none !important; }
#ca-history { display: none !important;}
.card {
position: relative;
width: 10rem;
height: 14rem;
padding: 3rem 1rem;
display: flex;
justify-content: center;
align-items: flex-start;
background-color: #ffffff;
border-radius: 6px;
}
.card::before {
content: "";
width: calc(100% + 4px);
height: calc(100% + 4px);
top: -2px;
left: -2px;
z-index: -1;
position: absolute;
border-radius: 6px;
background-image: linear-gradient(to bottom, #743ad5, #d53a9d);;
}
.card-title {
position: absolute;
top: -10px;
}