Minecraft Wiki
Регистрация
Blizzover (обс. | вклад)
Нет описания правки
Blizzover (обс. | вклад)
Нет описания правки
Строка 39: Строка 39:
 
padding: 0;
 
padding: 0;
 
height: 36px;
 
height: 36px;
  +
}
  +
  +
div.vectorTabs span {
  +
background: none;
 
}
 
}
 
 
 
div.vectorTabs span::before {
 
div.vectorTabs span::before {
 
display: none;
 
display: none;
  +
}
  +
  +
div.vectorTabs li a {
  +
padding: 10px 16px 5px 16px;
  +
}
  +
  +
#p-namespaces a, #p-views a, div#mw-head div.vectorMenu h4 {
  +
color: #E0E0E0;
 
}
 
}
 
 

Версия от 09:55, 20 мая 2019

#p-sharing #socialIconImages img {
    width: 50%;
}

/* Главаня */
	/* текст, ссылки */
	.mw-body {
    	color: #E0E0E0;
	}

	a {
    	color: #729FCF;
	}

	a:visited {
    	color: #6758fd;
	}
	
	ul {
    	list-style-image: url(https://minecraft-de.gamepedia.com/media/minecraft-de.gamepedia.com/8/8f/Nightmode-list-bullet.svg);
	}
	
	/* Кнопки */
	div#left-navigation {
    	background: #212121;
	}
	
	#left-navigation, #right-navigation {
    	margin-top: 47px;
	}
	
	div#p-namespaces {
    	border-top: 6px solid #313131;
    	border-left: 6px solid #171717;
	}
	
	div.vectorTabs, div.vectorMenu {
    	background: none;
    	padding: 0;
    	height: 36px;
	}
	
	div.vectorTabs span {
    	background: none;
	}
	
	div.vectorTabs span::before {
		display: none;
	}
	
	div.vectorTabs li a {
    	padding: 10px 16px 5px 16px;
	}
	
	#p-namespaces a, #p-views a, div#mw-head div.vectorMenu h4 {
    	color: #E0E0E0;
	}
	
	/* Поиск */
	div#simpleSearch {
		left: 14px;
	}
	
	#p-search form {
    	background: none;
    	border: 0px;
    	margin-top: -2px;
    	padding: 0;
	}
	
	#p-search form::before {
		border: 0;	
	}
	
	#p-search form::after {
    	border: 0;
	}
	
	/* Оснавная страница */
	#mw-page-base {
    	background: transparent;
	}
	
	div#mw-head {
    	background: none;
	}
	
	div#content {
    	background-color: #212121;
    	border-top: 6px solid #313131;
	}
	
	div#content::before {
    	border-top: 6px solid #171717;
    	border-left: 6px solid #313131;
	}

	td#main-page-header {
    	border: 0px !important;
    	border-top: 1px solid #729FCF !important;
    	border-bottom: 1px solid #729FCF !important;
	}

	.plainlinks.main-page-table td {
    	background-color: transparent !important;
    	border-color: #212121 !important;
	}

	.edition-boxes .edition-box {
    	background-color: transparent !important;
	}

	.edition-box span {
    	color: #E0E0E0 !important;
	}
	
	.main-page-table .mcwiki-header {
    	background: #222126;
    	border: 1px solid #729FCF;
	}