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

De Wiki Gla
Ir para navegação Ir para pesquisar
Linha 1: Linha 1:
.questlog-wrapper {
.questlog-wrapper {
      display: flex;
    display: flex;
      align-items: flex-start;
    align-items: flex-start;
      gap: 10px;
    gap: 10px;
      max-width: 1000px;
    max-width: 1000px;
      font-family: Verdana, sans-serif !important;
    font-family: Verdana, sans-serif !important;
    }
}
   
 
    .nomeNPC{
.nomeNPC {
    display: block;
    display: block;
    font-size:13px;
    font-size: 13px;
    font-weight: bold;
    font-weight: bold;
    color: #e85d26;
    color: #e85d26;
    margin-bottom:4px;
    margin-bottom: 4px;
    margin-left:8px;
    margin-left: 8px;
    letter-spacing:0.5px;
    letter-spacing: 0.5px;
     }
}
 
.questlog-img img {
     width: 64px;
    height: 64px;
    border-radius: 6px;
    object-fit: contain;
}
 
.questlog-bubble {
    position: relative;
    background-color: #2e2b27;
    border: 2px solid #554e44;
    border-radius: 8px;
    padding: 12px;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.6);
    flex: 1;
}


    .questlog-img img {
/* Perninha (triângulo) */
      width: 64px;
.questlog-bubble::before {
      height: 64px;
    content: "";
      border-radius: 6px;
    position: absolute;
      object-fit: contain;
    top: 20px;
     }
    left: -10px;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
     border-right: 10px solid #2e2b27;
}


    .questlog-bubble {
.questlog-bubble::after {
      position: relative;
    content: "";
      background-color: #2e2b27;
    position: absolute;
      border: 2px solid #554e44;
    top: 20px;
      border-radius: 8px;
    left: -12px;
      padding: 12px;
    width: 0;
      box-shadow: 0 0 12px rgba(0,0,0,0.6);
    height: 0;
      flex: 1;
    border-top: 11px solid transparent;
    }
    border-bottom: 11px solid transparent;
    border-right: 12px solid #554e44;
}


    /* Perninha (triângulo) */
.questlog-text {
    .questlog-bubble::before {
    font-size: 14px;
      content: "";
    line-height: 1.6;
      position: absolute;
    margin-bottom: 8px;
      top: 20px;
    color: white;
      left: -10px;
}
      width: 0;
      height: 0;
      border-top: 10px solid transparent;
      border-bottom: 10px solid transparent;
      border-right: 10px solid #2e2b27;
    }


    .questlog-bubble::after {
.questlog-resp {
      content: "";
    background-color: #3b362f;
      position: absolute;
    padding: 6px 10px;
      top: 20px;
    border-radius: 4px;
      left: -12px;
    font-style: italic;
      width: 0;
    font-size: 13px;
      height: 0;
    margin-bottom: 8px;
      border-top: 11px solid transparent;
    color: white;
      border-bottom: 11px solid transparent;
}
      border-right: 12px solid #554e44;
    }


    .questlog-text {
.questlog-items img {
      font-size: 14px;
    width: 48px;
      line-height: 1.6;
    height: 48px;
      margin-bottom: 8px;
    margin-right: 4px;
      color: white;
    vertical-align: middle;
    }
}


    .questlog-resp {
.questlog-items {
      background-color: #3b362f;
    color: white;
      padding: 6px 10px;
}
      border-radius: 4px;
      font-style: italic;
      font-size: 13px;
      margin-bottom: 8px;
      color: white;
    }


    .questlog-items img {
.label {
      width: 48px;
    font-size: 11px;
      height: 48px;
    color: #aaaaaa;
      margin-right: 4px;
    margin-bottom: 4px;
      vertical-align: middle;
     text-transform: uppercase;
    }
}
   
     .questlog-items {
      color: white;
    }


    .label {
.item-wrapper {
      font-size: 11px;
    position: relative;
      color: #aaaaaa;
    display: inline-block;
      margin-bottom: 4px;
    margin: 0 4px;
      text-transform: uppercase;
    }
   
    .item-wrapper {
  position: relative;
  display: inline-block;
  margin: 0 4px;
}
}


.item-count {
.item-count {
  position: absolute;
    position: absolute;
  bottom: 0;
    bottom: 0;
  right: 0;
    right: 0;
  font-size: 10px;
    font-size: 10px;
  font-weight: bold;
    font-weight: bold;
  background: rgba(0, 0, 0, 0.7);
    background: rgba(0, 0, 0, 0.7);
  color: white;
    color: white;
  padding: 1px 3px;
    padding: 1px 3px;
  border-radius: 3px;
    border-radius: 3px;
  line-height: 1;
    line-height: 1;
}
}

Edição das 22h11min de 21 de maio de 2025

.questlog-wrapper {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    max-width: 1000px;
    font-family: Verdana, sans-serif !important;
}

.nomeNPC {
    display: block;
    font-size: 13px;
    font-weight: bold;
    color: #e85d26;
    margin-bottom: 4px;
    margin-left: 8px;
    letter-spacing: 0.5px;
}

.questlog-img img {
    width: 64px;
    height: 64px;
    border-radius: 6px;
    object-fit: contain;
}

.questlog-bubble {
    position: relative;
    background-color: #2e2b27;
    border: 2px solid #554e44;
    border-radius: 8px;
    padding: 12px;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.6);
    flex: 1;
}

/* Perninha (triângulo) */
.questlog-bubble::before {
    content: "";
    position: absolute;
    top: 20px;
    left: -10px;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid #2e2b27;
}

.questlog-bubble::after {
    content: "";
    position: absolute;
    top: 20px;
    left: -12px;
    width: 0;
    height: 0;
    border-top: 11px solid transparent;
    border-bottom: 11px solid transparent;
    border-right: 12px solid #554e44;
}

.questlog-text {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 8px;
    color: white;
}

.questlog-resp {
    background-color: #3b362f;
    padding: 6px 10px;
    border-radius: 4px;
    font-style: italic;
    font-size: 13px;
    margin-bottom: 8px;
    color: white;
}

.questlog-items img {
    width: 48px;
    height: 48px;
    margin-right: 4px;
    vertical-align: middle;
}

.questlog-items {
    color: white;
}

.label {
    font-size: 11px;
    color: #aaaaaa;
    margin-bottom: 4px;
    text-transform: uppercase;
}

.item-wrapper {
    position: relative;
    display: inline-block;
    margin: 0 4px;
}

.item-count {
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 10px;
    font-weight: bold;
    background: rgba(0, 0, 0, 0.7);
    color: white;
    padding: 1px 3px;
    border-radius: 3px;
    line-height: 1;
}