Minecraft Wiki
Blizzover (обс. | вклад)
Нет описания правки
Blizzover (обс. | вклад)
Нет описания правки
Строка 221: Строка 221:
   
 
.shortcut-2 { background: #333; }
 
.shortcut-2 { background: #333; }
  +
  +
/* Содержание */
  +
div#toc {
  +
background-color: #181818;
  +
border-color: #080808;
  +
}
  +
  +
.toc li a .tocnumber { color: rgb(139,195,74); }

Версия от 17:04, 26 мая 2019

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; }

	/* Категория */
		.catlinks {
    		border: 1px solid #080808;
    		background-color: #181818;
		}
	
	/* Документация */
		.documentation {
			background-color: #181818 !important;
			border: 2px solid #080808 !important;
		}
		
		.documentation-header, .documentation-footer {
    		background-color: #181818 !important;
    		border: 0 !important;
		}
		
	/* Таблицы */
		table.wikitable {
    		color: #E0E0E0;
    		background: #252525;
		}
		
		table.wikitable > tr > th, table.wikitable > * > tr > th { background: #2a2a2a; }
		
		table.wikitable > tr > th, table.wikitable > tr > td, table.wikitable > * > tr > th, table.wikitable > * > tr > td { border-color: #303030; }
	
	/* Код */
		pre, .mw-code {
    		color: #E0E0E0 !important;
    		background-color: #272822 !important;
    		border: 1px solid #080808;
		}
		
		code {
    		color: #E0E0E0;
    		background-color: #444;
    		border: 1px solid #080808;
		}
		
		.t-tc {
    		border: 1px solid #080808;
    		background-color: #444;
    		color: #E0E0E0;
		}
		
		.t-t span, .t-tl span, .t-tc span { color: white; }
		
	/* Главаная */
		#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);
		}

	/* Портал сообщества */
		td.intable { 
			border: 1px solid rgb(139,195,74) !important; 
			background: transparent !important;
		}
	
	/* Шаблон Краткий вызов */
		.shortcut { border: 1px solid #080808; }
		
		.shortcut-1 { background: #444; }
		
		.shortcut-1 img { filter: invert(1); }

		.shortcut-2 { background: #333; }

	/* Содержание */
		div#toc {
    		background-color: #181818;
    		border-color: #080808;
		}
		
		.toc li a .tocnumber { color: rgb(139,195,74); }