DIV_CLASS_ROW

MediaWiki: Tweeki.css: различия между версиями 🔗


Материал из VEDA Wiki
Перейти к: навигация, поиск
(Новая страница: «→‎CSS placed here will affect users of the Tweeki skin: .new { pointer-events: none; cursor: default; opacity: 0.6; }»)
 
Нет описания правки
Строка 3: Строка 3:
   pointer-events: none;
   pointer-events: none;
   cursor: default;
   cursor: default;
  opacity: 0.6;
//  opacity: 0.6;
  color: black;
  text-decoration: none;
}
}

Версия от 20:30, 4 октября 2024

/* CSS placed here will affect users of the Tweeki skin */
.new {
  pointer-events: none;
  cursor: default;
//  opacity: 0.6;
  color: black;
  text-decoration: none;
}