Note: After publishing, you may have to bypass your browser's cache to see the changes.
- Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
- Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
- Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5.
/* 4chan Theme */
/* W.I.P. */
/*
.theme-fandomdesktop-dark {
--theme-body-dynamic-color-1: #8b1212;
--theme-body-dynamic-color-2: #8b1212;
--theme-page-dynamic-color-1: #8b1212;
--theme-page-dynamic-color-2: #8b1212;
--theme-sticky-nav-dynamic-color-1: #8b1212;
--theme-sticky-nav-dynamic-color-2: #faddbe;
--theme-link-dynamic-color-1: #ffffff;
--theme-link-dynamic-color-2: #faddbe;
--theme-accent-dynamic-color-1: #ffffff;
--theme-accent-dynamic-color-2: #890000;
--theme-body-background-color: #ffffff;
--theme-body-background-image: none;
--theme-body-text-color: #913d3b;
--theme-body-text-color--hover: #783230;
--theme-sticky-nav-background-color: #880000;
--theme-sticky-nav-text-color: #ffffff;
--theme-sticky-nav-text-color--hover: #ffffff;
--theme-page-background-color: #ffecd0;
--theme-page-background-color--secondary: #000000;
--theme-page-text-color: #fafeff;
--theme-page-text-color--hover: #dddddd;
--theme-page-text-mix-color: #fafeff;
--theme-page-text-mix-color-95: #fafeff;
--theme-page-accent-mix-color: #d6eff9;
--theme-link-color: #8b1212;
--theme-link-color--hover: #890000;
--theme-link-label-color: #ffffff;
--theme-accent-color: #890000;
--theme-accent-color--hover: #890000;
--theme-accent-label-color: #ffffff;
--theme-border-color: #5e5d58;
--theme-alert-color: #bf0017;
--theme-alert-color--hover: #59000a;
--theme-alert-color--secondary: #bf0017;
--theme-alert-label: #ffffff;
--theme-warning-color: #b46318;
--theme-warning-color--secondary: #a65b16;
--theme-warning-label: #fff;
--theme-success-color: #0c742f;
--theme-success-color--secondary: #0c742f;
--theme-success-label: #fff;
--theme-message-color: #753369;
--theme-message-label: #fff;
--theme-community-header-color: #1a1813;
--theme-community-header-color--hover: #3f3e54;
--theme-background-image-opacity: 30%;
--theme-link-decoration: none;
}
*/
.theme-fandomdesktop-light {
/* Placeholder */
}
.page-header__title, .page-content h1, .page-content h2, .page-content h3, .page-content h4, .page-content h5, .page-content h6 {
/* Placeholder */
}
.fandom-community-header__image img {
opacity:0;
}
.fandom-community-header__image::before {
content:'';
background:url('') no-repeat;
width:100px;
height:100px;
background-size:100px;
position: absolute;
}