Mudanças entre as edições de "Predefinição:Questlog/styles.css"
Ir para navegação
Ir para pesquisar
| Linha 6: | Linha 6: | ||
font-family: Verdana, sans-serif !important; | font-family: Verdana, sans-serif !important; | ||
} | } | ||
.nomeNPC { | .nomeNPC { | ||
display: block; | display: block; | ||
| Linha 21: | Linha 22: | ||
.questlog-img img { | .questlog-img img { | ||
border-radius: 6px; | border-radius: 6px; | ||
object-fit: contain; | object-fit: contain; | ||
| Linha 70: | Linha 69: | ||
.questlog-resp { | .questlog-resp { | ||
padding-left: 4px; | |||
padding | |||
font-style: italic; | font-style: italic; | ||
font-size: 13px; | font-size: 13px; | ||
margin-bottom: 8px; | margin-bottom: 8px; | ||
color: | color: #444; | ||
} | } | ||
.questlog-items img { | .questlog-items img { | ||
margin-right: 4px; | margin-right: 4px; | ||
vertical-align: middle; | vertical-align: middle; | ||
Edição das 02h19min de 22 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: #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; /* cinza claro */
border: 2px solid #ccc; /* cinza médio */
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 {
padding-left: 4px;
font-style: italic;
font-size: 13px;
margin-bottom: 8px;
color: #444;
}
.questlog-items img {
margin-right: 4px;
vertical-align: middle;
}
.questlog-items {
color: white;
}
.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;
}