Викии Вики
Викии Вики
1860
страниц
Нет описания правки
Нет описания правки
Строка 21: Строка 21:
 
margin-top: 14px;
 
margin-top: 14px;
 
padding-bottom: 12px;
 
padding-bottom: 12px;
  +
}
  +
.rail-module__list.is-condensed-list {
  +
line-height: 17px;
  +
font-size:90%
 
}
 
}
   

Версия от 20:03, 17 июля 2021

/*очередной фикс от криворучия ф....*/
.fandom-community-header__background {
    background-repeat: repeat;
}

/*шрифты и отступы из ucp*/
.page{
	line-height: 24px;}
	
.page p { margin: .4em 0 .5em;}

.page__right-rail {
    --right-rail-background-color: var(--ww-back1);
    background-color: var(--right-rail-background-color);
    border-radius: 0 3px 3px 0;
    min-height: 100%;
}

/*rail*/
.rail-module {
    margin-top: 14px;
    padding-bottom: 12px;
}
.rail-module__list.is-condensed-list {
    line-height: 17px;
    font-size:90%
}


/*custom rail h2*/
.ww-header {
    --wds-midlight-color: rgba(var(--theme-link-color--rgb),0.1);
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.25;
    margin-bottom: 15px;
    overflow-wrap: break-word;
    background-image: linear-gradient(to top,var(--wds-midlight-color,rgba(var(--theme-accent-color--rgb),.15)) 54%,transparent 54%,transparent 100%);
}


/*фикс фона*/
.fandom-community-header__background {
    height: 100%;}

.fandom-community-header__background:before {
    background-image: linear-gradient(to top,rgba(var(--theme-body-background-color--rgb),0) 25%,var(--theme-body-background-color));
    height: 400px;
    opacity:0.9;
}

/* Фикс ачивок */
.AchievementsModule div.data {padding: 0 10px;}
.AchievementsModule div.data em {
    float: left;
    font-size: 30px;
    font-style: normal;
    letter-spacing: -1px;
    line-height: normal;
    margin-right: 5px;
}

.AchievementsModule .badges-icons {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    justify-items: center
}
.AchievementsModule .badges-icons li {border: none; margin: 0;}


/*---------------------------------------*/
/*--------------Инфобоксы----------------*/
/*---------------------------------------*/
.portable-infobox {
    border: 2px solid var(--theme-accent-color) !important;
}
.pi-item-spacing {
    padding: 3px 10px;
}
.portable-infobox .pi-title {
    padding: 5px 5px;
    background: var(--theme-accent-color);
}
.pi-secondary-background {
    background: transparent;
    color: var(--theme-page-text-color);
}
.pi-secondary-font {
    font-weight: normal;
}
.pi-font {
    font-size: 14px;
}
.portable-infobox .pi-data-label {
    font-size: 14px;
    margin-top: 5px;
}
.pi-border-color {
    border-color: transparent;
}
.pi-horizontal-group-item {
    padding: 3px !important;
}
.favicon img { /* Фавиконка в заголовке инфобокса */
	width: 16px;
}

/* Инфобокс конфликтов */
.portable-infobox.pi-theme-conflict {
    width: 350px;
}
.pi-theme-conflict .pi-title {
    color: #fff;
}
.pi-theme-conflict .pi-data-value {
    line-height: 1.2;
}
.pi-theme-conflict .pi-header {
    background: var(--pi-border-color);
}
.pi-theme-conflict .pi-smart-data-value {
    border-color: var(--pi-border-color);
}

/*----------------------------------------------------*/
/*-------------Для слайдера на заглавной--------------*/
/*----------------------------------------------------*/
/*темы кнопок*/
.theme-fandomdesktop-light .sl_backtheme, .theme-fandomdesktop-light .Sld_link a, .theme-fandomdesktop-light .slwikib1 {background: #b8d2eb}

.theme-fandomdesktop-dark .sl_backtheme, .theme-fandomdesktop-dark .Sld_link a, .theme-fandomdesktop-dark .slwikib1 {background: #354c63}

.sl_zag a {background: var(--theme-page-background-color)!important;}

.ww_sl p { margin: .1em 0 .1em!important;}

.ww_sl {border-top: dashed 2px var(--theme-accent-color);}

#SliderView {
 background-color: transparent;
  width: 100%;  
  height: 335px!important;
  position: relative;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  text-align: center;
}
#SliderWrapper {
  position: relative;
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
  -webkit-transition-timing-function: cubic-bezier(.67,.01,.23,1);
  -o-transition-timing-function: cubic-bezier(.67,.01,.23,1);
  transition-timing-function: cubic-bezier(.67,.01,.23,1);
}
#SliderWrapper, #SliderWrapper ul, #SliderWrapper li, #NavBtns, #NavBtns ul {
  margin: 0px;
  padding: 0px;
}
#NavBtns li {
  margin: 0px;
}
 
.Sld {
  height: auto;
  list-style: none;
  display: inline;
  float: left;
  text-align: left;
    padding:0px!important;
}
 
.SlideIMG {
  width: 100%;
}
.SlideIMG img {
  display: block;
  max-width: 100%;
  height: auto;
  min-width: 100%; 
  min-height: 100%; 
  position: relative;  
}
 
#NavBtns {
  margin: 0px 0px 0px 0px;
  position: absolute; 
  display: block;
  background: var(--theme-page-background-color);
  color: var(--theme-page-text-color);
}
.NavBtn {
  position: relative;
  display: block;
  top: 0px;
  width: auto;
  height: auto;
  list-style: none;
  margin: 0px;
  background: transparent;
}
 
.nmRight {
  height: 100%;
  right: 0px;
  background: linear-gradient(to left, transparent);
  text-align: left;
    color: #3a3a3a;
}
.nmRight li {
  list-style: none;   
      padding: 10px 10px 10px 50px;
}
.nmRight li:hover {
  cursor: pointer;
 color:white;
 text-shadow: 1px 1px 1px #224366;}
 
 
.nbActiveRight {
  background: linear-gradient(to left, var(--theme-accent-color), var(--theme-accent-color),  transparent);
    color: white;}
 
.s_fix {
     margin: 0px 170px 0px 0px;}
 
.sl_zag {
padding: 5px;
text-align: left;
color: var(--theme-page-text-color);
border-left: none;
border-right: none;
border-bottom: solid 3px;
border-top: none;
width:420px; 
font-size:18px;
border-image: linear-gradient(to right,var(--theme-accent-color),rgba(0,0,0,0) ) 99% 0%;
margin-bottom: 7px;
}

/*Модули рандома в слайдере*/
#slfix .pi-secondary-background+.pi-secondary-background {
    border-top: 0px;
}

#slfix .portable-infobox {
    background-color: transparent !important;
    border: 2px solid #0000!important;
   margin: 0px;}

.slwikib1 {
    position: relative;
    width: 217px;
    height: 60px; 
    display: inline-flex;
    overflow: hidden;}

.slwikib2 {
width: 190px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
        margin: -1px 0px 0px 16px;
	    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow-y: hidden;
}


.slwicon {
    right: 66px;
    top: 16px;
    position: absolute;
    width: 153px;
    display: flex;}

#slfix .pi-title {
    width: 20px;
    background-color: transparent !important;}

#slfix .favicon img {
    display: flex;}

/* Оформление простых ссылочных списков в слайдере*/
.Sld_link a {
    display: inline-block;
    text-align: center;
    padding: 0px 3px;
    margin: 3px 1px;
}

/*----------------------------------------------------*/
/*--------------Контакты заглавная код----------------*/
/*----------------------------------------------------*/
.b_smedia {
    position: relative;
    width: 270px;
    height: 51px;
    border-radius: 17px;
    margin: 6px;    
    background-image: linear-gradient(to right,var(--theme-accent-color),rgba(0,0,0,0));
    color:white;
    z-index: 99;}

.b_smedia2 {
    width: 213px;
    height: 51px;
    background-color: #3b72ae;
    border-radius: 17px;
    margin: 6px;}

.b_smedia3 {
	pointer-events: none;
	position: absolute;
    top: 13px;
    padding: 0px 0px 0px 65px; 
}

.b_smedia a {
    display: block;
    margin-left: 10px;
}

/*---------------------------------------*/
/*-------Примечания и оглавление---------*/
/*---------------------------------------*/

/* Примечания */
.references {
    background-position: 0 0, 0 100%;
    background-repeat: no-repeat;
    background-size: 100% 9px;
    overflow-y: auto;
    position: relative;
    z-index: 1;
    font-size: 12px;
    line-height: 14px;
    max-height: 300px;
    min-height: 30px;
    overflow: auto;
    margin: 5px !important;
    display: block !important;
}
.reference-text a {
    font-weight: normal !important;
}
.references li {
    line-height: 1.5;
}
/* Содержание */
.theme-fandomdesktop-light #toc {
    background-image: radial-gradient(farthest-side at 50% 0,#9cc3e8,transparent),radial-gradient(farthest-side at 50% 100%,#9cc3e8,transparent);}

.theme-fandomdesktop-dark #toc {
    background-image: radial-gradient(farthest-side at 50% 0,#2c425c,transparent),radial-gradient(farthest-side at 50% 100%,#48627a,transparent);}

#toc {
    background-position: 0 0, 0 100%;
    background-repeat: no-repeat;
    background-size: 100% 9px;
    overflow-y: auto;
    position: relative;
    z-index: 1;
    font-size: 14px;
    max-height: 500px;
    min-height: 30px;
    overflow: auto;
    display: block !important;
    width: max-content;
}
.page-content #toc {
    border-width: 0 0 0 4px;
    border-color: var(--theme-accent-color);
    border-style: solid;
    border-radius: 0;
}
.toc .toctitle {
    border-bottom: none;
}
.toc ul li a {
    line-height: 1.3;
}
.references::before,
.references::after,
#toc::before,
#toc::after {
    content: '';
    display: block;
    height: 30px;
    margin: 0 0 -30px;
    position: relative;
    z-index: -1;
}
.references::after,
#toc::after {
    margin: -29px 0 0;
}

/*---------------------------------------*/
/*---------Служебная сообщества----------*/
/*---------------------------------------*/
.community-page-header .community-page-header-content {
    padding-bottom: 55px;
}
.community-page-header .community-page-header-welcome-message, .community-page-header .community-page-subheader-welcome-message {
    color: var(--theme-page-text-color);
}
.community-page-header {
    background-color: rgba(var(--theme-page-background-color--rgb),0.5) !important;
    background-blend-mode: lighten;
}

/*---------------------------------------*/
/*-----------Виджет Дискорда-------------*/
/*---------------------------------------*/
.widget-body {
    display:none;
}

.discord-widget-container {
    height: 120px;
}

.discord-widget .widget-btn-connect {margin: auto;}

.discord-widget .widget-header {
    background-color: transparent;
    filter: invert(0.8);
}

.discord-widget .widget-theme-light .widget-body, .discord-widget .widget-theme-light .widget-footer {
    background-color: transparent;
}

.discord-widget .widget-theme-light .widget-btn-connect {
    font-size: 16px;
    background-color: rgba(var(--theme-accent-color--rgb),0.5);
    border: 1px solid var(--theme-border-color);
    color: var(--theme-page-text-color);
    margin: auto;
}

.discord-widget .widget-header .widget-header-count {
    font-size: 15px;
}

.theme-fandomdesktop-dark .discord-widget .widget-header {
    filter: none;
}

.discord-widget .widget-footer {
    box-shadow: none;
    background-color: transparent!important;
}

/*fix infobox icon*/
.theme-fandomdesktop-dark .infobox-image{
    filter: sepia(1) invert(100%);
}

.ww_skill, .ww_skill span{
color: var(--ww-colori)!important;}

.ww_skill > div > div{
border: 1px solid var(--ww-colori);
}


/*шаблон избранных*/
.ww-fav {
    display: inline-block;
    font-size: 12px;
    text-align: center;
    margin: 2px 2px 11px 2px;
    width: 130px;
    vertical-align: text-top;

}
.ww-favicon {
    width: 130px;
    height: 130px;
    border: solid 1px var(--theme-accent-color);
    border-radius: 4px;
    overflow: hidden;
    
}

#wwfav p {display:none;}

#wwfav {text-align: center;}


/*Шаблон избранные заглавной*/
.ww-fav {
    display: inline-block;
    font-size: 12px;
    text-align: center;
    margin: 2px 2px 6px 2px;
    width: 130px;
    vertical-align: text-top;
    line-height: 13px;
}
.ww-favicon {
    width: 130px;
    height: 130px;
    border: solid 1px var(--theme-accent-color);
    border-radius: 4px;
    overflow: hidden;
    margin: 0px 0px 4px 0px;
    background: var(--theme-accent-color);
}

#wwfav p {display:none;}
#wwfav .tooltip-wrapper {width:300px;}
.tt-tooltip-info .mw-references-wrap {display:none;}
.tt-tooltip-info img {display:none!important;}
.ww-favfix img {margin: 0px 0px 0px -11px;}
.ww-favpf {display:none;}
.tt-tooltip-info .ww-favpf {    display: inline-block!important;}

.ww-favicon img {
   opacity:1;}
.ww-favicon img:hover {
    opacity:0.6;}

.main-tooltip {
    padding:10px;
    color:var(--theme-page-text-color);
    border: 1px solid var(--theme-accent-color);
    box-shadow: 2px 2px 5px rgb(0 0 0 / 30%);
    margin-bottom: 5px;
    background-color: var(--theme-page-background-color--secondary);
    width: 550px!important;
}

/*UCX Profile*/

#userProfileApp .user-profile-navigation__link {
    position: relative;
    top: 4px;
    opacity: 1;}

#userProfileApp .user-profile-navigation__link a{
    display: block; /* Ссылка как блочный элемент */
    height: 33px!important;}

#userProfileApp .user-profile-navigation__link.is-active {
    position: relative;
    border-bottom-color: var(--theme-accent-color);}

#userProfileApp .user-profile-navigation__link.is-active a {
    color: var(--theme-accent-color)!important;
    position: relative;}

#userProfileApp .user-identity-avatar__image {
    border-color: var(--theme-accent-color)!important;
    border-width: 2px;}

#userProfileApp .user-profile-navigation {
    height: 48px;
    border-bottom: solid 4px var(--ww-back1)}


.user-profile-navigation__link:hover {
    border-bottom: 4px solid var(--theme-accent-color);position: relative;}

.theme-fandomdesktop-dark .user-profile-navigation__link:hover {
    filter: grayscale(10%) brightness(150%);}

.theme-fandomdesktop-light #userProfileApp .user-profile-navigation__link.is-active {
    position: relative;
    border-bottom-color: var(--theme-accent-color);}

.theme-fandomdesktop-dark #userProfileApp .user-profile-navigation__link.is-active {
    position: relative;
    border-bottom-color: var(--theme-accent-color);
    filter: grayscale(10%) brightness(150%);}

    /*избранная панель*/
#ww-fastbt td {    
    border: solid 1px var(--theme-accent-color);
    border-radius: 4px;     margin: 3px;
    display: inline-block;
	width: 53px;
    height: 53px;
}