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

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

Страница интерфейса MediaWiki
Нет описания правки
Нет описания правки
 
(не показано 210 промежуточных версий 3 участников)
Строка 3: Строка 3:
.law-td {
.law-td {
   text-decoration: underline;
   text-decoration: underline;
color: #030303;
}
}


Строка 11: Строка 12:


.law-selected {
.law-selected {
   outline: 2px solid #529ff1;
   /*outline: 2px solid #529ff1;*/
   box-shadow: 0px 0px 37px 17px rgba(34, 60, 80, 0.3) inset;
   box-shadow: 0px 0px 15px 5px rgba(34, 60, 80, 0.5) inset;
  }
  }


Строка 29: Строка 30:
/* Зеленый, желтый, оранжевый, красный, темно-красный */  
/* Зеленый, желтый, оранжевый, красный, темно-красный */  


.td-bg1 { background-color: #d9ead3; }
.td-bg1 { background-color: #d9ead3; color: #030303;}
.td-bg2 { background-color: #fff2cc; }
.td-bg2 { background-color: #fff2cc; color: #030303;}
.td-bg3 { background-color: #f9cb9c; }
.td-bg3 { background-color: #f9cb9c; color: #030303;}
.td-bg4 { background-color: #f4cccc; }
.td-bg4 { background-color: #f4cccc; color: #030303;}
.td-bg5 { background-color: #e89b9b; }
.td-bg5 { background-color: #e89b9b; color: #030303;}


.th-bg1 { background-color: #93c47d; }
.th-bg1 { background-color: #93c47d; color: #030303;}
.th-bg2 { background-color: #ffd966; }
.th-bg2 { background-color: #ffd966; color: #030303;}
.th-bg3 { background-color: #e69138; }
.th-bg3 { background-color: #e69138; color: #030303;}
.th-bg4 { background-color: #e06666; }
.th-bg4 { background-color: #e06666; color: #030303;}
.th-bg5 { background-color: #cc0000; }
.th-bg5 { background-color: #cc0000; color: #030303;}




Строка 47: Строка 48:
   display: flex;
   display: flex;
   width: 100%;
   width: 100%;
   border: 1px solid #ccc;
   border: 1px solid #1e222ccc;
   border-radius: 6px;
   border-radius: 6px;
   overflow: hidden;
   overflow: hidden;
Строка 56: Строка 57:
   flex-direction: column;
   flex-direction: column;
   width: 220px;
   width: 220px;
   background-color: #e6ebf6;
   background-color: #1a232ab3;
   border-right: 1px solid #ccc;
   border-right: 1px solid #1e222ccc;
 
}
}


Строка 64: Строка 66:
   cursor: pointer;
   cursor: pointer;
   font-weight: bold;
   font-weight: bold;
  color: #333;
color: #fcfcfc;
   border-bottom: 1px solid #ddd;
   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: #d5dae6;
   background-color: #1e222ccc;
}
}


.vtabs-button.active {
.vtabs-button.active {
   background-color: #eef2f9;
   background-color: #1a232ab3;
   color: #2a6ddf;
   color: #2a6ddf;
   border-left: 4px solid #2a6ddf;
   border-left: 4px solid #2a6ddf;
Строка 82: Строка 84:
   flex-grow: 1;
   flex-grow: 1;
   padding: 20px;
   padding: 20px;
   background: #eef2f9;
   background: #1a232ab3;
  color: #fcfcfc;
}
}


Строка 91: Строка 94:
.vtabs-content.active {
.vtabs-content.active {
   display: block;
   display: block;
}
/* Сворачиваемая панель */
.colstr-panel {
  border: 1px solid #ccc;
  border-radius: 2px;
  margin: 10px 0;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.colstr-header {
  background-color: #e6ebf6;
  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;
}
.colstr-header:hover {
  background-color: #d5dae6;
}
.colstr-content {
  padding: 10px 14px;
  display: none;
  animation: fadeIn 0.3s ease-in-out;
}
.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: #d5dae6;
}
}


Строка 159: Строка 114:
   }
   }
}
}
/* разные БГшки*/
.space-bg,
.space-bg,
.stars-bg,
.stars-bg,
Строка 186: Строка 143:
}
}


/* Стрелочка */
.Inteqbg{
 
    content: '';
a.back-to-top {
    position: fixed;
  display: none;
    top: 0;
  width: 70px;
    left: 0;
  height: 70px;
    width: 100%;
  text-indent: -9999px;
    height: 100%;
  position: fixed;
    background-image: linear-gradient(to bottom, #e3943f, #838383);
  z-index: 999;
    background-repeat: no-repeat;
  left: 100px;
    background-position: center; center;
  bottom: 20px;
    background-size: 100% auto;
  background-color: darkred;
    z-index: -2;
  background: url(https://wiki.ss13-bluemoon.ru/images/4/41/Arrowtop.png) 0% 0%/70px
    opacity: 1;
     70px no-repeat;
}
  background-position: 43%;
.Inteqlogobg{
  background-position-x: center;
    content: '';
  border-radius: 30px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('/images/e/ed/Inteqlogo1.png');
     background-repeat: no-repeat;
    background-position: center; center;
    background-size: 30% auto;
    z-index: -1;
    opacity: 0.3;
}
}


a.back-to-top:hover {
  background-color: transparent;
}


/* Панель для гайдов */
/* Панель для гайдов */
Строка 322: Строка 286:
   background: url(https://wiki.ss13-bluemoon.ru/images/4/47/Guide-bg-misc.png) center top no-repeat; !important
   background: url(https://wiki.ss13-bluemoon.ru/images/4/47/Guide-bg-misc.png) center top no-repeat; !important
}
}
 
.lore-bg-inteq {
  background: url(https://wiki.ss13-bluemoon.ru/images/c/c0/Lore-bg-Inteq.png) center top no-repeat; !important
}


/* Убираем размытие со всех изображений */
/* Убираем размытие со всех изображений */
Строка 335: Строка 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));
}
}


Строка 345: Строка 311:
.coffee-bg {
.coffee-bg {
   background-image: linear-gradient(to bottom right, rgba(191, 145, 97, 0.45), rgba(220, 160, 110, 0.45));
   background-image: linear-gradient(to bottom right, rgba(191, 145, 97, 0.45), rgba(220, 160, 110, 0.45));
}
.CM-bg {
  background-image: linear-gradient(to bottom right, rgba(179, 141, 202, 0.45), rgba(206, 156, 225, 0.45));
}
}


Строка 476: Строка 446:


@media (max-width: 600px) {
@media (max-width: 600px) {
   .test-main-panel .item {
   .main-panel .item {
     flex: 1 1 100% !important;
     flex: 1 1 100% !important;
   }
   }


   .test-main-panel .button {
   .main-panel .button {
     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;
}
}