Нэнси Дрю Вики
Advertisement

Замечание: Возможно, после публикации вам придётся очистить кэш своего браузера, чтобы увидеть изменения.

  • Firefox / Safari: Удерживая клавишу Shift, нажмите на панели инструментов Обновить либо нажмите Ctrl+F5 или Ctrl+R (⌘+R на Mac)
  • Google Chrome: Нажмите Ctrl+Shift+R (⌘+Shift+R на Mac)
  • Internet Explorer / Edge: Удерживая Ctrl, нажмите Обновить либо нажмите Ctrl+F5
  • Opera: Нажмите Ctrl+F5.
.nav_MID a { color: #ff7619 !important; }
.nav_DAN a { color: #e94f3b !important; }
.nav_DAN a.new { color: red !important; }

/* Исправление галереи: центровка изображений */
.mainpage .wikia-gallery-item .thumb .image { display:block !important; }
/* Небольшое увеличение изображения в галерее при наведении */
#gallery-0 img {
	-webkit-transition: all 1s ease;
	transition: all 1s ease; 
	border-radius: 5px; }
#gallery-0 img:hover {
	transform: scale(1.05); 
	border-radius: 5px; }
#gallery-1 img {
	-webkit-transition: all 1s ease;
	transition: all 1s ease; 
	border-radius: 5px; }
#gallery-1 img:hover {
	transform: scale(1.05); 
	border-radius: 5px; }
#gallery-2 img {
	-webkit-transition: all 1s ease;
	transition: all 1s ease; 
	border-radius: 5px; }
#gallery-2 img:hover {
	transform: scale(1.05); 
	border-radius: 5px; }
#gallery-3 img {
	-webkit-transition: all 1s ease;
	transition: all 1s ease; 
	border-radius: 5px; }
#gallery-3 img:hover {
	transform: scale(1.05); 
	border-radius: 5px; }
	
.wikia-gallery-border-small .thumb .gallery-image-wrapper {
    border: 2px solid rgba(171, 5, 59, 0.5); 
    margin-top: 3px;
    border-radius: 5px;}
.wikia-gallery-item .thumb .gallery-image-wrapper {
    border: 2px solid rgba(171, 5, 59, 0.5); 
    margin-top: 3px;
    border-radius: 5px; }
    
/* .wikia-gallery-item .title, .wikia-gallery-item .lightbox-caption {
    line-height: 25px !important;
    margin: 20px 0 5px;
    color: #ff7619 !important; } */
/* .wikia-gallery-item .title, .wikia-gallery-item .lightbox-caption a {
    color: #ff7619 !important; } */


.mainpagestyle {
	background: transparent;
	-moz-box-shadow: 0 0 5px #b03054, inset 0 0 20px rgba(171, 5, 51, 0.4);
	-webkit-box-shadow: 0 0 5px #b03054, inset 0 0 20px rgba(171, 5, 51, 0.4); 
	box-shadow: 0 0 5px #b03054, inset 0 0 20px rgba(171, 5, 51, 0.4)}
.mainpagestyle_right {
	margin-right: 3px; 
	background: transparent;
	box-shadow: inset 0 0 20px rgba(171, 5, 51, 0.4);
	box-shadow: 0 0 5px #b03054;
	-moz-box-shadow: inset 0 0 20px rgba(171, 5, 51, 0.4);
	-webkit-box-shadow: inset 0 0 20px rgba(171, 5, 51, 0.4);
	border-bottom-right-radius: 10px; 
	border-bottom-left-radius: 10px; } 

.heading {
   border-radius: 0px;
   background-color: #ab0635; 
   color: #fff; 
   font-size:120%; 
   font-family: 'RobotoBold'; 
   text-align:center;
   width:100%; }
.heading a { color: #fff !important; }
   
.heading_round {
   border-top-left-radius: 10px;
   border-top-right-radius: 10px;
   padding: 0em 0em; 
   margin:0 0 10px 0; 
   background-color: #ab0635; 
   color: #fff; 
   font-size:120%; 
   font-family: 'RobotoBold'; 
   text-align:center;
   width:100%; } 

/*############################################*/
/*   ↓↓↓↓↓↓           ФОН            ↓↓↓↓↓↓   */
/*############################################*/

/** Основной фон **/
.mediawiki {
    background-image:url("http://vignette3.wikia.nocookie.net/herinteractive/images/5/50/Wiki-background/revision/latest?cb=20160226190522&path-prefix=ru") !important;
    background-position: center top !important; /* Расположение фона */
    background-repeat: repeat-x; /* Замостить только горизонтально */
    background-attachment: fixed !important; /* Фиксация фона  */
    background-size: cover !important; }     /* Заполнение фона */ 

/** Заблеренный фон **/
.WikiaPage {
    /*background-image: url('http://vignette2.wikia.nocookie.net/herinteractive/images/4/43/Blur1.jpg/revision/latest?cb=20160907083029&path-prefix=ru'); *//* Сам заблеренный фон */
    background-color: rgba(255,255,255,0.57);
    background-attachment: fixed;               /* Фиксация фона */
    background-position: center top !important; /* Закрепление фона */
    opacity: 1;                                 /* Полная непрозрачность  */
    background-size: cover !important;   /* Заполнение фона */ 
    /*border-radius: 30px;*/        /* Закругялем уголки фона (основная лента) */ 
    border: none !important;}     /* Выпиливаем обводку всей страницы */   
.WikiaPage .WikiaPageBackground {
    opacity: 0; }
/*############################################*/
/*          ↑↑↑  КОНЕЦ РАЗДЕЛА  ↑↑↑           */
/*      ############################          */
/*          ↓↓↓     НАВМЕНЮ     ↓↓↓           */
/*############################################*/
 
/* Ур. 1. Подсветка при наведении на текст */
.WikiHeader > nav li.marked a:hover { 
    text-shadow: #fcd267 0 0 3px !important; } 
/* Ур. 1. Подчеркивание при наведении на текст, НЕ ссылки */
.WikiHeader > nav li.marked:hover { 
    color: white !important; }

/* Ур. 2. Фон общий и фон выбранной вкладки. Оконтовки */
#WikiaPage .WikiNav .navbackground, #WikiaPage .WikiNav .nav-item.marked {       background-color: #ab0635 !important; }
#WikiaPage .WikiNav .nav-item.marked > a { 
    border-top: 1px solid transparent; }
#WikiaPage .WikiNav .nav > .nav-item { 
    border-bottom: 1px solid #ab0635; }
/* Если понадобится еще оконтовку 
#WikiaPage .WikiNav .navbackground > div { background-color: #7d0040; } */
/* Ур. 2. Ссылки при наведении курсора и в момент нажатия */
#WikiaPage .WikiNav .subnav-2-item > a:hover {
    color: #fff !important; 
    text-shadow: #fcd267 0 0 3px !important; } /* Наведение */
#WikiaPage .WikiNav .subnav-2-item > a:active {
    color: #fff !important; 
    text-shadow: #e88d09 0 0 3px !important; } /* Нажатие */

/* Ур. 2. Оконтовка каждого раздела */
#WikiaPage .WikiNav .subnav-2-item.marked2 > ul { 
    border: none !important; }
#WikiaPage .WikiNav .subnav-2-item.marked2 > a { 
    border: none !important; 
    /*border-bottom: #cccccc !important;*/ }
/* Ур. 3. Фон и цвет ссылок */
#WikiaPage .WikiNav .subnav-2-item.marked2 > ul > li .subnav-3a,
#WikiaPage .WikiNav .subnav-2-item.marked2 > .subnav-3.subnav,
#WikiaPage .WikiNav .subnav-2-item.marked2 > a {
    color: #ab0635 !important; 
    border-radius: 5px;
    background-color: #eaeaea !important; }
/* Ур. 3. Ссылки при наведении курсора и в момент нажатия */
#WikiaPage .WikiNav .subnav-2-item.marked2 > ul > li:hover .subnav-3a,
#WikiaPage .WikiNav .subnav-2-item.marked2 > a:hover {
    color: #fff !important; 
    text-shadow: #e88d09 0 0 3px !important; 
    background-color: #ab0635 !important; }

/*####################################################*/
/*               ↑↑↑  КОНЕЦ РАЗДЕЛА  ↑↑↑              */
/* ################################################## */
/* ↓↓↓ КНОПКИ (ОСТАВЬ НАДЕЖДУ ВСЯК СЮДА ВХОДЯЩИЙ) ↓↓↓ */
/*################################################### */

/* Все кнопки. Обычное состояние */
a.wikia-button, .wikia-single-button a, .wikia-menu-button, input[type="submit"], input[type="reset"], input[type="button"], .button, button {
    height: 20px;
    border: 1px solid #cfcdc8 !important;
    background-image: radial-gradient(ellipse closest-corner, #e98d0a, #ffde91) !important;
    font-family: 'RobotoBold' !important;
    color: #fff !important;
	text-align: center !important;
    font-weight: normal !important;
    box-shadow: none;
    border-radius: 11px; 
    transition:background-image 0.5s;
-moz-transition:background-image 0.5s; /* Firefox 4 */
-webkit-transition:background-image 0.5s; /* Safari and Chrome */
-o-transition:background-image 0.5s; /* Opera */}

/* Основные кнопки. Наведение курсора */
a.wikia-button:hover, .wikia-single-button a:hover, .wikia-menu-button:hover, input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover, .button:hover, button:hover {
    background: #fcd267 !important;
    font-family: 'RobotoBold' !important;
    color: #a96606 !important;
    text-align: center !important;
    text-decoration: none !important;
    text-shadow: none !important;
    box-shadow: none; 
    transition:background-image 0.5s;
-moz-transition:background-image 0.5s; /* Firefox 4 */
-webkit-transition:background-image 0.5s; /* Safari and Chrome */
-o-transition:background-image 0.5s; /* Opera */}
/* Основные кнопки. Нажатие */
a.wikia-button.active, a.wikia-button:active, .wikia-single-button a.active, .wikia-single-button a:active, .wikia-menu-button.active, .wikia-menu-button:active, input[type="submit"].active, input[type="submit"]:active, input[type="reset"].active, input[type="reset"]:active, input[type="button"].active, input[type="button"]:active, .button.active, .button:active, button.active, button:active {
    background: #fcd267 !important;
    font-family: 'RobotoBold' !important;
    color: #a96606 !important;
    text-align: center !important;
    text-decoration: none !important;
    text-shadow: none !important;
    box-shadow: none; 
    transition:background-image 0.5s;
-moz-transition:background-image 0.5s; /* Firefox 4 */
-webkit-transition:background-image 0.5s; /* Safari and Chrome */
-o-transition:background-image 0.5s; /* Opera */}

/* Второстепенные кнопки. Обычное состояние */
a.wikia-button.secondary, .wikia-single-button a.secondary, .wikia-menu-button.secondary, input[type="submit"].secondary, input[type="reset"].secondary, input[type="button"].secondary, .button.secondary {
height: 20px;
    border: 1px solid #cfcdc8 !important;
    background-image: radial-gradient(ellipse closest-corner, #e98d0a, #ffde91) !important;
    font-family: 'RobotoBold' !important;
    color: #fff !important;
	text-align: center !important;
    font-weight: normal !important;
    box-shadow: none;
    border-radius: 11px; 
    transition:background-image 0.5s;
-moz-transition:background-image 0.5s; /* Firefox 4 */
-webkit-transition:background-image 0.5s; /* Safari and Chrome */
-o-transition:background-image 0.5s; /* Opera */}
/* Второстепенные кнопки. Наведение курсора */
a.wikia-button.secondary:hover, .wikia-single-button a.secondary:hover, .wikia-menu-button.secondary:hover, input[type="submit"].secondary:hover, input[type="reset"].secondary:hover, input[type="button"].secondary:hover, .button.secondary:hover {
    background: #fcd267 !important;
    font-family: 'RobotoBold' !important;
    color: #a96606 !important;
    text-align: center !important;
    text-decoration: none !important;
    text-shadow: none !important;
    box-shadow: none; 
    transition:background-image 0.5s;
-moz-transition:background-image 0.5s; /* Firefox 4 */
-webkit-transition:background-image 0.5s; /* Safari and Chrome */
-o-transition:background-image 0.5s; /* Opera */}
/* Второстепенные кнопки. Нажатие */
a.wikia-button.secondary.active, a.wikia-button.secondary:active, .wikia-single-button a.secondary.active, .wikia-single-button a.secondary:active, .wikia-menu-button.secondary.active, .wikia-menu-button.secondary:active, input[type="submit"].secondary.active, input[type="submit"].secondary:active, input[type="reset"].secondary.active, input[type="reset"].secondary:active, input[type="button"].secondary.active, input[type="button"].secondary:active, .button.secondary.active, .button.secondary:active {
 background: #fcd267 !important;
    font-family: 'RobotoBold' !important;
    color: #a96606 !important;
    text-align: center !important;
    text-decoration: none !important;
    text-shadow: none !important;
    box-shadow: none; 
    transition:background-image 0.5s;
-moz-transition:background-image 0.5s; /* Firefox 4 */
-webkit-transition:background-image 0.5s; /* Safari and Chrome */
-o-transition:background-image 0.5s; /* Opera */}

/* Кнопка "Править", будь она неладна */
a.wikia-button:active, .wikia-single-button a:active,
input[type="submit"]:active, input[type="reset"]:active, input[type="button"]:active, .button:active, button:active,
.wikia-menu-button > a:active, .wikia-menu-button > .drop:active, .wikia-chiclet-button:active {
    background-image: radial-gradient(ellipse closest-corner, #e98d0a, #ffde91) !important;
    color: white !important;
    text-align: center !important;
    text-decoration: none !important;
    box-shadow: none;
    text-shadow: none; 
    transition:background-image 0.5s;
-moz-transition:background-image 0.5s; /* Firefox 4 */
-webkit-transition:background-image 0.5s; /* Safari and Chrome */
-o-transition:background-image 0.5s; /* Opera */}
/* Кнопка-стрелка кнопки "Править" */
.wikia-menu-button > a,
.wikia-menu-button > .drop {
    background: transparent !important;
    border: 1px solid #cfcdc8 !important;
    border-radius: 11px; 
    transition:background-image 0.5s;
-moz-transition:background-image 0.5s; /* Firefox 4 */
-webkit-transition:background-image 0.5s; /* Safari and Chrome */
-o-transition:background-image 0.5s; /* Opera */}
/* Пользуясь случаем, хочу передать привет кнопке "Править". Надеюсь, ты подавишься своим фиксом текста при наведении, тварь (сгори в Аду) */
.wikia-menu-button > a:hover { 
    font-family: 'RobotoBold' !important;
    color: #a96606 !important;
    text-align: center !important;
    text-decoration: none !important;
    text-shadow: none !important; 
    transition:background-image 0.5s;
-moz-transition:background-image 0.5s; /* Firefox 4 */
-webkit-transition:background-image 0.5s; /* Safari and Chrome */
-o-transition:background-image 0.5s; /* Opera */}

/* Кнопка-стрелка для выпадающих киш... списков у второстепенных кнопок */  
.wikia-menu-button.secondary > a,
.wikia-menu-button.secondary .drop,
.wikia-menu-button.secondary > li > a {
    color: white !important;
    background: transparent !important;
    text-align: center !important;
    text-decoration: none;
    text-shadow: none;
    border: 1px solid #cfcdc8 !important;
    border-radius: 11px; 
    transition:background-image 0.5s;
-moz-transition:background-image 0.5s; /* Firefox 4 */
-webkit-transition:background-image 0.5s; /* Safari and Chrome */
-o-transition:background-image 0.5s; /* Opera */}

/* Стрелочка у кнопки "Вклад" */
a.wikia-button.secondary img.chevron, .wikia-single-button a.secondary img.chevron, .wikia-menu-button.secondary img.chevron, input.secondary[type="submit"] img.chevron, input.secondary[type="reset"] img.chevron, input.secondary[type="button"] img.chevron, .button.secondary img.chevron, button.secondary img.chevron {
    border-color: #fff transparent transparent; }
    
/* Стиль для кнопок «Править» и «Удалить» в коментариях */
span.tools a.article-comm-delete,
span.tools .edit-link a.article-comm-edit.actionButton {
    background-image: linear-gradient(to top,#e98d0a,white); /* Перекрасить под цвета HI */
    background-image: -moz-linear-gradient(to top,#e98d0a,white);
    background-image: -o-linear-gradient(to top,#e98d0a,white);
    background-image: -webkit-linear-gradient(to top,#e98d0a,white);
    padding: 4.1px;
    border-radius: 4px;
    padding-left: 6px;
    padding-right: 6px;
    border: 1px solid #eee; }
span.tools .remove.sprite,
span.tools span.edit-link .edit-pencil.sprite { display: none; }  /* Прячем оригинальные иконки */
 
/* Фикс кнопки «История» */
.thread-history { text-transform: capitalize !important; }

/*############################################*/
/*   ↑↑↑  КОНЕЦ РАЗДЕЛА (и твоей жизни) ↑↑↑   */
/*   ######################################   */
/*      ↓↓↓    ВЫПАДАЮЩИЕ СПИСКИ     ↓↓↓      */
/*############################################*/
 
 /* Оконтовка списка кнопки "Править" */
.wikia-menu-button ul,
.wikia-menu-button.secondary ul {
    border-color: #eaeaea !important;
    border-radius: 5px; }

/* Цвет фона и текста во второстпенных выпадающих списках (типо Вклад) */
.wikia-menu-button ul li a,
.wikia-menu-button.secondary ul li a {
    color: #e98d0a !important;
    font-weight: normal;
    text-align: center !important;
    border-color: #eaeaea !important;
    border-radius: 5px; 
    background: #eaeaea !important;
    height: 20px; }
    
/* Цвета фона и текста при наведении на пункт второстепенного выпадающего списка */
.wikia-menu-button ul a:hover,
.wikia-menu-button.secondary ul a:hover {
    color: #a96606 !important;
    text-align: center !important;
    border: none !important;
    border-radius: none !important;
    background: #fcd267 !important;
    height: 20px;
    text-shadow: #a96606 0 0 3px !important;
    text-decoration: none;
	transition:all 0.5s;
-moz-transition:all 0.5s; /* Firefox 4 */
-webkit-transition:all 0.5s; /* Safari and Chrome */
-o-transition:all 0.5s; /* Opera */}

/*############################################*/
/*            ↑↑↑  КОНЕЦ РАЗДЕЛА  ↑↑↑         */
/*        ############################        */
/*            ↓↓↓    ШРИФТЫ     ↓↓↓           */
/*############################################*/

/* Магия (нет) */
@font-face { font-family: 'RobotoReg'; src: url('https://dl.dropboxusercontent.com/u/60694328/RobotoRegular.ttf'); }
@font-face { font-family: 'RobotoLight'; src: url('https://dl.dropboxusercontent.com/u/60694328/RobotoLight.ttf'); }
@font-face { font-family: 'RobotoMed'; src: url('https://dl.dropboxusercontent.com/u/60694328/RobotoMedium.ttf'); }
@font-face { font-family: 'RobotoBold'; src: url('https://dl.dropboxusercontent.com/u/60694328/RobotoBold.ttf'); }
@font-face { font-family: 'SignPainter'; src: url('https://dl.dropboxusercontent.com/u/60694328/signpainter_housecasual__cyrillic__by_loinik-d8zn9zz.otf'); }

/* Шрифт основного текста */ 
body { 
    color:#333333;  
    font-family: 'RobotoReg' !important; 
    text-align: justify; }
    
/* Подсветка обычных ссылок в текстах при наведении курсора */
body a:hover {
    color: #ab0635;
    text-shadow: #ab0635 0 0 3px;
    text-decoration: none;
-webkit-transition: all .4s linear 0s;
-moz-transition: all .4s linear 0s;
-ms-transition: all .4s linear 0s;
-o-transition: all .4s linear 0s;
transition: all .4s linear 0s; }

/* Шрифт Недавней вики-активности */
.activity-heading { 
    font-family: 'RobotoMed' !important; 
    color: #333333;
    font-size: 16px !important;
    text-align: center; }
/* Шрифт таблиц */
.wikitable { 
    color:#333333; 
    font-family: 'RobotoReg' !important; }
/* Шрифт в предпросмотре */
.modalWrapper { 
    color:#333333; 
    font-family: 'RobotoLight' !important; }
/* Шрифт заголовков */
#WikiaMainContent h1,
#WikiaMainContent h2,
#WikiaMainContent h3,
#WikiaMainContent h4,
#WikiaMainContent h5,
.pi-horizontal-group .pi-data-label,
.pi-horizontal-group .pi-header { 
    font-family: 'RobotoBold' !important; }

/*############################################*/
/*            ↑↑↑  КОНЕЦ РАЗДЕЛА  ↑↑↑         */
/*        ##############################      */
/*            ↓↓↓       ФУТЕР     ↓↓↓         */
/*############################################*/

/* Настройки главного меню футера */
#WikiaBarWrapper,
.WikiaFooter .toolbar,
.WikiaFooter .tools-menu,
#WikiaBarWrapper .wikia-bar {
     background-image: none! important;
     background-color: #ab0533; 
     box-shadow: none !important; }
#WikiaBarWrapper .wikia-bar a:hover {
     color: white !important;
     text-shadow: #fcd267 0 0 3px !important; } /* Подсветка ссылок при наведении курсора */

/* Мои инструменты. Обычный вид фона */  
.WikiaBarWrapper .tools-menu {
	border-color: #eaeaea !important;
	bottom: 20px !important;
	box-shadow: none !important;
    border-radius: 5px;
    background-color: #eaeaea; }
/* Мои инструменты. Обычный вид текста */ 
.WikiaBarWrapper .tools-menu > li > a {
	color: #ab0635; }
/* Мои инструменты. Фон и текст при наведении курсора */ 
.WikiaBarWrapper .tools-menu > li:hover > a {
	background-color: #ab0635;
	font-family: 'RobotoReg' !important;
	color: #fff; 
    text-shadow: #e88d09 0 0 3px !important;
    border-radius: 5px;}

/* Обратиться к значку шестеренки
.WikiaBarWrapper .tools > li .sprite.gear { position: relative; left: 6px; top: 4px; }*/

/*############################################*/
/*            ↑↑↑  КОНЕЦ РАЗДЕЛА  ↑↑↑         */
/*        ##############################      */
/*        ↓↓↓ ГЛОБАЛЬНАЯ НАВИГАЦИЯ ↓↓↓        */
/*############################################*/

 /*   ### ГЛОБАЛЬНАЯ НАВИГАЦИЯ ИНВЕРСИВНАЯ ###   */
/* Главная панель и лого */
.global-navigation.inverse {
    background-color: rgba(171,6,53,0.65); }
.global-navigation.inverse .wikia-logo-container img {
    background-image: url("http://vignette2.wikia.nocookie.net/herinteractive/images/3/31/Wikia_Logo_Gold2.png/revision/latest?cb=20160909110258&path-prefix=ru"); }
    
/* Уведомления */
.global-navigation.inverse .notifications-container .notifications-entry-point {
    background-image: url(http://vignette1.wikia.nocookie.net/herinteractive/images/8/8d/AttPicBl.png/revision/latest?cb=20160913114935&path-prefix=ru);
    background-color: transparent;
    background-repeat: no-repeat; }
/* Иконка Уведомлений в активном состоянии*/
.global-navigation.inverse .notifications-container.active .notifications-entry-point { 
    background-image: url(http://vignette1.wikia.nocookie.net/herinteractive/images/8/8d/AttPicBl.png/revision/latest?cb=20160913114935&path-prefix=ru);
    background-repeat: no-repeat; }
/* Обычный вид списка Уведомлений. Фон */
.global-navigation.inverse #GlobalNavigationWallNotifications  {
    background-color: rgba(233,233,233,0.65);
    border: 3px solid rgba(233,233,233,0.65) !important; 
    border-radius: 5px !important;
    text-decoration: none !important; }
/* Обычный вид списка Уведомлений. Ссылки */
.global-navigation.inverse #GlobalNavigationWallNotifications .notifications-for-wiki .notifications-for-wiki-list a {
    color: #ab0533; }
/* Фон Уведомлений при наведении курсора */
.global-navigation.inverse #GlobalNavigationWallNotifications li:hover {
    background-color: rgba(171,6,53,0.35) !important;  
    text-decoration: none !important; 
    border-radius: 5px !important;} 
/*Ссылки Уведомлений при наведении курсора */
.global-navigation.inverse #GlobalNavigationWallNotifications .notifications-for-wiki:hover .notifications-for-wiki-list a {
    color: #fff;
    text-shadow: #e88d09 0 0 3px; 
    text-decoration: none !important; } 
/* Края фона Уведомлений, когда вкладка активна*/
.global-navigation.inverse .notifications-container.active { background-color: rgba(234,234,234,0.55); border-radius: 5px !important; }

/* Фон аватара */
.global-navigation.inverse .account-navigation-container .AccountNavigation.active { background-color: rgba(234,234,234,0.55); }
/* Обычный вид списка настроек аккаунта */ 
.global-navigation.inverse .AccountNavigation .user-menu { border-radius: 8px; }
.global-navigation.inverse .AccountNavigation .user-menu > li > a {
    background-color: rgba(234,234,234,0.55);
    color:  #ab0533; 
    border-radius: 5px;}
/* Вид списка настроек аккаунта при наведении курсора */ 
.global-navigation.inverse .AccountNavigation .user-menu > li > a:hover {
    background-color: rgba(171,5,51,0.55);
    color: #fff;
    text-shadow: #e88d09 0 0 3px !important; 
    border: none !important;
    padding: none !important;
    font-size: 14px; }

 /* Вид надписи "Исследуйте Викия" активной */
.global-navigation.inverse .explore-wikia-entry-point.active {
    border-radius: 5px !important;
    background-color: rgba(234,234,234,0.45); } /* Фон */
/* Вид надписи "Исследуйте Викия" при наведении курсора */
.global-navigation.inverse .cell-link.top-level:hover {
    color: #fff;
    background-color: rgba(234,234,234,0.45) !important; }
/* Обычный вид списка "Исследуйте Викия" */  
.global-navigation.inverse .explore-wikia-dropdown {
    border: 3px solid rgba(204,204,204,0.65) !important;
    border-radius: 5px;
    text-decoration: none;
    background-color: transparent;}
.global-navigation.inverse .explore-wikia-dropdown a {
    background-color: rgba(234,234,234,0.55); }
/* Список "Исследуйте Викия" при наведении курсора */
.global-navigation.inverse .explore-wikia-dropdown a:hover {
    background-color: rgba(171,5,51,0.55) !important;
    color: #fff;
    text-shadow: #e88d09 0 0 3px !important; 
    border-radius: 5px; }

 /* Обычный вид кнопки "Создать вики" */
.global-navigation.inverse .start-wikia-container .start-wikia {
    color: #fff !important; 
    border: solid 1px #fff; 
    border-radius: 5px; }
/* Вид кнопки "Создать вики" при наведении курсора */
.global-navigation .start-wikia-container:hover .start-wikia {
    color: #ab0534 !important;
    background: rgba(234,234,234,0.45) !important;
    border-radius: 5px; }    

     /*   ### ГЛОБАЛЬНАЯ НАВИГАЦИЯ ОБЫЧНАЯ ###   */
/* Главная полоса-шапка */
.global-navigation {
    background-color: #ab0533;
    box-shadow: 0 0 0 2px rgba(0,0,0,0.3);
    box-sizing: border-box;
    height: 46px;
    position: fixed;
    top: 0;
    transition-duration: .5s;
    transition-property: background-color;
    width: 100%;
    z-index: 5000101; }
/* "Wikia" */
.wikia-logo img {
    background-image: url("http://vignette2.wikia.nocookie.net/herinteractive/images/3/31/Wikia_Logo_Gold2.png/revision/latest?cb=20160909110258&path-prefix=ru");
    background-size: cover;
    background-repeat: no-repeat; }
    
/* Обычный вид надписи "Исследуйте Викия" */
.global-navigation .cell-link {
    color: #fff;
    font-family: 'RobotoReg' !important;
    font-size: 14px; }
/* Вид надписи "Исследуйте Викия" при наведении курсора */
.global-navigation .cell-link:hover {
    color: #fff !important;
    background-color: #ab0533;
    text-shadow: #e88d09 0 0 3px !important; 
    font-family: 'RobotoReg' !important;
    font-size: 14px; }
/* Вид надписи "Исследуйте Викия" активной */
.global-navigation .explore-wikia-entry-point.active {
    border-radius: 5px !important;
    background-color: #eaeaea; } /* Фон */
.global-navigation .explore-wikia-entry-point.active a {
    color: #ab0533; } /* Цвет текста */
/* Обычный вид стрелочки рядом с надписью "Исследуйте Викия" */
.global-navigation .explore-wikia-entry-point .chevron {
    border-top-color: white; }
/* Стрелочка рядом с надписью "Исследуйте Викия" при наведении курсора 
.global-navigation .explore-wikia-entry-point:hover .chevron {
    border-top-color: white !important; } */
/* Стрелочка рядом с надписью "Исследуйте Викия" активная */
.global-navigation .explore-wikia-entry-point.active .chevron {
    border-top-color: #ab0533 !important; }
/* Обычный вид списка "Исследуйте Викия" */  
.global-navigation .explore-wikia-dropdown {
    background-color: #ab0533;
    border: 3px solid #eaeaea;
    border-radius: 5px;
    text-decoration: none; }
.global-navigation .explore-wikia-dropdown a {
    border-color: #cccccc !important;
    background-color: #eaeaea;
    color: #ab0533;
    display: block;
    font-size: 14px; }
/* Список "Исследуйте Викия" при наведении курсора */
.global-navigation .explore-wikia-dropdown a:hover {
    background-color: #ab0533;
    font-family: 'RobotoReg' !important;
    color: #fff;
    text-shadow: #e88d09 0 0 3px !important; 
    border: none !important;
    display: block;
    border-radius: 5px;
    font-size: 14px; }
   
/* Обычный вид списка настроек аккаунта */ 
.AccountNavigation .user-menu { border-radius: 8px; }
.AccountNavigation .user-menu > li > a {
    background-color: #eaeaea;
    color:  #ab0533; 
    border-radius: 5px;}
/* Вид списка настроек аккаунта при наведении курсора */ 
.AccountNavigation .user-menu > li > a:hover {
    background-color: #ab0533;
    color: #fff;
    text-shadow: #e88d09 0 0 3px !important; 
    border: none !important;
    padding: none !important;
    font-size: 14px; }
/* Фон у активного аватара */
.AccountNavigation.active { border-radius: 5px !important; background-color: #eaeaea; }
/* Стрелочка рядом с аватаром */
.AccountNavigation .account-navigation-item .links-container .chevron {
border-top-color: #fff; }
/* Стрелочка рядом с аватаром при наведении курсора */
.AccountNavigation .account-navigation-item .links-container .chevron:hover { border-top-color: #ab0533 !important; }
/* Стрелочка рядом с аватаром активная */
.AccountNavigation.active .account-navigation-item .links-container .chevron { border-top-color: #ab0533 !important; }

/* Возможно, цвет текста загрузки */
.global-navigation { color: #ab0534 !important; }
/* Иконка Уведомлений в обычном состоянии*/
.notifications-container .notifications-entry-point { 
    background-image: url(http://vignette2.wikia.nocookie.net/herinteractive/images/1/1e/AttPic.png/revision/latest?cb=20160912103823&path-prefix=ru);
    background-repeat: no-repeat; }
/* Иконка Уведомлений в активном состоянии*/
.notifications-container.active .notifications-entry-point { 
    background-image: url(http://vignette4.wikia.nocookie.net/herinteractive/images/1/1e/AttPicAct.png/revision/latest?cb=20160913064642&path-prefix=ru);
    background-repeat: no-repeat; }
/* Обычный вид списка Уведомлений. Фон */
#GlobalNavigationWallNotifications {
    background-color: #eaeaea;
    border: 3px solid #eaeaea !important; 
    border-radius: 5px !important;
    text-decoration: none !important; }
/* Обычный вид списка Уведомлений. Ссылки */
 #GlobalNavigationWallNotifications .notifications-for-wiki .notifications-for-wiki-list a {
    background: #eaeaea;
    color: #ab0533; }
/* Фон Уведомлений при наведении курсора */
#GlobalNavigationWallNotifications li:hover {
    background-color: #ab0534 !important;  
    text-decoration: none !important; 
    border-radius: 5px !important;} 
/*Ссылки Уведомлений при наведении курсора */
#GlobalNavigationWallNotifications .notifications-for-wiki:hover .notifications-for-wiki-list a {
    color: #fff;
    text-shadow: #e88d09 0 0 3px; 
    text-decoration: none !important; } 
/* Края фона Уведомлений, когда вкладка активна*/
.notifications-container.active { border-radius: 5px !important; }
/* Цвет надписи, оповещающей о том, сколько дней уведомлению, в обычном состоянии */ 
#GlobalNavigationWallNotifications .notification time {
    color: #ab0534 !important; }
/* Цвет надписи, оповещающей о том, сколько дней уведомлению, при наведении курсора */ 
#GlobalNavigationWallNotifications:hover .notification time {
    color: #fff !important;
    text-shadow: #e88d09 0 0 3px !important; }
/* Стрелочка у Уведомлений в обычном состоянии */
.notifications-container .notifications-entry-point::after {
    border-top-color: #fff; }
/* Стрелочка у Уведомлений при наведении курсора */
.notifications-container.active .notifications-entry-point::after {
    border-top-color: #ab0534 !important; }

/* Обычный вид кнопки "Создать вики" */
.global-navigation .start-wikia-container .start-wikia {
    color: #fff !important; 
    border: solid 1px #fff; 
    border-radius: 5px; }
/* Вид кнопки "Создать вики" при наведении курсора */
.global-navigation .start-wikia-container:hover .start-wikia {
    color: #ab0534 !important;
    background: #eaeaea;
    border-radius: 5px; }
    
/* Иконка-лупа */
.global-nav-search-input-wrapper .search-icon {
    background-image: url("http://vignette2.wikia.nocookie.net/herinteractive/images/6/6d/GlassPic.png/revision/latest?cb=20160913074816&path-prefix=ru");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 20px;
    height: 28px;
    width: 28px; 
    margin-left: 2px;}   
/* Обычный вид поисковой строки */
.global-nav-search-input-wrapper .search-input {
    background-color: #eaeaea;
    color: rgba(171,6,51,0.75);
    font-family: 'RobotoBold'; 
    border-radius: 5px;}
/* Выпадающий список поиска в обычном состоянии */
.search-select-wrapper .search-select {
    background-color: #eaeaea;
    border: 0;
    border-radius: 5px !important;
    color: #ab0635 !important; }
/* Выпадающий список поиска при наведении курсора (фон не хоет меня цвет, хоть убей) */
.search-select-wrapper .search-select option:hover {
    background: #ab0634 !important;
    border: 0;
    border-radius: 5px !important;
    color: #fff !important; 
    text-shadow: #e88d09 0 0 3px !important; }
/* Кнопка подтверждения поиска (с большой стрелкой) в обычном состоянии */
.global-nav-search-input-wrapper .search-button {
    border-radius: 5px; }
/* Кнопка подтверждения поиска (с большой стрелкой) при наведении */
.global-nav-search-input-wrapper .search-button:hover {
    background-image: url("http://vignette1.wikia.nocookie.net/herinteractive/images/0/06/SearchPic.png/revision/latest?cb=20160913092948&path-prefix=ru") !important; 
    background-position: center center !important;
    background-repeat: no-repeat no-repeat !important;
    border-radius: 5px;
    height: 25px;
    right: 0;
    top: 0;
    width: 30px; }
/* Стрелочка поиска в обычном состоянии */
.search-select-wrapper .chevron {
    border-top-color: #ab0534; }

/*############################################*/
/*            ↑↑↑  КОНЕЦ РАЗДЕЛА  ↑↑↑         */
/*        ##############################      */
/*                ↓↓↓ ИКОНКИ ↓↓↓              */
/*############################################*/

/* Иконка кнопки "Добавить Фото" */
.skin-oasis .sprite.photo {
    background-position: center;
    height: 16px;
    width: 19px; }
.skin-oasis .sprite {
    background-image: url(http://vignette1.wikia.nocookie.net/herinteractive/images/2/23/PhotoPic.png/revision/latest?cb=20160912090811&path-prefix=ru);
    background-repeat: no-repeat; }
/* Иконка кнопки "Начать чат" */
.chat-join button:before { 
    background-image: url("http://vignette1.wikia.nocookie.net/herinteractive/images/3/30/ChatPic.png/revision/latest?cb=20160912083626&path-prefix=ru") !important;
    background-repeat: no-repeat !important; 
    background-position: center; }
/* Иконка кнопки "Недавняя вики активность" */
.sprite.edit { 
    background: url("http://vignette3.wikia.nocookie.net/herinteractive/images/f/f9/EditPic.png/revision/latest?cb=20160911195540&path-prefix=ru") no-repeat !important; }
/* Иконка кнопки "Вклад" */
.sprite.contribute { 
    background: url("http://vignette1.wikia.nocookie.net/herinteractive/images/7/77/ConPic.png/revision/latest?cb=20160911200016&path-prefix=ru") no-repeat !important; }
/* Иконка кнопки "Править" */
.sprite.edit-pencil { 
    background: url("http://vignette1.wikia.nocookie.net/herinteractive/images/f/fa/Edit-PenPic.png/revision/latest?cb=20160912074811&path-prefix=ru") no-repeat !important; }
    
/* Маркированный список с пользовательским маркером (лого SAW, 15x15) */
.WikiaArticle ul { list-style: url('http://vignette2.wikia.nocookie.net/herinteractive/images/8/84/Flow1.png/revision/latest?cb=20160907075205&path-prefix=ru'); }
/* Перенос времени правки на вторую строку */
.mainpage .activityfeed .shortlist cite { display: block !important; }
.activityfeed { text-align: left; } /* Размещение текста активности слева */
.WikiaRail .module h2 { margin-bottom: 0; } /* Смещение описания активности вверх */

/*############################################*/
/*            ↑↑↑  КОНЕЦ РАЗДЕЛА  ↑↑↑         */
/*        ##############################      */
/*                ↓↓↓ КУРСОРЫ ↓↓↓             */
/*############################################*/

      /*   ### СТАНДАРТНЫЕ КУРСОРЫ ###   */
/* Курсор везде и всегда (фикс навменю) */
.WikiHeader > nav li.marked > a[href="#"] {
    cursor: url('http://vignette2.wikia.nocookie.net/herinteractive/images/7/7b/CurComPic.png/revision/latest?cb=20160912084933&path-prefix=ru'), pointer !important; }
/* Обычный курсор */   
body { 
cursor: url('http://vignette2.wikia.nocookie.net/herinteractive/images/7/7b/CurComPic.png/revision/latest?cb=20160912084933&path-prefix=ru'), auto; }
/* Курсор при наведении на ссылки */
a:link {
cursor:url("http://vignette1.wikia.nocookie.net/herinteractive/images/2/24/DonCurPic.png/revision/latest?cb=20160912124055&path-prefix=ru"), pointer; }
/* Курсор на посещенные страницы */
a:visited {
cursor:url("http://vignette2.wikia.nocookie.net/herinteractive/images/7/7b/CurComPic.png/revision/latest?cb=20160912084933&path-prefix=ru"), pointer; }
/* Курсор для ссылок ведущих на несозданные страницы */
.new {
cursor:url("http://vignette1.wikia.nocookie.net/herinteractive/images/2/24/DonCurPic.png/revision/latest?cb=20160912124055&path-prefix=ru"), pointer !important; }

      /*   ### ЛАКШЕРИ-КУРСОРЫ (добиваем незатронутые ранее) ###   */
/* Курсор для активного аватара */
.AccountNavigation.active { cursor: url("http://vignette1.wikia.nocookie.net/herinteractive/images/2/24/DonCurPic.png/revision/latest?cb=20160912124055&path-prefix=ru"), pointer; }
/* Курсор при наведении на поисковую строку */
.search-select-wrapper .search-select {
cursor:url("http://vignette1.wikia.nocookie.net/herinteractive/images/2/24/DonCurPic.png/revision/latest?cb=20160912124055&path-prefix=ru"), pointer; }
/* Курсор при наведении на раздел "Уведомления" в хедере */
.notifications-container .notifications-entry-point {
cursor:url("http://vignette1.wikia.nocookie.net/herinteractive/images/2/24/DonCurPic.png/revision/latest?cb=20160912124055&path-prefix=ru"), pointer; }
/* Курсор для раздела "На этой вики" */
.nav-item:nth-child(1) > a:nth-child(1) {
cursor:url("http://vignette1.wikia.nocookie.net/herinteractive/images/2/24/DonCurPic.png/revision/latest?cb=20160912124055&path-prefix=ru"), pointer !important; }
/* Курсор при наведении на надписи "Малая правка" и т.д. и на чекбокс на странице внесения изменений */
.EditPage .module_page_controls .checkboxes > label input { cursor: url("http://vignette1.wikia.nocookie.net/herinteractive/images/2/24/DonCurPic.png/revision/latest?cb=20160912124055&path-prefix=ru"), pointer; }
.EditPage .module_page_controls .checkboxes > label { cursor: url("http://vignette1.wikia.nocookie.net/herinteractive/images/2/24/DonCurPic.png/revision/latest?cb=20160912124055&path-prefix=ru"), pointer; }
/* Курсор на этом экране, боковая панель слева */
.ace_folding-enabled > .ace_gutter-cell {
cursor: url('http://vignette2.wikia.nocookie.net/herinteractive/images/7/7b/CurComPic.png/revision/latest?cb=20160912084933&path-prefix=ru'), pointer !important; }
.ace_gutter-cell {
cursor: url('http://vignette2.wikia.nocookie.net/herinteractive/images/7/7b/CurComPic.png/revision/latest?cb=20160912084933&path-prefix=ru'), pointer !important; }
.ace_fold-widget {
cursor: url("http://vignette1.wikia.nocookie.net/herinteractive/images/2/24/DonCurPic.png/revision/latest?cb=20160912124055&path-prefix=ru"), pointer; }
/* Курсор при наведении на полосу прокрутки (Работает только для -webkit-) */
:scrollbar-thumb { -webkit-cursor:
url("http://vignette2.wikia.nocookie.net/herinteractive/images/1/18/CurDon.png/revision/latest?cb=20160907194132&path-prefix=ru"), pointer; }

      /*   ### КУРСОРЫ ДЛЯ АДМИН. МЕНЮ ###   */
/* Курсор в админ. меню, прогресс на вики */
#FounderProgressWidget .preview .founder-progress-bar-click-area {
cursor: url("http://vignette1.wikia.nocookie.net/herinteractive/images/2/24/DonCurPic.png/revision/latest?cb=20160912124055&path-prefix=ru"), pointer; }
/* Курсор в админ. меню, "Посетите центральную вики" и "--||-- страницу вики-деятельности" */
#FounderProgressWidget .preview .activities .activity .label .activity-name {
  cursor: url("http://vignette1.wikia.nocookie.net/herinteractive/images/2/24/DonCurPic.png/revision/latest?cb=20160912124055&path-prefix=ru"), pointer; }
#FounderProgressWidget .preview .activities .activity.active .label {
cursor: url("http://vignette1.wikia.nocookie.net/herinteractive/images/2/24/DonCurPic.png/revision/latest?cb=20160912124055&path-prefix=ru"), pointer; }
#FounderProgressWidget .preview .activities .activity .label {
cursor: url("http://vignette1.wikia.nocookie.net/herinteractive/images/2/24/DonCurPic.png/revision/latest?cb=20160912124055&path-prefix=ru"), pointer; }
/* Курсор в админ. меню (дешборд), вкладки */
.AdminDashboardTabs .tab {
cursor: url("http://vignette1.wikia.nocookie.net/herinteractive/images/2/24/DonCurPic.png/revision/latest?cb=20160912124055&path-prefix=ru"), pointer; }
.AdminDashboardTabs .tab.active {
  cursor: url("http://vignette1.wikia.nocookie.net/herinteractive/images/2/24/DonCurPic.png/revision/latest?cb=20160912124055&path-prefix=ru"), pointer; }
               
      /*   ### КУРСРОРЫ ДЛЯ КНОПОК ###   */
/* Курсор для кнопки "Вклад" */
.wikia-menu-button {
cursor:url("http://vignette2.wikia.nocookie.net/herinteractive/images/7/7b/CurComPic.png/revision/latest?cb=20160912084933&path-prefix=ru"), pointer !important; }
/* Курсор для кнопки "Править мобильную версию" */
a.wikia-button, .wikia-single-button a, .wikia-menu-button, input[type="submit"], input[type="reset"], input[type="button"], .button, button {
cursor:url("http://vignette1.wikia.nocookie.net/herinteractive/images/2/24/DonCurPic.png/revision/latest?cb=20160912124055&path-prefix=ru"), pointer; }
/* Курсор для кнопки "Чат" */
.chat-join button {
cursor:url("http://vignette1.wikia.nocookie.net/herinteractive/images/2/24/DonCurPic.png/revision/latest?cb=20160912124055&path-prefix=ru"), pointer; }
p:hover{
cursor: url('http://vignette2.wikia.nocookie.net/herinteractive/images/7/7b/CurComPic.png/revision/latest?cb=20160912084933&path-prefix=ru'), text; }

/*############################################*/
/*            ↑↑↑  КОНЕЦ РАЗДЕЛА  ↑↑↑         */
/*        ##############################      */
/*           ↓↓↓ ЭТО НЕ БАГ, А ФИЧА ↓↓↓       */
/*############################################*/

/* Убираем слово «Заглавная» с заглавной */
body.mainpage .WikiaPageHeader h1 { display: none; }
/* Фикс четырех кнопочек «Поделиться» и количества статей относительно друг друга */
.page-share-container { float: left; } .tally { padding-left: 5px; }
/* Цвет полос голосования (процентность результата) (золотой, как кнопки) */
.pollAnswerVotes div { background-color: #e88d0a !important; }

/* Исправление галереи: центровка изображений */
.mainpage .wikia-gallery-item .thumb .image { display:block !important; }
/* Небольшое увеличение изображения в галерее при наведении */
#gallery-0 img {
	-webkit-transition: all 1s ease;
	transition: all 1s ease; 
	border-radius: 5px; 
	border: none !important;}
#gallery-0 img:hover {
	transform: scale(1.05); 
	border-radius: 5px; 
	border: none !important;}
	
/* Аналогично для Близких по теме статей + рамка и закругление */
#wkRelPag.RelatedPagesModule img {
	-webkit-transition: all 1s ease; 
	transition: all 1s ease; 
	border-radius: 10px; 
	border: 2px solid rgba(171, 5, 59, 0.5); 
    box-shadow: 0 0 5px #b03054; }
#wkRelPag.RelatedPagesModule img:hover {
	transform: scale(1.05); 
	border-radius: 10px; 
	border: 2px solid rgba(171, 5, 59, 0.5); 
    box-shadow: 0 0 5px #b03054;
    padding: 0 !important;}

/* B для Викия-сеть */
#SPOTLIGHT_FOOTER img {
	-webkit-transition: all 1s ease;
	transition: all 1s ease; 
	border-radius: 10px; 
	border: 2px solid rgba(171, 5, 59, 0.5); 
    box-shadow: 0 0 5px #b03054; }
#SPOTLIGHT_FOOTER img:hover {
	transform: scale(1.05); 
	border-radius: 10px; 
	border: 2px solid rgba(171, 5, 59, 0.5); 
    box-shadow: 0 0 5px #b03054; } 
    
/* Викия-сеть */
.WikiaFooter section {
    background: rgba(233,233,233,0.5);
    border: none; /* Рамка */
    border-radius: 10px;    /* Уголки рамки */ }
/* Исправление рамки сверху в 1px */
.WikiaFooter.notoolbar section { border-top-width: 2px; box-shadow: 0 0 5px #b03054; }
/* Растягивание блока по всей ширине (просто ликвидация маргина) */
.WikiaFooter section { margin: 0px; }
/* Подсветка иконок Викии-сети */
ul.SPOTLIGHT_FOOTER#SPOTLIGHT_FOOTER li {
    -webkit-transition: all 0.25s ease-out 0s;
    -moz-transition: all 0.25s ease-out 0s;
    -o-transition: all 0.25s ease-out 0s;
    transition: all 0.25s ease-out 0s;
    opacity: 0.7;
    box-shadow: 0 0 8px rgba(0,0,0,0.5); }
ul.SPOTLIGHT_FOOTER#SPOTLIGHT_FOOTER li:hover {
    opacity: 1;
    box-shadow: 0 0 15px rgba(0,0,0,0.5); }

/* Перекрашивание серых полосочек в белый цвет */
.WikiaArticleComments,
.WikiaArticleComments .article-comments,
.WikiaArticleComments .upper-pagination { border-top: 1px solid #fff; }
.wikia-page-header .header-container,
.RelatedPagesModule h2, .WikiaArticle h2 { border-bottom: solid 1px #fff; }
.ChatModule .chat-whos-here { border: 1px solid #fff; } /* Линия в чате */
.insights-module-item { border-color: #fff; } /* Полосы в исследованиях */

/* Убирает кнопку «Править» возле подзаголовков. Кнопка появляется при наведении */
h1 span.editsection, h2 span.editsection,
h3 span.editsection, h4 span.editsection { visibility: hidden; }
h1:hover span.editsection, h2:hover span.editsection, 
h3:hover span.editsection, h4:hover span.editsection { visibility: visible; }

/* Затемнение логотипа */
.wordmark.medium.graphic {
	-o-transition: .25s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	opacity: .65; }
.wordmark.medium.graphic:hover {
	-o-transition: .3s;
	-ms-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	opacity: 1; }

/* Языки */
.WikiaArticleInterlang {
    margin: 0px;
    border: none;
    background-color: rgba(233, 233, 233, 0.5) !important;
    border-radius: 10px;
    box-shadow: 0 0 5px #b03054;
    padding: 10px 10px 5px 10px; }

/* Полоса прокрутки (скроллбар) (только для -webkit-) */
::-webkit-scrollbar { /* Полоса прокрутки */
    width: 12px;
    height: 12px; }
::-webkit-scrollbar-thumb { /* Полоска без наведения курсора */
    background: #ab0635; 
    border-radius: 6px; }
/* Полоска с наведением курсора на нее */
::-webkit-scrollbar-thumb:hover { background: #ab0635 !important; }
/* Полоска с перетаскиванием (удержание) */
::-webkit-scrollbar-thumb:active { background: #a13b6a !important; }
::-webkit-scrollbar-track-piece { background: #e2a6b8; border-radius: 6px; }

/*############################################*/
/*            ↑↑↑  КОНЕЦ РАЗДЕЛА  ↑↑↑         */
/*        ##############################      */
/*            ↓↓↓      МОДУЛИ     ↓↓↓         */
/*############################################*/

.ChatEntryPoint,
#WikiaRail .module,
.WikiaArticle .thumbinner,
.WikiaArticle pre,
.WikiaArticleCategories {
    background: rgba(233,233,233,0.5) !important; /* Полупрозрачный фон */
    border: none;        /* Рамка */
    border-radius: 10px;           /* Радиус рамки */
    vertical-align: text-bottom;   /* Выравнивание */
    box-shadow: 0 0 5px #b03054; } /* Тень */
    
/*############################################*/
/*            ↑↑↑  КОНЕЦ РАЗДЕЛА  ↑↑↑         */
/*        ##############################      */
/*         ↓↓↓ СОДЕРЖАНИЕ И КАТЕГОРИИ ↓↓↓     */
/*############################################*/

/** Содерждание статьи (TOC) **/
.WikiaArticle .toc {
    background-color: rgba(233, 233, 233, 0.5); /* Фон */
    border: none;      /* Убираем обводку (рамка) */
    border-radius: 10px;         /* Уголки */
    box-shadow: 0 0 5px #b03054; /* Оттенок тени блока */
    margin-left: 10px;  }        /* Смещение слева */
 
/* Категории */
.CategorySelect.articlePage {
    background-color: rgba(233, 233, 233, 0.5);
    border: none;
    border-radius: 10px;
    box-shadow: 0 0 5px #b03054; }
.category-gallery-media .title { padding:4px; max-height: 18px; } /* Фикс категории */
/* Категория на странице шаблона */
.article-categories {
    background-color: rgba(233, 233, 233, 0.5);
    border: none;
    clear: both;
    line-height: 1.8em;
    padding: 10px;
    margin: 0px;
    border-radius: 10px;
    box-shadow: 0 0 5px #b03054;
    background-image: none; }

/*############################################*/
/*            ↑↑↑  КОНЕЦ РАЗДЕЛА  ↑↑↑         */
/*        ##############################      */
/*            ↓↓↓    СООБЩЕНИЯ    ↓↓↓         */
/*############################################*/

/* Стиль для сообщения о том, что статья еще не создана */
.WikiaArticle .noarticletext {
    border: none;                  /* Рамка */
    border-radius: 10px;                     /* Радиус рамки */
    background-color: rgba(233,233,233,0.5); /* Полупрозрачный фон*/
    box-shadow: 0 0 5px #b03054;             /* Тень */
    width: 95%;                              /* Ширина */
    margin: 5px auto;                        /* Центровка блока */ }

/* Стиль для сообщения о том, что страница была удалена */
.mw-warning-with-logexcerpt {
    border: none;            /* Рамка */
    border-radius: 10pt;               /* Радиус рамки */
    box-shadow: 0 0 5px #b03054;             /* Тень */
    background: rgba(233,233,233,0.5); /* Полупрозрачный фон */ }

div.mw-warning-with-logexcerpt { border: 2px solid #ad0035; }

/*############################################*/
/*          ↑↑↑  КОНЕЦ РАЗДЕЛА  ↑↑↑           */
/*      ############################          */
/*          ↓↓↓     ТАББЕРЫ     ↓↓↓           */
/*############################################*/

/* Фикс кривого налезания закладок таббера на изображение (инфобокс) */
.pi-image-collection-tabs { margin: 0px -1px 0px 0px; }
 
/* Таббер обычный */
ul.tabbernav { border-bottom: none !important; }   /* Отмена рамки у списка */
.tabberlive .tabbertab { border: none!important; } /* Отмена рамки у содержимого */
/** Компенсация inline-отступов **/
.tabberlive > .tabbernav > li { margin: 0px -2px; }
/* Стиль закладок */
.tabberlive > .tabbernav > li > a {
    border: 1px solid #ad0035;
    background-color: rgba(233,233,233,0.4);
    padding: 5px 10px; 
    line-height: 22px;
    font-size: 13px;
    font-weight: normal;
    color:black!important;
    border:none!important; }
/* Выбранная закладка */
.tabberlive > .tabbernav > li.tabberactive > a { background: #ad0035; font-weight: bold; }
/* Закладка при наведении мыши. С inherit интресный эффект */
.tabberlive > .tabbernav > li > a:hover { background-color: rgba(233,233,233,0.4); }

/*############################################*/
/*          ↑↑↑  КОНЕЦ РАЗДЕЛА  ↑↑↑           */
/*      ############################          */
/*          ↓↓↓     ИНФОБОКСЫ    ↓↓↓          */
/*############################################*/

/* Инфобоксы DAN */
.pi-theme-dan {
   border: none; /* Цвет рамки */ 
   background-color: rgba(233, 233, 233, 0.5) !important; /* Цвет фона*/ 
   color: #333333; /* Цвет текста */ 
   border-radius: 10px; /* Закругление рамки*/ 
   color: #333333; /* Цвет текста */ 
   border: 2px solid rgba(233, 79, 59, 0.3); 
   box-shadow: 0 0 5px #b03054; 
   margin-right: 10px; }
.pi-theme-dan .pi-title {
   text-align: center; /* Выравнивание по центру */ 
   font-family: 'RobotoBold'; /* Жирный шрифт */
   color: white;
   border-top-left-radius: 7px;  /* Закругление */ 
   border-top-right-radius: 7px;  /* Закругление */
   background-color: #e94f3b !important;  /* Фон */
   border-bottom: 2px solid rgba(233, 79, 59, 0.3); }
.pi-theme-dan .pi-header {
  border-bottom: 1px solid #fff;
  border-top: 1px solid #fff; /* Цвет рамки */ 
  border-radius: 2px;  /* Закругление */ 
  text-align: center; /* Выравнивание по центру */ 
  font-family: 'RobotoBold'; /* Жирный шрифт */
  font-size: 16px;
  color: white;
  background-color: #e94f3b !important;  /* Фон */ 
  border-bottom: 2px solid rgba(233, 79, 59, 0.5); 
  border-top: 2px solid rgba(233, 79, 59, 0.5); }
  
 /* Инфобоксы MID */
.pi-theme-mid {
   border: none; /* Цвет рамки */ 
   background-color: rgba(233, 233, 233, 0.5) !important; /* Цвет фона*/ 
   color: #333333; /* Цвет текста */ 
   border-radius: 10px; /* Закругление рамки*/ 
   color: #333333; /* Цвет текста */ 
   border: 2px solid rgba(255, 118, 25, 0.3); 
   box-shadow: 0 0 5px #b03054; 
   margin-right: 10px; }
.pi-theme-mid .pi-title {
   text-align: center; /* Выравнивание по центру */ 
   font-family: 'RobotoBold'; /* Жирный шрифт */
   color: white;
   border-top-left-radius: 7px;  /* Закругление */ 
   border-top-right-radius: 7px;  /* Закругление */
   background-color: #ff7619 !important;  /* Фон */
   border-bottom: 2px solid rgba(255, 118, 25, 0.3); }
.pi-theme-mid .pi-header {
  border-bottom: 1px solid #fff;
  border-top: 1px solid #fff; /* Цвет рамки */ 
  border-radius: 2px;  /* Закругление */ 
  text-align: center; /* Выравнивание по центру */ 
  font-family: 'RobotoBold'; /* Жирный шрифт */
  font-size: 16px;
  color: white;
  background-color: #ff7619 !important;  /* Фон */ 
  border-bottom: 2px solid rgba(255, 118, 25, 0.5); 
  border-top: 2px solid rgba(255, 118, 25, 0.5); }
Advertisement