Minecraft Wiki
Регистрация
Advertisement
[создать | история | обновить]Документация
У этой таблицы стилей нет документации. Если вы знаете, как использовать эту таблицу стилей, пожалуйста, добавьте соответствующую информацию.

Замечание. Возможно, после сохранения вам придётся очистить кэш своего браузера, чтобы увидеть изменения.

  • Firefox / Safari: Удерживая клавишу Shift, нажмите на панели инструментов Обновить либо нажмите Ctrl-F5 или Ctrl-R (⌘-R на Mac)
  • Google Chrome: Нажмите Ctrl-Shift-R (⌘-Shift-R на Mac)
  • Internet Explorer: Удерживая Ctrl, нажмите Обновить либо нажмите Ctrl-F5
  • Opera: Выберите очистку кэша в меню Инструменты → Настройки
/*div#p-sharing { display: none; }
li#ca-view { display: none; }*/

/* Dark style */
	/* Основное */
	#content a { color: rgb(139,195,74); }
	
	#content a:visited { color: rgb(76,175,80); }
	
	#content a:active { color: #fff; }
	
	#content a.new { color: #e74c3c; }
	
	h1, h2, h3, h4, h5, h6 { color: #E0E0E0; }
	
	#bodyContent .hlist li:not(:last-child)::after { background-color: #E0E0E0; }
	
	ul { list-style-image: url(https://minecraft-de.gamepedia.com/media/minecraft-de.gamepedia.com/8/8f/Nightmode-list-bullet.svg); }
	
	#global-wrapper { background: #1b1a16; }
	
	#pageWrapper { background: #1b1a16; }
	
	#mw-page-base { background: #1b1a16; }
	
	#mw-head { 
		background: none !important;
		top: -9px;
	}
	/* Главные кнопки */
	#p-namespaces a, #p-namespaces a, #p-views a, div#mw-head div.vectorMenu h4 { color: #E0E0E0; }
	
	#p-namespaces .new a, #p-views .new a { color: #e74c3c; }
	
	.vectorTabs span::before { display: none; }
	
	div.vectorTabs ul li, div.vectorTabs ul li.selected { background: rgba(16,18,15,0.8); }
	
	div.vectorTabs span { 
		background: none; 
		margin-right: 0px;
	}
	
	div.vectorTabs li a {
    	padding: 10px 15px 5px 15px;
	}
	
	div.vectorTabs li.selected span, .vectorTabs li span:hover { background: #57b13b; }
	
	div.vectorTabs li span:active { background: #3e8329; }
	
	.vectorTabs #ca-watch.icon a, .vectorTabs #ca-unwatch.icon a { background-position: 14px 10px !important; }
	
	div.vectorMenu { margin: 0; }
	
	div#mw-head div.vectorMenu h3 {
    	background: rgba(16,18,15,0.8);
    	overflow: auto;
	}
	
	div#mw-head div.vectorMenu h3:hover, div#mw-head div.vectorMenu.menuForceShow h3 { 
		background: #57b13b;
	}
	
	:not(:checked) > .vectorMenuCheckbox {
    	display: contents;
	}
	
	div.vectorMenu h3 span {
    	padding: 10px 16px 0 14px;
    	color: #E0E0E0 !important;
	}
	
	div.vectorMenu h3 span:after {
	    filter: invert(1);
    	top: 12px;
	}
	
	div.vectorMenu li a { color: #E0E0E0; }
	
	.menu {
    	left: 0 !important;
    	background: #57b13b !important;
    	border: 0 !important;
	}
	/* Поиск */
	div#p-search {
    	margin: 0;
	}
	
	#p-search form::before {
		display: none;
	}
	
	#p-search form::after {
		display: none;
	}
	
	#p-search form {
    	margin: 0px;
    	border: 0;
    	background-color: rgba(16,18,15,0.8);
    	padding: 9px 7px 0 7px;
    	height: 27px;
	}
	
	div#simpleSearch {
    	margin-top: 0px;
    	border: 1px solid #282828 !important;
    	background: #212121;
    	border-radius: 0;
	}
	
	div#simpleSearch:hover {
    	border-color: #72777d !important;
	}
	
	div#simpleSearch input { color: #E0E0E0; }
	
	#simpleSearch::before { display: none; }
	
	#simpleSearch::after { display: none; }
	
	/* Меню поделиться */
	div#socialIconImages { display: flex; }
	
	#p-sharing #socialIconImages > a { margin: 4px 4px; }
	
	#p-sharing #socialIconImages img { width: 32px; }

	/* Главаная */
		#content {
    		background: #212121 !important;
    		box-shadow: 0 -3px #57b13b;
    		border-top: 0 !important;
    		border-left: 0 !important;
		}
		
		#content::before { display: none; }
		
		#footer::before { display: none; }
		
		.mw-body { color: #E0E0E0; }
		
		.plainlinks.main-page-table td { 
			background: transparent !important;
			border: 0px !important;
		}
		
		#main-page-header {
    		border-top: 1px solid rgb(139,195,74) !important;
    		border-bottom: 1px solid rgb(139,195,74) !important;
		}
		
		.edition-box {
    		background: transparent !important;
    		border-color: rgb(139,195,74) !important;
		}
		
		.edition-box span {
    		color: #E0E0E0 !important;
		}
		
		.main-page-table .mcwiki-header {
    		background: #222126;
    		border: 1px solid rgb(139,195,74);
		}
Advertisement