@import url('https://grombald.github.io/Common-Theme/css/min/Sigma-9-Common-Theme-1.3.min.css');
@import url('http://scp-int.wdfiles.com/local--code/credit:style/1');
/* Common Theme INT-Edition - CC BY-SA 3.0 - by Dr_Grom. See http://o5command-int.wikidot.com/tech-team:common-theme for more info. */
:root {
    /* 0 Fluid typescales
    @link https://utopia.fyi/type/calculator?c=320,21,1.333,1140,20,1.414,5,2,&s=0.75|0.5|0.25,1.5|2|3|4|6,s-l */
    --step--2: clamp(0.63rem, calc(0.78rem + -0.22vw), 0.74rem);
    --step--1: clamp(0.88rem, calc(1.02rem + -0.20vw), 0.98rem);
    --step-0: clamp(1.31rem, calc(1.34rem + -0.12vw), 1.25rem);
    --step-1: clamp(1.75rem, calc(1.74rem + 0.04vw), 1.77rem);
    --step-2: clamp(2.33rem, calc(2.27rem + 0.33vw), 2.50rem);
    --step-3: clamp(3.11rem, calc(2.94rem + 0.83vw), 3.53rem);
    --step-4: clamp(4.14rem, calc(3.81rem + 1.66vw), 5.00rem);
    --step-5: clamp(5.52rem, calc(4.92rem + 3.01vw), 7.07rem);

    --ct_bg_header-image: url('https://grombald.github.io/Common-Theme/img/int/body_bg_int.png');
    --ct_bg_header-image: url('https://grombald.github.io/Common-Theme/svg/body_bg_int.svg');
    --ct_bg_header-logo: url('https://grombald.github.io/Common-Theme/img/int/scp-logo-int-small.png');
    --ct_bg_header-logo: url('https://grombald.github.io/Common-Theme/svg/header-logo_int.svg');
    
    /* Delete when done */
    --ct_col_searchbox-gradient-1: #0f1a25;
    --ct_col_searchbox-gradient-2: #1e354c;
    --ct_col_searchbox-gradient-3: #2b4a6c;
    --ct_col_searchbox-gradient-4: #38628f;
    --ct_dim_sidebar-link-images: 40px;
}

/* Site Name */
@media only screen and (max-width: 960px) {
    --ct_cnt_alt-header-txt: "SCP International";
    --ct_cnt_alt-slogan-txt: "Translation Archive";
    --ct_fns_alt-header-txt: var(--step-2, clamp(2.27rem, calc(1.77rem + 2.47vw), 3.53rem));
    --ct_fns_alt-slogan-txt: var(--step--1, clamp(0.88rem, calc(1.02rem + -0.20vw), 0.98rem));
    --ct_fns_header-txt: 0;
    --ct_fns_slogan-txt: 0;
}

div#container-wrap {
    background-image: url('https://grombald.github.io/Common-Theme/img/int/body_bg_int.png');
    background-image: var(--ct_bg_header-image); 
}
#header {
    background-image: url('https://grombald.github.io/Common-Theme/img/int/scp-logo-int-small.png');
    background-image: var(--ct_bg_header-logo);
}
 
#search-top-box-input {
    background-color: #0f1a25;
    background-color: var(--ct_col_searchbox-gradient-1);
}
#search-top-box-input:hover,
#search-top-box-input:focus {
    background-color: #1e354c;
    background-color: var(--ct_col_searchbox-gradient-2);
}
#search-top-box-form input[type=submit] {
    background-color: #1e354c;
    background-color: var(--ct_col_searchbox-gradient-2);
    background: -webkit-gradient(linear, left top, left bottom, from(#2b4a6c),color-stop(#1e354c),to(#0f1a25));
    background: -webkit-linear-gradient(top, #2b4a6c,#1e354c,#0f1a25);
    background: -moz-linear-gradient(top, #2b4a6c,#1e354c,#0f1a25);
    background: -o-linear-gradient(top, #2b4a6c,#1e354c,#0f1a25);
    background: linear-gradient(to bottom, #2b4a6c,#1e354c,#0f1a25);
    background: linear-gradient(to bottom, var(--ct_col_searchbox-gradient-3),var(--ct_col_searchbox-gradient-2),var(--ct_col_searchbox-gradient-1));
}
#search-top-box-form input[type=submit]:hover,
#search-top-box-form input[type=submit]:focus {
    background: -webkit-gradient(linear, left top, left bottom, from(#38628f),color-stop(#2b4a6c),to(#1e354c));
    background: -webkit-linear-gradient(top, #38628f,#2b4a6c,#1e354c);
    background: -moz-linear-gradient(top, #38628f,#2b4a6c,#1e354c);
    background: -o-linear-gradient(top, #38628f,#2b4a6c,#1e354c);
    background: linear-gradient(to bottom, #38628f,#2b4a6c,#1e354c);
    background: linear-gradient(to bottom, var(--ct_col_searchbox-gradient-4),var(--ct_col_searchbox-gradient-3),var(--ct_col_searchbox-gradient-2));
}
 
#side-bar .side-links img {
    height: 40px;
    height: var(--ct_dim_sidebar-link-images);
    width: 40px;
    width: var(--ct_dim_sidebar-link-images);
}
