/* Основной файл */
@import url("https://shiki-theme.web.app/stable/main.css");
/* Стили обложки профиля */
@import url("https://shiki-theme.web.app/stable/profile-cover.css");
/* Изменения профиля #1 */
@import url("https://shiki-theme.web.app/stable/profile-update_1.css");
/* Настройки переменных темы */
@media{:root {
/* Color text */
--color-text-primary: #1e1e1c;
--color-text-secondary: #4a4946;
--color-text-hint: #6a6965;
--color-text-disabled: #8f8e88;
--color-overlay-text-hovered: #1c6b48;
--color-overlay-text-selected: #1c6b48;
--color-overlay-text-pressed: #1c6b48;
/* Links color */
--color-link: #1c6b48;
--color-link-hover: #1c6b48;
--color-link-active: #0f3a27;
/* Main */
--color-primary: #1c6b48;
--color-text-on-primary: #e7e5db;
--color-primary-reduced: #558d71;
--color-primary-hovered: #2e7757;
--color-primary-pressed: #1b6745;
--color-overlay-primary-hovered: rgba(28, 107, 72, 0.08);
--color-overlay-primary-selected: rgba(28, 107, 72, 0.12);
--color-overlay-primary-pressed: rgba(28, 107, 72, 0.16);
/* Accent color */
--color-accent: #1c6b48;
--color-text-on-accent: #e7e5db;
--color-accent-reduced: #558d71;
--color-accent-fade: #86aa94;
--color-overlay-accent-hovered: rgba(28, 107, 72, 0.08);
--color-overlay-accent-selected: rgba(28, 107, 72, 0.12);
--color-overlay-accent-pressed: rgba(28, 107, 72, 0.16);
/* Background */
--color-background: #e7e5db;
--color-background-translucent: #e7e5db;
--color-background-dialog: #e7e5db;
--color-surface: #e7e5db;
--color-surface-hover: #e7e5db;
--color-surface-active: #e7e5db;
--color-border: #e7e5db;
/* Top menu */
--color-menu-background: #e7e5db;
--color-menu-background-fade: rgba(241, 240, 234, 0.48);
--color-menu-text-primary: #1f1f1e;
--color-menu-text-disabled: #959591;
--color-menu-icon: #3a3a38;
--color-menu-search: #d4d3ce;
--color-menu-search-fade: rgba(31, 31, 30, 0.12);
--color-menu-background-hover: #e7e6e1;
--color-menu-background-active: #deddd7;
/* List buttons color */
--color-planned: #c3e0e7;
--color-onhold: #d0cec7;
--color-watching: #cce1e4;
--color-rewatching: #cce1e4;
--color-completed: #dfe6c5;
--color-dropped: #e9c2ba;
/* Background pic */
--user-cover: url("https://s3.iimg.su/s/23/th_gee8D6cx6I1DaWY92HYk4jIf4GvQavRLtOmnkwqF.png");
/* Фон сайта */
--user-background: url("https://s3.iimg.su/s/23/th_g92TeW4xQrryN1mdEztWhJ4hmtb17gtNqLfsepuW.png");
}}
/* Background settings */
.p-profiles .profile-head[data-user-id="597379"]::before {
display: block;
background-position: center 50%;
}
/*Gradient*/
#profiles_show .profile-head .c-brief header h1 {
background-image: linear-gradient(
-225deg,
#68756e 0%,
#6a9280 29%,
#1c6b48 67%,
#218045 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 2s linear infinite;
}
@keyframes u-nikcname-animbg {
to {
background-position: 200% center;
}
}
/*Font*/
@import url('https://fonts.googleapis.com/css2?family=Fira+Code:wght@300..700&display=swap');
@font-face
.fira-code-<rs> {
font-family: "Fira Code", monospace;
font-optical-sizing: auto;
font-weight: 400;
font-style: normal;
}
:root {
--font-main: 'Fira Code', sans-serif;
--font-alt: var(--font-main);
font-size: 16px;
}
/*Shikimori*/
/* AUTO=sticky_menu */ @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; } }