Mudanças entre as edições de "Predefinição:Achiev/styles.css"

De Wiki Gla
Ir para navegação Ir para pesquisar
 
(19 revisões intermediárias pelo mesmo usuário não estão sendo mostradas)
Linha 1: Linha 1:
.conquista-wrapper {
    text-align: center;
    margin: auto;
    max-width: 600px;
}
.conquista-header {
    display: inline-block;
    background-color: #a0b8d0;
    color: #333;
    padding: 6px 16px;
    font-size: 0.9em;
    font-weight: bold;
    border-radius: 4px 4px 0 0;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    margin-bottom: -1px;
}
.conquista-box {
.conquista-box {
  display: flex;
    display: flex;
  background-color: #f0f4fa;
    align-items: center;
  border: 1px solid #a0b8d0;
    background-color: #f0f4fa;
  border-radius: 6px;
    border: 1px solid #a0b8d0;
  padding: 8px;
    border-radius: 6px;
  font-family: sans-serif;
    padding: 8px;
  color: #333;
    font-family: sans-serif;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
    color: #333;
  max-width: 600px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}
}


.conquista-icon {
.conquista-icon {
  width: 82px;
    background: none;
  height: 82px;
    border: none;
  /* moldura via Common.css */
    box-shadow: none;
  background-color: #ffffff;
     display: flex;
  border: 3px solid #4a90e2;
    align-items: center;
  border-radius: 10px;
    justify-content: center;
  box-shadow:
    margin-right: 16px;
     0 0 0 2px #b0cce8 inset,
    0 0 6px rgba(74,144,226,0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 16px;
  padding: 0;
}
}


.conquista-icon img {
.conquista-icon img {
  width: 100%;
    display: block;
  height: 100%;
    width: auto;
  border-radius: 7px;
    height: auto;
}
}


.conquista-conteudo {
.conquista-conteudo {
  flex-grow: 1;
    flex-grow: 1;
    margin-top: -6px;
}
}


.conquista-titulo {
.conquista-titulo {
  font-weight: bold;
    text-align: left !important;
  font-size: 1.3em;
    font-weight: bold;
  margin-bottom: 4px;
    font-size: 1.3em;
    margin-bottom: 0;
}
}


.conquista-descricao {
.conquista-descricao {
  font-size: 1em;
    text-align: left !important;
  color: #555;
    font-size: 1em;
    color: #555;
    margin-top: 2px;
}
}


.conquista-recompensas {
.conquista-recompensas {
  display: flex;
    display: flex;
  flex-wrap: wrap;
    flex-wrap: wrap;
  align-items: flex-end;
    align-items: flex-start;
  gap: 6px;
    gap: 6px;
  margin-top: 10px;
    margin-top: 10px;
}
 
.conquista-recompensas .item {
  display: inline-block;
  position: relative;
  margin: 0 4px;
  overflow: visible;
}
 
.conquista-recompensas .item .item-img {
  display: block;
  vertical-align: bottom;
  /* mantém tamanho original da imagem */
}
 
.conquista-recompensas .item .item-qtd {
  position: absolute;
  bottom: -4px;
  right: -4px;
  font-size: 10px;
  font-weight: bold;
  background: rgba(0,0,0,0.75);
  color: white;
  padding: 1px 4px;
  border-radius: 4px;
  line-height: 1;
  box-shadow: 0 0 2px #000;
  white-space: nowrap;
  z-index: 2;
}
 
.conquista-recompensas .item:hover .item-qtd {
  background: rgba(0,0,0,0.9);
}
}

Edição atual tal como às 17h26min de 11 de junho de 2025

.conquista-wrapper {
    text-align: center;
    margin: auto;
    max-width: 600px;
}

.conquista-header {
    display: inline-block;
    background-color: #a0b8d0;
    color: #333;
    padding: 6px 16px;
    font-size: 0.9em;
    font-weight: bold;
    border-radius: 4px 4px 0 0;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    margin-bottom: -1px;
}

.conquista-box {
    display: flex;
    align-items: center;
    background-color: #f0f4fa;
    border: 1px solid #a0b8d0;
    border-radius: 6px;
    padding: 8px;
    font-family: sans-serif;
    color: #333;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

.conquista-icon {
    background: none;
    border: none;
    box-shadow: none;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 16px;
}

.conquista-icon img {
    display: block;
    width: auto;
    height: auto;
}

.conquista-conteudo {
    flex-grow: 1;
    margin-top: -6px;
}

.conquista-titulo {
    text-align: left !important;
    font-weight: bold;
    font-size: 1.3em;
    margin-bottom: 0;
}

.conquista-descricao {
    text-align: left !important;
    font-size: 1em;
    color: #555;
    margin-top: 2px;
}

.conquista-recompensas {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 6px;
    margin-top: 10px;
}