@import url(http://fondationscp.wikidot.com/component:theme/code/1);
 
/*
    SCP Sigma 9 - Common Theme - Sandbox Edition 1.0
    [2020 Wikidot Theme - CC BY-SA 3.0]
    Created for the SCP Foundation by Aelanna
    Edited for SCP Foundation by Crayne, Dr Devan, anqxyr, DrMagnus, psdnbluesoul
    Edited for le Filet by Dr Lekter
 
    Extensions:
    - Font Awesome 4.3.0 by @davegandy under SIL OFL 1.1 (Font) and MIT License (CSS)
    - Common Theme, bugfixes, top- and sidebar-mods by Dr_Grom
    - Support for Asian languages by Nanimono Demonai
    - Interwiki-module by Resure
    - Credit-module by C-take, physicslike, sinazugawa Nanimono Demonai, improved by Dr Devan and Boyu12, and adapted Dr_Grom
    - Colmod by Boyu12
    - Sandbox Edition by Dr_Grom
*/

/* LEFILET SPECIFICS */

:root {
    --ct_bg_header-image: url(http://lefilet.wdfiles.com/local--files/component%3Atheme/body_bg.png);
    --ct_bg_header-logo: url(http://lefilet.wdfiles.com/local--files/component%3Atheme/logo.png);
    --ct_col_searchbox-gradient-1: #230e3b;
    --ct_col_searchbox-gradient-2: #502087;
    --ct_col_searchbox-gradient-3: #228977
}

div#container-wrap {
    background-image: url(http://lefilet.wdfiles.com/local--files/component%3Atheme/body_bg.png) 10px 40px no-repeat;
    background-image: var(--ct_bg_header-image)
}
#header {
    background-image: url(http://lefilet.wdfiles.com/local--files/component%3Atheme/logo.png);
    background-image: var(--ct_bg_header-logo)
}

#search-top-box-input {
    background-color: var(--ct_col_searchbox-gradient-1)
}
#search-top-box-input:hover, #search-top-box-input:focus {
    background-color: var(--ct_col_searchbox-gradient-2)
}
#search-top-box-form input[type=submit] {
    background-color: var(--ct_col_searchbox-gradient-2);
    background: linear-gradient(to bottom,#42026a,#8802b9,#330c4a);
}
#search-top-box-form input[type=submit]:hover, #search-top-box-form input[type=submit]:focus {
    background-color: var(--ct_col_searchbox-gradient-3);
    background: linear-gradient(to bottom,#5e039b,#a904ea,#661996);
}

.open-menu a {
    border: 0.2em solid #330c4a !important;
    background-color: #fff !important;
    color: #8802b9 !important;
}
