@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Fjalla+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Source+Code+Pro:wght@200&display=swap');
:root {
--logo-image:url("http://id-backrooms-wiki.wikidot.com/local--files/start/Logo%20TBID");
--header-title: 'B A H A R I';
--header-font: 'Lobster', cursive;
--header-subtitle: "Perairan yang Menenangkan.";
--body-font: 'Quicksand', sans-serif;
--header-font: 'Fjalla One', sans-serif;
--title-font: 'Fjalla One', sans-serif;
--mono-font: 'Source Code Pro', monospace;
/*Warna Latar Belakang*/
--white-monochrome: 255, 255, 255;
/*Warna Kotak Tabs*/
--pale-gray-monochrome: 250, 255, 255;
/*Warna Kotak Tabel*/
--light-gray-monochrome: 26, 153, 96;
/*Warna Navigasi Atas*/
--gray-monochrome: 9, 102, 60;
/*Warna Tombol a*/
--dark-gray-monochrome: 5, 46, 28;
/*Warna Teks*/
--black-monochrome: 0, 0, 0;
/*Warna Tombol Nav:Side a*/
--bright-accent: 0, 184, 101;
/*Warna Kotak Tabs a*/
--medium-accent: 9, 102, 60;
/*Warna Options Button*/
--dark-accent: 9, 84, 50;
/*Warna Link Kosong*/
--alt-accent: 74, 255, 174;
/*Warna Link Yang Udah Dilihat*/
--visited-link-color: 0, 232, 128;
--border-styling: outset 2px rgb(var(--swatch-border-color));
--link-color: 0, 156, 86;
--hover-link-color: 0, 156, 86;
--link-color: 0, 156, 86;
--hover-link-color: 0, 156, 86;
}
--box-border-bottom: 4px 4px 0 0 rgba(0, 0, 0, 0.2);
--box-border-top: 4px 4px 0 0 rgba(0, 0, 0, 0.2);
--box-border-left: 4px 4px 0 0 rgba(0, 0, 0, 0.2);
--box-border-right: 4px 4px 0 0 rgba(0, 0, 0, 0.2);
--box-border-all: 4px 4px 0 0 rgba(0, 0, 0, 0.2);
--rating-module-button-plus-color: var(--light-gray-monochrome);
--rating-module-button-negative-color: var(--light-gray-monochrome);
--rating-module-button-cancel-color: var(--light-gray-monochrome);
--rating-module-button-credit-color: var(--light-gray-monochrome);
}
#header h1, #header h1 a {
top: 0.5rem;
font-size: 150%;
}
#header h2, #header h2 span, #header h2 span::before {
top: 1.7rem;
font-size: 90%;
}
#skrollr-body {
width: 100%;
height: 7.625rem;
position: absolute;
top: 0;
left: 0;
background: repeating-linear-gradient(-45deg, #360509, #360509 4px, #000000 5px, #000000 5px);
background-image:
linear-gradient(to bottom, rgba(000,000,000,0) 100%, rgba(000,000,000,0) 100%),
url('https://media.discordapp.net/attachments/987409530499530796/1010513426122018888/photo-1533324901691-269bbb8d61b9.jpg');
background-color: black;
background-repeat: no-repeat;
background-size: cover;
background-position: bottom;
}
@media screen and (prefers-reduced-motion: no-preference) {
#page-title, #breadcrumbs, #page-content > * {
animation-name: swiup;
animation-duration: 1s;
animation-iteration-count: 1;
animation-timing-function: ease-out;
animation-fill-mode: backwards;
}
}
#page-title {
animation-delay: 0s;
font-size: 150%;
text-align: center;
}
#page-title, h1, h2 {
color: #09663C;
}
#side-bar .side-block {
position:relative;
z-index:3;
}
#toc {
color: black;
background: #FAFAFA;
border: 2px dashed #09663C;
border-radius: 10px;
}
h3,h4,h5,h6 {
color: #13BA6F;
}
textarea#edit-page-textarea {
background-color: #FAFAFA;
border: 2px solid #09663C;
border-radius: 10px;
color: #000000;
}
input.text#edit-page-title {
background-color: #FAFAFA;
border: 2px solid #09663C;
border-radius: 10px 20px;
color: #000000;
font-family: 'Fjalla One', sans-serif;
font-size: 90%;
padding: 5px;
}
blockquote {
border: 2px solid #09663C;
border-radius: 10px;
padding: 0 1em;
background-color: #FAFAFA;
}
snowflake {
color: #fff;
font-size: 1em;
font-family: Arial, sans-serif;
text-shadow: 0 0 5px #000;
}
.styled-quote {
background-color: #FAFAFA;
border-left: 0.5rem solid #09663C;
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);
border-radius: 5px 10px 10px 5px;
}
.dark-styled-quote {
background-color: #09663C;
border-left: 0.5rem solid #FAFAFA;
color: #FAFAFA;
border-radius: 5px 10px 10px 5px;
}
.lightblock {
background-color: #FAFAFA;
padding: 0.01rem 1rem;
margin: 0.5rem 0 0.5rem 0.25rem;
box-shadow: 0 0.2rem 0.3rem rgba(0,0,0,.25);
border-radius: 10px;
}
.darkblock {
background-color: #09663C;
color: #FAFAFA;
padding: 0.01rem 1rem;
margin: 0.5rem 0 0.5rem 0.25rem;
box-shadow: 0 0.2rem 0.3rem rgba(0,0,0,.25);
border-radius: 10px;
}
.darkblock a {
color: #09663C;
}
.darkblock h1,
.darkblock h2,
.darkblock h3,
.darkblock h4,
.darkblock h5,
.darkblock h6,
.dark-styled-quote h1,
.dark-styled-quote h2,
.dark-styled-quote h3,
.dark-styled-quote h4,
.dark-styled-quote h5,
.dark-styled-quote h6,
.dark-titleblock h1,
.dark-titleblock h2,
.dark-titleblock h3,
.dark-titleblock h4,
.dark-titleblock h5,
.dark-titleblock h6 {
color: #FAFAFA;
}
.quote {
border: 2px solid #09663C;
border-radius: 10px;
padding: 0 1em;
background-color: #FAFAFA;
}
.titleblock {
background-color: #FAFAFA;
color: #000000;
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 #09663C 2px;
border-radius: 10px;
}
.titlebox{
color: #FFFFFF;
position: relative;
top: -1.6rem;
background-color: #09663C;
padding: 0.25rem 1rem;
line-height: 0.1rem;
border-radius: 10px 5px;
}
.dark-titleblock {
background-color: #09663C;
color: #FAFAFA;
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 #FAFAFA 2px;
border-radius: 10px;
}
.dark-titlebox{
color: #09663C;
position: relative;
top: -1.6rem;
background-color: #FAFAFA;
padding: 0.25rem 1rem;
line-height: 0.1rem;
border-radius: 10px 5px;
}
.owindow.owait .content {
background-color:#FAFAFA;
}
.owindow {
background-color:#FFFFFF;
color:#000000;
border: 2px solid #09663C;
border-radius: 10px 20px;
}
.owindow .title {
background-color:#09663C;
border-radius: 10px 20px;
color: white;
}
.hovertip {
background-color:#FFFFFF;
color:#000000;
border: 2px solid #09663C;
border-radius: 10px 20px;
}
.scp-image-block {
box-shadow: 0 0.2rem 0.3rem rgba(0,0,0,.25);
font-size: 90%;
border-radius: 10px;
overflow: hidden;
}
.footnotes-footer {
border-left: 5px solid #09663C;
border-right: 0px solid transparent;
border-radius: 0px 10px 10px 0px;
}
@keyframes swiup {
from {
opacity: 0;
transform: translate(0,30px);
}
to {
opacity: 1;
transform: translate(0,0);
}
}
@-webkit-keyframes snowflakes-fall{0%{top:-10%}100%{top:100%}}@-webkit-keyframes snowflakes-shake{0%,100%{-webkit-transform:translateX(0);transform:translateX(0)}50%{-webkit-transform:translateX(80px);transform:translateX(80px)}}@keyframes snowflakes-fall{0%{top:-10%}100%{top:100%}}@keyframes snowflakes-shake{0%,100%{transform:translateX(0)}50%{transform:translateX(80px)}}.snowflake{position:fixed;top:-10%;z-index:9999;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:default;-webkit-animation-name:snowflakes-fall,snowflakes-shake;-webkit-animation-duration:10s,3s;-webkit-animation-timing-function:linear,ease-in-out;-webkit-animation-iteration-count:infinite,infinite;-webkit-animation-play-state:running,running;animation-name:snowflakes-fall,snowflakes-shake;animation-duration:10s,3s;animation-timing-function:linear,ease-in-out;animation-iteration-count:infinite,infinite;animation-play-state:running,running}.snowflake:nth-of-type(0){left:1%;-webkit-animation-delay:0s,0s;animation-delay:0s,0s}.snowflake:nth-of-type(1){left:10%;-webkit-animation-delay:1s,1s;animation-delay:1s,1s}.snowflake:nth-of-type(2){left:20%;-webkit-animation-delay:6s,.5s;animation-delay:6s,.5s}.snowflake:nth-of-type(3){left:30%;-webkit-animation-delay:4s,2s;animation-delay:4s,2s}.snowflake:nth-of-type(4){left:40%;-webkit-animation-delay:2s,2s;animation-delay:2s,2s}.snowflake:nth-of-type(5){left:50%;-webkit-animation-delay:8s,3s;animation-delay:8s,3s}.snowflake:nth-of-type(6){left:60%;-webkit-animation-delay:6s,2s;animation-delay:6s,2s}.snowflake:nth-of-type(7){left:70%;-webkit-animation-delay:2.5s,1s;animation-delay:2.5s,1s}.snowflake:nth-of-type(8){left:80%;-webkit-animation-delay:1s,0s;animation-delay:1s,0s}.snowflake:nth-of-type(9){left:90%;-webkit-animation-delay:3s,1.5s;animation-delay:3s,1.5s}.snowflake:nth-of-type(10){left:25%;-webkit-animation-delay:2s,0s;animation-delay:2s,0s}.snowflake:nth-of-type(11){left:65%;-webkit-animation-delay:4s,2.5s;animation-delay:4s,2.5s}