Monster Hunter вики
Advertisement
Monster Hunter вики
2131
страница

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

  • 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.
/***** CSS placed here will be applied to all skins on the entire site. Please ensure you do not violate Wikia's Terms of Use by obscuring or removing the advertising. *****/

/* See also: [[MediaWiki:Monobook.css]] */
/* <pre> */


/*** Forum formatting (by -Algorithm & -Splaka) ***/

.forumheader { 
     border: 1px solid #aaa; margin-top: 1em; padding: 12px; 
}
.forumlist td.forum_edited a { 
     color: black; text-decoration: none 
}
.forumlist td.forum_title a { 
     padding-left: 20px; 
}
.forumlist td.forum_title a.forum_new { 
     font-weight: bold; background: url(/images/4/4e/Forum_new.gif) 
     center left no-repeat; padding-left: 20px; 
}
.forumlist td.forum_title a.forum_new:visited { 
     font-weight: normal; background: none; padding-left: 20px; 
}
.forumlist th.forum_title { 
     padding-left: 20px; 
}
/* </pre> */

/* Инфобокс монстров */
.pi-theme-monster {
 border: 2px solid #be9b6e;
   background-color: transparent; 
   color: #000;
}

.pi-theme-monster .pi-title {
   text-align:center;
   font-weight: bold;
}

.pi-theme-monster .pi-data-label {
    flex-basis:145px;
}
 
.pi-theme-monster .pi-data-value {
    flex-basis: 155px
}

.pi-theme-monster .pi-title {
   text-align:center;
}

/* Инфобокс игр */
.pi-theme-games {
 border: 2px solid #6c93b1;
   background-color: transparent; 
   color: #000;
}

.pi-theme-games .pi-title {
   text-align:center;
   font-weight: bold;
}

.pi-theme-games .pi-data-label {
    flex-basis:150px;
}
 
.pi-theme-games .pi-data-value {
    flex-basis: 150px
}

/* Инфобокс локаций */
.pi-theme-location {
    border: 2px solid #000; 
    background-color: transparent; 
    color: #000;
}


/* Заголовки инфобоксов по центру */
.portable-infobox .pi-header, .portable-infobox .pi-title {
   text-align:center !important;
   background-color: #6C93B1;
}

/* Для заголовков */
.title_A {
background: url('https://vignette.wikia.nocookie.net/monsterhunter/images/4/45/MonsterHunterHeader.png/revision/latest?cb=20151215005218&path-prefix=ru') left no-repeat;
}
Advertisement