MediaWiki:Common.css
Nota: Após publicar, você pode ter que limpar o "cache" do seu navegador para ver as alterações.
- Firefox / Safari: Pressione Shift enquanto clica Recarregar, ou pressione Ctrl-F5 ou Ctrl-R (⌘-R no Mac)
- Google Chrome: Pressione Ctrl-Shift-R (⌘-Shift-R no Mac)
- Internet Explorer/Edge: PressioneCtrl enquanto clica Recarregar, ou Pressione Ctrl-F5
- Opera: Pressione Ctrl-F5.
/** 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: -4px;
}
.seeMore {
height: 3.2rem;
padding: .5rem .575rem;
border: 1px dashed #e89dff;
background-color: #f9f2ff;
border-radius: 12px;
margin: 1rem auto 1rem 0px;
}
.seeMore__image {
text-align: center;
width: 2rem;
}