MediaWiki:Common.css
Ir para navegação
Ir para pesquisar
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;}
.npcCard {
box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
background-color: rgb(250, 250, 250);
padding: 1rem .75rem;
width: 12rem;
border-top: 5px solid;
border-radius: 8px;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
h2.npcCard__title{
border: none;
font-size: 1.25rem !important;
font-weight: 400;
}
.npcCard__portrait {
padding: .75rem 1rem;
border-radius: 50%;
margin-bottom: .75rem;
}
.npcCard.default .npcCard__portrait {
background-color: #f9f2ff;
}
.npcCard.default {
border-color: #e89dff;
}
.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;
}