Ugrás a tartalomhoz

Sablon:NoteBox/styles.css

Innen: TransLife.FYI
A lap korábbi változatát látod, amilyen Efertone (vitalap | szerkesztései) 2025. április 4., 23:28-kor történt szerkesztése után volt. (Ú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…”)
(eltér) ← Régebbi változat | Aktuális változat (eltér) | Újabb változat→ (eltér)
.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: 2.5rem;
}