Noragami вики
Advertisement

Прогон модульной версии шаблона {{Персонаж/2}}


CSSник[]

Стиль для модулей[]

/* Стиль для модулей */
.WikiaRail .module {
	border: 3px double #eea002;
	padding: 5px; }

.WikiaRail .module h2 {
	background: #eea002;
	margin: -5px;
	color: white;
	text-align: center;
	font-variant: small-caps; }

Подсветка ссылок[]

/* Подсветка ссылок */
a {
	color: #e46200;
	text-decoration: none !important;
	transition: all 0.5s ease-out;
	-webkit-transition: opacity 0.8s linear;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out; }

a:hover {
	color: #f9b782;
	transition: all 0.5s ease-out;
	-webkit-transition: opacity 0.8s linear;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out; }


Advertisement