Бегущий в лабиринте вики
Бегущий в лабиринте вики
Нет описания правки
Нет описания правки
Строка 5: Строка 5:
   
   
  +
/*** Заголовки на заглавной ***/
/*** Forum formatting (by -Algorithm & -Splaka) ***/
 
   
  +
.mainpage-box {
.forumheader {
 
  +
background: linear-gradient(181deg, rgba(5, 24, 38, 1) 0, rgba(0, 128, 128, 1) 100%);
border: 1px solid #aaa; margin-top: 1em; padding: 12px;
 
  +
border-radius: 1em;
  +
border: 2px solid #aaa;
  +
color: #ffffe0;
  +
filter: progid: DXImageTransform.Microsoft.gradient( startColorstr=' #051826', endColorstr=' #008080', GradientType=0 );
  +
font-size: 170%;
  +
margin: 10px 0 3px;
  +
padding: 0.7em;
  +
text-align: center;
 
}
 
}
.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> */
 
   
 
/* Цвет ссылок */
 
/* Цвет ссылок */

Версия от 19:35, 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 {
	background: linear-gradient(181deg, rgba(5, 24, 38, 1) 0, rgba(0, 128, 128, 1) 100%);
	border-radius: 1em;
	border: 2px solid #aaa;
	color: #ffffe0;
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr=' #051826', endColorstr=' #008080', GradientType=0 );
	font-size: 170%;
	margin: 10px 0 3px;
	padding: 0.7em;
	text-align: center;
}

/* Цвет ссылок */
.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;
}