SITE THEME (SCP SIGMA-9)

AVISO:

Esta é uma página component usada internamente pela Wiki Lusófona. Ela foi feita para ser usada e incluída em outras páginas.

@import url('https://l2-01.github.io/Common-Theme-PT/css/min/Sigma-9-Common-Theme-1.3.min.css');
@import url('https://grombald.github.io/Common-Theme/css/min/Common-Theme-Extension_Forum-enhancements-1.0.min.css');
@import url('http://scp-pt-br.wdfiles.com/local--code/credit:style/1');
 
 /*
    SCP Sigma 9 - Common Theme 1.3
    [2021 Wikidot Theme - CC BY-SA 3.0]
    Based on the SCP Sigma 9 theme by Aelanna, Crayne, Dr Devan, anqxyr, DrMagnus and psdnbluesoul
    Common Theme by Dr_Grom
    https://github.com/Grombald/Common-Theme
 
    Extensions:
    - Font Awesome 4.3.0 by @davegandy under SIL OFL 1.1 (Font) and MIT License (CSS)
    - 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
    - SVGs url-ified with 7happy7's http://smlt.wikidot.com/7happy7:svg-replace
*/
 
:root {
    --ct_bg_header-image: url('/local--files/component:theme/body_bg.png');
    --ct_bg_header-logo: url('/local--files/component:theme/logo.png'); 
    --ct_col_searchbox-gradient-1: #2c3e28;
    --ct_col_searchbox-gradient-2: #2c3e28;
    --ct_col_searchbox-gradient-3: #2c3e28;
    --ct_col_searchbox-gradient-4: #2c3e28;
    --ct_dim_sidebar-link-images: 40px;
    --ct_dim_searchbox-border-radius: 0;
    --ct_brd_searchbox-border: solid 2px #000;
    --ct_col_searchbox-highlight: #eee;
    --ct_brd_searchbox-highlight: solid 2px var(--ct_col_searchbox-highlight);
 
}
 
div#container-wrap {
    background-image: url('/local--files/component:theme/body_bg.png');
    background-image: var(--ct_bg_header-image); 
}
#header {
    background-image: url('/local--files/component:theme/logo.png');
    background-image: var(--ct_bg_header-logo);
}
 
#search-top-box-input {
    background-color: #203b1a;
    background-color: var(--ct_col_searchbox-gradient-1);
    background-image: none;
    border: solid 1px #333;
    -webkit-border-radius: 0;
        -moz-border-radius: 0;
    border-radius: 0;
    border-radius: var(--ct_dim_searchbox-border-radius);
    border: var(--ct_brd_searchbox-border);
}
 
#search-top-box-input:hover,
#search-top-box-input:focus {
    background-color: #3f6c36;
    background-color: var(--ct_col_searchbox-gradient-2);
}
#search-top-box-form input[type=submit] {
    background-color: #3f6c36;
    background-color: var(--ct_col_searchbox-gradient-2);
    background: linear-gradient(to bottom, #2c6424,#3f6c36,#32552a);
    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: linear-gradient(to bottom, #203b1a,#2c6424,#3f6c36);
    background: linear-gradient(to bottom, var(--ct_col_searchbox-gradient-4),var(--ct_col_searchbox-gradient-3),var(--ct_col_searchbox-gradient-2));
}
 
/* Third topbar variant (for screens narrower than 412px)*/
 
#file-action-area h2::after {
    background: #fffff0;
    border: 1px solid #660;
    border-radius: 10px;
    -webkit-box-shadow: 0 2px 6px rgba(0,0,0,.5);
    -moz-box-shadow: 0 2px 6px rgba(0,0,0,.5);
    box-shadow: 0 2px 6px rgba(0,0,0,.5);
    display: block;
    color: 330;
    content: "Não faça upload de imagens maiores que 1MB! Para traduções, link as imagens originais caso estas não precisem de adaptações!";
    font-family: verdana,arial,helvetica,sans-serif;
    font-size: 80%;
    margin: .7em 0;
    padding: 1em;
    text-align: center;
}
 
@media (max-width: 767px) {
 
#mobile-top-bar .open-menu a {
    display: block !important;
  }
 
.top-bar {
    display: none;  
  }
 
.mobile-top-bar {
    display: block;  
  }
 
}
 
@media (max-width: 767px) {
   #side-bar {
     display: block;
     position: fixed;
     top: 0;
     left: -25em;
     width: 17em;
     height: 100%;
     background-color: rgb(184, 134, 134);
     overflow-y: auto;
     z-index: 10;
     padding: 1em 1em 0;
     -webkit-transition: left .5s ease-in-out .1s;
     -o-transition: left .5s ease-in-out .1s;
     transition: left .5s ease-in-out .1s;
   }
  .side-bar-target {
     width: 19em;
   }
}
 
#top-bar .open-menu a {
    background-image: none !important;
    color: gray;
}
Salvo indicação em contrário, o conteúdo desta página é licenciado sob Creative Commons Attribution-ShareAlike 3.0 License