Thème truc

EH TOI LÀ !

Cette page est utilisée en interne par le Wiki SCP,

MERCI DE NE PAS MODIFIER CETTE PAGE
SANS LA PERMISSION DU STAFF.


Ceci est un thème utilisé sur les SCP-J allemands. Pour utiliser ce thème sur votre article, copiez le code suivant en haut du code de votre page :

[[include theme:ding]]

Tous les articles postés sur le site doivent utiliser le code du dessus, mais il ne marchera pas sur votre page sandbox ! Pour cela, il vous faudra utiliser celui-ci :

[[include :fondationscp:theme:ding]]


logo-scp.svg

Image d'exemple.

Texte avec une note de bas de page1

Premier Titre

Premier Titre

Second Titre

Premier Titre

Second Titre

Troisième Titre

Premier Titre

Second Titre

Troisième Titre

Quatrième Titre

Premier Titre

Second Titre

Troisième Titre

Quatrième Titre

Cinquième Titre

Premier Titre

Second Titre

Troisième Titre

Quatrième Titre

Cinquième Titre
Sixième Titre

Ceci est un onglet.

Ceci est un bloc de citation faisable en mettant un chevron ">" suivi d'un espace au début de chaque ligne.
Plus de texte


C'est un trait horizontal

Blocs de citation imbriqués

Titre Titre Titre
Contenu Contenu Contenu
Contenu Longue cellule
Très longue cellule

@import url('https://fonts.googleapis.com/css?family=Schoolbell&display=swap');
 
/* Ding-Theme 1.0 - SCP Sigma 9 Common Theme extension - CC BY-SA 3.0 - by Dr_Grom */
/* Schoolbell font by Font Diner under Apache License 2.0 https://fonts.google.com/specimen/Schoolbell */
 
:root {
    --ct_bg_header-image: url('http://fondationscp.wdfiles.com/local--files/theme%3Ading/bodybody.png');
    --ct_bg_header-logo: url('https://fondationscp.wdfiles.com/local--files/theme%3Ading/logologo.png');
    --ct_fnt_header-txt: 'Schoolbell', 'Comic Sans MS', BauhausLTDemi, 'Nanum Gothic', Arial, sans-serif;
    --ct_cnt_alt-header-txt: "Fondasion SCP";
    --ct_col_alt-header-txt: var(--ct_col_header-txt);
    --ct_fns_alt-header-txt: 43.8px;
    --ct_fns_header-txt: 0;
    --ct_brd_sidebar-elements: 2px outset var(--ct_col_sidebar-elements);
    --ct_col_sidebar-elements: #ca1b1b;
    --ct_dim_sidebar-border-radius: 25px;
    --ct_dim_searchbox-border-radius: 12px;
    --ct_dim_rate-border-radius: 12px;
    --ding_dim_imageblock-border-radius: 25px;
 
    font-size: 18px;
}
 
/* Adaptations taille police */
#top-bar li a {
    font-size: 110%;
}
#page-content {
    font-size: 120%;
}
 
/* Default */
h1, h1 a, h2, h2 a, h3, h3 a, h4, h4 a, h5, h5 a, h6, h6 a, #page-title {
    font-family: 'Schoolbell', 'Comic Sans MS', 'Trebuchet MS', Trebuchet, Verdana, Arial, Helvetica;
}
body, input {
    font-family: 'Schoolbell', 'Comic Sans MS', verdana, arial, helvetica, sans-serif;
}
div#container-wrap {
    background-size: 100px 166px;
}
#search-top-box-form input[type="submit"] {
    font-weight: 500;
}
#side-bar .side-block {
    box-shadow: 0 1px 3px rgba(102,0,0,0.5);
}
#page-content ul {
    list-style: circle;
}
#breadcrumbs, .creditRate *, .page-rate-widget-box * {
    font-size: 12.8px;
    font-weight: normal !important;
}
.content-panel.standalone.series {
    border: 4px ridge #aaaaa0;
    border-radius: 35px;
    box-shadow: none;
}
.scp-image-caption {
    border-radius: 0 0 var(--ding_dim_imageblock-border-radius) var(--ding_dim_imageblock-border-radius);
    font-weight: normal !important;
    font-size: 90% !important;
}
.scp-image-block {
    border-radius: calc(2px + var(--ding_dim_imageblock-border-radius));
}
.scp-image-block img {
    border-radius: var(--ding_dim_imageblock-border-radius) var(--ding_dim_imageblock-border-radius) 0 0;
}
 
@media (max-width: 479px) {
    :root {
        --ct_fns_alt-header-txt: 24.3px;
    }
}
@media (max-width: 580px) {
    :root {
        --ct_fns_alt-header-txt: 29px;
    }
}
@media (min-width: 581px) and (max-width: 767px) {
    :root {
        --ct_fns_alt-header-txt: 34px;
    }
}
@media (min-width: 768px) and (max-width: 979px) {
    :root {
        --ct_fns_alt-header-txt: 38.9px
    }
}
Sauf mention contraire, le contenu de cette page est protégé par la licence Creative Commons Attribution-ShareAlike 3.0 License