99 lines
2.2 KiB
CSS
Executable File
99 lines
2.2 KiB
CSS
Executable File
@font-face {
|
|
font-family: hack;
|
|
src: url("../fonts/Hack-Regular.ttf");
|
|
}
|
|
@font-face {
|
|
font-family: hack;
|
|
src: url("../fonts/Hack-Bold.ttf");
|
|
font-weight: bold;
|
|
}
|
|
@font-face {
|
|
font-family: hack;
|
|
src: url("../fonts/Hack-Italic.ttf");
|
|
font-style: italic;
|
|
}
|
|
@font-face {
|
|
font-family: hack;
|
|
src: url("../fonts/Hack-BoldItalic.ttf");
|
|
font-weight: bold;
|
|
font-style: italic;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: Terminess;
|
|
src: url("../fonts/TerminessNerdFontMono-Regular.ttf");
|
|
}
|
|
@font-face {
|
|
font-family: Terminess;
|
|
src: url("../fonts/TerminessNerdFontMono-Bold.ttf");
|
|
font-weight: bold;
|
|
}
|
|
@font-face {
|
|
font-family: Terminess;
|
|
src: url("../fonts/TerminessNerdFontMono-Italic.ttf");
|
|
font-style: italic;
|
|
}
|
|
@font-face {
|
|
font-family: Terminess;
|
|
src: url("../fonts/TerminessNerdFontMono-BoldItalic.ttf");
|
|
font-weight: bold;
|
|
font-style: italic;
|
|
}
|
|
|
|
body {
|
|
background-image: url("https://eir-nya.gay/static/images/background/night_sky.png");
|
|
background-repeat: no-repeat;
|
|
background-size: cover;
|
|
background-position: 50% 0%;
|
|
background-attachment: fixed;
|
|
|
|
font-family: Terminess, hack, 'Courier New', courier, monospace;
|
|
}
|
|
.tweet-content {
|
|
font-family: hack, 'Courier New', courier, monospace;
|
|
}
|
|
.show-more {
|
|
background-color: transparent;
|
|
}
|
|
body {
|
|
--bg_color: transparent; /*#282a36;*/
|
|
--fg_color: #f8f8f2;
|
|
--fg_faded: #818eb6;
|
|
--fg_dark: var(--fg_faded);
|
|
--fg_nav: var(--accent);
|
|
|
|
--bg_panel: rgba(0.9803921568627451, 0.6666666666666666, 0.6705882352941176, 0.875); /*#343746;*/
|
|
--bg_elements: #292b36;
|
|
--bg_overlays: #20202080; /*#44475a;*/
|
|
--bg_hover: #2f323f;
|
|
|
|
--grey: var(--fg_faded);
|
|
--dark_grey: #44475a;
|
|
--darker_grey: #3d4051;
|
|
--darkest_grey: #363948;
|
|
--border_grey: #44475a;
|
|
|
|
--accent: #faaaab;
|
|
--accent_light: #facdce;
|
|
--accent_dark: #ab7475;
|
|
--accent_border: #e36f7196;
|
|
|
|
--play_button: #ffb86c;
|
|
--play_button_hover: #ffc689;
|
|
|
|
--more_replies_dots: #bd93f9;
|
|
--error_red: #ff5555;
|
|
|
|
--verified_blue: var(--accent);
|
|
--icon_text: ##F8F8F2;
|
|
|
|
--tab: #6272a4;
|
|
--tab_selected: var(--accent);
|
|
|
|
--profile_stat: #919cbf;
|
|
}
|
|
|
|
.search-bar > form input::placeholder{
|
|
color: var(--fg_faded);
|
|
}
|