/*
    SCP Sigma 9 - Common Theme 1.3.7
    [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
 
    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
    - Reworked for the French Branch by Dr Lekter and Mafiew
*/
 
@import url('http://fondationscp.wikidot.com/component:theme/code/1');

div#container-wrap {
    background: url(/local--files/component:theme/body_bg.png) top left repeat-x;
}

@media only screen and (max-width: 384px) { /* Fix décalage à droite */
  #top-bar .mobile-top-bar ul li:nth-of-type(1) ul {
      right: 0;
  }
}
/* Reverts d'accessibilité superflue */
.login-status-sign-in::after {
    content: " "
}
.content.modal-body p::after {
    content: " "
}
