„Sablon:NoteBox/styles.css” változatai közötti eltérés
Megjelenés
Nincs szerkesztési összefoglaló |
Nincs szerkesztési összefoglaló |
||
(4 közbenső módosítás ugyanattól a felhasználótól nincs mutatva) | |||
2. sor: | 2. sor: | ||
border: 1px solid var(--border-color-notice,#987027); | border: 1px solid var(--border-color-notice,#987027); | ||
background-color: var(--background-color-notice-subtle, #fdf2d5); | background-color: var(--background-color-notice-subtle, #fdf2d5); | ||
padding: | padding: 1.5rem 1rem 1rem 5rem; | ||
margin: 10px 0; | margin: 10px 0; | ||
position: relative; | |||
border-radius: 5px; | border-radius: 5px; | ||
font-size: 1rem; | font-size: 1rem; | ||
} | } | ||
13. sor: | 13. sor: | ||
color: var(--background-color-notice-subtle, #fdf2d5); | color: var(--background-color-notice-subtle, #fdf2d5); | ||
border-radius: 50%; | border-radius: 50%; | ||
width: | width: 2.5rem; | ||
height: | height: 2.5rem; | ||
display: inline-flex; | display: inline-flex; | ||
align-items: center; | align-items: center; | ||
23. sor: | 23. sor: | ||
transform: translateY(-50%); | transform: translateY(-50%); | ||
font-weight: bold; | font-weight: bold; | ||
font-size: | font-size: 1.5rem; | ||
} | } |
A lap jelenlegi, 2025. április 4., 23:35-kori változata
.note-box {
border: 1px solid var(--border-color-notice,#987027);
background-color: var(--background-color-notice-subtle, #fdf2d5);
padding: 1.5rem 1rem 1rem 5rem;
margin: 10px 0;
position: relative;
border-radius: 5px;
font-size: 1rem;
}
.note-icon {
background-color: var(--color-notice, #eeb533);
color: var(--background-color-notice-subtle, #fdf2d5);
border-radius: 50%;
width: 2.5rem;
height: 2.5rem;
display: inline-flex;
align-items: center;
justify-content: center;
position: absolute;
left: 1.5rem;
top: 50%;
transform: translateY(-50%);
font-weight: bold;
font-size: 1.5rem;
}