Community Central
Community Central

Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
/* Список стилей для импорта:

StickyLocalNav:           делает локальную навигацию похожей на глобальную
                          dev.fandom.com/StickyLocalNav
                          
Responsive Mobile:        делает вики удобнее на маленьких (768px и меньше) экранах
                          dev.fandom.com/Responsive Mobile
                          
ModernProfile/Masthead:   модернизирует профайл
                          dev.fandom.com/ModernProfile
                          
FandomizedButtons:        модернизирует кнопки
                          dev.fandom.com/FandomizedButtons
                          
EditorSourceMinimal:      модернизирует классический редактор
                          dev.fandom.com/EditorSourceMinimal
                          
EditorVisualMinimal:      модернизирует визуальный редактор
                          dev.fandom.com/EditorVisualMinimal
                          
Nord:                     «арктическое», северо-голубоватое оформление для кодов
                          dev.fandom.com/Nord
                          
Highlight:                подсвечивает глобальных статусников
                          dev.fandom.com/Highlight
                          
ModernWikiActivity:       модернизирует вики-деятельность
                          dev.fandom.com/ModernWikiActivity

FandomizedLoadingScreens: модернизирует показатели загрузки
                          dev.fandom.com/FandomizedLoadingScreens

AL|AlternatingLists:      модернизирует списки
                          dev.fandom.com/AlternatingLists

WLBhighlight:             подсвечивает переводчиков
                          wlb.fandom.com/MediaWiki:WLBhighlight.css

MinifiedLeftTabs:         модернизирует вкладки слева в исследованиях и поиске
                          dev.fandom.com/MinifiedLeftTabs

MinimalBanners:           уменьшает уведломления
                          dev.fandom.com/MinimalBanners

MiniGlobalNav:            уменьшает глобальную навигацию
                          dev.fandom.com/MiniGlobalNav

FandomizedTabs/tabbers:   модернизирует табберы
FandomizedTabs/tabviews:  модернизирует табвью
                          dev.fandom.com/FandomizedTabs
*/
@import url("/load.php?mode=articles&only=styles&articles=User:TapeJIKa_c_ne4eHbKou/imports.css|u:dev:MediaWiki:StickyLocalNav.css|u:dev:MediaWiki:Responsive_mobile.css|u:dev:MediaWiki:ModernProfile/Masthead.css|u:dev:MediaWiki:FandomizedButtons.css|u:dev:MediaWiki:EditorSourceMinimal/code.css|u:dev:MediaWiki:EditorVisualMinimal/code.css|u:dev:MediaWiki:Nord.css|u:dev:MediaWiki:Highlight.css|u:dev:MediaWiki:ModernWikiActivity.css|u:dev:MediaWiki:FandomizedLoadingScreens.css|u:dev:MediaWiki:AL.css|u:wlb:MediaWiki:WLBhighlight.css|u:dev:MediaWiki:MinifiedLeftTabs/code.css|u:dev:MediaWiki:MinimalBanners.css|u:dev:MediaWiki:MiniGlobalNav.css|u:dev:MediaWiki:FandomizedTabs/tabbers.css|u:dev:MediaWiki:FandomizedTabs/tabviews.css");

#mw-clearyourcache,
.WikiaPage .page-header .wds-button.wds-is-secondary[href="#WikiaArticleComments"],
.WikiaPage .page-header .wds-button.wds-is-secondary#ShareEntryPoint,
.article-categories,
.WikiaArticleInterlang,
.toc-link,
.refpopups-configure-page,
.license-description {display: none !important}

:root {
    --globalnav-height: 35px;
}

.wds-banner-notification__container .wds-banner-notification .wds-banner-notification__text {padding: 9px 12px}

.WikiaPage .page-header__separator {background: transparent !important}

.WikiaPage .page-header__categories-links > a:last-child,
.WikiaPage .page-header__languages {padding-bottom: 5px}
.WikiaPage .page-header__title,
#ajaxToggleText {letter-spacing: 0.6px; margin-left: -2px}
.WikiaPage .page-header__page-subtitle {margin-top: 4px}

body {font-family: Rubik}
.WikiaTopAds {display: none}
.WikiaPage,
.WikiaPageBackground {border-radius: 4px; border: 0 !important; overflow: hidden; opacity: 1}

body:not(.editor) .WikiaPage {
    margin-top: calc(var(--localnav-height) + 20px);
}

img {border-radius: 4px}

.accent,
.neutral,
.wikiaPhotoGallery-slider-body,
.media-gallery-wrapper .media img {
    background: 0 !important;
    border: 0 !important;
    border-radius: 4px;
    outline: none;
}
.media-gallery-wrapper .media-gallery-caption {border-bottom-left-radius: 4px; border-bottom-right-radius: 4px}

.sprite, .pi-image img, .pi-image-collection-tabs img {border-radius: 0 !important}

.wikia-slideshow-toolbar-counter {border: 0 !important; padding: 0 !important}

.wikia-slideshow-addimage, .wikia-photogallery-add, .wikia-slideshow-popout {display: none !important}

.wikia-slideshow-prev-next a span {
	background: rgba(255, 255, 255, .75) !important;
	border-radius: 50% !important;
	height: 30px !important;
	width: 30px !important;
}

.wikia-slideshow-prev-next a span .chevron {margin-bottom: 6px !important}

.WikiaArticleInterlang ul li {border: 0; padding: 0}
.WikiaArticleInterlang ul li:before {content: '• '}
.WikiaArticleInterlang ul li:first-child:before {display: none}

.WikiaBarWrapper .wikia-bar {width: 100%}

.mcf-card-article__title {overflow: hidden; text-overflow: ellipsis}

/* Заголовки */
h2,
h3,
h4,
h5,
h6 {
    font-weight: bold;
}

.mw-headline {
    padding: 0 0 0 16px;
}

    /* первого уровня */
h2 {
    border-bottom: none !important;
}

h2::after {
    content: "";
    display: flex;
    width: 100%;
    margin-top: 4px;
    border-bottom: 2px solid currentColor;
    opacity: 0.5;
}

    /* править */
.WikiaArticle .editsection {
    margin: 0;
}

.editsection a {
    color: currentColor;
}

.editsection a::before {
    content: "...";
    font-size: 16px;
}

.WikiaArticle .editsection a img.sprite.edit-pencil {
    height: 16px;
    width: 16px;
    margin-right: .25em;
    vertical-align: baseline;
    background-color: currentColor !important;
    background-image: none !important;
    -webkit-mask-image: url("/extensions/wikia/DesignSystem/node_modules/design-system/dist/svg/wds-icons-pencil-small.svg");
    -webkit-mask-repeat: no-repeat;
}

/* Содержание */
.WikiaArticle .toc {
    border-width: 1px;
    border-radius: 8px;
}

.WikiaArticle #toctitle h2 {
    padding-right: 0;
}

.WikiaArticle #toctitle .toctoggle {
    font-size: 0;
    display: flex;
    padding-top: 4px;
}

.WikiaArticle #toctitle .toctoggle a {
    background: currentColor;
    -webkit-mask-image: url(/extensions/wikia/DesignSystem/node_modules/design-system/dist/svg/wds-icons-menu-control-tiny.svg);
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-size: 16px;
    height: 100%;
    width: 100%;
    transition: transform .3s ease-out;
}

.WikiaArticle .toc.show #toctitle .toctoggle a {
    transform: rotateX(180deg);
}

.WikiaArticle .toc > ol {
    display: block;
    transition: opacity .3s ease-out;
    height: 0;
    width: 0;
    overflow: hidden;
    opacity: 0;
    pointer-events: none;
    user-select: none;
}

.WikiaArticle .toc.show > ol {
    height: auto;
    width: auto;
    opacity: 1;
    pointer-events: all;
}

/* Кабинет участника */
    /* cкрываем почту */
#dashboardSelf-email .dashHeader {user-select: none; font-size: 0}
#dashboardSelf-email .dashHeader:after {
    content: "email@example.com";
    font-size: 20px;
}
    /* аватар */
#dashboardSelf-profile .dashHeader {
	flex-direction: column;
	--avatar-size: 50px;
	--margin: 5px;
	overflow: hidden;
}

#dashboardSelf-profile .dashHeader .wds-avatar {
	width: var(--avatar-size);
	height: var(--avatar-size);
	margin: var(--margin);
	margin-bottom: calc(var(--margin) *2);
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	max-height: 100%;
	max-width: 100%;
}

#dashboardSelf-profile .dashHeader .wds-avatar .wds-avatar__image {
	margin: var(--margin) 0 0 0;
}

#dashboardSelf-profile .dashHeader .wds-avatar:after {
	border-bottom: 1px currentColor solid;
	margin: var(--margin) 0 0 0;
	width: 250%;
	content: "";
}

/* Ссылки */
.WikiaArticle a.external:after {
    -webkit-mask-image: url("/extensions/wikia/DesignSystem/node_modules/design-system/dist/svg/wds-icons-external.svg");
    background-color: currentColor;
    background-image: none;
    height: 12px;
    width: 12px;
}
 
/* Свежие правки */
.mw-rc-openarrow a img,
.mw-rc-closearrow a img {opacity: 0; position: absolute}

.mw-rc-openarrow a,
.mw-rc-closearrow a {
    display: inline-block;
    width: 12px; height: 12px;
    -webkit-mask-image: url(/extensions/wikia/DesignSystem/node_modules/design-system/dist/svg/wds-icons-menu-control-tiny.svg);
    background-color: currentColor;
    background-image: none !important;
}

.mw-rc-closearrow a {transform: rotate(180deg)}

/* Инфобоксы */
.pi-collapse .pi-header:first-child:after {
    -webkit-mask-image: url("/extensions/wikia/DesignSystem/node_modules/design-system/dist/svg/wds-icons-menu-control-tiny.svg");
    -webkit-mask-repeat: no-repeat;
    background-color: currentColor;
    background-image: none !important;
    border: none;
    display: block;
    height: 12px !important;
    margin-top: -5px;
    position: absolute;
    transform: rotate(180deg);
    transition: 0.4s;
    width: 12px !important;
}
.pi-collapse-closed .pi-header:first-child::after {transform: none}

/* Фикс вида неотпатрулированных правок на странице «Новые страницы» */
.not-patrolled:before {
    content: "!";
    color: red;
    font-weight: bold;
    margin-right: .25em;
}
.not-patrolled {background: transparent}

/* FanFeedEnhancements */
.mcf-content {height: 490px; overflow-y: auto}
a.mcf-card.mcf-card-article:hover {filter: brightness(120%) !important; transition: 0.5s}
.mcf-card {border-radius: 4px; border: 0 !important}

/* Уведломления в правом нижнем углу страницы */
.WikiaNotifications li div {
    box-shadow: none;
    background-image: none;
    max-width: 200px;
    padding: 16px;
}
 
.WikiaNotifications li div a {font-weight: bold}
.WikiaNotifications li div a:hover {filter: brightness(85%); transition: .3s}

/* Круглые аватары */
.RelatedForumDiscussion .forum-replies .forum-reply .forum-user-avatar,
.ChatHeader .User img,
.Chat img,
.Rail .User img,
.Write img,
.WallVotersModal ul li img,
#lastEdited img,
.avatar {
    border-radius: 50%;
}
    /* Фиксы */
#WallThreadHistory tr .avatar {padding: 0}
.deleteorremove-infobox .deleteorremove-bubble div.avatar {border-width: 0 !important}

/* Кнопка "Добавить категорию" */
#CategorySelectAdd {
	background-color: transparent !important;
	border: none !important;
	font-family: inherit !important;
	font-size: inherit !important;
	font-weight: inherit !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
	text-transform: inherit !important;
}

/* AjaxRC */
#ajaxToggleText{border:none !important; font-size: 12px !important}
#ajaxRefresh{margin-left: 2px !important}

/* WikiActivity */
.activityfeed > li {
    --mwa-link-transform: unset;
    --mwa-text-transform: none;
    --mwa-font: inherit;
    --mwa-edit: deepskyblue;
    --mwa-new: #ee1a41;
}
li[class*="activity-type"] {border: none !important}
.activityfeed .subtle, .activityfeed .wallfeed a {font-weight: unset}
.activityfeed > li {margin: unset; padding-left: 30px}

/* PortableCSSPad */
#PortableCSSPad-container .ui-resizable-se{filter:invert(100%)}
#PortableCSSPad-textarea{border-radius:.2em}
#PortableCSSPad-buttons {
	background: white;
	border-radius: .2em;
}
.PortableCSSPad-button:hover {background-color: rgba(51,51,51,.5) !important}

#PortableCSSPad-title {
    font: bold 20px rubik !important;
    color: white !important;
    transition: .2s !important;
}
#PortableCSSPad-title:hover {text-decoration: none !important}

#PortableCSSPad-container {
    border: 1px solid rgb(51,51,51) !important;
    background: rgba(51,51,51,.95) !important;
    border-radius: 0.5em !important;
    box-shadow: 0 0 10px 0 rgba(26,26,26,.2);
}

/* Настройка динамических категорий */
.WikiaArticle .category-page__first-char {font-size: 18px}

.WikiaArticle .category-page__total-number,
.WikiaArticle .category-page__trending-pages-header {text-transform: none}

/* Настройки профайла */
.UserProfileMasthead .masthead-info .tag {border-radius: 3px}

/* Вики-бар */
.WikiaBarWrapper {
    background: rgba(0,42,50) !important;
    border: none !important;
    box-shadow: none !important;
}
.wikia-bar .toolbar .tools > li {
    border: none !important;
    margin-top: 1px;
}
.wikia-bar .toolbar .tools li a:hover, .wikia-bar .toolbar .tools li a:active, .tools-menu li > a:hover, .tools-menu li > a:active {
    color: #ff0066 !important;
	background-color: transparent !important;
    text-shadow: none !important;
}
.wikia-bar .toolbar .tools-menu li > a {
    font-size: 13px !important;
    color: #fff !important;
    text-decoration: none !important;
    transition-duration: 0.3s !important;
}
.WikiaBarWrapper .toolbar .tools > li > a {
    color: #fff !important;
    text-decoration: none !important;
    transition-duration: 0.3s !important;
	padding: 11px 0 !important;
}

.wikia-bar .toolbar .tools > li:hover {
    background: transparent !important;
}

.wikia-bar .arrow, .WikiaBarCollapseWrapper {
    display: none !important;
}
.WikiaBarWrapper .wikia-bar {background-image: none !important}

#WikiaBarWrapper .wikia-bar, .WikiaBarWrapper .toolbar {background: transparent !important}

.WikiaBarWrapper .toolbar .tools .arrow-icon {border-bottom-color: #fff !important}
.toolbar .sprite.gear {filter: invert(0%) !important}

.wikia-bar .toolbar .tools li.overflow a {
	cursor: pointer !important;
}
.wikia-bar .toolbar .tools li.mytools.menu a {
    cursor: default;
}

.WikiaBarWrapper .tools-menu {
	padding: 7px 0 !important;
    border: none !important;
	box-shadow: 0 0 10px 0 rgba(26,26,26,.2) !important;
	background: rgba(68, 68, 68, .95) !important;
	border-radius: 4px;
    transform: translateY(2px) !important;
}
.WikiaBarWrapper .tools-menu > li {
    margin: 0px 9px !important;
    border: none !important;
}
.WikiaBarWrapper .tools-menu > li > a {
    padding: 8px 9px;
}
    /* Редактор */
#MyToolsConfigurationWrapper .reset-defaults .wikia-chiclet-button,
#MyToolsConfigurationWrapper .options-list li[data-tool-id="Menu:my-tools"] img {display: none}

.MyToolsConfiguration .search-box input[type="text"] {box-shadow: none !important}

#MyToolsConfigurationWrapper .popular-list li {font-size: 13px; line-height: 24px}
#MyToolsConfigurationWrapper .options-list li:not([class="list-item-indent-1"]) {border: 0; font-size: 13px}
#MyToolsConfigurationWrapper .popular-list li:before,
#MyToolsConfigurationWrapper .options-list li:not([class="list-item-indent-1"]):before {content: "•"; margin-right: 0.5em}

#MyToolsConfigurationWrapper header h3 {font-family: Rubik; font-size: 18px}

#MyToolsConfigurationWrapper label,
#MyToolsConfigurationWrapper .popular-toggle,
#MyToolsConfigurationWrapper .advanced-tools,
#MyToolsConfigurationWrapper .reset-defaults {font-family: Rubik; font-size: 12px; font-weight: bold}

#MyToolsConfigurationWrapper label,
#MyToolsConfigurationWrapper .popular-toggle {text-transform: uppercase}

#MyToolsConfigurationWrapper .advanced-tools,
#MyToolsConfigurationWrapper .reset-defaults {text-transform: lowercase}

/* BackToTopButton */
#backtotop button {
    background: none !important;
    background-color: transparent !important;
    color: white !important;
    border: none !important;
    text-decoration: none;
    font-style: inherit
}

#backtotop button:hover, #backtotop button:active {color: #ff0066}

#backtotop button:focus {outline: none !important}

/* Глобальный футер */
.skin-oasis .wds-global-footer__main {
    flex-direction: row;
    margin: 0 auto;
    padding-bottom: 5px;
    zoom: 0.85;
}
.skin-oasis .wds-global-footer .wds-global-footer__header {
    height: 36px;
    display: flex;
    zoom: .85;
    padding: 40px 0;
}
.skin-oasis .wds-global-footer .wds-global-footer__header-logo {height: 36px}
.skin-oasis .wds-global-footer__fandom-sections,
.skin-oasis .wds-global-footer__wikia-sections {
    align-content: flex-start;
    order: 4;
    width: 720px;
    margin: 0 auto;
}
.skin-oasis .wds-global-footer .wds-global-footer__bottom-bar {min-height: 3em}
.skin-oasis .wds-global-footer .wds-global-footer__bottom-bar-row {padding: 10px 0}
.skin-oasis:not(.editor) .wds-global-footer .wds-global-footer__bottom-bar {margin: 0 -25px}
@media only screen and (max-width: 1313px) {
    .skin-oasis .wds-global-footer .wds-global-footer__wikia-section {margin-right: 25px; flex: 1; width: 25%}
    .skin-oasis .wds-global-footer .wds-global-footer__wikia-section.wds-is-community-apps .wds-global-footer__links-list {flex-direction: column}
    .skin-oasis .wds-global-footer .wds-global-footer__wikia-section.wds-is-community-apps .wds-global-footer__links-list-item {margin: 0}
    .skin-oasis .wds-global-footer .wds-global-footer__wikia-section.wds-is-create-wiki,
    .skin-oasis .wds-global-footer .wds-global-footer__wikia-section.wds-is-advertise {display: none !important}
    .skin-oasis .wds-global-footer__wikia-sections .wds-global-footer__links-list-item {margin-bottom: 8px}
}

.skin-oasis .wds-global-footer .mobile-site-link,
.skin-oasis .wds-global-footer .wds-global-footer__fandom-sections,
.skin-oasis .wds-global-footer .wds-global-footer__wikia-section.wds-is-follow-us {display: none !important}

/* Глобальная навигация */
.wds-global-navigation-wrapper,
.wds-global-navigation__content-bar-left,
.wds-global-navigation__content-bar-right,
.wds-global-navigation__dropdown-controls {
    height: 35px;
}

.wds-global-navigation__logo-image {
    height: 25px; width: 25px;
    background-image: url(/extensions/wikia/DesignSystem/node_modules/design-system/dist/svg/wds-company-logo-fandom-heart.svg);
    background-repeat: no-repeat;
    background-size: contain;
}

.wds-global-navigation__logo-image path {display: none}

.wds-global-navigation__start-a-wiki .wds-button {font-size: 10px}

@media only screen and (min-width: 768px) {
    .wds-global-navigation__links {font-size: 14px}
}

.wds-global-navigation__link {margin-left: 20px}

.wds-search-is-active .wds-global-navigation__link,
.wds-search-is-active .wds-global-navigation__link-group {margin-left: 0}

.wds-global-navigation__links .wds-global-navigation__link-group .wds-dropdown__content {margin-left: 55px}

.wds-global-navigation #wds-icons-bell,
.wds-global-navigation #wds-icons-message {height: 21px; min-width: 21px; width: 21px}

/* Викификатор */
.toolbar .wikify img {width: 0px}
.toolbar .wikify::before {content: "\"/«"}