Monster Hunter вики
Monster Hunter вики
2131
страница
Нет описания правки
Метка: sourceedit
Нет описания правки
Метка: sourceedit
Строка 41: Строка 41:
   
 
.pi-theme-monster .pi-data-label {
 
.pi-theme-monster .pi-data-label {
flex-basis:150px;
+
flex-basis:145px;
 
}
 
}
 
 
 
.pi-theme-monster .pi-data-value {
 
.pi-theme-monster .pi-data-value {
flex-basis: 150px
+
flex-basis: 155px
 
}
 
}
   

Версия от 11:25, 15 декабря 2015

/***** 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-games .pi-title {
   text-align:center;
}

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