/* Template Theme [Hispa Styled] */ /* Use this as a guide to make your theme.*/ @import "./syntax/a11y-light.css"; :root { --background-color: #eef2ff; /* The main background color. */ --background-gradient: none; /* The gardient for the background. Currently set to none. */ --background-highlight-color: none; /* No clue. */ --border-color: #8E4F39; /* The border color. Seen in post & message boxes & the bottom line on the header. */ --button-color: var(--reload-button-bg-color); /* The color of the buttons. Left alone to match reload button color. */ --contrast-color: #FDC982C7; /* The post background & message box window color. */ --doom-text-color: #CD3B2B; /* The color used for the Doom font tag. Original value is '#FDC982C7'. */ --echo-text-bg-color: mediumblue; /* The background color used for (((Echo text))). Original value is 'mediumblue'. */ --echo-text-color: ghostwhite; /* The text color used for (((Echo text))). Original value is 'ghostwhite'. */ --green-text-color: #429406; /* The color used for >implications. Original value is '#429406'. */ --header-color: #FDC982; /* The color of the header, which rests on top of the site. Recommended to keep the color solid. */ --inactive-color: var(--link-press-color); /* The color of the inactive symbol on the boards page when a board hasn't seen activity. Currently set to link hover cover. */ --link-color: #6CA0A1; /* The color of the hyperlink. */ --link-hover-color: #DB6151; /* The color of the hyperlink when hovered. */ --link-press-color: #A92F1F; /* The color of the hyperlink when clicked on. */ --logo-image: url('/.static/logo/logo_hispa_red.png'); /* The 8moe logo that appears at the welcome page. */ --marked-border-color: #8E4F39; /* The post's border color when marked. */ --marked-color: #FFD7A0D6; /* The post's background color when marked. */ --marked-text-color: var(--text-color); /* The color of the text when marked. Left alone to main text color. */ --navbar-text-color: #529e5a; /* The text on the navbar. */ --pink-text-color: #f04d3a; /* The color used for fieldset:nth-child(3) { background: none; border: none; border-radius: 5px; } .titleFieldset { border-color: var(--thread-navbar-background); } .jsenabled .catalogCell { background: var(--contrast-color); border-color: var(--border-color); border-radius: 5px; } #quick-reply { background: var(--contrast-color); border-color: var(--border-color); border-radius: 5px; } #quick-reply th { background: var(--thread-navbar-background); border-radius: 5px; border: none; color: var(--thread-navbar-color); } #quick-reply .close-btn.coloredIcon { color: var(--thread-navbar-color); text-shadow: none; } #quick-reply .close-btn.coloredIcon:hover { color: var(--link-hover-color); text-shadow: none; } .modalForm { border-radius: 5px; } .captchaImage { border-radius: 5px; } .floatingMenu { border-radius: 5px; } div#multiboardMenu.floatingMenu { border-radius: 5px; } .floatingMenu hr { border-color: var(--thread-navbar-background); } .floatingList ul li { background: var(--contrast-color); border-bottom: 1px solid var(--text-color); } .floatingList ul li:hover { background-color: var(--marked-color); } .floatingList ul li:active { background-color: var(--pressed-color); } .splitField > * { border-radius: 5px; } .labelCreated:after { content: " (UTC)"; } .linkSelf { display: none; } .linkQuote:before { content: "/#/"; font-weight: bolder; } input[type=text], input[type=password], input[type=number], input[type=url], textarea { border-color: var(--border-color); color: var(--text-color); } #themeSelector { color: var(--text-color); } .titleFieldset legend { background: var(--thread-navbar-background); border-color: var(--thread-navbar-background); border-top-left-radius: 5px; border-top-right-radius: 5px; color: var(--thread-navbar-color); margin-left: -17px; padding-right: 28px; } fieldset.reportFieldset legend { background: var(--thread-navbar-background); border-radius: 5px; border: none; color: var(--thread-navbar-color); } .reportFieldset { border-color: var(--thread-navbar-background); border-radius: 5px; background: var(--contrast-color); } div#dynamicAnnouncement table tbody tr td, div#mainPanel div#dynamicAnnouncement table tbody tr td { border: 1px solid var(--border-color); border-radius: 5px; background: var(--contrast-color); } .innerOP { background: var(--contrast-color); border: 1px solid var(--border-color); border-radius: 5px; padding: 5px; } hr { border: none; border-bottom: none; } .indicatorSfw{ color: var(--sfw-color); } .indicatorInactive { color: var(--inactive-color); }