Alwiess / Ночной режим

// ==UserScript==
// @name         Ночной режим
// @namespace    http://tampermonkey.net/
// @version      0.1
// @description  try to take over the world!
// @license      MIT
// @author       Alwiess
// @match        https://catwar.su/cw3/
// @grant        GM.addStyle
// ==/UserScript==

(function() {
    GM.addStyle(`
#history_block > div {
background-color:#171717
}

#newchat, #newls {
    color: #626466 !important;
}

/*Тело сайта*/
body {
    color: #939393;
    background-color: #171717;
}

/*Прокрутка*/
::-webkit-scrollbar {
    width: auto; }
::-webkit-scrollbar-track {
    background: transparent !important; }
::-webkit-scrollbar-thumb {
    background: transparent) !important; }
::-webkit-scrollbar-corner {
    background: transparent !important; }

/*Мой кот\ЛС\Чат*/
#app > span > a:nth-child(4),
#app > span > a:nth-child(2),
#app > span > a:nth-child(1) {
    font-weight: bold;
    color: #626466;
    text-decoration: none;
}


/*Блок с новыми соо вверху игровой*/
#newchat,
#newls {
    color: black;
    background-color: #626466;
    font-weight: bold;
    border-radius: 2px;
}

#app > span > span {
    background-color: #171717 !important;
}

/*Убрать админоохоту*/
a[data-id='31'] img
  {
    //content: url('http://d.zaix.ru/3aKJ.png');
    display: none;
  }

/*Расположение Мой кот/Лс/Чат*/
.small {
    font-size: 17px;
}

/*Сссылки, по которым переходил пользователь*/
a:visited {
    color: #46494c;
}

/*Просто ссылочки*/
a:link {
    color: #46494c;
}

/*Шапка чата*/
#tr_chat {
    background-color: black;
    padding: 0px;
}

/*Правее - громче*/
#chat_form > span:nth-child(3) > b {
    color: #2b2c33;
}

/*Блок с чатом*/
#chat_msg {
    background-color: #202024;
}

/*Кнопка вернуть поле*/
input[type="submit"] {
    margin-top: 3.5px;
}

/*Кнопка*/
input {
    background-color: #0059b3;
    color: #1f1f1f;
    font-weight: bold;
    border-radius: 4px;
    border: outset;
    border-color: #0059b3;
    border-width: 0.5px;
}

/*Нажатие на кнопку*/
input:active {
    background-color: #53a6e6;
    color: white;
    outline: none;
    border-radius: 4px;
    border: inset;
    border-color: #0078d4;
    border-width: 0.5px;
}

/*Поле ввода*/
#text {
    border-style: none;
    color: #bababa;
    border: 2px solid #2b2c33;
    background-color: #2b2c33;
}

/*Поле ввода активно*/
#text:focus {
    border: 2px solid #3f404a;
    background-color: #3f404a;
}
select {
    border: 1.5px solid #232329;
    border-radius: 2px;
    background-color: #232329;
    color: #626466;
}

/*Блок с температурой, сезоном и временем*/
#tr_tos {
    background: black;
    color: black;
}

/*Параметры блока с температурой*/
#tos {
    margin-top: 5px;
    height: 15px;
    border-radius: 10px;
}

/*Выполнение действия текст*/
#block_mess {
    color: #46494c;
    margin: 8px 0;
    margin-left: 5px;
}

/*Действия с каким-либо котом в соседней клетке:*/
div#block_deys {
    color: #2b2c33;
    font-weight: bold;
    padding: 5px;
}

/*Заголовки*/
.title {
    display: none;
}

/*Панель действий*/
#tr_actions {
    background-color: #0f0f0f !important;
    padding: 10px !important;
}

/*Ползунок громкости*/
.ui-slider {
    background: #1C1C1C !important;
    border: 0.5px solid #1C1C1C !important;
    margin-right: 50px !important;
}
.ui-slider-horizontal .ui-slider-handle {
    background: #0059b3 !important;
    border: 0.5px solid #0059b3 !important;
}

.ui-slider-handle:hover {
    background: #53a6e6 !important;
    border: 0.5px solid #53a6e6 !important;
}

/*hover для Яндекса*/
/*.ui-slider-horizontal .ui-slider-handle:active {
    background: #53a6e6 !important;
    border: 1px solid #282828 !important;
}*/

/*Все чёрточки*/
hr {
    border: 0.5px solid #1C1C1C !important;
}

/*Заголовок параметров*/
#parameters.toggle {
    /*text-decoration: none !important;
	margin-bottom: 5px !important;
	color: #46494c !important;
	font-size: 20px;*/
    display: none !important;
}

/*Родственные связи заголовок*/
#relatives.toggle {
    text-decoration: none !important;
    margin-left: 5px !important;
}

/*История заголовок*/
#history.toggle {
    text-decoration: none !important;
    margin-left: 20px !important;
    margin-bottom: 5px !important;
    color: #46494c !important;
}

/*Надпись очистить историю*/
#history_clean {
    margin-left: auto !important;
    font-weight: bold !important;
    text-decoration: none !important;
}

/*Цвет под заголовком истории*/
#history {
    background-color: #0f0f0f !important;
    width: 100% !important;
    margin-left: 10px !important;
    color: #46494c !important;
}

/*Блок текста с историей*/
#history_block {
    background-color: #0f0f0f;
    margin-left: 10px;
}

/*Блок с историей*/
#history_block > div {
    position: fixed;
}

/*Фон под всеми РС*/
#family {
    background-color: #0f0f0f !important;
}
/*Семья*/
#family_block {
    margin-left: 5px !important;
}
#relatives_block > a {
    margin-left: 5px !important;
}
#pairs {
    margin-left: 5px !important;
}

/*Блок с предметами*/
#tir {
    background: #0f0f0f !important;
    color: black !important;
}

/*Смешивать*/
#tr_mouth {
    background: #0f0f0f !important;
}

/*Выделение предмета*/
.active_thing {
    border: 1px solid #2b2c33 !important;
}
#itemList li {
    margin-left: 10px !important;
}

/*Слои копания*/

/*#layer {
    background: #0f0f0f !important;
    border: 0.5px solid #0f0f0f !important;
    margin-right: 50px !important;
}*/
#tr_mouth > td > a {
    margin-left: 5px;
}
#thdey {
    margin-left: 5px;
}
.move_name {
    color: black;
}
.chat_text {
    margin-left: 5px;
}

/*Блок с ошибкой*/
#error {
    color: black;
    top: 310px;
    left: 25px;
    border: 0.5px solid #282828;
}
#app > p:nth-child(7) {
    text-align: center;
    color: black;
    background-color: #46494c;
    border-radius: 7px;
}

/*Лог боев и панелька*/
#fightPanel {
    background-color: #2b2c33;
    border: 0.5px solid #2b2c33;
}

/*Кнопки на боепанели*/
.hotkey {
    background-color: #0059b3;
    color: #1c1c1c;
    border: 0.5px solid #0059b3;
    border-radius: 5px;
}
.hotkey:active {
    border-radius: 5px;
}
div#cages_div {
    opacity: 1 !important;
}

/*Убрать выделение с кнопок*/
:focus {
    outline-style: none;
    outline-width: 0px !important;
}

/*Цвет ников в чате*/
.nick {
    color: #939393;
}
.cat_tooltip {
    background: #282828;
}

/*Летающий блок с параметрами*/

/*#parameter {
	position: fixed;
	width: 185px;
	top: 355px;
	left: 220px;
	border: none;
	border-radius: 10px;
	text-align: left;
	padding: 14px;
	background: none;
}*/

/*Обычный блок с параметрами*/
#parameter {
    border: none;
    text-align: left;
    padding: 10px;
    background: #0f0f0f;
}

/* Блок с местонахождением */
span#location {
    color: black;
    position: inherit;
    top: 10px;
    left: 80px;
    background-color: #3f404a;
    border: 0.5px solid black;
    border-radius: 10px;
    padding: 5px;
    font-weight: bold;
}
`);
})();