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