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

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

Страница интерфейса MediaWiki
Нет описания правки
Нет описания правки
 
(не показано 46 промежуточных версий 2 участников)
Строка 48: Строка 48:
   display: flex;
   display: flex;
   width: 100%;
   width: 100%;
   border: 1px solid #1e222c;
   border: 1px solid #1e222ccc;
   border-radius: 6px;
   border-radius: 6px;
   overflow: hidden;
   overflow: hidden;
Строка 57: Строка 57:
   flex-direction: column;
   flex-direction: column;
   width: 220px;
   width: 220px;
   background-color: #0d121b;
   background-color: #1a232ab3;
   border-right: 1px solid #1e222c;
   border-right: 1px solid #1e222ccc;


}
}
Строка 67: Строка 67:
   font-weight: bold;
   font-weight: bold;
color: #fcfcfc;
color: #fcfcfc;
   border-bottom: 1px solid #1e222c;
   border-bottom: 1px solid #1e222ccc;
   transition: background 0.2s, color 0.2s;
   transition: background 0.2s, color 0.2s;
}
}


.vtabs-button:hover {
.vtabs-button:hover {
   background-color: #1e222c;
   background-color: #1e222ccc;
}
}


.vtabs-button.active {
.vtabs-button.active {
   background-color: #1e222c;
   background-color: #1a232ab3;
   color: #2a6ddf;
   color: #2a6ddf;
   border-left: 4px solid #2a6ddf;
   border-left: 4px solid #2a6ddf;
Строка 84: Строка 84:
   flex-grow: 1;
   flex-grow: 1;
   padding: 20px;
   padding: 20px;
   background: #0d121b;
   background: #1a232ab3;
   color: #fcfcfc;
   color: #fcfcfc;
}
}
Строка 94: Строка 94:
.vtabs-content.active {
.vtabs-content.active {
   display: block;
   display: block;
}
/* Сворачиваемая панель */
.colstr-panel {
  border-radius: 2px;
  margin: 10px 0;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.colstr-header {
  background-color: #0d121b;
  padding: 10px 14px;
  cursor: pointer;
  font-weight: bold;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 5px 5px 0 0;
  transition: background-color 0.1s;
color: #fcfcfc;
}
.colstr-header:hover {
  background-color: #1e222c;
}
.colstr-content {
  padding: 10px 14px;
  display: none;
  animation: fadeIn 0.3s ease-in-out;
  background-color: #0d121b;
color: #fcfcfc;
}
.colstr-panel.open .colstr-content {
  display: block;
}
.colstr-panel .arrow {
  transition: transform 0.3s;
}
.colstr-panel.open .arrow {
  transform: rotate(180deg);
}
.colstr-panel.open .colstr-header {
  border-bottom: 3px solid #4a90e2;
  background-color: #1e222c;
}
}


Строка 222: Строка 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;
}


/* Панель для гайдов */
/* Панель для гайдов */
Строка 373: Строка 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));
}
}


Строка 526: Строка 454:
   }
   }
}
}


.tooltip {
.tooltip {
Строка 547: Строка 474:
   background-color: #005069;
   background-color: #005069;
   border-radius: 8px;
   border-radius: 8px;
   transition-delay: 0.2s;
   transition-delay: 0.2s;
color: #fcfcfc;
  color: #fcfcfc;
}
}


.tooltip:hover > .tooltiptext {
.tooltip:hover > .tooltiptext{
   visibility: visible;
   visibility: visible;
  opacity: 1;
  transition-delay: 0.1s;
}
.tooltipclick.active .tooltiptext {
  display: block;
   opacity: 1;
   opacity: 1;
   transition-delay: 0.1s;
   transition-delay: 0.1s;
}
}