@import url(https://backrooms-wiki.wdfiles.com/local--code/component%3Apatch/1);
@import url('https://fonts.googleapis.com/css2?family=Red+Hat+Display&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Righteous&display=swap');
.main-font {
font-family: 'Righteous', cursive;
}
.customFont {
font-family: font-family: 'Red Hat Display', sans-serif;
}
:root {
--theme-base: "black-highlighter";
--theme-id: "liminal";
--theme-name: "Liminal Theme";
--logo-image: url("http://backrooms-wiki.wdfiles.com/local--files/spoofyboofy-s-loft/backroom_logo_transparent_final.png");
--header-title: "Travel Rooms Agency";
--header-subtitle: "Wish you were here!";
--body-font: 'Red Hat Display', sans-serif;
--header-font: 'Righteous', cursive;
--title-font: 'Righteous', cursive;
--mono-font: 'Red Hat Display', sans-serif;
--white-monochrome: 234, 212, 255;
--pale-gray-monochrome: 204, 142, 222;
--light-gray-monochrome: 139, 120, 207;
--gray-monochrome: 80, 25, 97;
--black-monochrome: 121, 59, 148;
--bright-accent: 196, 69, 190;
--medium-accent: 110, 36, 133;
--dark-accent: 80, 25, 97;
--pale-accent: 127, 51, 150;
--swatch-menubg-dark-color: var(--pale-accent);
--thing: 255, 255, 255;
--swatch-topmenu-border-color: var(--medium-accent);
--link-color: 113, 48, 242;
--hover-link-color: 69, 2, 201;
--background-gradient-distance: 0rem;
--gradient-header: linear-gradient(to top,
rgba(var(--medium-accent)) 50%,
rgba(var(--medium-accent), 0.90) 50%
);
--diagonal-stripes: linear-gradient(transparent 0);
}
#skrollr-body {
width: 100%;
position: absolute;
top: 0;
left: 0;
background-image: url("http://backrooms-sandbox-2.wikidot.com/local--files/tra-theme/final%20banner%20upload%20god%20please");
background-repeat: repeat-x;
background-size: cover;
}
#container {
background-image: none
}
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;
}
#page-title {
border-color: rgb(var(--light-gray-monochrome));
color: rgb(var(--dark-accent))!important;
font-size: 3rem;
}
#header::before {
content: "";
position: absolute;
height: 80%;
width: 100%;
left: -18.5rem;
top: 0;
background-image: var(--logo-image);
background-size: contain;
background-position: center;
background-repeat: no-repeat;
opacity: 1;
}
#header h1, #header h1 a {
font-size: 3rem;
position: absolute;
top: 0.05rem;
margin: 0;
width: 100%;
display: flex;
justify-content: center;
z-index: 0;
}
#header h2, #header h2 span, #header h2 span::before {
font-size: 1.5rem;
position: absolute;
top: 1.9rem;
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;
color: white;
line-height: 0.7
}
h1 {
font-size: 2.7rem;
color:rgb(var(--dark-accent));
line-height: 1
}
h2 {
font-size: 2.4rem;
color:rgb(var(--dark-accent));
line-height: 1
}
h3 {
font-size: 2.2rem;
color:rgb(var(--dark-accent));
line-height: 1
}
h4 {
font-size: 2.0rem;
color:rgb(var(--dark-accent));
line-height: 1
}
h5 {
font-size: 1.8rem;
color:rgb(var(--dark-accent));
line-height: 1
}
h6 {
font-size: 1.6rem;
color:rgb(var(--dark-accent));
line-height: 1
}
a.newpage {
background: transparent;
text-decoration: none
}
a.newpage {
color: rgb(var(--newpage-color))
}
blockquote {
box-shadow: 0.2rem 0.4rem 1.2rem rgba(0,0,0,.25);
}
.styled-quote {
background-color:rgb(var(--pale-gray-monochrome));
border-left: 0.5rem solid rgba(var(--gray-monochrome));
padding: 0.1rem 1rem;
margin: 0.5rem 0 0.5rem 0.25rem;
box-shadow: 0.2rem 0.4rem 1.2rem rgba(0,0,0,.25);
}
.dark-styled-quote {
background-color:rgb(var(--gray-monochrome));
border-left: 0.5rem solid rgba(var(--pale-gray-monochrome));
color:rgb(var(--white-monochrome));
padding: 0.1rem 1rem;
margin: 0.5rem 0 0.5rem 0.25rem;
box-shadow: 0.2rem 0.4rem 1.2rem rgba(0,0,0,.25);
}
.dark-styled-quote a{
color: rgb(var(--swatch-menubg-medium-color));
}
.lightblock {
background-color:rgb(var(--white-monochrome));
padding: 0.01rem 1rem;
margin: 0.5rem 0 0.5rem 0.25rem;
box-shadow: 0 0.8rem 1.2rem rgba(0,0,0,.25);
}
.darkblock {
background-color:rgb(var(--gray-monochrome));
color:rgb(var(--white-monochrome));
padding: 0.01rem 1rem;
margin: 0.5rem 0 0.5rem 0.25rem;
box-shadow: 0 0.8rem 1.2rem rgba(0,0,0,.25);
}
.darkblock a {
color: rgb(var(--swatch-menubg-medium-color));
}