You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

1715 lines
42 KiB

body {
font-size: 10.5pt;
}
.landing-page #mastodon-timeline,
.landing-page__forms,
.landing-page__information,
.landing-page__call-to-action,
.column>.scrollable {
background: $background-color;
}
.column-header {
background: $background-color;
}
landing-page__call-to-action {
display: none;
}
.landing-page #mastodon-timeline,
.landing-page__forms,
.landing-page__information,
.landing-page__call-to-action,
.column>.scrollable {
background: $background-color;
}
* {
outline:0;
}
.column {
border-radius: 10px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
}
.account__avatar,
.account__avatar-overlay-base,
.account__avatar-overlay-overlay,
.u-photo,
#profile_page_avatar {
border-radius: 50% !important;
-moz-border-radius: 50% !important;
-webkit-border-radius: 50% !important;
}
.drawer__inner {
border-radius: 4px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
}
.drawer__header {
border-radius: 4px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
}
div.drawer__header a:first-child:hover {
border-top-left-radius: 5px !important;
-moz-border-top-left-radius: 5px !important;
-webkit-border-top-left-radius: 5px !important;
border-bottom-left-radius: 5px !important;
-moz-border-bottom-left-radius: 5px !important;
-webkit-border-bottom-left-radius: 5px !important;
}
div.drawer__header a:last-child:hover {
border-top-right-radius: 5px !important;
-moz-border-top-right-radius: 5px !important;
-webkit-border-top-right-radius: 5px !important;
border-bottom-right-radius: 5px !important;
-moz-border-bottom-right-radius: 5px !important;
-webkit-border-bottom-right-radius: 5px !important;
}
.getting-started {
overflow: hidden;
}
img[alt="Screenshot"],
img[alt="Logo"],
img[alt="Fluffy elephant friend"] {
border-radius: 0 !important;
-moz-border-radius: 0 !important;
-webkit-border-radius: 0 !important;
}
.user.simple_form {
-webkit-box-shadow: none !important;
-moz-box-shadow: none !important;
box-shadow: none !important;
border-radius: 10px !important;
-webkit-border-radius: 10px !important;
-moz-border-radius: 10px !important;
background: #1d2026 !important;
}
.search__input:focus {
background: #29293d;
}
.column-header,
.column-back-button {
-webkit-border-top-left-radius: 5px;
-webkit-border-top-right-radius: 5px;
-moz-border-radius-topleft: 5px;
-moz-border-radius-topright: 5px;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
}
.scrollable {
-webkit-border-bottom-right-radius: 5px;
-webkit-border-bottom-left-radius: 5px;
-moz-border-radius-bottomright: 5px;
-moz-border-radius-bottomleft: 5px;
border-bottom-right-radius: 5px;
border-bottom-left-radius: 5px;
}
.search__input {
border-radius: 5px !important;
-moz-border-radius: 5px !important;
-webkit-border-radius: 5px !important;
}
.activity-stream {
margin-top: 10px;
}
.card {
border-radius: 4px !important;
-moz-border-radius: 4px !important;
-webkit-border-radius: 4px !important;
}
.simple_form .label_input label {
width: auto !important;
margin-left: 15px;
}
select[name="user[locale]"] {
margin-left: 10px;
}
.dropdown__icon {
margin: -3px;
}
.column-header__button {
border-top-right-radius: 4px !important;
-moz-border-top-right-radius: 4px !important;
-webkit-border-top-right-radius: 4px !important;
}
.privacy-dropdown.active .privacy-dropdown__value.active,
.actions-modal ul li:not(:empty) a.active, .actions-modal ul li:not(:empty) a.active button, .actions-modal ul li:not(:empty) a:active, .actions-modal ul li:not(:empty) a:active button, .actions-modal ul li:not(:empty) a:focus, .actions-modal ul li:not(:empty) a:focus button, .actions-modal ul li:not(:empty) a:hover, .actions-modal ul li:not(:empty) a:hover button {
background: $accent-color !important;
}
.button {
background-color: $accent-color !important;
}
.button:hover,
.button:disabled {
background-color: #52e0a3 !important;
border-radius: 4px;
}
.ui {
background-color: $background-color;
}
.drawer .drawer__header,
.column-header,
.column-icon {
background-color: $background-color;
}
.column-icon {
color: #eee;
transition: all 200ms;
}
.column-icon:hover {
color: #fff;
}
.column-icon.collapsable {
background-color: $accent-color;
color: #fff;
font-size: 20px !important;
padding-bottom: 13px !important;
}
.column-settings--outer,
.column-settings--section {
background-color: $accent-color;
color: #fff;
}
.react-toggle--checked .react-toggle-track,
.react-toggle--checked:hover:not(.react-toggle--disabled) .react-toggle-track {
background-color: $background-color;
}
.react-toggle--checked .react-toggle-thumb {
border-color: $background-color;
}
.drawer .drawer__header .drawer__tab {
color: $accent-color;
}
.drawer .drawer__header a:hover {
color: $accent-color;
background: $background-color;
}
.search__input {
background-color: $background-color;
transition: all 200ms;
color: #fff;
}
.drawer__inner,
.drawer__inner__mastodon,
.getting-started {
background-color: $background-color;
}
.navigation-bar {
color: #eee;
}
.navigation-bar strong {
font-size: 14px;
margin-top: 2px;
}
.search-results__header {
background-color: $background-color;
color: #eee;
text-transform: capitalize;
}
.drawer__inner.darker {
background-color: $background-color;
}
.account__display-name {
outline: none;
}
.display-name span {
color: #ddd;
}
.status__prepend,
.status,
.column>.scrollable {
background-color: $background-color;
color: #fff;
border-bottom: 0;
}
.notification__message {
color: #ccc;
}
.status .status__relative-time {
color: #ccc;
}
.status__content a .fa,
.status__content a .fa:hover {
color: $accent-color;
}
.status__content a,
.reply-indicator__content a,
.getting-started a,
.muted .status__content a,
.account__header .account__header__username {
color: $accent-color;
}
.muted .status__display-name strong {
color: #ccc;
}
.status__prepend .status__display-name strong {
color: #fff;
outline: none;
}
.muted .status__content p {
color: #ccc;
}
.column-link,
.column {
background-color: $background-color;
}
.account__action-bar,
.account__action-bar__tab,
.detailed-status__action-bar {
border: 0;
background: $background-color !important;
}
.account {
border-bottom: 0;
}
.column-back-button,
.column-header > .column-header__back-button {
background-color: $background-color;
color: #37dc94;
}
.status__content .status__content__spoiler-link,
.reply-indicator__content .status__content__spoiler-link {
background: #29293d;
}
.autosuggest-textarea__suggestions {
background: #fff;
}
.autosuggest-textarea__suggestions__item:hover {
background: $accent-color;
color: #fff;
}
.autosuggest-textarea__suggestions__item.selected {
background: $accent-color;
color: #fff;
}
.reply-indicator {
background: #29293d;
}
.reply-indicator__content {
color: #fff
}
.reply-indicator .reply-indicator__display-name {
color: #fff
}
.search__icon .fa {
color: #37dc94;
}
.detailed-status {
background: $background-color !important;
}
.account__header {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
background: $background-color;
text-align: center;
background-size: cover;
background-position: center;
position: relative;
}
.account__header>div {
background: linear-gradient(to bottom, rgba(34, 34, 51, 0.75), $background-color);
}
.icon-button.inverted {
color: $accent-color;
}
.icon-button.inverted.active {
color: $accent-color;
}
.icon-button.inverted:hover,
.icon-button.inverted:active,
.icon-button.inverted:focus {
color: $accent-color;
}
.compose-form__buttons,
.compose-form__buttons-wrapper {
background: #29293d !important;
}
.text-icon-button.active {
color: #37dc94
}
.composer--options--dropdown.open>.value {
background: #37dc94;
}
.privacy-dropdown__option.active {
background: $accent-color;
}
.privacy-dropdown__option:hover {
background: $accent-color;
}
.privacy-dropdown__option.active:hover {
background: $accent-color;
}
.column-header__button{
background: $background-color;
}
.column-header__button.active,
.column-header__button.active:hover{
background: $accent-color;
}
.column-header__collapsible-inner {
background: $accent-color;
color: #fff !important;
}
.column-settings__section {
color: #333;
}
.column-settings__section span {
color: #fff !important;
}
.setting-meta__label,
.setting-toggle__label{
color: #fff;
}
.column-subheading{
background: $background-color;
}
.column-header__back-button,
.navigation-bar,
.tabs-bar {
background: $background-color;
color: #37dc94;
}
.column-header__back-button:hover {
color: #52e0a3;
}
.status__content__read-more-button {
color: $accent-color;
}
.drawer__inner__mastodon {
background: transparent;
}
.search-results__section h5 {
border: 0;
background: $background-color;
}
.search-results__header {
color: #52e0a3;
}
.tabs-bar__link {
border: 0;
}
.flex-spacer {
visibility: hidden;
}
.account__section-headline {
background: transparent;
border: 0;
}
.account__section-headline a.active:after {
border: 0;
}
.account__section-headline a.active:after,
.account__section-headline a.active:before {
border-color: transparent transparent rgba(49, 53, 67, .5);
}
.account__section-headline {
margin-bottom: 20px;
padding-right: 10px;
}
.account__section-headline a:before {
margin-top: 5px;
}
.account__disclaimer {
border: 0;
}
dl {
border: 0 !important;
}
.account__header__fields {
border: 0 !important;
}
.account__header__fields dt,
.account__header .account__header__fields dt {
background: rgba(23,23,23,.5);
}
.account__header .account__header__fields dd:not(.verified),
.account__header__fields dd:not(.verified) {
background: rgba(23,23,23,.25);
}
.light {
background: #fff !important;
}
.content-wrapper,
.sidebar,
.sidebar-wrapper,
.sidebar ul ul a,
.selected,
.sidebar ul a:hover {
background: $background-color !important;
}
.admin-wrapper .sidebar ul a i.fa {
color: #fff;
}
.focusable:focus {
background: $background-color;
}
.landing-page .extended-description,
.landing-page .-links {
background: #17191f;
}
.public-layout .account__section-headline,
.activity-stream .entry,
.public-account-header__tabs__tabs,
.public-account-bio__extra,
.hero-widget__text,
.public-layout .account__header__content,
.public-layout .header,
.public-layout .public-account-header__tabs__tabs .counter,
.public-layout .public-account-header__tabs__tabs,
.load-more:hover {
background: $background-color !important;
border-radius: 4px;
}
.account__section-headline a.active:after,
.account__section-headline a.active:before {
border-style: none !important;
}
.account__header__fields dl {
background: $background-color !important;
}
.public-layout .public-account-bio .roles {
background: $background-color !important;
}
.endorsements-widget {
background: $background-color;
border-radius: 4px;
box-shadow: 0 0 15px rgba(0,0,0,.2);
}
.modal-layout {
background: $background-color !important;
}
.fa-bell:before,
.fa-bell-o:before {
content: "\f0e7" !important;
}
.landing-page h1 {
line-height: 0.75;
}
.report-modal__comment .setting-text {
color: #282c37 !important;
}
.admin-wrapper {
background: $background-color;
}
.notification__filter-bar,
.account__section-headline,
.notification__filter-bar button,
.account__section-headline button,
.notification__filter-bar button.active::before,
.notification__filter-bar button.active::after,
.notification__filter-bar a.active::before,
.notification__filter-bar a.active::after,
.account__section-headline button.active::before,
.account__section-headline button.active::after,
.account__section-headline a.active::before,
.account__section-headline a.active::after,
.empty-column-indicator {
border: none;
background: $background-color;
}
.landing-page__information,
.landing-page__forms,
.landing-page #mastodon-timeline {
box-shadow: none !important;
}
body.lighter {
background: $background-color;
}
body.with-modals {
overflow-y: auto;
}
.simple_form .fields-row__column {
flex: 0 0 auto;
}
.simple_form select {
width: 97%;
}
.landing-page.alternative .brand {
display: none;
}
.landing-page__forms {
padding-left: 20px;
padding-right: 20px;
}
.page-header {
background: $background-color;
box-shadow: none !important;
}
img[alt=":circle:"] {
display: none !important;
}
b.with-modals {
font-weight: bold !important;
color: #fff !important;
}
body.theme-default:after {
backdrop-filter: blur(8px);
}
.public-layout .container:last-of-type {
background: $background-color;
margin: 0 auto;
margin-top: 0px;
min-width: 100%;
padding: 60px;
padding-bottom: 0;
padding-top: 40px;
margin-top: calc(7px + 10vh);
}
.box-widget,
.contact-widget,
.landing-page__information.contact-widget,
.public-layout .public-account-header,
.public-layout .header,
.activity-stream,
.hero-widget,
.public-layout .public-account-bio,
.endorsements-widget {
background: $background-color;
box-shadow: none !important;
border-radius: 4px;
}
.landing-page__information strong {
display: block;
}
.fa-unlock:before {
content: "" !important;
}
.landing-page__forms .subtle-hint a:active,
.landing-page__forms .subtle-hint a:focus,
.landing-page__forms .subtle-hint a:hover,
.simple_form .hint a {
color: $accent-color;
}
.simple_form .block-button:active,
.simple_form .block-button:focus,
.simple_form .button:active,
.simple_form .button:focus,
.simple_form button:active,
.simple_form button:focus,
.simple_form .block-button,
.simple_form .button,
.simple_form button,
.simple_form .block-button:hover,
.simple_form .button:hover,
.simple_form button:hover {
background: $accent-color;
}
.hero-widget__footer,
.directory__tag > a,
.directory__tag > div {
background: $background-color !important;
box-shadow: none;
}
.hero-widget__footer__column {
display: none;
}
.hero-widget,
.landing .hero-widget__text {
border-radius: 4px !important;
}
.landing .simple_form p.lead {
display: none;
}
.landing__grid__column-registration .new_user:before {
content: "Sign up and become part of a social media revolution.";
font-weight: 400;
color: #9baec8;
font-size: 15px;
line-height: 80px;
}
.directory {
background: $background-color;
box-shadow: none;
}
.accounts-table tbody td {
border-bottom: 0;
}
.dropdown-menu__item a:active,
.dropdown-menu__item a:focus,
.dropdown-menu__item a:hover,
.composer--options--dropdown--content--item.active,
.composer--options--dropdown--content--item:hover,
.composer--options--dropdown--content--item.active:hover {
background: $accent-color;
color: #fff;
}
.dropdown-menu,
.dropdown-menu__item a {
background: #fff;
color: #333;
}
.dropdown-menu__arrow.bottom {
display: none;
}
.icon-button.active {
color: $accent-color;
}
.dropdown-menu__separator {
border-bottom: 1px solid #ccc;
}
.simple_form .input.boolean label a {
color: $accent-color;
}
.public-layout .footer .brand {
display: inline-block;
padding: 30px;
}
.public-layout .footer .brand svg {
display: none;
}
.account__header__bar {
border-bottom: none;
}
.button.logo-button:active,
.button.logo-button:focus,
.button.logo-button:hover,
.button.logo-button {
background: $accent-color;
}
.confirmation-modal__action-bar .confirmation-modal__secondary-button,
.confirmation-modal__action-bar .confirmation-modal__cancel-button,
.confirmation-modal__action-bar .mute-modal__cancel-button,
.mute-modal__action-bar .confirmation-modal__secondary-button,
.mute-modal__action-bar .confirmation-modal__cancel-button,
.mute-modal__action-bar .mute-modal__cancel-button,
.confirmation-modal__action-bar .confirmation-modal__secondary-button:hover,
.confirmation-modal__action-bar .confirmation-modal__secondary-button:focus,
.confirmation-modal__action-bar .confirmation-modal__secondary-button:active,
.confirmation-modal__action-bar .confirmation-modal__cancel-button:hover,
.confirmation-modal__action-bar .confirmation-modal__cancel-button:focus,
.confirmation-modal__action-bar .confirmation-modal__cancel-button:active,
.confirmation-modal__action-bar .mute-modal__cancel-button:hover,
.confirmation-modal__action-bar .mute-modal__cancel-button:focus,
.confirmation-modal__action-bar .mute-modal__cancel-button:active,
.mute-modal__action-bar .confirmation-modal__secondary-button:hover,
.mute-modal__action-bar .confirmation-modal__secondary-button:focus,
.mute-modal__action-bar .confirmation-modal__secondary-button:active,
.mute-modal__action-bar .confirmation-modal__cancel-button:hover,
.mute-modal__action-bar .confirmation-modal__cancel-button:focus,
.mute-modal__action-bar .confirmation-modal__cancel-button:active,
.mute-modal__action-bar .mute-modal__cancel-button:hover,
.mute-modal__action-bar .mute-modal__cancel-button:focus,
.mute-modal__action-bar .mute-modal__cancel-button:active {
color: #fff;
}
@media screen and (min-width: 480px) {
.confirmation-modal {
max-width: 450px;
}
}
.boost-modal__action-bar .button,
.confirmation-modal__action-bar .button,
.mute-modal__action-bar .button {
margin: 5px;
}
.button.logo-button svg {
display: none;
}
.page-header p {
display: none;
}
.nav-button[href="https://metu.life/"] {
display: none !important;
}
.simple_form__overlay-area__overlay {
background: rgba(34,34,51,.65) !important;
}
.compose-form__publish-button-wrapper > .button:before {
content: "hop!";
display: block;
}
.nothing-here {
background: $background-color;
box-shadow: none;
}
.column-link--transparent.active,
.quick-nav a:active,
.quick-nav a:focus,
.quick-nav a:hover,
.quick-nav a,
.filters .filter-subset a.selected {
color: $accent-color;
}
.filters .filter-subset a.selected {
border-bottom: 2px solid $accent-color;
}
.simple_form input[type="email"]:active,
.simple_form input[type="email"]:focus,
.simple_form input[type="number"]:active,
.simple_form input[type="number"]:focus,
.simple_form input[type="password"]:active,
.simple_form input[type="password"]:focus,
.simple_form input[type="text"]:active,
.simple_form input[type="text"]:focus,
.simple_form textarea:active,
.simple_form textarea:focus {
border-color: $accent-color;
}
.column-header.active .column-header__icon {
color: $accent-color;
}
.notification__message .fa {
color: $accent-color;
}
body.lighter .logo-container {
margin: 0 !important;
}
.card > a {
box-shadow: none;
}
.card__bar,
.card > a:active .card__bar,
.card > a:focus .card__bar,
.card > a:hover .card__bar {
background: $background-color;
}
body.lighter .card__img {
display: none;
}
.simple_form p.hint {
font-weight: bold;
margin-bottom: 0;
}
.logo-container h1 svg,
.public-layout .header .brand svg,
.landing__brand svg {
display: none;
}
.column-inline-form {
background: $background-color;
}
.account__header__fields .verified {
border: 0;
}
.account__header__bio .account__header__fields dl:first-child .verified,
.public-layout .public-account-bio .account__header__fields dl:first-child .verified,
.public-layout .public-account-bio {
border-radius: 0px;
}
.fa-at::before {
content: "" !important;
}
.trends__header {
background: $background-color;
}
.landing-page__mascot {
bottom: 40px !important;
}
.landing-page__call-to-action {
border-radius: 0 !important;
}
.regeneration-indicator {
background: $background-color;
}
.regeneration-indicator__figure {
background: transparent url($loading) no-repeat top/100% auto !important;
margin-top: -50px;
}
.regeneration-indicator__figure img {
visibility: hidden;
}
.columns-area__panels__main {
max-width: 640px;
}
.drawer__inner__mastodon {
align-items: flex-end;
display: flex;
margin: 0 auto;
}
.drawer__inner__mastodon > img {
width: auto;
height: auto;
padding-bottom: 25px;
}
.poll__chart.leading {
background: $accent-color;
}
.tabs-bar__link.active {
border-bottom: 2px solid $accent-color;
color: $accent-color;
}
.floating-action-button,
.floating-action-button:hover {
background: $accent-color;
}
.public-layout .public-account-header__image:after {
box-shadow: none !important;
}
.public-layout .public-account-header__image {
background: $background-color;
}
div.poll > ul > li > label > span > img {
width: 24px !important;
height: 24px !important;
}
.landing-page__call-to-action .row {
flex-direction: row;
}
.hero-widget__vid {
position: relative;
overflow: hidden;
font-family: "object-fit:cover";
object-fit: cover;
display: block;
height: 100%;
margin: 0;
margin: -20px !important;
border-radius: 4px 4px 0 0;
text-align: center;
}
.hero-widget__text p {
margin-bottom: 0;
}
.server__description {
margin-top: 60px;
}
.credits {
font-size: 8pt;
padding: 20px;
font-family: sans-serif;
}
.trends__item__sparkline path:first-child {
fill: $accent-color !important;
fill-opacity: 1!important;
opacity: 0.25;
}
.trends__item__sparkline path:last-child {
stroke: $accent-color !important;
}
body {
background: $background-color;
}
.public-layout .header .nav-button {
background: #446;
}
.tabs-bar__wrapper {
background: $background-color !important;
}
.video-player__volume__current,
.video-player__volume__handle,
.video-player__seek__progress,
.video-player__seek__handle {
background: $accent-color;
}
.audio-player {
background: #161621;
}
.audio-player__wave-placeholder {
background-color: #3a3a41;
}
.audio-player__progress-placeholder {
background-color: $accent-color;
}
.notice-widget a, .placeholder-widget a {
color: $accent-color;
display: inline-block;
}
.placeholder-widget {
border: 2px dashed $background-color;
color: $background-color;
background: #fff;
}
.filter-form {
background: $background-color;
}
.radio-button__input.checked {
border-color: $accent-color;
background: $accent-color;
}
.radio-button__input {
border: 1px solid #ccc;
}
.confirmation-modal__cancel-button,
.confirmation-modal__cancel-button:hover {
background: transparent !important;
color: #333 !important;
}
.boost-modal__action-bar,
.confirmation-modal__action-bar,
.mute-modal__action-bar {
background: #ddd !important;
}
.public-layout .public-account-header__bar .avatar img {
border: 0;
}
.account__header__bar .avatar .account__avatar {
border: 0;
background: transparent;
}
.load-gap {
border-bottom: 1px solid rgba(255,255,255,.1);
}
.table > thead > tr > th {
border-bottom: 2px solid rgba(0, 0, 0, 0.6);
}
.table td, .table th {
background: rgba(0,0,0,.3);
}
.table > tbody > tr:nth-child(2n+1) > td, .table > tbody > tr:nth-child(2n+1) > th {
border-bottom: 1px solid rgba(0, 0, 0, 0.2);
background: rgba(0,0,0,.5);
}
.upload-progress__tracker {
background: $accent-color;
}
.upload-progress__backdrop {
background: #666;
}
.upload-progress {
color: #666;
}
.icon-with-badge__badge {
background: $accent-color;
border-color: #111;
}
.public-layout .directory__tag h4 small {
visibility: hidden;
}
.directory__tag h4 {
margin-top: 25px;
}
.loading-bar {
background-color: $accent-color !important;
}
.admin-wrapper .sidebar-wrapper__inner {
background: $background-color !important;
}
.table-of-contents {
background: $background-color;
}
.public-layout .public-account-header--no-bar {
display: none;
}
.compose-form .compose-form__modifiers .compose-form__upload__actions .icon-button:hover,
.icon-button:focus {
background: transparent !important;
}
a.unhandled-link {
color: $accent-color !important;
}
.directory__card__bar,
.directory__card__extra {
background: $background-color;
}
.directory__card__extra .account__header__content {
border: 0;
}
.admin-wrapper .sidebar__toggle__logo a {
padding: 9px;
margin-left: -16px;
}
.admin-wrapper .sidebar__toggle__logo svg {
visibility: hidden;
}
.admin-wrapper .sidebar__toggle,
.admin-wrapper .sidebar__toggle a:active,
.admin-wrapper .sidebar__toggle a:focus,
.admin-wrapper .sidebar__toggle a:hover {
background: $background-color;
}
.empty-column-indicator, .error-column {
background: $background-color;
}
.emoji-mart-anchor-selected,
.emoji-mart-anchor-selected:hover {
color: $accent-color;
}
.emoji-mart-anchor-bar {
background: $accent-color;
}
.emoji-mart-bar:first-child {
background: #fff;
}
.emoji-mart-anchors {
color: #666;
}
div.directory__tag:nth-child(3) > a:nth-child(1) {
display: none;
}
/* Font overrides */
@font-face {
font-family: 'Titan One';
font-style: normal;
font-weight: 400;
src: local('Titan One'), local('TitanOne'), url(https://koyu.space/fonts/titan-one.woff2) format('woff2');
}
@font-face {
font-family: 'Didact Gothic';
font-style: normal;
font-weight: 400;
src: local('Didact Gothic Regular'), local('DidactGothic-Regular'), url(https://koyu.space/fonts/didact-gothic.woff2) format('woff2');
}
* {
font-family: Inter, 'Didact Gothic', sans-serif !important;
}
.fa {
font-family:'FontAwesome' !important;
}
.form_admin_settings_closed_registrations_message textarea,
.form_admin_settings_custom_css textarea,
.form_admin_settings_site_description textarea,
.form_admin_settings_site_extended_description textarea,
.form_admin_settings_site_short_description textarea,
.form_admin_settings_site_terms textarea {
font-family: "mastodon-font-monospace",monospace !important;
}
.page-header h1 {
color: $accent-color !important;
font-family: 'Titan One', cursive !important;
font-size: 36pt;
text-align: left;
}
@media(min-width:800px) {
.page-header h1 {
padding-left: 70px;
background: $background-color url($logo) no-repeat left/52px auto;
padding-bottom: 0;
}
}
.user_setting_system_font_ui {
display: none;
}
.loading-indicator__figure {
border: 0;
-webkit-animation: none;
animation: none;
background: transparent url($loading) no-repeat top/100% auto !important;
border-radius: 0;
width: 100px;
height: 100px;
}
.no-reduce-motion .loading-indicator__figure,
.no-reduce-motion .loading-indicator span {
-webkit-animation: none;
animation: none;
}
.loading-indicator span {
margin-top: 120px;
}
.public-account-header__bar {
background: transparent !important;
}
@media(max-width: 600px) {
.avatar {
margin-top: -5px;
}
}
.empty-column-indicator a, .error-column a {
color: $accent-color;
}
.flash-message[style="text-align: unset; color: unset"] {
display: none;
}
.announcements {
background: $background-color;
}
.reactions-bar__item.active .reactions-bar__item__count {
color: #fff;
}
.reactions-bar__item.active {
color: #555;
}
.reactions-bar__item {
color: #444;
}
.conversation__unread,
.announcements__item__unread {
background: $accent-color;
}
.conversation {
border-bottom: 0;
}
.conversation--unread {
background: #333;
}
.getting-started__trends {
margin-top: 0px;
}
.drawer__inner__mastodon,
.landing-page__mascot,
.grid-4 > div:nth-child(2),
.grid-4 > div:nth-child(3) {
display: none;
}
.hero-widget__img > img {
border-radius: 4px;
}
.landing .directory,
.hero-widget__img {
display: none;
}
@media(min-width:800px) {
body > div.public-layout > div:nth-child(1) > div > div.landing__grid > div.landing__grid__column.landing__grid__column-login > div.box-widget {
margin-bottom: 380px;
}
.landing .hero-widget {
width: 180%;
margin-top: -120px;
margin-left: -430px;
}
}
@media(max-width:800px) {
.hero-widget,
.footer,
.public-layout .container:last-of-type {
display: none !important;
}
}
.hero-widget__text a[href="/about/more"] {
display: none;
}
.composer--options>hr {
border-left: 1px solid rgba(255,255,255,0.2);
margin: 0 5px;
}
.composer--options-wrapper {
background: $input-color;
}
.announcements__mastodon {
align-self: center;
margin-top: -16px;
}
.public-layout {
margin-top: -10px;
}
.public-account-header,
.public-layout .account__section-headline,
body > div.public-layout > div:nth-child(2) > div.grid > div.column-1 > div.public-account-bio {
border-radius: 4px;
}
body.embed,
.activity-stream .entry,
.activity-stream .entry:first-child:last-child .detailed-status,
.activity-stream .entry:first-child:last-child .load-more,
.activity-stream .entry:first-child:last-child .status {
background: $background-color !important;
}
.button.logo-button:active,
.button.logo-button:focus,
.button.logo-button:hover {
background: $accent-color !important;
}
.button.logo-button svg {
display: none !important;
}
.public-layout .public-account-header__bar .avatar img {
background: transparent;
}
.drawer--results>header,
.account,
.drawer--results>section h5,
.trends__item,
.load-more,
.search-results__info,
.section,
.drawer--results>section {
background: $background-color;
color: #ccc;
border-bottom: 0;
margin-bottom: 0;
}
.account__action-bar__tab.active {
border-bottom: 4px solid $accent-color;
}
.notification-follow,
.notification-follow-request {
border-bottom: 0;
}
.drawer--header a:focus, .drawer--header a:hover,
.drawer--header {
background: $background-color;
}
.wide .columns-area:not(.columns-area--mobile) .column {
max-width: none;
}
.loading-indicator {
color: #fff;
background: $background-color;
padding: 20px;
min-width: 150px;
border-radius: 10px;
}
.composer--upload_form--progress>.message>.backdrop>.tracker {
background: $accent-color;
}
.composer--upload_form--progress>.fa,
.composer--upload_form--progress>.message>span {
color: #333;
}
.column-header__notif-cleaning-buttons button,
.column-header__notif-cleaning-buttons button.active:hover {
background: $accent-color;
}
.drawer--account {
background: $background-color;
}
.getting-started__wrapper {
background: $background-color;
}
.account__header__account-note {
border-top: 0;
border-bottom: 0;
}
.timeline-hint a:hover,
.timeline-hint a:focus,
.timeline-hint a:active,
.timeline-hint a {
color: $accent-color;
}
.column-header__button:focus,
.column-header__notif-cleaning-buttons button:focus {
text-shadow: none;
}
.scrollable__append {
min-height: 300px;
}
.drawer--results {
background: $background-color;
}
.drawer--results>.search-results__contents>section h5 {
background: $background-color;
border-bottom: 0;
}
.follow_requests-unlocked_explanation {
background: $background-color;
}
.notification.unread:before, .status.unread:before {
border-left: 2px solid $accent-color;
}
@media(min-width:800px) {
body.lighter {
background: url(https://metu.life/img/bg.jpg);
background-size: cover;
background-repeat: no-repeat;
background-attachment: fixed;
}
.container-alt {
background: $background-color;
border-radius: 20px;
padding: 20px;
}
}
.public-layout .header .nav-button {
display: none;
}
.navigation-panel hr {
border-top: 1px solid #333;
}
.account__header > div {
background: $background-color;
}
button.icon-button i.fa-retweet {
background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='22' height='209'><path d='M4.97 3.16c-.1.03-.17.1-.22.18L.8 8.24c-.2.3.03.78.4.8H3.6v2.68c0 4.26-.55 3.62 3.66 3.62h7.66l-2.3-2.84c-.03-.02-.03-.04-.05-.06H7.27c-.44 0-.72-.3-.72-.72v-2.7h2.5c.37.03.63-.48.4-.77L5.5 3.35c-.12-.17-.34-.25-.53-.2zm12.16.43c-.55-.02-1.32.02-2.4.02H7.1l2.32 2.85.03.06h5.25c.42 0 .72.28.72.72v2.7h-2.5c-.36.02-.56.54-.3.8l3.92 4.9c.18.25.6.25.78 0l3.94-4.9c.26-.28 0-.83-.37-.8H18.4v-2.7c0-3.15.4-3.62-1.25-3.66z' fill='%23606984' stroke-width='0'/><path d='M7.78 19.66c-.24.02-.44.25-.44.5v2.46h-.06c-1.08 0-1.86-.03-2.4-.03-1.64 0-1.25.43-1.25 3.65v4.47c0 4.26-.56 3.62 3.65 3.62H8.5l-1.3-1.06c-.1-.08-.18-.2-.2-.3-.02-.17.06-.35.2-.45l1.33-1.1H7.28c-.44 0-.72-.3-.72-.7v-4.48c0-.44.28-.72.72-.72h.06v2.5c0 .38.54.63.82.38l4.9-3.93c.25-.18.25-.6 0-.78l-4.9-3.92c-.1-.1-.24-.14-.38-.12zm9.34 2.93c-.54-.02-1.3.02-2.4.02h-1.25l1.3 1.07c.1.07.18.2.2.33.02.16-.06.3-.2.4l-1.33 1.1h1.28c.42 0 .72.28.72.72v4.47c0 .42-.3.72-.72.72h-.1v-2.47c0-.3-.3-.53-.6-.47-.07 0-.14.05-.2.1l-4.9 3.93c-.26.18-.26.6 0 .78l4.9 3.92c.27.25.82 0 .8-.38v-2.5h.1c4.27 0 3.65.67 3.65-3.62v-4.47c0-3.15.4-3.62-1.25-3.66zM10.34 38.66c-.24.02-.44.25-.43.5v2.47H7.3c-1.08 0-1.86-.04-2.4-.04-1.64 0-1.25.43-1.25 3.65v4.47c0 3.66-.23 3.7 2.34 3.66l-1.34-1.1c-.1-.08-.18-.2-.2-.3 0-.17.07-.35.2-.45l1.96-1.6c-.03-.06-.04-.13-.04-.2v-4.48c0-.44.28-.72.72-.72H9.9v2.5c0 .36.5.6.8.38l4.93-3.93c.24-.18.24-.6 0-.78l-4.94-3.92c-.1-.08-.23-.13-.36-.12zm5.63 2.93l1.34 1.1c.1.07.18.2.2.33.02.16-.03.3-.16.4l-1.96 1.6c.02.07.06.13.06.22v4.47c0 .42-.3.72-.72.72h-2.66v-2.47c0-.3-.3-.53-.6-.47-.06.02-.12.05-.18.1l-4.94 3.93c-.24.18-.24.6 0 .78l4.94 3.92c.28.22.78-.02.78-.38v-2.5h2.66c4.27 0 3.65.67 3.65-3.62v-4.47c0-3.66.34-3.7-2.4-3.66zM13.06 57.66c-.23.03-.4.26-.4.5v2.47H7.28c-1.08 0-1.86-.04-2.4-.04-1.64 0-1.25.43-1.25 3.65v4.87l2.93-2.37v-2.5c0-.44.28-.72.72-.72h5.38v2.5c0 .36.5.6.78.38l4.94-3.93c.24-.18.24-.6 0-.78l-4.94-3.92c-.1-.1-.24-.14-.38-.12zm5.3 6.15l-2.92 2.4v2.52c0 .42-.3.72-.72.72h-5.4v-2.47c0-.3-.32-.53-.6-.47-.07.02-.13.05-.2.1L3.6 70.52c-.25.18-.25.6 0 .78l4.93 3.92c.28.22.78-.02.78-.38v-2.5h5.42c4.27 0 3.65.67 3.65-3.62v-4.47-.44zM19.25 78.8c-.1.03-.2.1-.28.17l-.9.9c-.44-.3-1.36-.25-3.35-.25H7.28c-1.08 0-1.86-.03-2.4-.03-1.64 0-1.25.43-1.25 3.65v.7l2.93.3v-1c0-.44.28-.72.72-.72h7.44c.2 0 .37.08.5.2l-1.8 1.8c-.25.26-.08.76.27.8l6.27.7c.28.03.56-.25.53-.53l-.7-6.25c0-.27-.3-.48-.55-.44zm-17.2 6.1c-.2.07-.36.3-.33.54l.7 6.25c.02.36.58.55.83.27l.8-.8c.02 0 .04-.02.04 0 .46.24 1.37.17 3.18.17h7.44c4.27 0 3.65.67 3.65-3.62v-.75l-2.93-.3v1.05c0 .42-.3.72-.72.72H7.28c-.15 0-.3-.03-.4-.1L8.8 86.4c.3-.24.1-.8-.27-.84l-6.28-.65h-.2zM4.88 98.6c-1.33 0-1.34.48-1.3 2.3l1.14-1.37c.08-.1.22-.17.34-.2.16 0 .34.08.44.2l1.66 2.03c.04 0 .07-.03.12-.03h7.44c.34 0 .57.2.65.5h-2.43c-.34.05-.53.52-.3.78l3.92 4.95c.18.24.6.24.78 0l3.94-4.94c.22-.27-.02-.76-.37-.77H18.4c.02-3.9.6-3.4-3.66-3.4H7.28c-1.08 0-1.86-.04-2.4-.04zm.15 2.46c-.1.03-.2.1-.28.2l-3.94 4.9c-.2.28.03.77.4.78H3.6c-.02 3.94-.45 3.4 3.66 3.4h7.44c3.65 0 3.74.3 3.7-2.25l-1.1 1.34c-.1.1-.2.17-.32.2-.16 0-.34-.08-.44-.2l-1.65-2.03c-.06.02-.1.04-.18.04H7.28c-.35 0-.57-.2-.66-.5h2.44c.37 0 .63-.5.4-.78l-3.96-4.9c-.1-.15-.3-.23-.47-.2zM4.88 117.6c-1.16 0-1.3.3-1.3 1.56l1.14-1.38c.08-.1.22-.14.34-.16.16 0 .34.04.44.16l2.22 2.75h7c.42 0 .72.28.72.72v.53h-2.6c-.3.1-.43.54-.2.78l3.92 4.9c.18.25.6.25.78 0l3.94-4.9c.22-.28-.02-.77-.37-.78H18.4v-.53c0-4.2.72-3.63-3.66-3.63H7.28c-1.08 0-1.86-.03-2.4-.03zm.1 1.74c-.1.03-.17.1-.23.16L.8 124.44c-.2.28.03.77.4.78H3.6v.5c0 4.26-.55 3.62 3.66 3.62h7.44c1.03 0 1.74.02 2.28 0-.16.02-.34-.03-.44-.15l-2.22-2.76H7.28c-.44 0-.72-.3-.72-.72v-.5h2.5c.37.02.63-.5.4-.78L5.5 119.5c-.12-.15-.34-.22-.53-.16zm12.02 10c1.2-.02 1.4-.25 1.4-1.53l-1.1 1.36c-.07.1-.17.17-.3.18zM5.94 136.6l2.37 2.93h6.42c.42 0 .72.28.72.72v1.25h-2.6c-.3.1-.43.54-.2.78l3.92 4.9c.18.25.6.25.78 0l3.94-4.9c.22-.28-.02-.77-.37-.78H18.4v-1.25c0-4.2.72-3.63-3.66-3.63H7.28c-.6 0-.92-.02-1.34-.03zm-1.72.06c-.4.08-.54.3-.6.75l.6-.74zm.84.93c-.12 0-.24.08-.3.18l-3.95 4.9c-.24.3 0 .83.4.82H3.6v1.22c0 4.26-.55 3.62 3.66 3.62h7.44c.63 0 .97.02 1.4.03l-2.37-2.93H7.28c-.44 0-.72-.3-.72-.72v-1.22h2.5c.4.04.67-.53.4-.8l-3.96-4.92c-.1-.13-.27-.2-.44-.2zm13.28 10.03l-.56.7c.36-.07.5-.3.56-.7zM17.13 155.6c-.55-.02-1.32.03-2.4.03h-8.2l2.38 2.9h5.82c.42 0 .72.28.72.72v1.97H12.9c-.32.06-.48.52-.28.78l3.94 4.94c.2.23.6.22.78-.03l3.94-4.9c.22-.28-.02-.77-.37-.78H18.4v-1.97c0-3.15.4-3.62-1.25-3.66zm-12.1.28c-.1.02-.2.1-.28.18l-3.94 4.9c-.2.3.03.78.4.8H3.6v1.96c0 4.26-.55 3.62 3.66 3.62h8.24l-2.36-2.9H7.28c-.44 0-.72-.3-.72-.72v-1.97h2.5c.37.02.63-.5.4-.78l-3.96-4.9c-.1-.15-.3-.22-.47-.2zM5.13 174.5c-.15 0-.3.07-.38.2L.8 179.6c-.24.27 0 .82.4.8H3.6v2.32c0 4.26-.55 3.62 3.66 3.62h7.94l-2.35-2.9h-5.6c-.43 0-.7-.3-.7-.72v-2.3h2.5c.38.03.66-.54.4-.83l-3.97-4.9c-.1-.13-.23-.2-.38-.2zm12 .1c-.55-.02-1.32.03-2.4.03H6.83l2.35 2.9h5.52c.42 0 .72.28.72.72v2.34h-2.6c-.3.1-.43.53-.2.78l3.92 4.9c.18.24.6.24.78 0l3.94-4.9c.22-.3-.02-.78-.37-.8H18.4v-2.33c0-3.15.4-3.62-1.25-3.66zM4.97 193.16c-.1.03-.17.1-.22.18l-3.94 4.9c-.2.3.03.78.4.8H3.6v2.68c0 4.26-.55 3.62 3.66 3.62h7.66l-2.3-2.84c-.03-.02-.03-.04-.05-.06H7.27c-.44 0-.72-.3-.72-.72v-2.7h2.5c.37.03.63-.48.4-.77l-3.96-4.9c-.12-.17-.34-.25-.53-.2zm12.16.43c-.55-.02-1.32.03-2.4.03H7.1l2.32 2.84.03.06h5.25c.42 0 .72.28.72.72v2.7h-2.5c-.36.02-.56.54-.3.8l3.92 4.9c.18.25.6.25.78 0l3.94-4.9c.26-.28 0-.83-.37-.8H18.4v-2.7c0-3.15.4-3.62-1.25-3.66z' fill='#{hex-color(lighten($ui-base-color, 13%))}' stroke-width='0'/></svg>");
}
button.icon-button i.fa-retweet:hover {
background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='22' height='209'><path d='M4.97 3.16c-.1.03-.17.1-.22.18L.8 8.24c-.2.3.03.78.4.8H3.6v2.68c0 4.26-.55 3.62 3.66 3.62h7.66l-2.3-2.84c-.03-.02-.03-.04-.05-.06H7.27c-.44 0-.72-.3-.72-.72v-2.7h2.5c.37.03.63-.48.4-.77L5.5 3.35c-.12-.17-.34-.25-.53-.2zm12.16.43c-.55-.02-1.32.02-2.4.02H7.1l2.32 2.85.03.06h5.25c.42 0 .72.28.72.72v2.7h-2.5c-.36.02-.56.54-.3.8l3.92 4.9c.18.25.6.25.78 0l3.94-4.9c.26-.28 0-.83-.37-.8H18.4v-2.7c0-3.15.4-3.62-1.25-3.66z' fill='%23606984' stroke-width='0'/><path d='M7.78 19.66c-.24.02-.44.25-.44.5v2.46h-.06c-1.08 0-1.86-.03-2.4-.03-1.64 0-1.25.43-1.25 3.65v4.47c0 4.26-.56 3.62 3.65 3.62H8.5l-1.3-1.06c-.1-.08-.18-.2-.2-.3-.02-.17.06-.35.2-.45l1.33-1.1H7.28c-.44 0-.72-.3-.72-.7v-4.48c0-.44.28-.72.72-.72h.06v2.5c0 .38.54.63.82.38l4.9-3.93c.25-.18.25-.6 0-.78l-4.9-3.92c-.1-.1-.24-.14-.38-.12zm9.34 2.93c-.54-.02-1.3.02-2.4.02h-1.25l1.3 1.07c.1.07.18.2.2.33.02.16-.06.3-.2.4l-1.33 1.1h1.28c.42 0 .72.28.72.72v4.47c0 .42-.3.72-.72.72h-.1v-2.47c0-.3-.3-.53-.6-.47-.07 0-.14.05-.2.1l-4.9 3.93c-.26.18-.26.6 0 .78l4.9 3.92c.27.25.82 0 .8-.38v-2.5h.1c4.27 0 3.65.67 3.65-3.62v-4.47c0-3.15.4-3.62-1.25-3.66zM10.34 38.66c-.24.02-.44.25-.43.5v2.47H7.3c-1.08 0-1.86-.04-2.4-.04-1.64 0-1.25.43-1.25 3.65v4.47c0 3.66-.23 3.7 2.34 3.66l-1.34-1.1c-.1-.08-.18-.2-.2-.3 0-.17.07-.35.2-.45l1.96-1.6c-.03-.06-.04-.13-.04-.2v-4.48c0-.44.28-.72.72-.72H9.9v2.5c0 .36.5.6.8.38l4.93-3.93c.24-.18.24-.6 0-.78l-4.94-3.92c-.1-.08-.23-.13-.36-.12zm5.63 2.93l1.34 1.1c.1.07.18.2.2.33.02.16-.03.3-.16.4l-1.96 1.6c.02.07.06.13.06.22v4.47c0 .42-.3.72-.72.72h-2.66v-2.47c0-.3-.3-.53-.6-.47-.06.02-.12.05-.18.1l-4.94 3.93c-.24.18-.24.6 0 .78l4.94 3.92c.28.22.78-.02.78-.38v-2.5h2.66c4.27 0 3.65.67 3.65-3.62v-4.47c0-3.66.34-3.7-2.4-3.66zM13.06 57.66c-.23.03-.4.26-.4.5v2.47H7.28c-1.08 0-1.86-.04-2.4-.04-1.64 0-1.25.43-1.25 3.65v4.87l2.93-2.37v-2.5c0-.44.28-.72.72-.72h5.38v2.5c0 .36.5.6.78.38l4.94-3.93c.24-.18.24-.6 0-.78l-4.94-3.92c-.1-.1-.24-.14-.38-.12zm5.3 6.15l-2.92 2.4v2.52c0 .42-.3.72-.72.72h-5.4v-2.47c0-.3-.32-.53-.6-.47-.07.02-.13.05-.2.1L3.6 70.52c-.25.18-.25.6 0 .78l4.93 3.92c.28.22.78-.02.78-.38v-2.5h5.42c4.27 0 3.65.67 3.65-3.62v-4.47-.44zM19.25 78.8c-.1.03-.2.1-.28.17l-.9.9c-.44-.3-1.36-.25-3.35-.25H7.28c-1.08 0-1.86-.03-2.4-.03-1.64 0-1.25.43-1.25 3.65v.7l2.93.3v-1c0-.44.28-.72.72-.72h7.44c.2 0 .37.08.5.2l-1.8 1.8c-.25.26-.08.76.27.8l6.27.7c.28.03.56-.25.53-.53l-.7-6.25c0-.27-.3-.48-.55-.44zm-17.2 6.1c-.2.07-.36.3-.33.54l.7 6.25c.02.36.58.55.83.27l.8-.8c.02 0 .04-.02.04 0 .46.24 1.37.17 3.18.17h7.44c4.27 0 3.65.67 3.65-3.62v-.75l-2.93-.3v1.05c0 .42-.3.72-.72.72H7.28c-.15 0-.3-.03-.4-.1L8.8 86.4c.3-.24.1-.8-.27-.84l-6.28-.65h-.2zM4.88 98.6c-1.33 0-1.34.48-1.3 2.3l1.14-1.37c.08-.1.22-.17.34-.2.16 0 .34.08.44.2l1.66 2.03c.04 0 .07-.03.12-.03h7.44c.34 0 .57.2.65.5h-2.43c-.34.05-.53.52-.3.78l3.92 4.95c.18.24.6.24.78 0l3.94-4.94c.22-.27-.02-.76-.37-.77H18.4c.02-3.9.6-3.4-3.66-3.4H7.28c-1.08 0-1.86-.04-2.4-.04zm.15 2.46c-.1.03-.2.1-.28.2l-3.94 4.9c-.2.28.03.77.4.78H3.6c-.02 3.94-.45 3.4 3.66 3.4h7.44c3.65 0 3.74.3 3.7-2.25l-1.1 1.34c-.1.1-.2.17-.32.2-.16 0-.34-.08-.44-.2l-1.65-2.03c-.06.02-.1.04-.18.04H7.28c-.35 0-.57-.2-.66-.5h2.44c.37 0 .63-.5.4-.78l-3.96-4.9c-.1-.15-.3-.23-.47-.2zM4.88 117.6c-1.16 0-1.3.3-1.3 1.56l1.14-1.38c.08-.1.22-.14.34-.16.16 0 .34.04.44.16l2.22 2.75h7c.42 0 .72.28.72.72v.53h-2.6c-.3.1-.43.54-.2.78l3.92 4.9c.18.25.6.25.78 0l3.94-4.9c.22-.28-.02-.77-.37-.78H18.4v-.53c0-4.2.72-3.63-3.66-3.63H7.28c-1.08 0-1.86-.03-2.4-.03zm.1 1.74c-.1.03-.17.1-.23.16L.8 124.44c-.2.28.03.77.4.78H3.6v.5c0 4.26-.55 3.62 3.66 3.62h7.44c1.03 0 1.74.02 2.28 0-.16.02-.34-.03-.44-.15l-2.22-2.76H7.28c-.44 0-.72-.3-.72-.72v-.5h2.5c.37.02.63-.5.4-.78L5.5 119.5c-.12-.15-.34-.22-.53-.16zm12.02 10c1.2-.02 1.4-.25 1.4-1.53l-1.1 1.36c-.07.1-.17.17-.3.18zM5.94 136.6l2.37 2.93h6.42c.42 0 .72.28.72.72v1.25h-2.6c-.3.1-.43.54-.2.78l3.92 4.9c.18.25.6.25.78 0l3.94-4.9c.22-.28-.02-.77-.37-.78H18.4v-1.25c0-4.2.72-3.63-3.66-3.63H7.28c-.6 0-.92-.02-1.34-.03zm-1.72.06c-.4.08-.54.3-.6.75l.6-.74zm.84.93c-.12 0-.24.08-.3.18l-3.95 4.9c-.24.3 0 .83.4.82H3.6v1.22c0 4.26-.55 3.62 3.66 3.62h7.44c.63 0 .97.02 1.4.03l-2.37-2.93H7.28c-.44 0-.72-.3-.72-.72v-1.22h2.5c.4.04.67-.53.4-.8l-3.96-4.92c-.1-.13-.27-.2-.44-.2zm13.28 10.03l-.56.7c.36-.07.5-.3.56-.7zM17.13 155.6c-.55-.02-1.32.03-2.4.03h-8.2l2.38 2.9h5.82c.42 0 .72.28.72.72v1.97H12.9c-.32.06-.48.52-.28.78l3.94 4.94c.2.23.6.22.78-.03l3.94-4.9c.22-.28-.02-.77-.37-.78H18.4v-1.97c0-3.15.4-3.62-1.25-3.66zm-12.1.28c-.1.02-.2.1-.28.18l-3.94 4.9c-.2.3.03.78.4.8H3.6v1.96c0 4.26-.55 3.62 3.66 3.62h8.24l-2.36-2.9H7.28c-.44 0-.72-.3-.72-.72v-1.97h2.5c.37.02.63-.5.4-.78l-3.96-4.9c-.1-.15-.3-.22-.47-.2zM5.13 174.5c-.15 0-.3.07-.38.2L.8 179.6c-.24.27 0 .82.4.8H3.6v2.32c0 4.26-.55 3.62 3.66 3.62h7.94l-2.35-2.9h-5.6c-.43 0-.7-.3-.7-.72v-2.3h2.5c.38.03.66-.54.4-.83l-3.97-4.9c-.1-.13-.23-.2-.38-.2zm12 .1c-.55-.02-1.32.03-2.4.03H6.83l2.35 2.9h5.52c.42 0 .72.28.72.72v2.34h-2.6c-.3.1-.43.53-.2.78l3.92 4.9c.18.24.6.24.78 0l3.94-4.9c.22-.3-.02-.78-.37-.8H18.4v-2.33c0-3.15.4-3.62-1.25-3.66zM4.97 193.16c-.1.03-.17.1-.22.18l-3.94 4.9c-.2.3.03.78.4.8H3.6v2.68c0 4.26-.55 3.62 3.66 3.62h7.66l-2.3-2.84c-.03-.02-.03-.04-.05-.06H7.27c-.44 0-.72-.3-.72-.72v-2.7h2.5c.37.03.63-.48.4-.77l-3.96-4.9c-.12-.17-.34-.25-.53-.2zm12.16.43c-.55-.02-1.32.03-2.4.03H7.1l2.32 2.84.03.06h5.25c.42 0 .72.28.72.72v2.7h-2.5c-.36.02-.56.54-.3.8l3.92 4.9c.18.25.6.25.78 0l3.94-4.9c.26-.28 0-.83-.37-.8H18.4v-2.7c0-3.15.4-3.62-1.25-3.66z' fill='#{hex-color(lighten($ui-base-color, 13%))}' stroke-width='0'/></svg>");
}
::-webkit-scrollbar-track {
background: $scroll-primary !important;
}
::-webkit-scrollbar:hover {
background: $scroll-primary !important;
}
::-webkit-scrollbar-thumb {
background: $scroll-secondary !important;
}
::-webkit-scrollbar-thumb:hover {
background: $scroll-secondary !important;
}
::-webkit-scrollbar-track:hover {
background: $scroll-primary !important;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
scrollbar-color: $scroll-secondary rgba(0, 0, 0, 0.1) !important;
}