„Sablon:WarningBox/styles.css” változatai közötti eltérés
Megjelenés
Új oldal, tartalma: „.warning-box { border: 1px solid #f00; background-color: #ffe6e6; padding: 10px; margin: 10px 0; border-radius: 5px; }” |
Nincs szerkesztési összefoglaló |
||
(7 közbenső módosítás ugyanattól a felhasználótól nincs mutatva) | |||
1. sor: | 1. sor: | ||
.warning-box { | .warning-box { | ||
border: 1px solid # | border: 1px solid var(--border-color-warning,#987027); | ||
background-color: # | background-color: var(--background-color-warning-subtle, #fdf2d5); | ||
padding: | padding: 2.5rem 2rem 2rem 6rem; | ||
margin: 10px 0; | margin: 10px 0; | ||
border-radius: 5px; | border-radius: 5px; | ||
position: relative; | |||
font-size: 1rem; | |||
} | |||
.warning-icon { | |||
background-color: var(--color-warning, #eeb533); | |||
color: var(--background-color-warning-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: 2.5rem; | |||
} | } |
A lap jelenlegi, 2025. április 4., 15:21-kori változata
.warning-box {
border: 1px solid var(--border-color-warning,#987027);
background-color: var(--background-color-warning-subtle, #fdf2d5);
padding: 2.5rem 2rem 2rem 6rem;
margin: 10px 0;
border-radius: 5px;
position: relative;
font-size: 1rem;
}
.warning-icon {
background-color: var(--color-warning, #eeb533);
color: var(--background-color-warning-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: 2.5rem;
}