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 {
    body {
  display: flex;
      background-color: #1b1b1b;
  align-items: flex-start;
      font-family: Verdana, sans-serif;
  gap: 10px;
      color: white;
  margin-bottom: 16px;
      padding: 40px;
  font-family: 'Verdana', sans-serif;
    }
}


.questlog-image {
    .questlog-wrapper {
  flex-shrink: 0;
      display: flex;
  width: 64px;
      align-items: flex-start;
  height: 64px;
      gap: 10px;
  background-size: contain;
      max-width: 700px;
  background-repeat: no-repeat;
    }
  background-position: center;
  border-radius: 4px;
}


.questlog-container {
    .questlog-img img {
  position: relative;
      width: 64px;
  background-color: #1d1d1d;
      height: 64px;
  border-radius: 6px;
      border-radius: 6px;
  padding: 12px 16px;
      object-fit: contain;
  color: #f0f0f0;
    }
  max-width: 560px;
  line-height: 1.4em;
  flex-grow: 1;
}


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


.questlog-response {
    /* Perninha (triângulo) */
  margin-top: 8px;
    .questlog-bubble::before {
  background-color: #2a2a2a;
      content: "";
  border-left: 3px solid #00ccff;
      position: absolute;
  padding: 6px 10px;
      top: 20px;
  border-radius: 4px;
      left: -10px;
  color: #bdeeff;
      width: 0;
}
      height: 0;
      border-top: 10px solid transparent;
      border-bottom: 10px solid transparent;
      border-right: 10px solid #2e2b27;
    }


.questlog-items {
    .questlog-bubble::after {
  margin-top: 10px;
      content: "";
  display: flex;
      position: absolute;
  flex-wrap: wrap;
      top: 20px;
  gap: 6px;
      left: -12px;
}
      width: 0;
      height: 0;
      border-top: 11px solid transparent;
      border-bottom: 11px solid transparent;
      border-right: 12px solid #554e44;
    }


.questlog-items img {
    .questlog-text {
  width: 32px;
      font-size: 14px;
  height: 32px;
      line-height: 1.6;
}
      margin-bottom: 8px;
    }
 
    .questlog-resp {
      background-color: #3b362f;
      padding: 6px 10px;
      border-radius: 4px;
      font-style: italic;
      font-size: 13px;
      margin-bottom: 8px;
    }
 
    .questlog-items img {
      width: 32px;
      height: 32px;
      margin-right: 4px;
      vertical-align: middle;
    }
 
    .label {
      font-size: 11px;
      color: #aaaaaa;
      margin-bottom: 4px;
      text-transform: uppercase;
    }

Edição das 21h10min de 20 de maio de 2025

    body {
      background-color: #1b1b1b;
      font-family: Verdana, sans-serif;
      color: white;
      padding: 40px;
    }

    .questlog-wrapper {
      display: flex;
      align-items: flex-start;
      gap: 10px;
      max-width: 700px;
    }

    .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;
    }

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

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

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