Моя геройская академия Вики
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.
/*===========================*/
/*=== Wikia-skin only CSS ===*/
/*===========================*/
 
 
#spotlight-slider .description h2 {
   display:none !important;
}
 
 
.hiddenStructure { display:none; }
 
/* Hides image attribution on articles */
 
.picture-attribution { display:none !important; }
 /* </source> */
 
 
/* Таббер */
.tabberlive .tabbertab h2, .tabberlive .tabbertab h3 { 
display:block !important; 
}
 
.button.secondary img.chevron,
 .wikia-menu-button.secondary img.chevron { border-color: transparent; }
.wikia-single-button a.secondary img.chevron,
a.wikia-button.secondary img.chevron,
button.secondary img.chevron,
input[type="button"].secondary img.chevron,
input[type="reset"].secondary img.chevron,
input[type="submit"].secondary img.chevron {
    border-color: #000000;
    
}

.chevron, #EditPageHeader > h1 > a,#EditPageHeader > h2,#HelpLink > a,#NotificationsLink > a ,#wpPreview,.WikiNav .nav .subnav-3 li a:hover {
    color: #000000;
}
 
/* Toggle Button */
 
.mw-collapsible-toggle {
    font-size:90%;
    color:white;
    font-weight: normal;
    text-transform: lowercase;
    margin-right:5px;
}
 
.mw-collapsible-toggle a {
    font-weight: normal;
    color:white;
    text-decoration:none;
    text-transform: lowercase;
}
 
.mw-collapsible-toggle a:hover {
    text-decoration:none;
}
 
.WikiaArticle {
font-size:13.5px !important;
}
 
/* References restyling */
.references {
   font-size: 80%;
}
 
.refpopups-box {
	background: none repeat scroll 0 0 #fff !important;
	border-color: #961414 !important;
	color: #3a3a3a !important;
	font-size: 13px !important;
}
 
 
/* Викификация фона */
 
body.mediawiki  {	
    background-attachment: fixed !important;
}

/*Меню навигации */
 
#WikiHeader h1.wordmark img {
    opacity:0.75;
    filter:alpha(opacity=75); /* For IE8 and earlier */
    transition: opacity 1s;
}
#WikiHeader h1.wordmark img:hover {
    opacity:1.0;
    filter:alpha(opacity=100); /* For IE8 and earlier */
}
.board .description {
	display: none;
}
.board:hover,
li.thread:hover {
	background: #800000 !important;
	border-left: 10px solid #800000;
	padding-left: 10px !important;
	transition: 0.7s;
}
.thread .last-post {
	color: #000 !important;
}
.board .last-post,
.thread .last-post {
	padding-left: 30px;
}
.WikiNav .nav-item:not(.marked) {
	background: rgba(240,178,53,0.4);
	height: 25px;
	margin-top: 8px;
}
.WikiNav .nav-item,
.WikiNav .nav-item a {
	border: none !important;
}
.WikiNav .nav-item {
	transition: 0.3s;
}
.WikiNav .marked {
	background: linear-gradient(to top, #800000, #B22222 100%);
	height: 30px;
	margin-top: 1px;
	padding-top: 4px;
}
.WikiNav .navbackground {
	background:  linear-gradient(to top,#B22222, #800000 100%);
    border-radius:0 7px 7px 5px;
}
.subnav-3a img,
.subnav-4a img {
	border-left-color: #800000 !important;
}
.WikiaPage {
	animation: shadow 1s linear 1s infinite alternate;
	-webkit-animation: shadow 1s linear 1s infinite alternate;
	border: 3px solid #800000;
    border-radius: 3px;
}
 

/*скругление и border вокруг аватаров*/
.UserProfileMasthead .masthead-avatar .avatar {
    border: 3px #e70101 ridge !important;
}
.avatar {
    border-radius: 10px;
}

/*анимация лого при наведении*/
.WikiHeader .wordmark {
    -moz-transform: rotate(0deg) scale(1) skew(180deg) translate(0px);
    -moz-transition: All 0.6863s ease;
    -o-transform: rotate(0deg) scale(1) skew(180deg) translate(0px);
    -o-transition: All 0.6863s ease;
    -webkit-transform: rotate(0deg) scale(1) skew(180deg) translate(0px);
    -webkit-transition: All 0.6863s ease;
    color: #708090;
    font-weight: bold;
    margin-bottom: 10px;
    width: 250px;
    word-wrap: break-word;
}
.WikiHeader .wordmark:hover {
    -webkit-transform: rotate(1deg) scale(1.090) skew(180deg) translate(0px);
    -moz-transform: rotate(1deg) scale(1.090) skew(180deg) translate(0px);
    -ms-transform: rotate(1deg) scale(1.090) skew(180deg) translate(0px);
    -o-transform: rotate(1deg) scale(1.090) skew(180deg) translate(0px);
}
.WikiHeader a {
    outline:none
}
/*анимация лого при наведении-конец*/


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

/***** Категории *****/
.CategorySelect.articlePage {
   border:1px solid #B22222 !important;
   background: #800000;
   background-image: -moz-linear-gradient(top, #800000 0%, #B22222 100%);
   background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#800000), color-stop(100%,#B22222));
   background-image: -webkit-linear-gradient(top, #800000 0%,#B22222 100%);
   border-radius:10px;
   box-shadow:0 0 0.3em 0.3em goldenrod;
   color:goldenrod;
   filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#'800000, endColorstr='#B22222',GradientType=0 );
}

/*баннеры*/
.WikiaFooter section, .WikiaBarWrapper section {
    box-shadow:0 0 0.3em 0.3em goldenrod;
}

/* == БЛИЗКИЕ СТАТЬИ == */
.RelatedPagesModule li {
	border-radius: 6px;
	border: 1px solid;
	width: 100%;
}
.RelatedPagesModule li img {
	border-radius: 4px 4px 0 0;
}
.RelatedPagesModule .more {
	background: #B22222;
	border-radius: 0 0 5px 5px;
	color: white;
	font-size: 14px;
	margin-top: -5px !important;
    margin: 0;
	padding: 2px;
	text-align: center;
	text-shadow: 1px 1px 3px black;
}
.RelatedPagesModule .more:hover {
	color: white;
	text-decoration: none;
	text-shadow: #800000 1px 1px 5px;
}

/*====================================
     Новые инфобоксы
  ====================================*/
 
/* ======== Общее для всех новых инфобоксов ======== */
 
/* Main styling */
.portable-infobox {
    border: 1px solid #666;
    padding: 2px;
    font-size: smaller;
}
.portable-infobox,
.portable-infobox .pi-image-collection-tab-content {
    background: transparent;
}
.portable-infobox .pi-image-collection-tabs,
.portable-infobox .pi-font,
.portable-infobox .pi-secondary-font {
    font-size: 11px;
}
 
/** Data customization **/
.portable-infobox .pi-title,
.portable-infobox .pi-header {
    text-align: center;
    color: #fff;
    background: #8b0000;
    font-weight: bold;
    border-color: transparent;
    padding: 4px;
}
.portable-infobox .pi-title {
    font-size: 16px;
}
.portable-infobox .pi-group,
.portable-infobox .pi-group .pi-data:last-child {
    border: none;
}
.portable-infobox .pi-data {
    padding: 4px;
}
.portable-infobox .pi-border-color {
    border-color: #999;
}
 
/** Image customization **/
.portable-infobox .pi-image-collection-tabs .pi-tab-link {
    background: transparent;
    border-style: none;
    margin: 0;
    padding: 0;
    color: #cc960e;
    font-weight: bold;
}
.portable-infobox .pi-image-collection-tabs .pi-tab-link.current {
    color: #222;
}
.portable-infobox .pi-image-collection-tabs .pi-tab-link:not(:last-of-type):after {
    content: "|";
    color: #222;
    font-weight: bold;
    width: 1em;
    padding-right: 3px
}
 
/** Navigation footer styling **/
.portable-infobox .pi-navigation {
    text-align: center;
    font-weight: bold;
    background: #8b0000;
    padding: 4px;
}
.portable-infobox .pi-navigation a {
    color: #FFFFFF;
    text-align: center;
}
 
/* Character infobox styling */
/* {{Character Infobox}} - .pi-theme-character */
/* {{Character Infobox/Villain}} - .pi-theme-character-villain */
/* {{Character Infobox/Vigilante}} - .pi-theme-character-vigilante */
/* {{Character Infobox/Pro}} - .pi-theme-character-prohero */
.pi-theme-character,
.pi-theme-character-villain,
.pi-theme-character-vigilante,
.pi-theme-character-prohero { 
    border-color: #ffd700;
}
.pi-theme-character-villain .pi-header,
.pi-theme-character-villain .pi-title,
.pi-theme-character-villain .pi-navigation {
    background: #141414;
}
.pi-theme-character-vigilante .pi-header,
.pi-theme-character-vigilante .pi-title,
.pi-theme-character-vigilante .pi-navigation {
    
    background: #696969;
}
.pi-theme-character-prohero .pi-header,
.pi-theme-character-prohero .pi-title,
.pi-theme-character-prohero .pi-navigation {
    background: #4169E1;

}

/* Quirk infobox styling - {{Quirk Infobox}} */
.pi-theme-quirk {
    border-color: #ffd700;
}
.pi-theme-quirk .pi-title,
.pi-theme-quirk .pi-header,
.pi-theme-quirk .pi-navigation {
    background: #ffbf00;
}
 
/* Fight infobox styling - {{Fight Infobox}} */
.pi-theme-fight {
    border-color: #8b0000;
}
.pi-theme-fight .pi-title {
    font-size: 14px;
    line-height:21px;
}
.pi-theme-fight .pi-horizontal-group {
    text-align: left;
}
.pi-theme-fight .pi-data-value ol,
.pi-theme-fight .pi-data-value ul {
    list-style-position: outside;
    margin-left: 2em;
}
 
/* Move infobox styling - {{Move Infobox}} */
.pi-theme-move {
    border-color: #8b0000;
}
 
/* Merchandise infobox styling - {{Merchandise Infobox}} */
.pi-theme-merch {
    border-color: #666;
}
.pi-theme-merch .pi-title,
.pi-theme-merch .pi-header {
    background: #7458c1;
}
.pi-theme-merch {
    flex-basis: 100px;
}
 
 
/* Episode infobox styling - {{Episode Infobox}} */
.pi-theme-episode {
    border: 1px solid #666;
}
.pi-theme-episode .pi-title,
.pi-theme-episode .pi-header {
     background: #1c1a16;
}
.pi-theme-episode .pi-title {
    font-size: 14px;
    line-height:21px;
}
.pi-theme-episode .pi-navigation {
    background: transparent;
    border-top: 1px dotted #999;
    padding: 0;
}
.pi-theme-episode .pi-navigation a {
    color: #cc960e;
}
 
/* Location infobox styling - {{Location Infobox}} */
.pi-theme-location .pi-title,
.pi-theme-location .pi-header {
     background: #008080;
}
 
/* Media infobox styling */
/* {{Volume Infobox}} - .pi-theme-volume */
/* {{Story Arcs Infobox}} - .pi-theme-arc */
/* {{Saga Infobox}} - .pi-theme-saga */
.pi-theme-volume {
    border-color: #8b0000;
}
.pi-theme-volume .pi-title,
.pi-theme-arc .pi-title,
.pi-theme-saga .pi-title {
    font-size: 14px;
    line-height:21px;
}
.pi-theme-volume .pi-data-label,
.pi-theme-saga .pi-data-label {
    flex-basis: 120px;
}
.pi-theme-volume .pi-navigation,
.pi-theme-arc .pi-navigation,
.pi-theme-saga .pi-navigation {
    background: transparent;
    border-top: 1px dotted #999;
    padding: 0;
}
.pi-theme-volume .pi-navigation a,
.pi-theme-arc .pi-navigation a,
.pi-theme-saga .pi-navigation a {
    color: #cc960e;
}
 
/* Simple infobox styling - {{Simple Box}} */
.pi-theme-simple .pi-title,
.pi-theme-simple .pi-header,
.pi-theme-simple .pi-navigation {
    background: #8a4b08;
}
 
/* Music infobox styling - {{Music Infobox}} */
.pi-theme-music .pi-title,
.pi-theme-music .pi-header,
.pi-theme-music .pi-navigation {
    background: #00796b;
}
.pi-theme-music .pi-title {
    font-size: 14px;
    line-height:21px;
}
 
/* Group infobox styling - {{Group Infobox}} */
.pi-theme-group {
    border-color: #145530;
}
.pi-theme-group .pi-title,
.pi-theme-group .pi-header,
.pi-theme-group .pi-navigation {
    background: #2e8b57;
}
 
/* Organization infobox styling - {{Organizations Infobox}} */
.pi-theme-org .pi-title,
.pi-theme-org .pi-header,
.pi-theme-org .pi-navigation {
    background: #5f23ae;
}
 
/* Event infobox styling - {{Event}} */
.pi-theme-event {
    border-color: #8b0000;
}
.pi-theme-event .pi-title {
    font-size: 14px;
    line-height:21px;
    
}

/* Chapter infobox styling - {{Chapter Infobox}} */
.pi-theme-chapter {
    border-color: #778899;
}
.pi-theme-chapter .pi-title,
.pi-theme-chapter .pi-header {
    background: #778899;
}

/* Quirks infobox styling - {{Quirks Infobox}} */
.pi-theme-quirks {
    border-color: #FFA500;
}
.pi-theme-quirks .pi-title,
.pi-theme-quirks .pi-header {
    background: #FFA500;
}

/* Volumes infobox styling - {{Volumes Infobox}} */
.pi-theme-volumes {
    border-color: #778899;
}
.pi-theme-volumes .pi-title,
.pi-theme-volumes .pi-header {
    background: #778899;
}

/* Anime seasons styling - {{Anime seasons}} */
.pi-theme-anime-seasons {
    border-color: #FF0000;
}
.pi-theme-anime-seasons .pi-title,
.pi-theme-anime-seasons .pi-header {
    background: #FF0000;
}

/* Opening/ending styling - {{Opening/ending}} */
.pi-theme-opening-ending {
    border-color: #FF0000;
}
.pi-theme-opening-ending .pi-title,
.pi-theme-opening-ending .pi-header {
    background: #FF0000;
}

/* Anime episodes styling - {{Anime episodes}} */
.pi-theme-anime-episodes {
    border-color: #FF0000;
}
.pi-theme-anime-episodes .pi-title,
.pi-theme-anime-episodes .pi-header {
    background: #FF0000;
}
/* Manga infobox styling - {{Manga Infobox}} */
.pi-theme-manga {
    border-color: #778899;
}
.pi-theme-manga .pi-title,
.pi-theme-manga .pi-header {
    background: #778899;
}


.pi-theme-characterevil .pi-title {background:#000;}
Advertisement