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

De Wiki Gla
Ir para navegação Ir para pesquisar
(Criou página com '.questlog-wrapper { display: flex; align-items: flex-start; gap: 10px; max-width: 700px; margin: 20px 0; } .questlog-img img { width: 64px; height: 64px; bord...')
 
Linha 1: Linha 1:
.questlog-wrapper {
.questlog-container {
  position: relative;
   display: flex;
   display: flex;
   align-items: flex-start;
   align-items: flex-start;
   gap: 10px;
   gap: 12px;
   max-width: 700px;
   background-color: #1d1d1d;
  margin: 20px 0;
}
 
.questlog-img img {
  width: 64px;
  height: 64px;
   border-radius: 6px;
   border-radius: 6px;
   object-fit: contain;
   padding: 12px 16px;
  color: #f0f0f0;
  max-width: 640px;
  font-family: 'Verdana', sans-serif;
  margin-bottom: 16px;
  line-height: 1.4em;
}
}


.questlog-bubble {
.questlog-container::before {
  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-bubble::before {
   content: "";
   content: "";
   position: absolute;
   position: absolute;
  top: 20px;
   left: -10px;
   left: -10px;
  top: 24px;
   width: 0;
   width: 0;
   height: 0;
   height: 0;
   border-top: 10px solid transparent;
   border-top: 10px solid transparent;
  border-right: 10px solid #1d1d1d;
   border-bottom: 10px solid transparent;
   border-bottom: 10px solid transparent;
  border-right: 10px solid #2e2b27;
}
}


.questlog-bubble::after {
.questlog-image {
   content: "";
   flex-shrink: 0;
   position: absolute;
   width: 64px;
   top: 20px;
   height: 64px;
   left: -12px;
   background-size: contain;
  width: 0;
   background-repeat: no-repeat;
   height: 0;
   background-position: center;
  border-top: 11px solid transparent;
   border-radius: 4px;
   border-bottom: 11px solid transparent;
   border-right: 12px solid #554e44;
}
}


.questlog-text {
.questlog-dialog {
   font-size: 14px;
   flex-grow: 1;
  line-height: 1.6;
   overflow: auto;
  margin-bottom: 8px;
   color: #f4f4f4;
}
}


.questlog-resp {
.questlog-response {
   background-color: #3b362f;
  margin-top: 8px;
   background-color: #2a2a2a;
  border-left: 3px solid #00ccff;
   padding: 6px 10px;
   padding: 6px 10px;
   border-radius: 4px;
   border-radius: 4px;
   font-style: italic;
   color: #bdeeff;
   font-size: 13px;
}
   margin-bottom: 8px;
 
.questlog-items {
  margin-top: 10px;
   display: flex;
  flex-wrap: wrap;
   gap: 6px;
}
}


Linha 67: Linha 60:
   width: 32px;
   width: 32px;
   height: 32px;
   height: 32px;
  margin-right: 4px;
  vertical-align: middle;
}
.label {
  font-size: 11px;
  color: #aaaaaa;
  margin-bottom: 4px;
  text-transform: uppercase;
}
}

Edição das 21h04min 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;
}