Troisième Loi -- Thème CSS de la 7ème Guerre Occulte

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 une variante de celui du canon Troisième Loi sous la VIIe Guerre occulte. Pour l'utiliser sur votre article, copiez le code suivant en haut du code de votre page :

[[include theme:3law-7ow]]

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:3law-7ow]]


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('http://scp-wiki.wikidot.com/local--files/component:3law/station-font.css');
 
/*
    Third Law Canon, 7th Occult War Theme
    [2018 Wikidot Theme]
    Created by GreenWolf
    Edited for French translation by Dr Lekter
    Based on SCP Sigma 9 Theme created by Aelanna and Dr Devan.
    The Station font was created by Nick Matavka and is licensed under the SIL Open Font License.
    The Black Sunrise logo was created by GreenWolf and is released under CC-BY-SA 3.0.
*/
 
:root {
    /* 1 Common */
    --ct_bg_body: #e0e2db;
    --ct_col_h1-txt: #003153;
    --ct_col_link: #00487c;
    --ct_col_link-visited: #0b2545;
    --ct_col_link-newpage: #80a1c1;
 
    /* 2 Header */
    --ct_cnt_alt-slogan-txt: "La Septième Guerre occulte";
    --ct_bg_header-image: url(http://fondationscp.wdfiles.com/local--files/theme%3A3law-7ow/body_bg_7OW_2.png);
    --ct_fns_alt-slogan-txt: 13.4px;
    --ct_fns_slogan-txt: 0;
 
    /* 4 Rating-module */
    --ct_col_rate-primary: #222e59;
    --ct_col_rate-secondary: #404d7e;
    --ct_col_rate-cancel: #fff;
    --ct_col_rate-link-hover: #e9ebf0;
    --ct_brd_rate-primary: solid 1px var(--ct_col_rate-primary);
}
 
/*
    Third Law Canon, 7th Occult War Theme
    [2018 Wikidot Theme]
    Created by GreenWolf
    Based on SCP Sigma 9 Theme created by Aelanna and Dr Devan.
    The Station font was created by Nick Matavka and is licensed under the SIL Open Font License.
    The Black Sunrise logo was created by GreenWolf and is released under CC-BY-SA 3.0.
    Revised by stormbreath.
*/
 
#page-title {
    border-color: #315B7D;
}
 
div#container-wrap {
    background-image: url(http://fondationscp.wdfiles.com/local--files/theme%3A3law-7ow/body_bg_7OW_2.png);
}
 
#header {
    background-image: url(http://fondationscp.wdfiles.com/local--files/theme%3A3law-7ow/BlackSunrise1.png);
    background-position: 4px 23px;
    background-size: 110px;
}
 
#search-top-box-input {
    border: solid 1px #0c1121;
    color: #e9ebf0;
    background-color: #640d14;
}
 
#search-top-box-input:hover,
#search-top-box-input:focus {
    border: solid 1px #bfc3d4;
    color: #e9ebf0;
    background-color: #e85f5c;
}
#search-top-box-form input[type=submit] {
    border: solid 1px #0c1121;
    color: #e9ebf0;
    background-color: #640d14;
    background: linear-gradient(to bottom, #640d14,#7f1023);
}
 
#search-top-box-form input[type=submit]:hover,
#search-top-box-form input[type=submit]:focus {
    border: solid 1px #bfc3d4;
    color: #e9ebf0;
    background-color: #640d14;
    background: linear-gradient(to bottom, #7f1023,#640d14);
}
 
#top-bar ul li ul {
    border: solid 1px #003153;
}
 
#top-bar ul li.sfhover a,
#top-bar ul li:hover a {
    background: #e5e2d0;
    color: #00487c;
}
 
#top-bar ul li.sfhover a:hover,
#top-bar ul li:hover a:hover {
    background: #e0e2db; /* top bar hover background color */
}
 
#top-bar ul li ul a, #top-bar a:hover {
    color: #003153; /* top bar hover text color */
}
 
#side-bar a:visited {
   color: #00487c;
}
 
#side-bar .side-block,
#side-bar .side-block.media,
#side-bar .side-block.resources {
    background: #e5e2d0; /* sidebar background color */
}
 
#side-bar .heading {
    color: #003153; /* sidebar text heading color */
    border-bottom: solid 1px #003153;
}
 
.yui-navset .yui-content{
    background-color: #e5e2d0; /* tab page color */
}
.yui-navset .yui-nav a,
.yui-navset .yui-navset-top .yui-nav a {
    background-color: #640d14; /* tab background color for tab bar */
}
.yui-navset .yui-nav .selected a,
.yui-navset .yui-nav .selected a:focus, /* no focus effect for selected */
.yui-navset .yui-nav .selected a:hover { /* no hover effect for selected */
    background: #640d14; /* selected tab background */
}
.yui-navset .yui-nav a:hover,
.yui-navset .yui-nav a:focus {
    background: #dbb3b1; /* tab hover color */
}
.yui-navset .yui-nav,
.yui-navset .yui-navset-top .yui-nav {
    border-color: #640d14;
}
Sauf mention contraire, le contenu de cette page est protégé par la licence Creative Commons Attribution-ShareAlike 3.0 License