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

De Wiki Gla
Ir para navegação Ir para pesquisar
 
(36 revisões intermediárias por 3 usuários não estão sendo mostradas)
Linha 1: Linha 1:
     body {
.questlog-wrapper {
      background-color: #1b1b1b;
    display: flex;
      font-family: Verdana, sans-serif;
     align-items: center;
      color: white;
    gap: 10px;
      padding: 40px;
    max-width: 1000px;
     }
    font-family: 'Inter', sans-serif !important;
}
 
.nomeNPC {
    display: block;
    font-size: 13px;
    font-weight: bold;
    color: #30e0e2;
    margin-bottom: 0px;
    letter-spacing: 0.5px;
    background: #2e2b27;
    width: max-content;
    padding: 8px 16px;
    border-radius: 10px;
    border: 2px solid #554e44;
}
 
.questlog-img img {
    border-radius: 6px;
    object-fit: contain;
}
 
.questlog-bubble {
    position: relative;
    background-color: #f0f0f0;
    border: 2px solid #ccc;
    border-radius: 8px;
    padding: 12px;
     box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
    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 #f0f0f0;
}
 
.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 #ccc;
}
 
.questlog-text {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 8px;
    color: #222;
}
 
.questlog-resp {
    font-size: 13px;
    margin: 6px 0 8px 0;
    color: #222;
}
 
.questlog-text * {
    font-size: inherit !important;
}
 
.questlog-resp * {
    font-size: inherit !important;
}


    .questlog-wrapper {
.questlog-items img {
      display: flex;
    margin-right: 4px;
      align-items: flex-start;
    vertical-align: middle;
      gap: 10px;
}
      max-width: 700px;
    }


    .questlog-img img {
.questlog-items {
      width: 64px;
    color: white;
      height: 64px;
    display: flex;
      border-radius: 6px;
    flex-wrap: wrap;
      object-fit: contain;
    gap: 4px;
    }
}


    .questlog-bubble {
.label {
      position: relative;
    font-size: 11px;
      background-color: #2e2b27;
    color: #737272;
      border: 2px solid #554e44;
    margin-bottom: 4px;
      border-radius: 8px;
    text-transform: uppercase;
      padding: 12px;
}
      box-shadow: 0 0 12px rgba(0,0,0,0.6);
      flex: 1;
    }


    /* Perninha (triângulo) */
.item-wrapper {
    .questlog-bubble::before {
    position: relative;
      content: "";
    display: inline-block;
      position: absolute;
    margin: 0 4px;
      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 {
.item-count {
      content: "";
    position: absolute;
      position: absolute;
    bottom: 0;
      top: 20px;
    right: 0;
      left: -12px;
    font-size: 10px;
      width: 0;
    font-weight: bold;
      height: 0;
    background: rgba(0, 0, 0, 0.7);
      border-top: 11px solid transparent;
    color: white;
      border-bottom: 11px solid transparent;
    padding: 1px 3px;
      border-right: 12px solid #554e44;
    border-radius: 3px;
    }
    line-height: 1;
}


     .questlog-text {
/* RESPONSIVO */
      font-size: 14px;
@media screen and (max-width: 600px) {
      line-height: 1.6;
     .questlog-wrapper {
      margin-bottom: 8px;
        flex-direction: column;
        align-items: center;
     }
     }


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


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


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

Edição atual tal como às 22h04min de 22 de maio de 2025

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

.nomeNPC {
    display: block;
    font-size: 13px;
    font-weight: bold;
    color: #30e0e2;
    margin-bottom: 0px;
    letter-spacing: 0.5px;
    background: #2e2b27;
    width: max-content;
    padding: 8px 16px;
    border-radius: 10px;
    border: 2px solid #554e44;
}

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

.questlog-bubble {
    position: relative;
    background-color: #f0f0f0;
    border: 2px solid #ccc;
    border-radius: 8px;
    padding: 12px;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
    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 #f0f0f0;
}

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

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

.questlog-resp {
    font-size: 13px;
    margin: 6px 0 8px 0;
    color: #222;
}

.questlog-text * {
    font-size: inherit !important;
}

.questlog-resp * {
    font-size: inherit !important;
}

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

.questlog-items {
    color: white;
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
}

.label {
    font-size: 11px;
    color: #737272;
    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;
}

/* RESPONSIVO */
@media screen and (max-width: 600px) {
    .questlog-wrapper {
        flex-direction: column;
        align-items: center;
    }

    .questlog-img img {
        max-width: 100%;
        height: auto;
    }

    .questlog-bubble {
        width: 100%;
        max-width: 100%;
    }

    .questlog-items {
        justify-content: center;
    }
}