/*
Beer Theme
[Beer Theme]
by TaRtaR0S.
*/
@import url('https://fontlibrary.org/face/fantasque-sans-mono');
@import url('https://fonts.googleapis.com/css?family=Lato:400,900|PT+Mono|Poppins:600,800');
@import url('https://fonts.googleapis.com/css?family=Exo:400,800');
@import url('https://fonts.googleapis.com/css?family=Russo+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=ZCOOL+XiaoWei&display=swap');
:root {
--theme-base: "black-highlighter";
--theme-id: "Beer";
--theme-name: "Beer";
--logo-image: url("https://s1.ax1x.com/2022/07/17/j5zBoq.png");
--header-title: "啤酒馆";
--header-subtitle: "向每一个为生活奔波的人致敬";
--body-font: 'Lato', sans-serif;
--header-font: 'Russo One', 'ZCOOL XiaoWei', sans-serif;
--title-font: 'CKTKingKong', sans-serif;
--mono-font: "PT Mono", "Andale Mono", '仿宋', "Courier New", Courier, monospace;
--white-monochrome: var(--bright-accent);
--text-white-monochrome: 222, 222, 222;
--pale-gray-monochrome: 255, 185, 97;
--light-gray-monochrome: 90, 20, 20;
--gray-monochrome: 90, 20, 20;
--black-monochrome: 12, 12, 12;
--bright-accent: 255, 185, 97;
--medium-accent: 86, 23, 23;
--dark-accent: 164, 107, 0;
--pale-accent: 203,0, 183;
--alt-accent: 234,88,255;
--legacy-accent: 34,80, 121;
--darker-legacy-accent: 45,53,67;
--backrooms-yellow: 215,200,0;
--swatch-topmenu-border-color: var(--medium-accent);
--swatch-headerh1-color: 255, 255, 255;
--swatch-headerh2-color: 255, 255, 255;
--swatch-background: 255, 185, 97;
--link-color: 198, 35,61;
--hover-link-color: 198, 35,61;
--visited-link-color: 198, 35,61;
--background-gradient-distance: 0rem;
--gradient-header: linear-gradient(to top,
rgba(var(--medium-accent)) 0%,
rgba(var(--medium-accent), 0.90) 0%
);
--diagonal-stripes: linear-gradient(transparent 0);
}
#skrollr-body {
background-image:
radial-gradient(circle, rgb(var(--medium-accent)) 50%, transparent 0);
background-repeat: repeat;
background-size: 0.25em 0.25em;
width: 100%;
height: 7.5rem;
}
#side-bar .side-block div a img {
filter: grayscale(100%);
}
.scp-image-block .scp-image-caption {
color: rgb(0,0,0);
background-color: rgb(237, 127, 61);
border: 0.2rem solid rgba(214, 76, 73);
margin-top: 0.3rem;
}
.page-rate-widget-box {
background: none;
border: 0.2rem solid rgba(214, 76, 73);
background-color: rgb(237, 127, 61);
}
#page-content .page-rate-widget-box a{
background-color: rgb(237, 127, 61);
color: rgb(0,0,0);
}
#page-content .page-rate-widget-box a:hover{
background-color: rgb(86, 23, 23);
color: rgb(255, 185, 97);
}
/*hexagon header gradient*/
#skrollr-body {
background-image: none;
background-color: rgb(86, 23, 23);
height: 11rem;
}
/*blend gradient*/
#container {
background-image: none;
background: linear-gradient(180deg, rgba(255, 185, 97,0) 35%, rgb(255, 185, 97) 93%);
background-size: 37rem 11rem;
background-attachment: scroll;
background-repeat: repeat-x;
}
#top-bar div.mobile-top-bar > ul > li > a,
#top-bar div.top-bar > ul > li > a,
#top-bar div.mobile-top-bar > ul > li > ul > li > a,
#top-bar div.top-bar > ul > li > ul > li > a {
color: rgb(255, 255, 255);
}
div#page-options-bottom-2 > a, div#page-options-bottom > a {
border-radius: 0em;
-moz-border-radius: 0em;
border: none;
}
div#page-options-bottom-2 > a:active, div#page-options-bottom-2 > a:hover, div#page-options-bottom > a:active, div#page-options-bottom > a:hover {
border: none;
}
#header, #top-bar {
background-attachment: scroll;
}
#header {
background-image: none;
}
#header::before {
content: "";
position: absolute;
height: 100%;
width: 100%;
left: 0;
top: -0.3rem;
background-image: var(--logo-image);
background-size: auto 10rem;
background-position: center;
background-repeat: no-repeat;
opacity: 1;
}
#header h1, #header h1 a {
position: absolute;
top: 1rem;
margin: 0;
width: 100%;
display: flex;
justify-content: center;
z-index: 0;
}
#header h2, #header h2 span, #header h2 span::before {
position: absolute;
top: 2rem;
margin: 0;
width: 100%;
display: flex;
justify-content: center;
}
#header h1 a::before, #header h2 span::before {
text-shadow: .063rem 0.1rem 0.1rem #0c0c0c;
}
.yui-navset .yui-nav .selected a {
color: rgb(var(--bright-accent)) !important;
}
table.wiki-content-table th {
color: rgb(var(--text-white-monochrome));
}
#login-status {
color: rgb(var(--bright-accent));
}
#login-status a {
color: rgb(var(--bright-accent));
}
#search-top-box input.empty {
color: rgb(var(--bright-accent));
}
/* fix sidebar scrollbar color */
#side-bar:hover, #side-bar:active, #side-bar:focus-within {
scrollbar-color: unset !important;
}
a.newpage {
background: transparent;
text-decoration: none
}
a.newpage {
color: rgb(198, 35,61)
}
hr {
background-color: #ffba60;
border-top: solid 2px rgb(var(--gray-monochrome));
}
blockquote {
box-shadow: 0.05rem 0.1rem 0.3rem rgba(90, 20, 20,.25);
border: solid 2px rgb(var(--gray-monochrome));
}
.code {
box-shadow: 0.05rem 0.1rem 0.3rem rgba(90, 20, 20,.25);
border: solid 2px rgb(var(--gray-monochrome));
}
.styled-quote {
background-color:rgb(var(--bright-accent));
border-left: 0.5rem solid rgba(var(--gray-monochrome));
color:rgb(var(--black-monochrome));
padding: 0.1rem 1rem;
margin: 0.5rem 0 0.5rem 0.25rem;
box-shadow: 0.05rem 0.1rem 0.3rem rgba(0,0,0,.25);
}
.styled-quote-d {
background-color:rgb(var(--bright-accent));
border-left: 0.5rem solid rgba(var(--gray-monochrome));
border-right: 0.5rem solid rgba(var(--gray-monochrome));
color:rgb(var(--black-monochrome));
padding: 0.1rem 1rem;
margin: 0.5rem 0 0.5rem 0.25rem;
box-shadow: 0.05rem 0.1rem 0.3rem rgba(0,0,0,.25);
}
.dark-styled-quote {
background-color:rgb(var(--gray-monochrome));
border-left: 0.5rem solid rgba(var(--bright-accent));
color: rgb(255,255,255);
padding: 0.1rem 1rem;
margin: 0.5rem 0 0.5rem 0.25rem;
box-shadow: 0.05rem 0.1rem 0.3rem rgba(0,0,0,.25);
}
.dark-styled-quote-d {
background-color:rgb(var(--gray-monochrome));
border-left: 0.5rem solid rgba(var(--bright-accent));
border-right: 0.5rem solid rgba(var(--bright-accent));
color: rgb(255,255,255);
padding: 0.1rem 1rem;
margin: 0.5rem 0 0.5rem 0.25rem;
box-shadow: 0.05rem 0.1rem 0.3rem rgba(0,0,0,.25);
}
.dark-styled-quote a{
color: rgb(255, 185, 97);
}
.lightblock {
background-color:rgb(var(--bright-accent));
padding: 0.01rem 1rem;
margin: 0.5rem 0 0.5rem 0.25rem;
box-shadow: 0 0.2rem 0.3rem rgba(0,0,0,.25);
}
.block {
background-color:rgb(var(--gray-monochrome));
color:rgb(var(--text-white-monochrome));
padding: 0.01rem 1rem;
margin: 0.5rem 0 0.5rem 0.25rem;
box-shadow: 0 0.2rem 0.3rem rgba(0,0,0,.25);
}
.darkblock {
background-color:rgb(var(--gray-monochrome));
padding: 0.01rem 1rem;
margin: 0.5rem 0 0.5rem 0.25rem;
box-shadow: 0 0.2rem 0.3rem rgba(0,0,0,.25);
color: rgb(255,255,255);
}
.darkblock a {
color: rgb(255, 185, 97);
}
.titleblock {
background-color: rgb(var(--bright-accent));
color:rgb(0,0,0);
padding: 0.5rem 1rem 0.10rem;
margin: 1.5rem 0rem 0.5rem 0rem;
box-shadow: 0 0.2rem 0.3rem rgba(0,0,0,.5);
border: solid rgb(var(--gray-monochrome)) 2px;
}
.titlebox{
color: rgb(255,255,255);
position: relative;
top: -1.6rem;
background-color: rgb(var(--gray-monochrome));
padding: 0.25rem 1rem;
line-height: 0.1rem;
}
.dark-titleblock {
background-color: rgb(var(--gray-monochrome));
color:rgb(255,255,255);
padding: 0.5rem 1rem 0.10rem;
margin: 1.5rem 0rem 0.5rem 0rem;
box-shadow: 0 0.2rem 0.3rem rgba(0,0,0,.5);
border: solid rgb(var(--bright-accent)) 2px;
}
.dark-titleblock a {
color: rgb(255, 185, 97);
}
.dark-titlebox{
color: rgb(var(--gray-monochrome));
position: relative;
top: -1.6rem;
background-color: rgb(var(--bright-accent));
padding: 0.25rem 1rem;
line-height: 0.1rem;
}
/*
@media screen and (prefers-reduced-motion: no-preference) {
#page-title, #breadcrumbs, #page-content > * {
animation-name: fadeIn;
animation-duration: 1s;
animation-iteration-count: 1;
animation-timing-function: ease-out;
animation-fill-mode: backwards;
}
}
#page-title { animation-delay: 0s; }
@keyframes fadeIn {
from {
opacity: 0;
transform: translate(0,30px);
}
to {
opacity: 1;
transform: translate(0,0);
}
}
:root {
--fade-in-delay: 0.1s; /* Change the speed here. */
}
#page-content > :nth-child(1) { animation-delay: calc(1 * var(--fade-in-delay)); }
#page-content > :nth-child(2) { animation-delay: calc(2 * var(--fade-in-delay)); }
#page-content > :nth-child(3) { animation-delay: calc(3 * var(--fade-in-delay)); }
#page-content > :nth-child(4) { animation-delay: calc(4 * var(--fade-in-delay)); }
#page-content > :nth-child(5) { animation-delay: calc(5 * var(--fade-in-delay)); }
#page-content > :nth-child(6) { animation-delay: calc(6 * var(--fade-in-delay)); }
#page-content > :nth-child(7) { animation-delay: calc(7 * var(--fade-in-delay)); }
#page-content > :nth-child(8) { animation-delay: calc(8 * var(--fade-in-delay)); }
#page-content > :nth-child(9) { animation-delay: calc(9 * var(--fade-in-delay)); }
#page-content > :nth-child(10) { animation-delay: calc(10 * var(--fade-in-delay)); }
#page-content > :nth-child(11) { animation-delay: calc(11 * var(--fade-in-delay)); }
#page-content > :nth-child(12) { animation-delay: calc(12 * var(--fade-in-delay)); }
#page-content > :nth-child(13) { animation-delay: calc(13 * var(--fade-in-delay)); }
#page-content > :nth-child(14) { animation-delay: calc(14 * var(--fade-in-delay)); }
#page-content > :nth-child(15) { animation-delay: calc(15 * var(--fade-in-delay)); }
#page-content > :nth-child(n+15) { animation-delay: calc(16 * var(--fade-in-delay)); }
*/