Открыть меню
Переключить меню настроек
Открыть персональное меню
Вы не представились системе
Ваш IP-адрес будет виден всем, если вы внесёте какие-либо изменения.

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

Страница интерфейса MediaWiki
Нет описания правки
Нет описания правки
 
(не показано 5 промежуточных версий 2 участников)
Строка 171: Строка 171:
     opacity: 0.3;
     opacity: 0.3;
}
}
/* Стрелочка url('/images/a/a7/Testbg2.png')*/


a.back-to-top {
  display: none;
  width: 70px;
  height: 70px;
  text-indent: -9999px;
  position: fixed;
  z-index: 999;
  right: 100px;
  bottom: 40px;
  background-color: darkred;
  background: url(https://wiki.ss13-bluemoon.ru/images/4/41/Arrowtop.png) 0% 0%/70px
    70px no-repeat;
  background-position: 43%;
  background-position-x: center;
  border-radius: 30px;
}
a.back-to-top:hover {
  background-color: transparent;
}


/* Панель для гайдов */
/* Панель для гайдов */
Строка 322: Строка 301:
}
}


.whitemoon-bg {
.palemoon-bg {
   background-image: linear-gradient(to bottom right, rgba(91, 99, 109, 0.45), rgba(150, 150, 150, 0.45));
   background-image: linear-gradient(to bottom right, rgba(63, 69, 77, 0.45), rgba(110, 107, 107, 0.45));
}
}


Строка 474: Строка 453:
     flex: 1 1 100% !important;
     flex: 1 1 100% !important;
   }
   }
}
.tooltip {
  position: relative;
  cursor: pointer;
}
.tooltiptext {
  position: absolute;
  display: block;
  z-index: 2;
  width: 250px;
  padding: 10px;
  visibility: hidden;
  opacity: 0;
  white-space: normal;
  text-align: left;
  transition: all 0.2s;
  border: 1px solid #aaa;
  background-color: #005069;
  border-radius: 8px;
  transition-delay: 0.2s;
  color: #fcfcfc;
}
.tooltip:hover > .tooltiptext{
  visibility: visible;
  opacity: 1;
  transition-delay: 0.1s;
}
}