Книги вики
Книги вики
Нет описания правки
Метка: sourceedit
Нет описания правки
Метка: sourceedit
Строка 80: Строка 80:
 
border: 1px solid #006400;
 
border: 1px solid #006400;
 
height: 49%;
 
height: 49%;
  +
}
  +
  +
/*Полоса прокрутки*/
  +
::selection {
  +
background: #272727;
  +
}
  +
  +
::-webkit-scrollbar {
  +
width: 15px;
  +
}
  +
  +
::-webkit-scrollbar-thumb {
  +
border: 1px solid #2E2E2E;
  +
border-radius: 3px;
  +
background: #008000;
  +
background-size:15px;
  +
}
  +
  +
::-webkit-scrollbar-thumb:hover {
  +
background: white;
  +
}
  +
  +
::-webkit-scrollbar-track {
  +
background: grey;
  +
border: 1px solid #191919;
 
}
 
}

Версия от 08:21, 20 июня 2017

/* Цветные никнеймы сотрудников */
/*Delen4ik*/
a[href$="Delen4ik"], a[href$="/Delen4ik"]
{color:#008000 !important;}

/*Max-88*/
a[href$="Max-88"], a[href$="/Max-88"]
{color:#B22222 !important;}

/*Kuzura*/
a[href$="Kuzura"], a[href$="/Kuzura"]
{color:#32CD32 !important;}

/*Plizirim*/
a[href$="Plizirim"], a[href$="/Plizirim"]
{color:#9400D3 !important;}

/*Vlazovskiy*/
a[href$="Vlazovskiy"], a[href$="/Vlazovskiy"] 
{color:#00FA9A !important;}

/*Kopcap94*/
a[href$="Kopcap94"], a[href$="/Kopcap94"] 
{color:#008080 !important;}

/* Скрытие названия "Заглавная" */
body.mainpage .WikiaPageHeader h1 {
    display: none;
}

/* Добавление линий к сторонам баннеров и небольшое их скругление */
#SPOTLIGHT_FOOTER .WikiaSpotlight img {
    height: auto;
    width: 100%;
    border: 5px solid #008000;
    border-radius:5px;
}

/* Смена параметров текста «Близких по теме статей» */
.RelatedPagesModule h2 {
    border-bottom: solid 1px #008000;
    margin-top: 30px;
    overflow: hidden;
    color:#008000;
}

/* Округляем блок Wikia Rail */
.WikiaRail .module, .WikiaRail #RIGHT_SKYSCRAPER {
    zoom: 1;
    background: #c9f2c9;
    border: 1px solid #008000;
    margin-bottom: 10px;
    padding: 20px 15px 15px;
    position: relative;
    word-wrap: break-word;
    -ms-border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

/* Стили для модуля "Обсуждения" */
.discussion-module {
    border: 2px solid #006400;
    background-color: #D6FFDB;
    padding: 10px;
}
 
.discussion-module .discussion-title {
    border: 1px solid #006400;
    background-color: #98FB98;
    text-align: center;
}
 
.discussion-module .discussion-link {
    right: 20px;
}
.discussion-module .discussion-threads .discussion-thread,
.discussion-test .discussion-thread:nth-child(n+3){
    border: 1px solid #006400;
    height: 49%;
}

/*Полоса прокрутки*/
::selection {
background: #272727;
}
 
::-webkit-scrollbar {
width: 15px;
}
 
::-webkit-scrollbar-thumb {
border: 1px solid #2E2E2E;
border-radius: 3px;
background:	#008000;
background-size:15px;
}
 
::-webkit-scrollbar-thumb:hover {
background: white;
}
 
::-webkit-scrollbar-track {
background: grey;
border: 1px solid #191919;
}