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:31-kor történt szerkesztése után volt.
.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;
  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: 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;
}