Mudanças entre as edições de "Predefinição:Questlog/styles.css"
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- | .questlog-container { | ||
position: relative; | |||
display: flex; | display: flex; | ||
align-items: flex-start; | align-items: flex-start; | ||
gap: | gap: 12px; | ||
background-color: #1d1d1d; | |||
border-radius: 6px; | border-radius: 6px; | ||
padding: 12px 16px; | |||
color: #f0f0f0; | |||
max-width: 640px; | |||
font-family: 'Verdana', sans-serif; | |||
margin-bottom: 16px; | |||
line-height: 1.4em; | |||
} | } | ||
.questlog- | .questlog-container::before { | ||
content: ""; | content: ""; | ||
position: absolute; | position: absolute; | ||
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; | ||
} | } | ||
.questlog- | .questlog-image { | ||
flex-shrink: 0; | |||
width: 64px; | |||
height: 64px; | |||
background-size: contain; | |||
background-repeat: no-repeat; | |||
background-position: center; | |||
border-radius: 4px; | |||
border- | |||
} | } | ||
.questlog- | .questlog-dialog { | ||
flex-grow: 1; | |||
overflow: auto; | |||
} | } | ||
.questlog- | .questlog-response { | ||
background-color: # | margin-top: 8px; | ||
background-color: #2a2a2a; | |||
border-left: 3px solid #00ccff; | |||
padding: 6px 10px; | padding: 6px 10px; | ||
border-radius: 4px; | border-radius: 4px; | ||
color: #bdeeff; | |||
} | |||
.questlog-items { | |||
margin-top: 10px; | |||
display: flex; | |||
flex-wrap: wrap; | |||
gap: 6px; | |||
} | } | ||
| Linha 67: | Linha 60: | ||
width: 32px; | width: 32px; | ||
height: 32px; | height: 32px; | ||
} | } | ||
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;
}