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