/*username neben toots*/
.public-layout .display-name__html {
  color: #cf7e02 !important;
}
/*Underline von Tab*/
.public-layout .counter.active:after {
  border-bottom: 4px solid #f1ad31 !important;
}
/*Follow Button*/
.public-layout .button {
  background: #f1ad31 !important;
}
/* Hashtag selected */
.directory__tag.active > a {
  background: #f1ad31 !important;
}
/*Links*/
.error-boundary__footer,
.error-boundary__footer a,
.error-boundary button,
.account-header .name,
.compact-header h1 small,
.hero-widget__text a,
.moved-account-widget,
.simple_form .label_input__append,
.oauth-prompt strong,
.qr-alternative,
.scope-danger,
.pagination .older,
.account__header__fields dt,
.compose-form .autosuggest-textarea__textarea::-webkit-input-placeholder,
.compose-form .spoiler-input__input::-webkit-input-placeholder,
.compose-form .autosuggest-textarea__textarea::-moz-placeholder,
.compose-form .spoiler-input__input::-moz-placeholder,
.compose-form .autosuggest-textarea__textarea:-ms-input-placeholder,
.compose-form .spoiler-input__input:-ms-input-placeholder,
.compose-form .autosuggest-textarea__textarea::placeholder,
.compose-form .spoiler-input__input::placeholder,
.compose-form .compose-form__modifiers .compose-form__upload__actions .icon-button,
.compose-form .compose-form__modifiers .compose-form__upload-description textarea,
.status__content a,
.status__content a .fa,
.announcements__item__content a,
.status__wrapper--filtered,
.status__visibility-icon,
.status__display-name,
.status__prepend,
.status__prepend .status__display-name strong,
.detailed-status__meta,
.account__disclaimer,
.detailed-status__display-name,
.muted .status__display-name strong,
.bookmark-icon.active,
.navigation-bar strong,
.dropdown-menu__item a:hover,
.dropdown--active .dropdown__content>ul>li>a:hover,
.column-subheading,
.getting-started,
.getting-started__footer p,
.getting-started__footer p a,
.status-card,
.status-card__actions button,
.load-more,
.regeneration-indicator,
.regeneration-indicator__label strong,
.loading-indicator,
.column-settings__hashtags .column-select__placeholder,
.column-settings__hashtags .column-select__clear-indicator,
.column-settings__hashtags .column-select__dropdown-indicator,
.empty-column-indicator,
.error-column,
.follow_requests-unlocked_explanation,
.upload-area__content,
.search__icon .fa,
.search-results__header,
.search-results__hashtag,
.search-results__section h5,
.display-case__case,
.attachment-list__icon,
.attachment-list__list a,
.attachment-list.compact .fa,
.media-gallery__item-thumbnail,
.account__section-headline a.active,
.account__section-headline button.active,
.notification__filter-bar a.active,
.notification__filter-bar button.active,
noscript div,
.account__moved-note__message,
.account__header__account-note textarea,
.account__header__account-note textarea::-webkit-input-placeholder,
.account__header__account-note textarea::-moz-placeholder,
.account__header__account-note textarea:-ms-input-placeholder,
.account__header__account-note textarea::placeholder,
.trends__header,
.trends__item__name,
.trends__item__current,
.poll__footer,
.poll__link,
.muted .poll,
.rich-formatting strong,
.rich-formatting em,
.rich-formatting h1,
.rich-formatting h2,
.rich-formatting h3,
.rich-formatting h4,
.rich-formatting h5,
.rich-formatting h6,
.rich-formatting table thead tr,
.information-board__section span:last-child,
.landing-page h1,
.landing-page h2,
.landing-page h3,
.landing-page h4,
.landing-page h5,
.landing-page h6,
.landing-page__short-description p a,
.landing-page__short-description h1 small span,
.brand,
h1 a.brand,
.admin-wrapper .content h2,
.admin-wrapper .content h3,
.admin-wrapper .content h6,
.admin-wrapper .content>p,
.admin-wrapper .content .neutral-hint,
body .neutral-hint,
.report-accounts__item>strong,
.log-entry__timestamp,
.log-entry .target,
.log-entry .username,
.log-entry a,
.inline-name-tag,
.name-tag,
a.inline-name-tag,
a.name-tag,
.speech-bubble time,
.report-card__summary__item__content__icon,
.announcements-list__item__title,
.announcements-list__item__meta,
.app-holder noscript__footer,
.error-boundary__footer,
.app-holder noscript__footer a,
.error-boundary__footer a,

.character-counter,
span.display-name__account,
.status__display-name,
.display-name__account
time.time-ago,
.compose-form .autosuggest-account .display-name__account,
.compose-form .compose-form__warning a,
.text-icon-button,
.icon-button.inverted,
.reply-indicator__content a,
.upload-progress,
.privacy-dropdown__option__content,
.error-modal__footer .error-modal__nav,
.error-modal__footer .onboarding-modal__nav,
.onboarding-modal__paginator .error-modal__nav,
.onboarding-modal__paginator .onboarding-modal__nav,
.block-modal__action-bar>div,
.boost-modal__action-bar>div,
.confirmation-modal__action-bar>div,
.mute-modal__action-bar>div,
.block-modal__cancel-button,
.confirmation-modal__cancel-button,
.confirmation-modal__secondary-button,
.mute-modal__cancel-button,
.emoji-mart-anchors
{
  color: #af8d50 !important;
}
.public-layout .originalhero svg {
  fill: #af8d50 !important;
}
.public-layout .public-account-header.inactive .logo-button {
  background-color: #af8d50 !important;
}
.public-layout .public-account-header__tabs__tabs .counter.active.inactive:after {
  border-bottom-color: #af8d50 !important;
}
.public-layout .placeholder-widget {
  border: 2px dashed #af8d50 !important;
}
.public-layout .simple_form .input.static .label_input__wrapper {
  border: 1px solid #af8d50;
}
/*Background style*/
.public-layout {
  background-image: url("https://raw.githubusercontent.com/phseiff/phseiff.github.io/master/images/mastodon-bottom.png"),
  url("https://raw.githubusercontent.com/phseiff/phseiff.github.io/master/images/mastodon-bg.jpg");
  background-size: contain, cover;
  background-repeat: no-repeat, no-repeat;
  background-position: bottom, center;
  background-color: #242525;
}
/*Toot Backgrounds*/
.public-layout article,
.public-layout .status-public,
.public-layout .activity-stream .entry,
.public-layout .column > .scrollable,
.public-layout .drawer__header,
.public-layout .landing-page__inormation {
  background-color: #242525 /*#181c1c*/ !important;
}
/*Toot text color*/
.public-layout article p,
.public-layout .status-public p,
.public-layout .activity-stream .entry p,
.public-layout .column > .scrollable p,
.public-layout .drawer__header p,
.public-layout .landing-page__inormation p,

.public-layout article li,
.public-layout .status-public li,
.public-layout .activity-stream .entry li,
.public-layout .column > .scrollable li,
.public-layout .drawer__header li,
.public-layout .landing-page__inormation li {
  color: #e5e0d8 !important;
}
/*Other bg colors.*/
.public-layout .getting-started,
.public-layout .public-account-bio,
.public-layout .hero-widget__text,
.public-layout .header{
  background-color: #303232 !important;
}
.public-layout .account__header__fields dt {
  background-color: #1c1d1d !important;
}
.public-layout .account__section-headline,
.public-layout .column-header__back-button,
.public-layout .account__section-headline {
  background-color: #1c1a16 !important;
}
/* Scrollbar color*/
html {
  scrollbar-color: #2b2d2d #4e5151;
}
/*Push to Top*/
.public-layout {
  margin-top: -10px;
}
.public-layout .header {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}

/* Markdown */

/*
.e-content>p:first-of-type,
.status__content__text>p:first-of-type,
.e-content>p:last-of-type,
.status__content__text>p:last-of-type {
  display: none !important;
}
*/


.e-content:last-child,
.status__content__text:last-child {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}


.e-content ul,
.status__content__text ul {
   display: block !important;
   list-style-type: disc !important;
   margin: 1em 0 !important;
   margin-bottom: 0 !important;
   margin-top: 0 !important;
   padding-bottom: 0 !important;
   padding-top: 0 !important;
   /*-moz-padding-start: 20px !important;*/
   padding-left: 1.5em !important;
}
/*
.e-content ul>br,
.status__content__text ul>br {
  display: none !important;
}
 */
.e-content ul li,
.status__content__text ul li {
   display: list-item !important;
}
.e-content strong,
.status__content__text strong {
   font-weight: bolder !important;
}
.e-content em,
.status__content__text em {
   font-style: italic !important;
}
.e-content u,
.status__content__text u {
  text-decoration: underline !important;
}
.e-content code,
.status__content__text code {
  font-size: .75em !important;
  background-color: #242525 !important;
	border-radius: 3px !important;
}
/* Remove space above bullet point lists, though idk why this even works xD */
.e-content p:not(:empty),
.status__content__text p:not(:empty){
  margin-bottom: 0.2em !important;
}




/*.entry:not(.h-entry)*/
.activity-stream.activity-stream--under-tabs>.entry:not(.h-entry):last-of-type::after {
  display: block;
  background-image: url("https://phseiff.com/images/treas-vs-trashure.png");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  content: "";
  max-width: 100%;
  min-height: 100px;
  border-top: 1px solid #393f4f;
}
/*@media screen and (min-width: 600px) {
  .h-feed::after {
    min-height: 150px;
  }
}*/

.hero-widget__text pre {
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
}

