Thème
@import url('http://fondationscp.wikidot.com/component:theme/code/1');
 
:root {
    --ct_fns_header-txt: clamp(2.27rem, calc(1.77rem + 2.47vw), 3.125rem);
}
@media only screen and (max-width: 375px) {
  #header h1 a {
      --ct_fns_header-txt: clamp(1.75rem, calc(1.74rem + 0.04vw), 1.77rem);
  }
}
 
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: " "
}
Sauf mention contraire, le contenu de cette page est protégé par la licence Creative Commons Attribution-ShareAlike 3.0 License