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 10: | Linha 10: | ||
height: 14rem; | height: 14rem; | ||
padding: 3rem 1rem; | padding: 3rem 1rem; | ||
text-align: center; | |||
display: flex; | display: flex; | ||
justify-content: center; | justify-content: center; |
Edição das 01h34min 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; text-align: center; 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; }