Мод "Властелин колец" для Minecraft вики
Нет описания правки
Нет описания правки
Строка 2: Строка 2:
 
/**Бакграунды**/
 
/**Бакграунды**/
 
:root {
 
:root {
--theme-page-background-color--secondary: #efe3d2 !important;
+
--oasis-europa-background-color: #efe3d2 !important;
 
}
 
}
 
.mw-customtoggle img {
 
.mw-customtoggle img {

Версия от 14:40, 24 мая 2021

/* Hummel009's Wikia Codes */
/**Бакграунды**/
:root {
	--oasis-europa-background-color: #efe3d2 !important;
}
.mw-customtoggle img {
	display: none !important;
}
.mw-customtoggle {
	font-weight: bold !important;
	padding-top: 5px;
	padding-bottom: 5px;
}
.mw-customtoggle:after {
	content: "↓" !important;
	float: right !important;
	margin-right: 5px;
}
.mw-customtoggle:before {
	content: "↓" !important;
	float: left !important;
	margin-left: 5px;
}
/**Админы**/
.EntityHeader_header-details__1bZ7- > [href$="%D0%90%D0%BB%D0%B5%D0%BA%D1%81%D0%B0%D0%BD%D0%B4%D1%80%20III"]:after,
.EntityHeader_header-details__1bZ7- > [href$="Danvintius%20Bookix"]:after {
    content: "Администратор";
    background-color: rgba(var(--theme-link-color--rgb),.3);
    color: var(--theme-page-text-color);
    border-radius: 4px;
    padding: 4px 8px;
    margin-left: 7px;
    font-size:12px;
	font-weight: bold;
}
/* Курсоры */
body:not(.editarea) {
  cursor: url('https://vignette.wikia.nocookie.net/lotrminecraftmod/images/6/64/RingCursorTest1.png/revision/latest?cb=20160215134448'), pointer; 
}
a:hover:not(.editarea) {
  cursor: url('https://vignette.wikia.nocookie.net/lotrminecraftmod/images/e/e2/RingCursorTest2.png/revision/latest?cb=20160215134541'), pointer; 
}
/* Пиксельные фото */
.portable-infobox 
.pi-image img {
	width: 100%; 
	height: auto;
	max-height: 300px;
	object-fit: contain;
}
:not(.smooth) .image img {
    image-rendering: optimizeSpeed;
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: pixelated;
    image-rendering: crisp-edges;
    image-rendering: optimize-contrast;
    -ms-interpolation-mode: nearest-neighbor;
}
/* Инфобоксы */
.portable-infobox.pi-background {
	background: #efe3d2 !important;
}
.pi-europa .pi-horizontal-group-item:nth-child(even) {
    background: transparent !important;
}