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

De Wiki Gla
Ir para navegação Ir para pesquisar
Etiqueta: Reversão manual
Linha 1: Linha 1:
.questlog-container {
.questlog-container {
  position: relative;
   display: flex;
   display: flex;
  align-items: flex-start;
   gap: 12px;
   gap: 12px;
   background-color: #1d1d1d;
   background-color: #1d1d1d;
   border-radius: 8px;
   border-radius: 6px;
   box-shadow: 0 0 6px #000;
   padding: 12px 16px;
   color: #f0f0f0;
   color: #f0f0f0;
   padding: 12px;
   max-width: 640px;
   position: relative;
   font-family: 'Verdana', sans-serif;
   max-width: 100%;
   margin-bottom: 16px;
   font-family: sans-serif;
   line-height: 1.4em;
}
}
.questlog-bubble::before {
 
    content: "";
.questlog-container::before {
    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-container::after {
   content: "";
   content: "";
   position: absolute;
   position: absolute;
   left: 32px;
   left: -10px;
   bottom: -12px;
   top: 24px;
   width: 0;
   width: 0;
   height: 0;
   height: 0;
   border: 12px solid transparent;
   border-top: 10px solid transparent;
   border-top-color: #1d1d1d;
   border-right: 10px solid #1d1d1d;
  border-bottom: 10px solid transparent;
}
}


.questlog-img {
.questlog-image {
  flex-shrink: 0;
   width: 64px;
   width: 64px;
   height: 64px;
   height: 64px;
   object-fit: contain;
   background-size: contain;
   flex-shrink: 0;
   background-repeat: no-repeat;
  background-position: center;
  border-radius: 4px;
}
}


.questlog-dialog {
.questlog-dialog {
   flex: 1;
   flex-grow: 1;
  max-height: 220px;
   overflow: auto;
   overflow-y: auto;
  line-height: 1.5;
}
}


.questlog-resp {
.questlog-response {
   margin-top: 8px;
   margin-top: 8px;
   background: rgba(255, 255, 255, 0.08);
   background-color: #2a2a2a;
   padding: 8px;
   border-left: 3px solid #00ccff;
   border-radius: 6px;
   padding: 6px 10px;
   font-weight: bold;
   border-radius: 4px;
   color: #aef;
   color: #bdeeff;
}
}


.questlog-itens {
.questlog-items {
   margin-top: 8px;
   margin-top: 10px;
   display: flex;
   display: flex;
   flex-wrap: wrap;
   flex-wrap: wrap;
   gap: 4px;
   gap: 6px;
}
}
.questlog-itens img {
 
.questlog-items img {
   width: 32px;
   width: 32px;
   height: 32px;
   height: 32px;
}
}

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

.questlog-container {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 12px;
  background-color: #1d1d1d;
  border-radius: 6px;
  padding: 12px 16px;
  color: #f0f0f0;
  max-width: 640px;
  font-family: 'Verdana', sans-serif;
  margin-bottom: 16px;
  line-height: 1.4em;
}

.questlog-container::before {
  content: "";
  position: absolute;
  left: -10px;
  top: 24px;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-right: 10px solid #1d1d1d;
  border-bottom: 10px solid transparent;
}

.questlog-image {
  flex-shrink: 0;
  width: 64px;
  height: 64px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 4px;
}

.questlog-dialog {
  flex-grow: 1;
  overflow: auto;
}

.questlog-response {
  margin-top: 8px;
  background-color: #2a2a2a;
  border-left: 3px solid #00ccff;
  padding: 6px 10px;
  border-radius: 4px;
  color: #bdeeff;
}

.questlog-items {
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.questlog-items img {
  width: 32px;
  height: 32px;
}