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 114: | Linha 114: | ||
/* Componente veja mais */ | /* Componente veja mais */ | ||
/* Cartão*/ | |||
.card { | |||
background: white; | |||
box-shadow: rgb(67 71 85 / 27%) 0px 0px 0.25em, rgb(90 125 188 / 5%) 0px 0.25em 1em; | |||
padding-bottom: 1rem; | |||
border-radius: 8px; | |||
} | |||
.card-title { | |||
text-align: center; | |||
background-color: #944EC7; | |||
color: white; | |||
padding: .25rem 1rem; | |||
letter-spacing: .03rem; | |||
font-size: 1.4rem; | |||
font-weight: bold; | |||
border-radius: 8px 8px 0 0; | |||
} | |||
.card-container { | |||
padding: 1rem 2rem; | |||
} | |||
/* Cartão */ | |||
/*Navegação rápida*/ | |||
.linkWithIcon__link { | |||
display: flex; | |||
flex-direction: column; | |||
align-items: center; | |||
justify-content: center; | |||
} | |||
.linkWithIcon__link img{ | |||
width: 6.5rem; | |||
} | |||
.linkWithIcon__link span { | |||
font-size: 1rem; | |||
font-weight: bold; | |||
margin-top: .5rem; | |||
} | |||
/*Navegação rápida*/ | |||
.initialPage__container { | .initialPage__container { | ||
padding: 1rem 1.5rem; | padding: 1rem 1.5rem; | ||
} | } | ||
.initialPage__mainContent { | |||
width: 78%; | |||
} | |||
.initialPage__welcomeBadge { | .initialPage__welcomeBadge { | ||
Edição das 03h21min de 18 de fevereiro de 2023
/** o código CSS colocado aqui será aplicado a todos os temas */
#ca-viewsource { display: none !important; }
#ca-history { display: none !important;}
/* Utilitarios */
.d-none {
display: none!important;
}
.d-flex {
display: flex;
}
.align-center {
align-items: center;
}
.justify-center, .list-center {
justify-content: center;
}
.margin-center {
margin-left: auto !important;
margin-right: auto !important;
}
/* Utilitarios */
/* Cartões dos NPCs */
.npcCard {
box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
background-color: rgb(250, 250, 250);
padding: 1rem .75rem;
margin-top: 1rem;
margin-bottom: 1rem;
height: 9.5rem;
width: 11.5rem;
border-top: 5px solid;
border-radius: 8px;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
transition: all .25s ease;
}
h2.npcCard__title{
border: none;
font-size: 1.25rem !important;
font-weight: 400;
}
.npcCard__link {
display: table;
}
.npcCard__link:hover {
text-decoration: none !important;
}
.npcCard__link:hover .npcCard {
transform: scale(.98);
}
.npcCard__portrait {
padding: .55rem .8rem;
border-radius: 50%;
margin-bottom: .5rem;
}
.npcCard__list {
display: flex;
flex-wrap: wrap;
align-items: center;
}
.npcCard__list .npcCard {
margin-bottom: 1rem;
}
.npcCard__list a {
display: block;
margin-right: 1rem;
}
/* Cartões dos NPCs - Cores */
.npcCard.default .npcCard__portrait {
background-color: #f7eeff;
}
.npcCard.default {
border-color: #e89dff;
}
/* Cartões dos NPCs - Cores */
/* Cartões dos NPCs */
/* Componente veja mais */
.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;
}
/* Componente veja mais */
/* Cartão*/
.card {
background: white;
box-shadow: rgb(67 71 85 / 27%) 0px 0px 0.25em, rgb(90 125 188 / 5%) 0px 0.25em 1em;
padding-bottom: 1rem;
border-radius: 8px;
}
.card-title {
text-align: center;
background-color: #944EC7;
color: white;
padding: .25rem 1rem;
letter-spacing: .03rem;
font-size: 1.4rem;
font-weight: bold;
border-radius: 8px 8px 0 0;
}
.card-container {
padding: 1rem 2rem;
}
/* Cartão */
/*Navegação rápida*/
.linkWithIcon__link {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}
.linkWithIcon__link img{
width: 6.5rem;
}
.linkWithIcon__link span {
font-size: 1rem;
font-weight: bold;
margin-top: .5rem;
}
/*Navegação rápida*/
.initialPage__container {
padding: 1rem 1.5rem;
}
.initialPage__mainContent {
width: 78%;
}
.initialPage__welcomeBadge {
text-align: center;
}
.initialPage__welcomeBadgeImg {
width: 55rem;
}