4 месяца и 2 недели
Время за аниме и мангой
1 неделя
1 месяц
3 месяца
6 месяцев
1 год
Активность на сайте
Общие
Жанровые
Франшизы
8 / 285
Авторы
0 / 44
Обо мне
VK | Steam | YouTube


CSS код моей темы /* пока в доработке */
/* Полностью убираем иконку */
.l-top_menu-v2 .logo-container .glyph {
display: none;
}
/*Конец */

/* Меняем название в логотипе на свою картинку */
.l-top_menu-v2 .logo-container .logo {
display: none;;
}
/*Конец */

/* Своя надпись в логотипе */
.l-top_menu-v2 .logo-container::after {
content: "Shikimori.one";
color: #fff; /* Цвет */
font-size: 24px; /* Размер */
font-weight: bold; /* Полужирное начертание */
}

/* latin-ext */
@font-face {
font-family: 'Comfortaa';
font-style: normal;
font-weight: 700;
font-display: swap;
src: url(fonts.gstatic.com) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* Латинский */
@font-face {
font-family: 'Comfortaa';
font-style: normal;
font-weight: 700;
font-display: swap;
src: url(fonts.gstatic.com) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

.l-top_menu-v2 .logo-container::after {
font-family: "Comfortaa", sans-serif;
font-weight: 700;
font-style: normal;
}
/*Конец */

/* Альтернативный макет профиля: «Широкоформатное избранное» */
@media screen and (min-width: 768px) {
#profiles_show .profile-content > .cc-2 > .c-column {
width: 100%;
}

#profiles_show .profile-content > .cc-2 > .c-left {
width: 77%;
padding-right: 30px;
margin-right: 0;
}

#profiles_show .profile-content .lifetime {
margin-bottom: 15px;
}

#profiles_show .profile-content > .cc-2 > .c-right {
position: static;
float: none;
}

#profiles_show .profile-content > .cc-2 > .c-right > .cc-2a {
width: 23%;
overflow: hidden;
}

#profiles_show .profile-content > .cc-2 > .c-right > .cc-2a > .c-column {
width: 100%;
margin: 0;
}

#profiles_show .profile-content > .cc-2 > .c-right > .cc-2a > :last-child {
margin-top: 15px;
}

#profiles_show .profile-content > .cc-2 > .c-right > .block {
width: 100%;
overflow: hidden;
}

#profiles_show .profile-content .activity .graph.x26 {
display: none;
}

#profiles_show .profile-content .activity .graph.x34 {
display: block;
}
}
/*Конец */

/* Анимация никнейма - фон букв */
#profiles_show .profile-head .c-brief header h1 {
background-image: linear-gradient(
-225deg,
#00bdc7 0%,
#037f90 29%,
#00425a 67%,
#022853 100%
);
background-size: auto auto;
background-clip: border-box;
background-size: 200% auto;
-webkit-background-clip: text;
background-clip: text;
font-weight: bold;
-webkit-text-fill-color: transparent;
text-fill-color: transparent;
animation: u-nikcname-animbg 3s linear infinite;
}

@keyframes u-nikcname-animbg {
to {
background-position: 200% center;
}
}
/*Конец */


/* Компактный вид уведомлений об эпизодах */
@media (min-width: 1000px) {
.p-messages.x1000 .b-comments,
.p-messages.x1200 .b-comments {
display: grid;
grid-auto-flow: dense;
grid-template-columns: repeat(2, 1fr);
grid-gap: 15px;
}

.p-messages .b-comments > .b-message {
overflow: hidden;
}

.p-messages .b-comments > .b-message:not(.b-generated_news) {
grid-column: 1 / 3;
}
}

@media (min-width: 1200px) {
.p-messages.x1200 .b-comments {
grid-template-columns: repeat(3, 1fr);
}

.p-messages.x1200 .b-comments > .b-message:not(.b-generated_news) {
grid-column: 1 / 4;
}
}
/* Конец */


/* Отображение дат в истории */
/* Дата + Время */
.b-user_history-line .date {
font-size: 0;
white-space: nowrap;
}

.b-user_history-line .date::before,
.b-user_history-line .date::after {
display: inline-block;
vertical-align: top;
font-family: monospace;
font-size: 12px;
overflow: hidden;
}

/* Дата */
.b-user_history-line .date::before {
position: relative;
width: 72px; /* Размер даты */
margin-right: 10px; /* Отступ между датой и временем */
white-space: nowrap;
z-index: 1;
}

/* Время */
.b-user_history-line .date::after {
content: attr(datetime);
width: 34px; /* Размер времени */
text-indent: -73px; /* Размер даты */
}

/* Установка переменны дней */
.b-user_history-line .date[datetime*='-01T']::before{--HD-day: '01';}
.b-user_history-line .date[datetime*='-02T']::before{--HD-day: '02';}
.b-user_history-line .date[datetime*='-03T']::before{--HD-day: '03';}
.b-user_history-line .date[datetime*='-04T']::before{--HD-day: '04';}
.b-user_history-line .date[datetime*='-05T']::before{--HD-day: '05';}
.b-user_history-line .date[datetime*='-06T']::before{--HD-day: '06';}
.b-user_history-line .date[datetime*='-07T']::before{--HD-day: '07';}
.b-user_history-line .date[datetime*='-08T']::before{--HD-day: '08';}
.b-user_history-line .date[datetime*='-09T']::before{--HD-day: '09';}
.b-user_history-line .date[datetime*='-10T']::before{--HD-day: '10';}
.b-user_history-line .date[datetime*='-11T']::before{--HD-day: '11';}
.b-user_history-line .date[datetime*='-12T']::before{--HD-day: '12';}
.b-user_history-line .date[datetime*='-13T']::before{--HD-day: '13';}
.b-user_history-line .date[datetime*='-14T']::before{--HD-day: '14';}
.b-user_history-line .date[datetime*='-15T']::before{--HD-day: '15';}
.b-user_history-line .date[datetime*='-16T']::before{--HD-day: '16';}
.b-user_history-line .date[datetime*='-17T']::before{--HD-day: '17';}
.b-user_history-line .date[datetime*='-18T']::before{--HD-day: '18';}
.b-user_history-line .date[datetime*='-19T']::before{--HD-day: '19';}
.b-user_history-line .date[datetime*='-20T']::before{--HD-day: '20';}
.b-user_history-line .date[datetime*='-21T']::before{--HD-day: '21';}
.b-user_history-line .date[datetime*='-22T']::before{--HD-day: '22';}
.b-user_history-line .date[datetime*='-23T']::before{--HD-day: '23';}
.b-user_history-line .date[datetime*='-24T']::before{--HD-day: '24';}
.b-user_history-line .date[datetime*='-25T']::before{--HD-day: '25';}
.b-user_history-line .date[datetime*='-26T']::before{--HD-day: '26';}
.b-user_history-line .date[datetime*='-27T']::before{--HD-day: '27';}
.b-user_history-line .date[datetime*='-28T']::before{--HD-day: '28';}
.b-user_history-line .date[datetime*='-29T']::before{--HD-day: '29';}
.b-user_history-line .date[datetime*='-30T']::before{--HD-day: '30';}
.b-user_history-line .date[datetime*='-31T']::before{--HD-day: '31';}

/* Установка переменны месяцев */
.b-user_history-line .date[datetime*='-01-']::before{--HD-month: 'янв';}
.b-user_history-line .date[datetime*='-02-']::before{--HD-month: 'фев';}
.b-user_history-line .date[datetime*='-03-']::before{--HD-month: 'мар';}
.b-user_history-line .date[datetime*='-04-']::before{--HD-month: 'апр';}
.b-user_history-line .date[datetime*='-05-']::before{--HD-month: 'май';}
.b-user_history-line .date[datetime*='-06-']::before{--HD-month: 'июн';}
.b-user_history-line .date[datetime*='-07-']::before{--HD-month: 'июл';}
.b-user_history-line .date[datetime*='-08-']::before{--HD-month: 'авг';}
.b-user_history-line .date[datetime*='-09-']::before{--HD-month: 'сен';}
.b-user_history-line .date[datetime*='-10-']::before{--HD-month: 'окт';}
.b-user_history-line .date[datetime*='-11-']::before{--HD-month: 'ноя';}
.b-user_history-line .date[datetime*='-12-']::before{--HD-month: 'дек';}

.b-user_history-line .date::before{
content: var(--HD-day)' 'var(--HD-month)' 'attr(datetime);
}

/* FF FIX */
@-moz-document url-prefix() {
.b-user_history-line .date::before {
width: 78px; /* Размер даты */
}
.b-user_history-line .date::after {
text-indent: -78px; /* Размер даты */
}
}
/* Конец */


/* Тёмное оформление кода в настройках внешнего вида сайта */
.cm-s-solarized.cm-s-light.CodeMirror {
background: #263238;
border: 0 !important;
color: #EEFFFF;
text-shadow: none;
}

.cm-s-solarized.cm-s-light div.CodeMirror-selected {
background: rgba(128, 203, 196, 0.2);
}

.cm-s-solarized.cm-s-light.CodeMirror-focused div.CodeMirror-selected {
background: rgba(128, 203, 196, 0.2);
}

.cm-s-solarized.cm-s-light .CodeMirror-line::selection,
.cm-s-solarized.cm-s-light .CodeMirror-line > span::selection,
.cm-s-solarized.cm-s-light .CodeMirror-line > span > span::selection {
background: rgba(128, 203, 196, 0.2);
}

.cm-s-solarized.cm-s-light .CodeMirror-line::-moz-selection,
.cm-s-solarized.cm-s-light .CodeMirror-line > span::-moz-selection,
.cm-s-solarized.cm-s-light .CodeMirror-line > span > span::-moz-selection {
background: rgba(128, 203, 196, 0.2);
}

.cm-s-solarized.cm-s-light .CodeMirror-gutters {
background: #263238;
color: #546E7A;
border-right: 0;
}

.cm-s-solarized.cm-s-light .CodeMirror-guttermarker {
color: #546E7A;
}

.cm-s-solarized.cm-s-light .CodeMirror-guttermarker-subtle {
color: #546E7A;
}

.cm-s-solarized.cm-s-light .CodeMirror-linenumber {
color: #546E7A;
}

.cm-s-solarized.cm-s-light .CodeMirror-cursor {
border-left: thin solid #FFCC00;
}

.cm-s-solarized.cm-s-light .cm-keyword { color: #C792EA; }
.cm-s-solarized.cm-s-light .cm-atom { color: #F78C6C; }
.cm-s-solarized.cm-s-light .cm-number { color: #FF5370; }
.cm-s-solarized.cm-s-light .cm-def { color: #82AAFF; }
.cm-s-solarized.cm-s-light .cm-variable { color: #f07178; }
.cm-s-solarized.cm-s-light .cm-variable-2 { color: #EEFFFF; }
.cm-s-solarized.cm-s-light .cm-variable-3 { color: #DECB6B; }
.cm-s-solarized.cm-s-light .cm-operator { color: #89DDFF; }
.cm-s-solarized.cm-s-light .cm-comment { color: #546E7A; }
.cm-s-solarized.cm-s-light .cm-string { color: #C3E88D; }
.cm-s-solarized.cm-s-light .cm-string-2 { color: #f07178; }
.cm-s-solarized.cm-s-light .cm-meta { color: #FFCB6B; }
.cm-s-solarized.cm-s-light .cm-builtin { color: #FFCB6B; }
.cm-s-solarized.cm-s-light .cm-property { color: #C792EA; }
.cm-s-solarized.cm-s-light .cm-tag { color: #FF5370; }
.cm-s-solarized.cm-s-light .cm-type { color: #DECB6B; }
.cm-s-solarized.cm-s-light .cm-attribute { color: #C792EA; }
.cm-s-solarized.cm-s-light .cm-header { color: #FF6400; }
.cm-s-solarized.cm-s-light .cm-qualifier { color: #DECB6B; }
.cm-s-solarized.cm-s-light .cm-hr { color: #AEAEAE; }
.cm-s-solarized.cm-s-light .cm-link { color: #8DA6CE; }
.cm-s-solarized.cm-s-light .cm-error { background: #DD334A; color: #FFF; }

.cm-s-solarized.cm-s-light .CodeMirror-activeline-background {
background: rgba(0, 0, 0, 0.5);
}

.cm-s-solarized.cm-s-light .CodeMirror-matchingbracket {
text-decoration: underline;
color: #FFF !important;
}
/* Конец */

/* Декоративный загрузчик страницы */
/* IMAGES */
body:before{
background-image: url("")
}
/* IMAGES:END */
/* LOADER */
body:before{
content: "Загрузка...";
background-size: 400px;
background-repeat:no-repeat;
background-position-x: center;
background-position-y: 42vh;
background-color: #fff;
color: #666;
display: block;
text-align: center;
font-size: 24px;
font-weight: 700;
overflow: hidden;
padding-top: 200px;
position: fixed;
top:0;
left:0;
height:100%;
width: 0%;
z-index: 10000;
animation: 0.5s ease-out 0s 1 slide;
-webkit-animation: 0.5s ease-out 0s 1 slide;
-o-animation: 0.5s ease-out 0s 1 slide
}

@keyframes slide {
0% {width:100%;opacity: 0}
5% {width:100%;opacity: 1}
80% {width:100%;opacity: 1}
95% {width:100%}
100% {opacity: 0}
}
/*LOADER:END*/
/* Конец */


/* ВЕРХНЕЕ МЕНЮ */
/* Цвета фона и текста верхнего меню */
.l-top_menu-v2 {
background: #0bfb00; /* ХЗ */
color: #ffffff; /* статичный цвет меню */
}

/* Цвета фона и границ подменю */
.l-top_menu-v2 .submenu {
background: #001328; /* цвет открытого меню */
border-color: #001328; /* граница открытого меню */
}

/* Фоновый цвет кнопок верхнего меню */
.l-top_menu-v2 .menu-dropdown>span {
background: #00425a; /* цвет кнопок "профиль" и "имя" в меню */
}

/* Фоновый цвет активных кнопок верхнего меню (ПРИ НАВЕДЕНИИ НА ПРАВЫЙ УГОЛ И ПРОЛИСТЫВАНИИ СПИСКА ЦВЕТ МЕНЯЕТСЯ) */
.l-top_menu-v2 .menu-dropdown.active>span,
.l-top_menu-v2 .menu-dropdown>span:focus {
background-color: #001328; /* фоновый цвет открытых кнопок "профиль" и "имя" в меню */
}

/* Фоновый цвет кнопок верхнего ПРАВОГО меню при наведении */
.l-top_menu-v2 .menu-dropdown>span a:hover {
background-color: #001328;
}

/* Фоновый цвет кнопок верхнего меню при нажатии */
.l-top_menu-v2 .menu-dropdown>span a:active {
background-color: #001328;
}

/* Фоновый цвет активных иконок верхнего меню */
.l-top_menu-v2 .menu-icon.active,
.l-top_menu-v2 .menu-icon:focus {
background-color: #001328;
}

/* Фоновый цвет иконок верхнего меню при наведении */
.l-top_menu-v2 .menu-icon:hover {
background-color: #001328;
}

/* Фоновый цвет иконок верхнего меню при нажатии */
.l-top_menu-v2 .menu-icon:active {
background-color: #001328;
}

-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-

/* Цвет текста ссылок подменю */
.l-top_menu-v2 .submenu>a {
color: #001328;
}

/* Цвета фона и текста ссылок подменю при наведении */
.l-top_menu-v2 .submenu>a:hover {
background: #00bdc7;
color: #001328;
}

/* Цвета фона и текста ссылок подменю при нажатии (js) */
.l-top_menu-v2 .submenu>a.active {
background: #00bdc7;
color: #001328;
}

/* Цвета фона и текста ссылок подменю при нажатии */
.l-top_menu-v2 .submenu>a:active {
background: #00bdc7;
color: #001328;
}

-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-

/* Цвет текста */
.l-top_menu-v2 .submenu>a.icon-mail span.unread span {
color: #001328;
}

/* Цвет текста при наведении на ссылку */
.l-top_menu-v2 .submenu>a.icon-mail:hover span.unread span {
color: #001328;
}

/* Цвет разделителя */
.l-top_menu-v2 .submenu>a.icon-mail span.unread span:not(:last-child)::after {
background: #037f90;
}

/* Цвета счётчика уведомлений на иконках */
.l-top_menu-v2 .menu-icon[data-count]::after {
background: #001328;
border-color: #037f90;
color: #ffffff;
}

-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-

/* Цвет фона и текста строки поиска в верхнем меню */
.l-top_menu-v2 .global-search input {
background: #fff;
color: #123;
}

/* Цвет крестика для очистки строки поиска */
.l-top_menu-v2 .global-search .clear {
color: #001328;
}

/* Цвет иконки лупы в строке поиска */
.l-top_menu-v2 .global-search .search-marker {
color: #037f90;
}

/* Цвет иконки лупы в активной строке поиска */
.l-top_menu-v2.is-search-focus .global-search .search-marker {
color: #037f90;
}

/* Цвет иконки горячей клавиши «/» в строке поиска */
.l-top_menu-v2 .global-search .hotkey-marker {
border-color: #037f90;
color: #037f90;
}

/* Цвет фона контейнера результатов поиска */
.l-top_menu-v2 .global-search .search-results {
background-color: #ffffff;
}

/* Цвет фона и текста контейнера результатов поиска */
.l-top_menu-v2 .global-search .search-results .search-mode {
border-top-color: rgba(43,138,204,0.2);
color: #00425a;
}
/* Конец */

/* Размеры полосок аниме/манги */
.p-profiles-show .b-stats_bar .bar {
border-radius: 8px; /* Закругление углов */
font-size: 0px; /* Размер цифр */
line-height: 8px; /* Высота полосок */
}
/* Конец */

/* Цвет полосок аниме/манги */
.b-stats_bar.anime .bar .first {
background: #001328;
}

.b-stats_bar.manga .bar .first {
background: #001328;
}

.b-stats_bar.anime .bar .second {
background: #00bdc7;
}

.b-stats_bar.manga .bar .second {
background: #00bdc7;
}
/* Конец */

/* Цвета текстов в профиле */
/* Цвет информации о пользователе */
.p-profiles .profile-head .c-brief header .notice {
color: #001328;
}
/* Цвет ссылок в информации о пользователе */
.p-profiles .profile-head .c-brief header .notice a {
color: #001328;
}
/* Цвет иконок под аватаркой */
.c-brief .profile-actions > a {
color: #00425a;
}

/* Списки Аниме и Манги в профиле */
/* Названия разделов: Список аниме и Список манги */
.b-stats_bar .title {
color: #001328; /* Для приватных списков */
}
.b-stats_bar a.title {
color: #001328; /* Для открытых списков */
}

/* Цвет цифр в полосках */
.b-stats_bar .bar .first,
.b-stats_bar .bar .second,
.b-stats_bar .bar .third {
color: #ffffff;
}

/* Названия списков: Запланировано, Отложено и т.д. */
.b-stats_bar .stat_names .stat_name a {
color: #001328;
}

/* Разделители списков: по умолчанию – слеши */
.b-stats_bar .stat_names .stat_name::after {
color: #037f90;
}

/* Ссылка на похожих пользователей */
.p-profiles .profile-head .c-info .c-lists-info .b-stats_bar .compatibility a {
color: #001328;
}

/* Активность пользователя в профиле */
/* Активность пользователя: заголовок */
.p-profiles .profile-head .c-info .c-additionals b {
color: #001328;
}

/* Активность пользователя: ссылки */
.p-profiles .profile-head .c-info .c-additionals div a {
color: #001328;
}

/* Активность пользователя: запятые */
.p-profiles .profile-head .c-info .c-additionals div::after {
color: #037f90;
}

/* Блок История в профиле */
/* История: название пунктов */
.p-profiles .profile-head .c-history .entry .title {
color: #001328; /* Эта настройка излишняя, т.к. цвет наследуется от обычной ссылки */
}
/* История: действие пунктов */
.p-profiles .profile-head .c-history .entry .misc {
color: #037f90 !important;
}
/* История: дата пунктов */
.p-profiles .profile-head .c-history .entry .misc.date {
color: #037f90 !important;
}

/* График активности */
/* Заголовок графика активности */
.p-profiles-show .profile-content .activity .title {
color: #001328;
}

/* Даты графика активности */
.p-profiles-show .bar.vertical .line .x_label {
color: #001328; /* Повлияет на другие графики на сайте */
}

/* Цифры в полосках графика */
.p-profiles-show .bar.vertical .line .bar-container .value {
color: #ffffff; /* Повлияет на другие графики на сайте */
}

/* Чтобы избежать влияния на другие графики, добавьте в начало
селектора класс .p-profiles-show а затем поставьте пробел */


/* Достижения */
/* Подзаголовки */
.p-profiles-show .achievements .header .title {
color: #001328; /* Надписи «Общие», «Жанровые» и «Франшизы» */
}

/* Лента c названием достижения */
.b-achievement.is-badge::before {
color: #ffffff;
}

/* Прогресс достижения */
.b-achievement.is-badge::after {
color: #ffffff;
}

/* Класс .b-achievement также используется на самой странице достижений.
Чтобы избежать влияния на другие страницы, добавьте в начало
селектора класс .p-profiles-show а затем поставьте пробел */
/* Конец */


/* Цвета списка аниме и манги в профиле */
/* Строка при наведении */
.p-user_rates-index .list-lines .selectable:hover {
background-color: #f5f5f5;
}

/* Цвет заголовков таблицы */
.p-user_rates-index .l-content .order-control {
color: #333333;
}

/* Номер */
.p-user_rates-index .list-lines tr .index {
color: #001328;
}

/* Название */
.p-user_rates-index .list-lines tr .name a {
color: #001328;
}

/* Комментарий */
.p-user_rates-index .list-lines tr td .rate-text {
color: #001328;
}

/* Онгоинг */
.p-user_rates-index .list-lines tr td .ongoing {
color: #ff0000;
}

/* Анонс */
.p-user_rates-index .list-lines tr td .anons {
color: #ff00ff
}

/* n повторных просмотров */
.p-user_rates-index .list-lines tr td .rewatches {
color: #00ff00
}

/* Сводка таблицы */
.p-user_rates-index .list-groups .summary.lines {
color: #001328;
}
/* Конец */


/* Кнопки управления списком: [+ Добавить в список] под постерами */
/* Стрелка вниз */
.b-add_to_list .trigger-arrow {
color: #001328;
}

/* Надпись «Удалить из списка» */
.b-add_to_list .expanded-options .remove-trigger .text {
color: #ff0000;
}

/* Запланировано */
.b-add_to_list.planned .trigger,
.b-add_to_list.planned .option {
background: #ffffff;
border-color: #00425a;
color: #001328
}

/* Отложено */
.b-add_to_list.on_hold .trigger,
.b-add_to_list.on_hold .option {
background: #ffffff;
border-color: #00425a;
color: #001328
}

/* Смотрю */
.b-add_to_list.watching .trigger,
.b-add_to_list.watching .option {
background: #ffffff;
border-color: #00425a;
color: #001328;
}

/* Пересматриваю */
.b-add_to_list.rewatching .trigger,
.b-add_to_list.rewatching .option {
background: #ffffff;
border-color: #00425a;
color: #001328
}

/* Просмотрено */
.b-add_to_list.completed .trigger,
.b-add_to_list.completed .option {
background: #ffffff;
border-color: #00425a;
color: #001328
}

/* Брошено */
.b-add_to_list.dropped .trigger,
.b-add_to_list.dropped .option {
background: #ffffff;
border-color: #00425a;
color: #001328
}
/* Конец */

/* Закругление списка управления под постерами */
.b-add_to_list .trigger, .b-add_to_list .option{
border-radius: 0px 8px 8px 0px;
}
/* Конец */

/* Рейтинг */
/* Звёзды рейтинга (фоновые) */
.b-rate .stars.background {
color: #a1a1a1;
}
/* Звёзды рейтинга (активные) */
.b-rate .stars.score {
color: #00bdc7;
}
/* Звёзды рейтинга (при наведении) */
.b-rate .stars.hover {
color: #00bdc7;
}

/* Текст рейтинга (цифра) */
.b-rate .text-score {
color: #001328;
font-family: "Comfortaa";
font-style: normal;
}
/* Текст рейтинга (слово) */
.b-rate .score-notice {
color: #001328;
}
/* Конец */


/* Кнопки "Сохранить", "Отзывы" */
.b-button,.b-form input[type=submit],.b-poll .poll-actions .vote, .b-poll .poll-actions .abstain {
background-color: #00425a;
border-color: transparent;
color: #ffffff;
border-radius:15px;
padding: 2px 10px;
}
.b-link_button.dark,.b-link_button{
border-radius: 15px;
border: none;
}
.b-link_button.dark {
background-color: #00425a;
border-color: #00425a;
padding: 6px 10px;
}
/* Конец */

/* Строка поиска на главной */

.l-top_menu-v2 .global-search .search-results {
border-bottom: none;
background: #fff !important; /*само подменю поиска*/
border-radius: 0 0 6px 6px;
border: none;
}
/* Конец */


/* округление постеров */
.b-catalog_entry .cover .image-decor img,.p-profiles .profile-head .c-history .entry img,.b-db_entry-variant-list_item .image img,.b-menu_logo img,.b-topic>.inner header img,.b-db_entry>.c-image img,
.b-topic.b-news_wall-topic.b-news-topic>.inner footer .b-shiki_swiper,
.p-dashboards-show .v2 .generated-news-line .poster img{
border-radius: 6px;
}
/* Конец */
/* Модуль для настройки колонок в избранном */
.p-profiles-show .cc-favourites{display:grid;align-items:flex-start}
.p-profiles-show .cc-favourites .c-column{width:100%!important}@media(max-width:480px){
.p-profiles-show .cc-favourites{grid-template-columns:repeat(var(--favorites-columns-xs,var(--favorites-columns,6)),1fr);gap:var(--favorites-gutters-xs,var(--favorites-gutters,8px))}}@media(min-width:481px){
.p-profiles-show .cc-favourites{grid-template-columns:repeat(var(--favorites-columns-sm,var(--favorites-columns,8)),1fr);gap:var(--favorites-gutters-sm,var(--favorites-gutters,8px))}}@media(min-width:768px){
.p-profiles-show .cc-favourites{grid-template-columns:repeat(var(--favorites-columns-md,var(--favorites-columns,8)),1fr);gap:var(--favorites-gutters-md,var(--favorites-gutters,8px))}}@media(min-width:961px){
.p-profiles-show .cc-favourites{grid-template-columns:repeat(var(--favorites-columns-lg,var(--favorites-columns,8)),1fr);gap:var(--favorites-gutters-lg,var(--favorites-gutters,8px))}}@media(min-width:1200px){
.p-profiles-show .cc-favourites{grid-template-columns:repeat(var(--favorites-columns-xl,var(--favorites-columns,8)),1fr);gap:var(--favorites-gutters-xl,var(--favorites-gutters,8px))}}
.p-profiles-show {
/* Отступы между колонками */
--favorites-gutters: 8px;
/* При разрешении <= 480px */
--favorites-columns-xs: 4;
/* При разрешении >= 481px */
--favorites-columns-sm: 6;
/* При разрешении >= 768px */
--favorites-columns-md: 8;
/* При разрешении >= 961px */
--favorites-columns-lg: 10;
/* При разрешении >= 1200px */
--favorites-columns-xl: 12;
}
/* Конец */

/* округление аватарок */
.b-user.avatar img,.p-profiles .profile-head .c-brief .avatar img,.l-top_menu-v2 .menu-dropdown.profile>span img,.b-comment>.inner header img,.l-top_menu-v2 .icon-avatar img,.p-user_rates-index .l-menu .avatar img,.b-club .logo,.b-user.avatar img, .b-user.named_avatar img, .b-user.avatar_fixed_margin img,.p-collections .b-topic>.inner header img,.p-topics .l-menu .clubs .entry img,.b-message > .inner header img,.b-dialog > .inner header img{
border-radius: 6px;
}
.b-modal>.inner {
border-radius: 8px;
}
/* Конец */

/* Теги */
.b-topic > .inner footer .b-anime_status_tag.other,
.b-anime_status_tag{
border-radius: 4px !important;
}
.b-tag[href],.b-tag,.b-tooltipped.dotted,.b-catalog_entry-tooltip .inner .line .value .b-tag{
border-bottom-color: #aeaeae;
color: #001328;
border-radius: 4px 4px 4px 4px;
}
.b-anime_status_tag.episode, .b-anime_status_tag.studio{
border:1px solid transparent !important;
color: #001328;
border-radius: 4px 4px 4px 4px;
}
.b-anime_status_tag.studio:hover {
background: #037f90 !important;
color: #fff !important;
border-radius: 4px 4px 4px 4px;
}
.b-tag[href].active, .b-tag[href]:hover,.b-catalog_entry-tooltip .inner .line .value .b-tag:hover{
border-bottom-color: #00bdc7 !important;;
background: #00bdc7 !important;
border-left: 0px solid #e3f0fb;
color: #ffffff !important;
border-radius: 4px 4px 4px 4px;
}
.p-profiles .b-tooltipped.dotted{
color: #39739d;
background-color: inherit;
border-radius: 4px 4px 4px 4px;
}
/* Конец */


/* заголовки подразделов */
.headline, .subheadline,
.midheadline:not(.magenta):not(.orange):not(.blue):not(.red):not(.green):not(.yellow):not(.purple),
.headline > a,.subheadline > a,
.midheadline:not(.magenta):not(.orange):not(.blue):not(.red):not(.green):not(.yellow):not(.purple) > a{
background: #eaeaea;
border-left: 0px solid #eaeaea;
color: #001328;
border-radius: 5px;
text-align:center;
}
.p-dashboards-show .v2 .subheadline.orange a,
.p-dashboards-show .v2 .headline.orange a{
color: inherit;
}
/* Конец */

/*иконка в заголовке новости на главной странице*/
.p-dashboards-show .v2 .headline .buttons .options{
color: #70aade;
}
.headline.linkheadline>a, .linkheadline.midheadline>a, .linkheadline.subheadline>a {
text-decoration:none;
}
.headline>a:before, .midheadline>a:before, .subheadline>a:before{
color:inherit;
}
.headline > a:hover,.subheadline > a:hover,.midheadline > a:hover,.headline>a:hover:before, .midheadline>a:hover:before, .subheadline>a:hover:before {
color:#555A80 !important;
}
/*???*/
.midheadline.magenta,.midheadline.red,.midheadline.green,.midheadline.yellow,.midheadline.blue,.midheadline.orange,.midheadline.purple {
border-radius: 7px;
text-align:center;
border-left:inherit;
}
@media screen and (min-width:1025px){
.subheadline {
line-height: 2;}
}
#profiles_edit .headline,#profiles_edit .midheadline,#profiles_edit .subheadline,
.p-db_entries-show .cc-related-authors > .c-column .subheadline:nth-child(2){
text-align:left !important;
}

@media screen and (max-width: 767px){
#user_rates_index .headline,#user_rates_index .midheadline,#user_rates_index .subheadline{
text-align:left;}
.p-db_entries-show .cc-related-authors > .c-column .subheadline:nth-child(2){
text-align:center !important;}
}
/* Конец */

/* другие ссылки */
.b-abuse_request .ban-form .cancel,
.b-ban .abuser,
.b-bb_codes-examples .example a,
.b-bb_codes-examples .result a,
.b-bracket-actions > div,
.b-bracket-actions > span,
.b-catalog_entry-tooltip .inner a.name,
.b-catalog_entry-tooltip .inner .line .value a,
.b-catalog_entry-tooltip .inner .line.works .value a,
.b-catalog_entry .cover .title,
.b-club .name,
.b-comment > .inner header .name-date a.name,
.b-comments .comments-collapser,
.b-cosplay-topic > .inner .cosplay-info .line .value a,
.b-cosplay_gallery h3 a,
.b-db_entry-note .name-container .name,
.b-db_entry > .c-about .additional-links .line-container > .link,
.b-db_entry > .c-about .additional-links .line-container > a,
.b-dialog > .inner header .name-date a.name,
.b-feedback-inner .about a,
.b-form .variants .variant a,
.b-form .cancel,
.b-forums .forum .link-with-input .link,
.b-forums .reload,
.b-header_filters .filter-line a,
.b-height_shortener .expand,
.b-js-action,
.b-js-link,
.b-lang_trigger span,
.b-link,
.b-log_entry a,
.b-log_entry .link,
.b-log_entry .moderation a,
.b-log_entry .spoiler.collapsed,
.b-log_entry .spoiler.collapse,
.b-log_entry .spoiler.collapse span,
.b-log_entry .spoiler.collapsed span,
.b-mention,
.b-message > .inner header .name-date a.name,
.b-nothing_here a,
.b-options-floated a,
.b-options-floated .link,
.b-options-floated .action,
.b-options-floated.mobile-desktop a,
.b-person .name,
.b-shiki_editor footer .unpreview,
.b-shiki_editor footer .unpreview:not(.link),
.b-shiki_editor footer .cancel,
.b-shiki_editor footer .hide,
.b-shiki_editor footer .about-bb_codes,
.b-source .contributors .val a,
.b-source .mal .val a,
.b-source .source .val a,
.b-spoiler .content .before,
.b-spoiler .content .after,
.b-spoiler label,
.b-stats_bar a.title,
.b-table a,
.b-topic > .inner header .name-date a.name,
.b-topic .footer-vote .vote-group .vote,
.b-user.named_avatar .name,
.b-user.detailed .info .image-name,
.b-user.detailed .history .line a .event,
.b-user16,
header.head h1 a.back,
header.head h2 a.back,
header.head a.misc,
header.head a.edit,
.b-animes-menu .menu-topics-block .history-entry-tooltip a,
.p-animes-files .l-content a,
.p-mangas-files .l-content a,
div.history .block-list li .tooltip-inner a,
div.history .b-block_list li .tooltip-inner a,
.p-animes_collection-index .pagination .link,
.p-mangas_collection-index .pagination .link,
.p-recommendations-index .pagination .link,
.p-userlist_comparer-show .pagination .link,
.p-contests-edit .grid,
.p-contests .match-day .match-link a,
.p-contests .rating .member a,
.p-contests .results a,
.p-contests .suggestion > a,
.p-contests .variant > a,
.b-contests-menu .results,
.b-contests-menu .grid a,
.p-contests-grid .round .match a,
.p-contests-index .contest a,
.p-dashboards .c-my_list .list-type > .title .link,
.p-dashboards .c-my_list .history > .title .link,
.p-dashboards .c-my_list .list-type > .title .switch,
.p-dashboards .c-my_list .history > .title .switch,
.p-dashboards .user_list .list-type > .title .link,
.p-dashboards .user_list .history > .title .link,
.p-dashboards .user_list .list-type > .title .switch,
.p-dashboards .user_list .history > .title .switch,
.p-dashboards-show .c-content .options .option,
.p-db_entries-edit_field .cc-genres > .c-all_genres .genre:not(.included) .name,
.p-profiles .profile-head .c-brief header .notice a,
.p-profiles .profile-head .c-mobile-actions a,
.p-profiles .profile-head .c-mobile-actions span,
.p-profiles .profile-head .c-info .c-additionals div a,
.p-profiles-edit .account .change-password a,
.p-profiles-edit .misc .profile-action a:not(.b-button),
.p-profiles-edit .misc .profile-action .link,
.p-profiles-edit .misc .nickname-changes a,
.p-profiles-edit .misc .nickname-changes .link,
.p-profiles-edit .list .profile-action a:not(.b-button),
.p-profiles-edit .list .profile-action .link,
.p-profiles-edit .list .nickname-changes a,
.p-profiles-edit .list .nickname-changes .link,
.p-profiles-edit .list #import_form .link,
.p-profiles-show .about a,
.p-studios .studio .name,
.p-translations .animes a,
.p-user_history-index .history-page .history-interval p a,
.p-user_rates-index .list-lines tr .name a,
.p-userlist_comparer .comparer table .name a,
.b-log_entry .comment-block ins,
.p-statistics-index .forum-nav .sections a.selected,
.p-user_rates-index .stat-categories .category,
.b-animes-menu .menu-topics-block a.entry .name,
.b-animes-menu .menu-topics-block .history-entry-tooltip .tooltip-details a,
.b-collection_item .delete, .b-collection_item .drag-handle,
header.head h1 a.back::before,
header.head h2 a.back::before,
.b-form a.remove,
.b-list_switchers .switcher,
.b-link,.b-oauth_application .name-logo .name{
color:#037f90 !important;
border-bottom-color:none !important;
border-bottom: none !important;
text-decoration:none !important;
}

.b-bracket-actions > div:hover,
.b-bracket-actions > span:hover,
.b-catalog_entry-tooltip .inner .line .value a:hover,
.b-catalog_entry-tooltip .inner .line.works .value a:hover,
.b-catalog_entry .cover .title:hover,
.b-comment > .inner header .name-date a.name:hover,
.b-cosplay-topic > .inner .cosplay-info .line .value a:hover,
.b-cosplay_gallery h3 a:hover,
.b-db_entry-note .name-container .name:hover,
.b-db_entry > .c-about .additional-links .line-container > .link:hover,
.b-db_entry > .c-about .additional-links .line-container > a:hover,
.b-dialog > .inner header .name-date a.name:hover,
.b-feedback-inner .about a:hover,
.b-form .variants .variant a:hover,
.b-header_filters .filter-line a:hover,
.b-height_shortener .expand:hover,
.b-lang_trigger span:hover,
.b-link:hover,
.b-log_entry a:hover,
.b-log_entry .link:hover,
.b-log_entry .moderation a:hover,
.b-mention:hover,
.b-message > .inner header .name-date a.name:hover,
.b-nothing_here a:hover,
.b-options-floated a:hover,
.b-options-floated.mobile-desktop a:hover,
.b-person .name:hover,
.b-shiki_editor footer .about-bb_codes:hover,
.b-source .contributors .val a:hover,
.b-source .mal .val a:hover,
.b-source .source .val a:hover,
.b-spoiler label:hover,
.b-spoiler .content:hover .before,
.b-spoiler .content:hover .after,
.b-stats_bar a.title:hover,
.b-table a:hover,
.b-topic > .inner header .name-date a.name:hover,
.b-user16:hover,
header.head h1 a.back:hover,
header.head h2 a.back:hover,
.b-animes-menu .menu-topics-block .history-entry-tooltip a:hover,
.p-animes-files .l-content a:hover,
.p-mangas-files .l-content a:hover,
div.history .block-list li .tooltip-inner a:hover,
div.history .b-block_list li .tooltip-inner a:hover,
.p-contests-edit .grid:hover,
.p-contests .match-day .match-link a:hover,
.p-contests .rating .member a:hover,
.p-contests .results a:hover,
.p-contests .suggestion > a:hover,
.p-contests .variant > a:hover,
.b-contests-menu .results:hover,
.p-dashboards .c-my_list .list-type > .title .link:hover,
.p-dashboards .c-my_list .history > .title .link:hover,
.p-dashboards .c-my_list .list-type > .title .switch:hover,
.p-dashboards .c-my_list .history > .title .switch:hover,
.p-dashboards .user_list .list-type > .title .link:hover,
.p-dashboards .user_list .history > .title .link:hover,
.p-dashboards .user_list .list-type > .title .switch:hover,
.p-dashboards .user_list .history > .title .switch:hover,
.p-dashboards-show .c-content .options .option:hover,
.p-dashboards-show .c-content .options .option.selected,
.p-db_entries-edit_field .cc-genres > .c-all_genres .genre:not(.included) .name:hover,
.p-profiles .profile-head .c-brief header .notice a:hover,
.p-profiles .profile-head .c-mobile-actions span:hover,
.p-profiles .profile-head .c-info .c-additionals div a:hover,
.p-profiles-edit .list #import_form .link:hover,
.p-profiles-show .about a:hover,
.p-studios .studio .name:hover,
.p-translations .animes a:hover,
.p-user_history-index .history-page .history-interval p a:hover,
.p-user_rates-index .list-lines tr .name a:hover,
.p-userlist_comparer .comparer table .name a:hover,
.p-statistics-index .forum-nav .sections a:hover,
.block-list-alt a:hover,
.b-block_list-alt a:hover,
.b-catalog_entry .cover:hover,
.b-catalog_entry .cover:hover .title,
.b-comment > .inner .was_updated:hover,
.b-dialog > .inner .was_updated:hover,
.b-message > .inner .was_updated:hover,
.b-show_more:hover,
.b-show_more-more .hide-more:hover,
.b-topic > .inner .was_updated:hover,
.tooltip-inner .close:hover,
.p-animes-franchise .sticky-tooltip .close:hover,
.p-mangas-franchise .sticky-tooltip .close:hover,
.p-contests .b-contest_match .prev-match:hover,
.p-contests .b-contest_match .next-match:hover,
.p-contests .match-day .match-link.voted-none > .c-column a:hover,
.p-contests .match-day .match-link.voted-left > .c-column:last-child a:hover,
.p-contests .match-day .match-link.voted-right > .c-column:first-child a:hover,
.p-contests .match-day .match-link .c-column.loser a:hover,
.p-contests .match-day .match-link .c-column.created a:hover,
.p-contests-grid .round .match .date a:hover,
.p-topics header h1 a.reload:hover,
.p-user_rates-index .l-content .order-control:hover,
.p-user_rates-index .list-lines tr td .anime-status:hover,
.p-user_rates-index .list-lines tr td .anime-remove:hover,
.p-user_rates-index .list-lines tr td .anime-remove.selected,
.b-options-floated.mobile-desktop a.selected,
.p-user_rates-index .stat-categories .category.active,
.b-animes-menu .menu-topics-block a.entry:hover .name,
.b-animes-menu .menu-topics-block a.entry .name:hover,
.b-animes-menu .menu-topics-block .history-entry-tooltip .tooltip-details a:hover,
.b-options-floated .selected:hover,
.b-options-floated .selected.always-active:hover,
.b-user16:hover a,
.b-user16:hover span,
.p-profiles .profile-head .c-info .c-lists-info .b-stats_bar .compatibility .text:hover,
.b-collection_item .delete:hover, .b-collection_item .drag-handle:hover,
.b-edit_styles .edit_style .style_css .editor-expand:hover,
.b-edit_styles .edit_style .style_css .editor-collapse:hover,
.b-edit_styles .new_style .style_css .editor-expand:hover,
.b-edit_styles .new_style .style_css .editor-collapse:hover,
header.head h1 a.back:hover:after, header.head h2 a.back:hover:after,
header.head h1 a.back:hover::before, header.head h2 a.back:hover::before,
.p-dashboards .user_list .list-change:hover .title,
.b-list_switchers .switcher:hover,
.p-topics .l-menu .sticky-topics .topic:hover .title,
.p-topics .l-menu .sticky-topics .topic:hover .title:after,
.p-topics .l-menu .sticky-topics .topic .title:hover,
.p-topics .l-menu .sticky-topics .topic .title:hover:after,
.b-catalog_entry .cover .title:hover,
.p-topics .l-menu .contests .contest .title:hover:after,
.p-userlist_comparer .comparer table .name a:hover,
.p-translations .animes a:hover,
.p-tests-franchises .not-matched a:hover,
.p-tests-franchises .matched a:hover,
.p-profiles-edit .misc .profile-action a:not(.b-button):hover,
.p-profiles-edit .misc .profile-action .link:hover,
.p-profiles-edit .misc .nickname-changes a:not(.b-button):hover,
.p-profiles-edit .misc .nickname-changes .link:hover,
.p-profiles-edit .list .profile-action a:not(.b-button):hover,
.p-profiles-edit .list .profile-action .link:hover,
.p-profiles-edit .list .nickname-changes a:not(.b-button):hover,
.p-profiles-edit .list .nickname-changes .link:hover,
.p-profiles-edit .account .change-password a:hover,
.p-profiles .profile-head .c-mobile-actions a:hover,
.p-profiles .profile-head .c-mobile-actions span:hover,
.p-db_entries-edit_field .cc-genres>.c-all_genres .genre:not(.included) .name:hover,
.p-dashboards-show .c-content .options .option:hover,
.p-dashboards .user_list .list-type>.title .link:hover,
.p-dashboards .user_list .history>.title .link:hover,
.p-dashboards .c-my_list .list-type>.title .link:hover,
.p-dashboards .c-my_list .history>.title .link:hover,
.p-contests-grid .round .match a:hover,
.p-contests-index .contest a:hover,
.b-contests-menu .results:hover,
.b-contests-menu .grid a:hover,
.p-contests .suggestion>a:hover,
.p-contests .variant>a:hover,
.p-contests-edit .grid:hover,
.p-clubs-edit .pages .club_page-actions:hover,
.p-club_pages .club_page-actions:hover,
.p-animes_collection-index .pagination .link:hover,
.p-mangas_collection-index .pagination .link:hover,
.p-recommendations-index .pagination .link:hover,
.p-userlist_comparer-show .pagination .link:hover,
.b-animes-menu .menu-topics-block .entry .name:hover,
header.head a.misc:hover,
header.head a.edit:hover,
.b-user_rate_log .spoiler.collapse span:hover,
.b-user_rate_log .spoiler.collapsed span:hover,
.b-user_rate_log .spoiler.collapse:hover,
.b-user_rate_log .spoiler.collapsed:hover,
.b-user_rate_log .link:hover,
.b-user_rate .add-to-list:hover,
.b-user.detailed .history .line a .event:hover,
.b-user.moderation .history .line a .event:hover,
.b-user.detailed .info .image-name:hover,
.b-user.moderation .info .image-name:hover,
.b-user.named_avatar .name:hover,
.b-topic .footer-vote .vote-group .vote:hover,
.b-topic>.inner header .name-date a.name:hover,
.b-shiki_editor footer .unpreview:not(.link):hover,
.b-shiki_editor footer .cancel:hover,
.b-shiki_editor footer .hide:hover,
.b-shiki_editor footer .unpreview:hover,
.b-options-floated .action:hover,
.b-options-floated .link:hover,
.b-oauth_application .name-logo .name:hover,
.b-message>.inner header .name-date a.name:hover,
.b-log_entry .spoiler.collapse span:hover,
.b-log_entry .spoiler.collapsed span:hover,
.b-log_entry .spoiler.collapse:hover,
.b-log_entry .spoiler.collapsed:hover,
.b-js-link:hover,
.b-js-action:hover,
.b-forums .reload:hover,
.b-forums .forum .link-with-input .link:hover,
.b-form .cancel:hover,
.b-form a.remove:hover,
.b-dialog>.inner header .name-date a.name:hover,
.b-db_entry>.c-about .additional-links .line-container>.link:hover,
.b-db_entry>.c-about .additional-links .line-container>a:hover,
.b-contest_match .vs .actions .action span:hover,
.b-comments .comments-collapser:hover,
.b-comment header .hash:hover,
.b-comment>.inner header .name-date a.name:hover,
.b-collection_search .field .clear:hover,
.b-club .name:hover,
.b-catalog_entry-tooltip .inner a.name:hover,
.b-bracket-details:hover,
.b-ban .abuser:hover,
.b-ban .spoiler.collapse span:hover,.b-ban .spoiler.collapsed span:hover,
.b-ban .spoiler.collapse:hover,
.b-ban .spoiler.collapsed:hover,
.b-achievement .c-about a.title:hover,.b-achievement .about a.title:hover,
.b-abuse_request .ban-form .cancel:hover,
.p-user_rates-index .stat-categories .category:hover,
.p-topics .l-menu .calendar .entry:hover .title,
.p-topics .l-menu .reviews .entry:hover .title,
.p-topics .l-menu .clubs .entry:hover .title,
.b-mention:hover span,
.b-bb_codes-examples .example a:hover,
.b-bb_codes-examples .result a:hover,
.p-dashboards-show .headline .buttons .options:hover,
.b-topic.b-news_wall-topic.b-news-topic>.inner>a:hover .name-date .name,
.b-news_wall-topic>a:hover .title,
.b-news_line-topic>a:hover .title{
color:#38cccc !important;
border-bottom-color:none !important;
border-bottom: none !important;
text-decoration:none !important;
}
.b-header_filters .filter-line a:active,
.b-person .name:active,
.b-source .contributors .val a:active,
.b-source .mal .val a:active,
.b-source .source .val a:active,
.b-animes-menu .menu-topics-block .history-entry-tooltip a:active,
.p-animes-files .l-content a:active,
.p-mangas-files .l-content a:active,
div.history .block-list li .tooltip-inner a:active,
div.history .b-block_list li .tooltip-inner a:active,
.p-dashboards-show .c-content .options .option:active,
.p-profiles .profile-head .c-brief header .notice a:active,
.p-profiles .profile-head .c-mobile-actions a:active,
.p-profiles .profile-head .c-mobile-actions span:active,
.p-profiles .profile-head .c-info .c-additionals div a:active,
.block-list-alt a:active,
.b-block_list-alt a:active,
.b-show_more:active,
.b-show_more-more .hide-more:active,
.p-topics .l-menu .sticky-topics .topic:active .title,
.p-topics .l-menu .sticky-topics .topic:active .title:after,
.p-topics .l-menu .sticky-topics .topic .title:active,
.p-topics .l-menu .sticky-topics .topic .title:active:after,
.p-topics .l-menu .contests .contest:active .title,
.p-topics .l-menu .contests .contest:active .title:after,
.p-topics .l-menu .contests .contest .title:active,
.p-topics .l-menu .contests .contest .title:active:after,
.p-user_rates-index .stat-categories .category:active,
.b-options-floated .selected,
.b-user16:active,
.b-list_switchers .switcher.selected,
.headline .misc-links>a.selected,
.midheadline .misc-links>a.selected,
.subheadline .misc-links>a.selected,
.p-dashboards-show .c-content .options .option.active,
.item-add:active,
.b-edit_styles .edit_style .style_css .editor-expand:active,
.b-edit_styles .edit_style .style_css .editor-collapse:active,
.b-edit_styles .new_style .style_css .editor-expand:active,
.b-edit_styles .new_style .style_css .editor-collapse:active,
.b-form a.remove:active,
.p-dashboards-show .headline .buttons .options:active,
.b-topic.b-news_wall-topic.b-news-topic>.inner>a:active .name-date .name,
.b-news_wall-topic>a:active .title,
.b-news_line-topic>a:active.title{
color:#001328 !important;
text-decoration:none !important;
border-bottom-color: none !important;
border-bottom: none !important;
}
.p-profiles .profile-head .c-history .entry:hover .title,p a {
text-decoration: none;
}
/* Конец */

/* Время за аниме и мангой*/
.p-profiles-show .lifetime {
margin-bottom: 6px;
line-height: 2.3;
}
.b-stats_bar.lifetime .bar .first {
background: #037f90;
}
.p-profiles-show .lifetime .cuts .cut {
visibility:hidden;
}
.p-profiles-show .lifetime .times .time.checked:before {
display:none;
}
.p-profiles-show .lifetime .times .time.checked {
font-weight: bold;
}
/* Конец */

/* округление боков для горизонтальных графиков оценок, типов,
рейтингов в списках аниме и манги и оценок людей и в списках у людей на страницах аниме и манги */
/*fix*/
div#scores.bar.simple.horizontal div.bar.s3.min,
div#scores.bar.simple.horizontal div.bar.s2.min,
div#scores.bar.simple.horizontal div.bar.s1.min,
div#scores.bar.simple.horizontal div.bar.s0.min,
div#types.bar.simple.horizontal div.bar.s3.min,
div#types.bar.simple.horizontal div.bar.s2.min,
div#types.bar.simple.horizontal div.bar.s1.min,
div#types.bar.simple.horizontal div.bar.s0.min,
div#ratings.bar.simple.horizontal div.bar.s3.min,
div#ratings.bar.simple.horizontal div.bar.s2.min,
div#ratings.bar.simple.horizontal div.bar.s1.min,
div#ratings.bar.simple.horizontal div.bar.s0.min,
div#rates_scores_stats.bar.simple.horizontal div.bar.s3.min,
div#rates_scores_stats.bar.simple.horizontal div.bar.s2.min,
div#rates_scores_stats.bar.simple.horizontal div.bar.s1.min,
div#rates_scores_stats.bar.simple.horizontal div.bar.s0.min,
div#rates_statuses_stats.bar.simple.horizontal div.bar.s3.min,
div#rates_statuses_stats.bar.simple.horizontal div.bar.s2.min,
div#rates_statuses_stats.bar.simple.horizontal div.bar.s1.min,
div#rates_statuses_stats.bar.simple.horizontal div.bar.s0.min{
border-radius: 3px !important;
}
/* Конец */

/* Достижения */
.b-badge img, .b-badge .no-image {
border-radius: 4px;
}
.b-achievement .c-image .inner a .border {
border:0;
}
.b-achievement .c-image .inner a img, .b-achievement .c-image .inner a .no-image {
border-radius: 5px;
}
.b-achievement.is-badge:before {
bottom: 3px;
}
/* Конец */

/* Надписи под "Достижения" общие, жанровые, франшиза, авторы */
.p-profiles-show .achievements .header .title{
padding: 6px;
text-align: center;
line-height: 10px;
font-weight: bold;
border-radius: 8px 8px 8px 8px;
background:#eaeaea;
color:#001328;
opacity:0.75;
}
/* Конец */

/* Отзывы под тайтлом "Все", "Положительные", "Нейтральные", "Отрицательные" */
.b-reviews_navigation .navigation-node-all{
border-radius: 8px 0px 0px 8px;
color:#001328;
text-align:center;
text-transform:none;
font-weight: 700;
line-height:28px;
background-color:#eaeaea;
border-left:none;
}
.b-reviews_navigation .navigation-node-positive{
border-radius: 0px 0px 0px 0px;
}
.b-reviews_navigation .navigation-node-neutral{
border-radius: 0px 0px 0px 0px;
}
.b-reviews_navigation .navigation-node-negative{
border-radius: 0px 8px 8px 0px
}
/* Конец */

/* Изменение кнопок под отзывом */
.b-spoiler_inline:not(.is-opened){
background-color:#037f90;
}
.b-footer_vote{
border-radius:8px 8px 8px 8px;
border:1px solid skyblue;
}
/* Конец */

.b-spoiler_inline:not(.is-opened):hover{
background-color:#00425a;
}

/* Анимированный график активности */
.activity .graph.vertical .line .bar {
box-sizing: content-box;
transform: translateY(1px);
transform-origin: center bottom;
animation-fill-mode: both;
animation-timing-function: linear;
animation-iteration-count: infinite;
animation-duration: 2.0s;
animation-name: activity;
}
.activity .graph.vertical .line .bar:hover {
animation-name: none;
transform: none;
}
.activity .graph.vertical .line:nth-of-type(6n+2) .bar {
animation-delay: -.25s;
}
.activity .graph.vertical .line:nth-of-type(6n+4) .bar {
animation-delay: -.5s;
}
.activity .graph.vertical .line:nth-of-type(6n+3) .bar {
animation-delay: -.75s;
}
.activity .graph.vertical .line:nth-of-type(6n+6) .bar {
animation-delay: -1s;
}
.activity .graph.vertical .line:nth-of-type(6n+5) .bar {
animation-delay: -1.25s;
}
@keyframes activity {
0%, 100% {
transform: translateY(1px);
}
50% {
transform: translateY(7px);
}
}
/* Конец */

/* Внутреннее свечение пунктов меню */
.l-top_menu-v2 .submenu > a:hover,
.l-top_menu-v2 .menu-dropdown > button:not(.mobile):hover,
.l-top_menu-v2 .menu-dropdown > button:not(.mobile) a:hover {
box-shadow: 0 0 20px rgba(255,255,255,.6),
0 0 20px rgba(255,255,255,1) inset;
transition: 0.3s;
}
/* Конец */

/* Cвечение аватарки */
.p-profiles .profile-head .c-brief .avatar img{
box-shadow: 3px 3px 8px #00425a;
}
/* Конец */

/* Изменение цвета столбчатых графиков на сайте */
.bar.simple .bar.s3 { background: #00bdc7;}
.bar.simple .bar:hover.s3 { background: #00bdc7;}
.bar.simple .bar.s2 { background: #037f90;}
.bar.simple .bar:hover.s2 { background: #037f90;}
.bar.simple .bar.s1 { background: #00425a;}
.bar.simple .bar:hover.s1 { background: #00425a;}
.bar.simple .bar.s0 { background: #001328;}
.bar.simple .bar:hover.s0 { background: #001328;}]
/* Конец */

/* Аниме/Манга/Ранобэ рядом с пунктами истории */
.history-page a:before {
display: inline-block;
vertical-align: top;
width: 72px;
}
.history-page a[href ^= "/a"]:before {
content: '[Аниме] ';
color: #cd5b25;
}
.history-page a[href ^= "/m"]:before {
content: 'MangaМанга ';
color: #696969;
}
.history-page a[href ^= "/r"]:before {
content: '[Ранобэ] ';
color: #008B8B;
}
[data-locale="en"] .history-page a[href ^= "/a"]:before {
content: '[Anime] ';
}
[data-locale="en"] .history-page a[href ^= "/m"]:before {
content: 'MangaМанга ';
}
[data-locale="en"] .history-page a[href ^= "/r"]:before {
content: '[Ranobe] ';
}
/* Конец */

/* Поддержка телефонной версии */
/* Настройки mobile-версии */
@media (min-width: 360px) and (max-width: 599px) {
/* Черный верхнее меню */
.l-top_menu-v2 {
background: #00425a;
}
}

/* Настройки tablet-версии */
@media (min-width: 600px) and (max-width: 1024px) {
/* Чёрный верхнее меню */
.l-top_menu-v2 {
background: #00425a;
}
}

/* Настройки desktop-версии */
@media (min-width: 1025px) {
/* Черный верхнее меню */
.l-top_menu-v2 {
background: #00425a;
}
}
/* Конец */

/*Проценты в франшизах */
.l-page .b-badge:before {
display: block !important;
opacity: 1 !important;
}
/* Конец */


/* Статичный фон */
body {
background-size: cover;
background-image: url("https://fit-fm.ru/images/Yae_Miko.png");
background-position: top center;
background-repeat: no-repeat;
background-attachment: fixed;
}
/* Конец */


/* Прозрачность*/
.l-page {
background-color: rgba(255, 255, 255, 0.0);
}
/* Конец */

@media screen and (min-width: 1025px) { .l-top_menu-v2 { position: sticky; top: 0; } .l-top_menu-v2 .active .submenu { max-height: calc(100vh - var(--top-menu-height)); overflow-y: auto; } }

/* Шапка (обложка) */
.p-profiles-show .profile-head:before {
content: '';
display: block;
height: 10px; /* высота */
background: url("") no-repeat; /* кавычки должны быть */
background-size: cover;
margin: -15px;
margin-bottom: 15px; /* отступ от нижней границы */
}
/*Конец*/

.b-catalog_entry-tooltip .inner .rating {
font-family: 'Comfortaa', sans-serif;
font-weight: 400;
color: #001328;
}

.b-catalog_entry-tooltip .inner .rating .text {
font-family: 'Comfortaa', sans-serif;
font-weight: 400;
color: #001328;
}

@font-face {
font-family: "Comfortaa";
font-style: normal;
font-weight: 400;
src: local("Comfortaa Regular"), local("Comfortaa-Regular"),
url(fonts.gstatic.com) format("woff2");
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
font-family: "Comfortaa";
font-style: normal;
font-weight: 400;
src: local("Comfortaa Regular"), local("Comfortaa-Regular"),
url(fonts.gstatic.com) format("woff2");
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}

@font-face {
font-family: "Comfortaa";
font-style: normal;
font-weight: 700;
src: local("Comfortaa Bold"), local("Comfortaa-Bold"),
url(fonts.gstatic.com) format("woff2");
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
font-family: "Comfortaa";
font-style: normal;
font-weight: 700;
src: local("Comfortaa Bold"), local("Comfortaa-Bold"),
url(fonts.gstatic.com) format("woff2");
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}

:root {
--font-family: "Comfortaa", sans-serif !important;
--font-main: "Comfortaa", sans-serif !important;
--font-alt: var(--font-family);
--font-alt-text-letter-spacing: normal;
}

body {
font-family: var(--font-family) !important;
}

@font-face {
font-family: "FontAwesome";
src: url("/\x/maxcdn.bootstrapcdn.com/font-awesome/4.7.0/fonts/fontawesome-webfont.eot?v=4.7.0");
src: url("/\x/maxcdn.bootstrapcdn.com/font-awesome/4.7.0/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"),
url("/\x/maxcdn.bootstrapcdn.com/font-awesome/4.7.0/fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"),
url("/\x/maxcdn.bootstrapcdn.com/font-awesome/4.7.0/fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"),
url("/\x/maxcdn.bootstrapcdn.com/font-awesome/4.7.0/fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"),
url("/\x/maxcdn.bootstrapcdn.com/font-awesome/4.7.0/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
font-weight: normal;
font-style: normal;
}

.b-feedback {
visibility: hidden;
}


.l-footer .links:before {
color:#001328 !important;
content:'Design by RekzaToN';
position:absolute;
left:16px;
}
.copyright{
visibility: hidden;
color:#001328 !important;
}
.l-footer .links {
visibility: hidden;
color:#001328 !important;
text-align: center;
}
@media screen and (max-width:982px){
.l-footer .links:before{
bottom:17px;
color:#dedede;}
.l-footer .links {
text-align: left;}
.l-footer {
padding-top: 28px;}
}