Шаблон:Speech/styles.css

Версия от 08:09, 6 мая 2025; Aylong (обсуждение | вклад) (Новая страница: «.speech { position: relative; } .speech:before { position: absolute; right: 0.25em; bottom: 1em; content: ''; background-color: var(--color-notice-brown); width: 1em; height: 1em; transform: rotate(45deg); z-index: -1; }»)
(разн.) ← Предыдущая версия | Текущая версия (разн.) | Следующая версия → (разн.)
.speech {
  position: relative;
}

.speech:before {
  position: absolute;
  right: 0.25em;
  bottom: 1em;
  content: '';
  background-color: var(--color-notice-brown);
  width: 1em;
  height: 1em;
  transform: rotate(45deg);
  z-index: -1;
}