„Sablon:NoteBox/styles.css” változatai közötti eltérés
Megjelenés
	
	
| Nincs szerkesztési összefoglaló | Nincs szerkesztési összefoglaló | ||
| (2 közbenső módosítás ugyanattól a felhasználótól nincs mutatva) | |||
| 4. sor: | 4. sor: | ||
|    padding: 1.5rem 1rem 1rem 5rem; |    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; | ||
| } | } | ||
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;
}