/* Gathers' Gatherings Theme */
/* 2022 Wikidot Theme */
/* By ROUNDERHOUSE, based off Dustjacket by Woedenaz and Croquembouche */
/* Logo by Roundabouts1, licensed under CC BY SA 3.0 */
/* Header background CC BA SA 3.0, created by ROUNDERHOUSE. */
@import url("https://scp-wiki-cn.wdfiles.com/local--code/wanderers%3Adustjacket-theme/1");
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@700&family=Vollkorn&display=swap');
:root:lang(cn) {
--header-title: " ";
--header-font: 'Playfair Display', 'Noto Serif SC', serif;
--title-font: 'Playfair Display', 'Noto Serif SC', serif;
--body-font: 'Vollkorn', 'LXGW WenKai', 'Noto Serif SC', serif;
}
:root {
--theme-id: "GathersGatherings";
--theme-name: "Gather's Gatherings";
--logo-image: url("https://wanderers-library.wdfiles.com/local--files/component%3Agathers-gatherings-theme/dukepart.png");
--header-title: " ";
--header-font: 'Playfair Display', serif;
--title-font: 'Playfair Display', serif;
--body-font: 'Vollkorn', serif;
/* Standard Colors */
--white-monochrome: 252, 252, 252;
/* white */
--pale-gray-monochrome: 244, 244, 244;
/* v light gray for blockquotes and stuff */
--light-gray-monochrome: 170, 170, 170;
/* light accent gray for login status */
--gray-monochrome: 66, 66, 72;
/* gray */
--dark-gray-monochrome: 212, 212, 212;
/* white-grey */
--black-monochrome: 12, 12, 12;
/* black */
--bright-accent: 48, 48, 52;
/* black-grey */
--bright-two: 31, 101, 193;
/* bright blue */
--medium-accent: 212, 17, 0;
/* red */
--dark-accent: 170, 14, 0;
/* dark red */
--footnotes-footer-title-text-color: white;
--gradient-header: none;
--hoverblock-txt: var(--white-monochrome);
--modal-body-text: var(--bright-accent);
--pagetags-title-text: white;
}
.bibitems .title, .footnotes-footer .title {
color: white;
}
#main-content .page-tags::before {
color: white;
}
div#content-wrap {
background: rgb(233,233,233);
background: linear-gradient(0deg, rgba(233,233,233,1) 0%, rgba(233,233,233,1) 89%, rgba(209,209,209,1) 100%);
}
div#login-status {
background: rgba(var(--dark-gray-monochrome), 0.75);
padding-left: 0.5rem;
border-radius: 4px;
}
.modal-body, .modal-body .btn, .owindow {
color: rgb(var(--bright-accent));
}
hr {
height: 0.04rem;
background: none;
border-bottom: 2px dotted rgb(var(--bright-accent));
}
#page-title::before, .meta-title::before, #page-title::after, .meta-title::after {
background-image: none;
background: none;
border-bottom: 2px dotted rgb(var(--bright-accent));
}
div[id*="page-options-bottom"]:not(.page-rate-widget-box):not(#search-top-box-form) > a.btn {
border-radius: 0;
color: rgb(var(--bright-accent));
}
#header h1 a,
#header h1 a::before,
#header h1 a::after {
color: rgba(48, 48, 52, 0.75);
}
#header h1 a::after {
background: none;
}
#header h1 a::before {
text-shadow: none;
}
blockquote, .blockquote {
border: 1px solid rgb(var(--bright-accent));
background-color: rgb(var(--pale-gray-monochrome));
}
div#extra-div-1 {
background-image: url(https://wanderers-library.wdfiles.com/local--files/component%3Agathers-gatherings-theme/planasthaibanner.png);
background-size: cover;
background-repeat: repeat-x;
}
h1, h2, h3, h4, h5, h6 {
text-decoration: underline black 3px dotted;
}
form#edit-page-form .edit-page-bottomtable tr > td:first-of-type > div:first-of-type textarea:not(:placeholder-shown) {
color: rgb(var(--bright-accent));
}
@media only screen and (max-width: 768px) {
div#extra-div-1 {
background-size: cover;
}
}