Бегущий в лабиринте вики
Бегущий в лабиринте вики
Нет описания правки
Нет описания правки
 
Строка 17: Строка 17:
 
background: #051826;
 
background: #051826;
 
background: linear-gradient(181deg, rgba(5, 24, 38, 1) 0, rgba(0, 128, 128, 1) 100%);
 
background: linear-gradient(181deg, rgba(5, 24, 38, 1) 0, rgba(0, 128, 128, 1) 100%);
filter: progid: DXImageTransform.Microsoft.gradient( startColorstr=' #051826', endColorstr=' #008080', GradientType=0 );
 
 
}
 
}
   

Текущая версия от 19:38, 24 января 2018

/***** 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> */


/*** Заголовки на заглавной ***/

.mainpage-box {
	border-radius: 1em;
	border: 2px solid #aaa;
	color: #ffffe0;
	font-size: 170%;
	margin: 10px 0 3px;
	padding: 0.7em;
	text-align: center;
	background: #051826;
	background: linear-gradient(181deg, rgba(5, 24, 38, 1) 0, rgba(0, 128, 128, 1) 100%);
}

/* Цвет ссылок */
.WikiaArticle a.new { color: #f47d42; }
.WikiaArticle a.new:visited { color: #f47d42; }

    
/* Инфобкосы */
.portable-infobox {
   border: 1px solid #fff;
   background-color: #3f3e37;
}

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