Thème de Kiryu Labs

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.


Ce thème est celui des Laboratoires Kiryu. Pour l'utiliser sur votre article, copiez le code suivant en haut du code de votre page :

[[include theme:kiryu-labs-theme]]

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:kiryu-labs-theme]]


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

/*
    Kiryu Labs Theme
    [2020 Wikidot Theme]
    Created by rounderhouse.
    Based on SCP Sigma 9 Theme created by Aelanna and Dr Devan, and Wilson's Wildlife Solutions theme by Stormbreath.
    Built for Zyn, #ARTEXCHANGE2019 - Merry (semi-late) Christmas!
*/
 
@import url('https://fonts.googleapis.com/css?family=Bebas+Neue&display=swap');
 
:root {
    /* 4 Rating-module */
    --ct_col_rate-primary: #a3c162;
    --ct_brd_rate-primary: solid 1px #3b5c0a;
    --ct_col_rate-secondary: #d1ed9a;
    --ct_col_rate-cancel: #f1fff0;
    --ct_col_rate-link-hover: #3b5c0a;
}
 
/* RECOLOR THE TITLE */
h1, #page-title {
    color: #6C7F41;}
 
#page-title {
    font-weight: lighter;
    border-color: #6C7F41;
}
 
/*RECOLOR THE LINKS */
a, #side-bar a, #side-bar a:visited {
    color: #148c14;
}
a.newpage {
    color: #c8e293;
}
#main-content#a:visited {
    color: #0543b5c0aa91;
}
 
blockquote, .blockquote,
.yui-content blockquote, .yui-content .blockquote {
    border-color: #dcf2b0;
    background-color: #dcf2b0;
    color:#3B5C0A;
}
 
div#container-wrap {
    background: url(http://topia.wikidot.com/local--files/artexchange2019/kiryubody.png) top left repeat-x;
}
 
#side-bar {
    background-color: rgba(3, 100, 3, 0.3);
}
 
#side-bar .side-block {
    padding: 10px;
    border: 2px solid #3B5C0A;
    border-radius: 1px;
    box-shadow: none !important;
    background: #DCF2B0;
    margin-bottom: 15px;
    color: black;
}
 
#side-bar .menu-item p::before,
#side-bar .collapsible-block-link::before, #side-bar .colmod-link-top a::before {
    filter: hue-rotate(100deg);
}
 
#side-bar .heading {
    color: #3B5C0A;
    border-bottom: dotted 1px #3B5C0A;
    font-size: 10pt;
}
 
#header {
    background: url("http://topia.wikidot.com/local--files/artexchange2019/kiryulogo.png") 15px 40px no-repeat;
    background-size: 6rem;
}
 
@media (min-width: 980px) {
 
    #header h2 span::before {
        padding-right: 29px !important;
    }
}
 
@media (max-width: 800px) and (min-width: 581px) {
 
    #header h1 a::before {
        padding-right: 27px !important;
    }
}
 
@media (max-width: 580px) and (min-width: 480px) {
    #header {
        background-position: 0.5em 4.5em ;
        background-size: 66px 66px ;
    }
 
    #header h1 a::before {
        padding-right: 46px !important;
    }
}
 
@media (max-width: 479px) {
    #header {
        background-position: 0 5.5em ;
        background-size: 55px 55px ;
    }
 
    #header h1 a::before {
        padding-right: 63px !important;
        padding-bottom: 6px !important;
    }
}
 
/* HIDE AND CHANGE HEADER TEXT */
#header h1 a {
    color: transparent;
    text-shadow: none;
    font-family: 'Bebas Neue', cursive;
}
 
#header h1 a::before {
    content: "Kiryu Labs";
    color: #ffffff;
    text-shadow: 3px 3px 5px #000000;
    background: #3B5C0A;
    padding: 5px 10px;
}
 
#header h2 span {
    color: transparent;
    text-shadow: none;
    font-family: sans-serif;
}
#header h2 span::before {
    content: "    εїз εїз εїз εїз εїз εїз    ";
    color: #ffffff;
    text-shadow: 1px 1px 1px rgba(0,0,0,.8);
    background: #3B5C0A;
    padding: 5px 11px 5px 10px;
}
 
#search-top-box-input {
    border: solid 1px #3B5C0A;
    color: #3B5C0A !important;
    background-color: #a3c162;
    font-family: 'Bebas Neue', cursive;
}
 
#search-top-box-input:hover,
#search-top-box-input:focus {
    background-color: #d1ed9a;
}
 
#search-top-box-form input[type=submit] {
    border: solid 1px #3B5C0A;
    color: #ffffff;
    background: #3B5C0A;
    font-family: 'Bebas Neue', cursive;
}
 
#search-top-box-form input[type=submit]:hover,
#search-top-box-form input[type=submit]:focus {
    border: solid 1px #3B5C0A;
    background: #c8e293;
    color: #3B5C0A;
}
 
/* TOPBAR */
 
#top-bar ul li ul {
    border: solid 1px #3d2b1f;
}
#top-bar ul li.sfhover ul li a,
#top-bar ul li:hover ul li a {
    border-top: 1px solid #3B5C0A;
}
 
#top-bar ul li.sfhover a,
#top-bar ul li:hover a {
    background: #82a016;
    color: #fff;
}
#top-bar ul li ul a, #top-bar a:hover {
    color: #8db600;
}
#top-bar ul li.sfhover a:hover,
#top-bar ul li:hover a:hover {
    background: #c8e293; /* top bar hover background color */
    color: #3B5C0A;
}
 
/*RATING MODULE*/
.page-rate-widget-box .cancel {
    border: var(--ct_brd_rate-primary);
    border-left: none;
}
Sauf mention contraire, le contenu de cette page est protégé par la licence Creative Commons Attribution-ShareAlike 3.0 License