DIV_CLASS_ROW

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


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

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

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